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

               
                 
                                               

                                                                                                         
                
                                                               

                                                                                                 



                                                                                                
           
                    
 


                                                





                   
[package]
name = "datafu"
version = "0.0.7"
authors = ["SoniEx2 <endermoneymod@gmail.com>"]
license = "AGPL-3.0-or-later"
description = "A Rust library for extracting data from config objects and other arbitrary object graphs."
edition = "2015"
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]
regex = "1"
impl_trait = "0.1.2"

[target.'cfg(target_os = "linux")'.dependencies]
totally-safe-transmute = "0.0.3"

[dev-dependencies]
proptest = "0.10.1"

[features]
default = []
stable = []