# 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.70.0" name = "clap-verbosity" version = "2.1.0" authors = ["Pascal Hertleif "] description = "Easily add a `--verbose` flag to CLIs using Clap" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/clap-rs/clap-verbosity-flag" [dependencies.clap] version = "4.4.11" features = [ "std", "derive", ] default-features = false [dependencies.log] version = "0.4.20" [dependencies.serde] version = "1.0.193" optional = true [dev-dependencies.env_logger] version = "0.10.1" [dev-dependencies.tracing] version = "0.1.40" [dev-dependencies.tracing-log] version = "0.2.0" [dev-dependencies.tracing-subscriber] version = "0.3.18" [features] default = ["serde"] serde = ["dep:serde"] [badges.codecov] repository = "ciresnave/clap-verbosity"