# 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 = "confargs" version = "0.1.3" authors = ["Roman Volosatovs"] description = "Parse configuration files into a set arguments" readme = "README.md" keywords = [ "cli", "config", "configuration", "arg", "argument", ] categories = [ "command-line-interface", "config", "parsing", ] license = "Apache-2.0" repository = "https://github.com/rvolosatovs/confargs" [dependencies.anyhow] version = "1.0.57" features = ["std"] default-features = false [dependencies.toml] version = "0.5.9" default-features = false [dev-dependencies.clap] version = "3.2.3" features = [ "derive", "std", ] default-features = false [dev-dependencies.tempfile] version = "3.3.0" default-features = false