# 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 = "clap_config" version = "0.1.1" authors = ["Gibson Fahnestock "] exclude = ["tests/"] publish = true description = "Automatically merge CLI args, environment variables, config files, and default values in clap apps." readme = "README.md" keywords = [ "argument", "cli", "arg", "parser", "parse", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/gibfahn/clap_config" [lib] proc-macro = true [dependencies.clap] version = "4.4.11" features = [ "derive", "env", "string", "wrap_help", ] [dependencies.heck] version = "0.5.0" [dependencies.proc-macro2] version = "1.0.71" [dependencies.quote] version = "1.0.33" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.syn] version = "2.0.42" features = ["full"] [dev-dependencies.bytesize] version = "1.3.0" features = ["serde"] [dev-dependencies.color-eyre] version = "0.6.2" [dev-dependencies.const_format] version = "0.2.32" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.serde_json] version = "1.0.108" [dev-dependencies.serde_yaml] version = "0.9.29"