# 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" rust-version = "1.74" name = "conf" version = "0.1.1" build = false include = [ "src/**/*", "Cargo.toml", "LICENSE*", "README.md", "REFERENCE*.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A derive-based config parser for CLI args and env parameters" readme = "README.md" keywords = [ "argument", "config", "configuration", "settings", "environment", ] categories = ["command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://github.com/cbeck88/conf-rs" [lib] name = "conf" path = "src/lib.rs" bench = false [dependencies.clap] version = "4.5.8" features = ["string"] [dependencies.conf_derive] version = "0.1.1" [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.escargot] version = "0.5" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1" [dev-dependencies.url] version = "1"