# 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 = "confgr" version = "0.2.1" authors = ["Kidan Nelson "] description = "A simple rust application configuration derive macro." homepage = "https://github.com/N4D1K-lgtm/confgr" documentation = "https://docs.rs/confgr" readme = "README.md" keywords = [ "configuration", "settings", "environment", "config", ] categories = [ "config", "rust-patterns", "development-tools", ] license = "MIT" repository = "https://github.com/N4D1K-lgtm/confgr" [dependencies.confgr_core] version = "0.2.1" [dependencies.confgr_derive] version = "0.2.1" [dependencies.config] version = "0.14.0" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.serde] version = "1.0.199" features = ["derive"] [dev-dependencies.smart-default] version = "0.7.1" [dev-dependencies.tempfile] version = "3.10.1"