# 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 = "2018" name = "figment_string" version = "0.1.0" authors = ["Kevin R "] description = "Forces figment config types to be parsed as strings" homepage = "https://github.com/squidpickles/figment_string" documentation = "https://docs.rs/figment_string" readme = "README.md" keywords = [ "config", "figment", ] categories = ["config"] license = "Apache-2.0" repository = "https://github.com/squidpickles/figment_string.git" [dependencies.serde] version = "1" [dev-dependencies.figment] version = "0.10" features = ["env"] [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.temp-env] version = "0.3"