# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cfgmap" version = "0.4.0" authors = ["Andrea Jenkins "] description = "A special hashmap made with configuration in mind." readme = "README.md" keywords = ["configuration", "map", "cfgmap"] categories = ["config", "data-structures"] license = "MPL-2.0" repository = "https://github.com/Calmynt/cfgmap" [package.metadata.docs.rs] all-features = true [lib] name = "cfgmap" path = "src/cfgmap.rs" [dependencies.rand] version = "0.7.0" optional = true [dependencies.serde_json] version = "1.0.48" optional = true [dependencies.toml] version = "0.5.6" optional = true [dependencies.yaml-rust] version = "0.4.4" optional = true [features] default = [] from_json = ["serde_json"] from_toml = ["toml"] from_yaml = ["yaml-rust"] generator = ["rand"]