# 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 = "cli-toolbox" version = "0.8.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/cli-toolbox-rs" keywords = ["cli", "output", "report", "verbosity", "debug"] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/Nejat/cli-toolbox-rs" resolver = "2" [package.metadata.docs.rs] features = ["all"] [lib] proc-macro = true [[example]] name = "cli-debugging" path = "examples/cli-debugging.rs" required-features = ["debug", "report"] [[example]] name = "cli-reporting" path = "examples/cli-reporting.rs" required-features = ["report"] [[example]] name = "cli-eval" path = "examples/cli-eval.rs" required-features = ["debug", "eval", "report"] [[example]] name = "cli-release" path = "examples/cli-release.rs" required-features = ["debug", "release", "report"] [[test]] name = "macro-tests" path = "tests/tests.rs" [dependencies.lazy_static] version = "1" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "1" features = ["extra-traits"] [dependencies.verbosity] version = "0.1" optional = true [dev-dependencies.macrofied-toolbox] version = "0.4" features = ["result"] [dev-dependencies.test-toolbox] version = "0.5" features = ["all"] [dev-dependencies.trybuild] version = "1" features = ["diff"] [dev-dependencies.version-sync] version = "0.9" [features] all = ["debug", "eval", "release", "report"] debug = [] default = [] eval = ["verbosity"] release = ["verbosity"] report = ["verbosity"] trace = []