# 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 = "2018" rust-version = "1.48" name = "stderrlog" version = "0.6.0" authors = ["Doug Goldstein "] description = "Logger that logs to stderr based on verbosity specified" homepage = "https://github.com/cardoe/stderrlog-rs" documentation = "https://docs.rs/stderrlog/" readme = "README.md" keywords = [ "log", "loglevel", "logging", "stderr", "stderrlog", ] categories = ["development-tools::debugging"] license = "MIT OR Apache-2.0" repository = "https://github.com/cardoe/stderrlog-rs" [dependencies.chrono] version = "0.4.10" features = [ "clock", "std", "wasmbind", ] optional = true default-features = false [dependencies.is-terminal] version = "0.4.7" [dependencies.log] version = "0.4.11" features = ["std"] [dependencies.termcolor] version = "~1.1" [dependencies.thread_local] version = "~1.1" [dev-dependencies.clap] version = "3" features = ["cargo"] [dev-dependencies.docopt] version = "1.1" [dev-dependencies.libc] version = "0.2.18" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.structopt] version = "0.3.20" [features] default = ["timestamps"] timestamps = ["chrono"] [badges.appveyor] branch = "master" repository = "cardoe/stderrlog-rs" service = "github" [badges.is-it-maintained-issue-resolution] repository = "cardoe/stderrlog-rs" [badges.is-it-maintained-open-issues] repository = "cardoe/stderrlog-rs" [badges.maintenance] status = "passively-maintained" [badges.travis-ci] branch = "master" repository = "cardoe/stderrlog-rs"