# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "datafu" version = "0.1.0-alpha.2" authors = ["SoniEx2 "] description = "A Rust library for extracting data from config objects and other arbitrary object graphs." homepage = "https://soniex2.github.io/ganarchy/project/c0b4a8a326a320ac33c5d9d6bac2f7ea7eb703ce/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://soniex2.autistic.space/git-repos/dfu.git" [dependencies.erased-serde] version = "0.3.21" [dependencies.impl_trait] version = "0.1.7" [dependencies.indexmap] version = "1.9.1" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0.140" [dependencies.smallvec] version = "1.10.0" [dev-dependencies.charx] version = "1.0.0" [dev-dependencies.postcard] version = "1.0.2" [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.serde] version = "1.0.140" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.82" [features] default = ["stable"] stable = []