# 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 = "serfig" version = "0.1.0" authors = ["Xuanwo "] description = "Layered configuration system built upon serde" documentation = "https://docs.rs/serfig" readme = "README.md" categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/Xuanwo/serfig" [dependencies.anyhow] version = "1" [dependencies.indexmap] version = "1" [dependencies.log] version = "0.4" [dependencies.serde] version = "1" [dependencies.serde-bridge] version = "0.0.3" [dependencies.serde-env] version = "0.1" [dependencies.toml] version = "0.7" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.temp-env] version = "0.3"