# 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 = "ocli" version = "0.1.2" authors = ["Gaƫtan Lehmann "] description = "A simple, opinionated logger for command line tools" homepage = "https://github.com/glehmann/ocli/" documentation = "https://docs.rs/ocli/latest/ocli/" readme = "README.md" keywords = [ "terminal", "log", "logger", "logging", "cli", ] license = "MIT" repository = "https://github.com/glehmann/ocli.git" [dependencies.anstyle] version = "1.0.6" [dependencies.is-terminal] version = "0.4.10" [dependencies.log] version = "0.4" features = ["std"] [dev-dependencies.clap] version = "4.4.12" features = ["derive"] [dev-dependencies.clap-verbosity-flag] version = "2.1.2"