# 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" name = "spirit-log" version = "0.4.4" authors = ["Michal 'vorner' Vaner "] include = ["Cargo.toml", "README.md", "src/**"] description = "Spirit helpers and config fragments for logging" documentation = "https://docs.rs/spirit-log" readme = "README.md" keywords = ["log", "spirit", "service", "configuration"] categories = ["config", "development-tools::debugging"] license = "Apache-2.0 OR MIT" repository = "https://github.com/vorner/spirit" [package.metadata.docs.rs] all-features = true [dependencies.chrono] version = "~0.4" [dependencies.either] version = "~1" optional = true [dependencies.fern] version = "~0.6" default-features = false [dependencies.flume] version = "^0.10" optional = true [dependencies.itertools] version = "^0.10" [dependencies.log] version = "~0.4" [dependencies.log-panics] version = "~2" default-features = false [dependencies.log-reroute] version = "~0.1.2" [dependencies.serde] version = "~1" features = ["derive"] [dependencies.serde_json] version = "~1" [dependencies.spirit] version = "~0.4.0" default-features = false [dependencies.structdoc] version = "~0.1" optional = true [dependencies.structopt] version = "~0.3" default-features = false [dependencies.syslog] version = "~5" optional = true [features] background = ["flume", "either"] cfg-help = ["spirit/cfg-help", "structdoc"] default = ["with-backtrace", "cfg-help"] with-backtrace = ["log-panics/with-backtrace"] [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "vorner/spirit"