summary refs log blame commit diff stats
path: root/Cargo.toml
blob: 780a162a4f2e6b8aae11c4d4ce3aa19399218081 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

               
                 
                                               
                             
                                                                                                         
                
                                                               

                                                                                                 



                                                                                                
                       
                    

                  
                 

                         
 
                  


                                                    
               

          
                    
           
[package]
name = "datafu"
version = "0.1.0"
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"
serde_transmute = "0.1.4"
smallvec = "1.10.0"

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

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