[package] name = "ocli" version = "0.1.2" edition = "2021" authors = ["Gaƫtan Lehmann "] description = "A simple, opinionated logger for command line tools" readme = "README.md" repository = "https://github.com/glehmann/ocli.git" homepage = "https://github.com/glehmann/ocli/" documentation = "https://docs.rs/ocli/latest/ocli/" license = "MIT" keywords = ["terminal", "log", "logger", "logging", "cli"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anstyle = "1.0.6" is-terminal = "0.4.10" log = { version = "0.4", features = ["std"] } [dev-dependencies] clap = { version = "4.4.12", features = ["derive"] } clap-verbosity-flag = "2.1.2"