summary refs log tree commit diff stats
path: root/Cargo.toml
blob: 0feb58c7fa3cc634f5d65e3fe5d730c54d0dfcbf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[package]
name = "datafu"
version = "0.1.0-alpha.2"
authors = ["SoniEx2 <endermoneymod@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "A Rust library for extracting data from config objects and other arbitrary object graphs."
edition = "2021"
repository = "https://soniex2.autistic.space/git-repos/dfu.git"
readme = "README.md"
homepage = "https://soniex2.github.io/ganarchy/project/c0b4a8a326a320ac33c5d9d6bac2f7ea7eb703ce/"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
erased-serde = "0.3.21"
impl_trait = "0.1.7"
indexmap = "1.9.1"
regex = "1"
serde = "1.0.140"
smallvec = "1.10.0"

[dev-dependencies]
postcard = "1.0.2"
proptest = "1.0.0"
serde_json = "1.0.82"
serde = {version = "1.0.140", features = ["derive"]}
charx = "1.0.0"

[features]
default = ['stable']
stable = []