# 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 = "config-manager" version = "0.2.0" authors = [ "Mikhail Mikhailov ", "Nikolay Pakharev ", ] description = "Crate to build config from environment, command line and files" readme = "README.md" keywords = [ "macro", "configuration", "environment", "command-line", "config", ] categories = [ "config", "development-tools", "command-line-utilities", ] license = "MIT" repository = "https://github.com/3xMike/config-manager" [dependencies.clap] version = "4.0.29" features = [ "derive", "cargo", ] [dependencies.config] version = "0.13.0" [dependencies.config-manager-proc] version = "0.2.0" [dependencies.ctor] version = "0.1.23" [dependencies.deser-hjson] version = "1.0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.80" [dev-dependencies.envmnt] version = "0.10.4"