# 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 = "verbosity" version = "0.1.0" authors = ["Nejat"] include = ["src/**/*", "Cargo.toml", "LICENSE-MIT", "README.md"] description = "Utility library for working with cli output ergonomically" homepage = "https://github.com/Nejat/verbosity-rs" keywords = ["reporting", "verbosity"] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/Nejat/verbosity-rs" resolver = "2" [dependencies.lazy_static] version = "1.4" [dependencies.parking_lot] version = "0.11" [dev-dependencies.version-sync] version = "0.9"