# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "fern_colored" version = "0.6.1" authors = ["David Ross "] include = ["Cargo.toml", "src/**/*", "tests/**/*", "examples/**/*", "LICENSE", "README.md", "CONTRIBUTING.md", "CHANGELOG.md"] description = "Simple, efficient logging (with true color support)" documentation = "https://docs.rs/fern/" readme = "README.md" keywords = ["log", "logging", "logger"] categories = ["development-tools::debugging"] license = "MIT" repository = "https://github.com/daboross/fern" [package.metadata.docs.rs] all-features = true [[example]] name = "cmd-program" [[example]] name = "date-based-file-log" required-features = ["date-based"] [[example]] name = "colored" required-features = ["colored"] [[example]] name = "pretty-colored" required-features = ["colored"] [[example]] name = "syslog" required-features = ["syslog-4"] [[example]] name = "syslog3" required-features = ["syslog-3"] [[example]] name = "meta-logging" [dependencies.chrono] version = "0.4" optional = true [dependencies.colored] version = "2.0.0" optional = true [dependencies.log] version = "0.4" features = ["std"] [dev-dependencies.chrono] version = "0.4" [dev-dependencies.clap] version = "2.22" [dev-dependencies.tempdir] version = "0.3" [features] date-based = ["chrono"] meta-logging-in-format = [] reopen-03 = ["reopen", "libc"] syslog-3 = ["syslog3"] syslog-4 = ["syslog4"] [target."cfg(not(windows))".dependencies.libc] version = "0.2.58" optional = true [target."cfg(not(windows))".dependencies.reopen] version = "^0.3" optional = true [target."cfg(not(windows))".dependencies.syslog3] version = "3" optional = true package = "syslog" [target."cfg(not(windows))".dependencies.syslog4] version = "4" optional = true package = "syslog" [badges.appveyor] repository = "daboross/fern" [badges.coveralls] repository = "daboross/fern" [badges.is-it-maintained-issue-resolution] repository = "daboross/fern" [badges.maintenance] status = "passively-maintained" [badges.travis-ci] repository = "daboross/fern"