# 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 = "structconf" version = "0.5.0" authors = ["Mario Ortiz Manero "] description = "Combine clap and rust-ini into a single procedural macro" homepage = "https://github.com/marioortizmanero/structconf" documentation = "https://docs.rs/structconf/" readme = "README.md" keywords = ["config", "configuration", "settings", "clap", "rust-ini"] categories = ["config"] license = "MIT" repository = "https://github.com/marioortizmanero/structconf" [dependencies.clap] version = "3.0" features = ["cargo"] [dependencies.rust-ini] version = "0.17.0" [dependencies.structconf_derive] version = "0.5.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.dirs] version = "4.0" [dev-dependencies.strum] version = "0.23" [dev-dependencies.strum_macros] version = "0.23" [dev-dependencies.trybuild] version = "1.0" features = ["diff"]