# 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] name = "log4rs-routing-appender" version = "0.4.0" authors = ["Steven Fackler "] description = "A routing appender for log4rs" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/sfackler/log4rs-routing-appender" [dependencies.antidote] version = "1.0" [dependencies.humantime] version = "1.0" optional = true [dependencies.linked-hash-map] version = "0.5" [dependencies.log] version = "0.4" [dependencies.log-mdc] version = "0.1" optional = true [dependencies.log4rs] version = "0.8" default_features = false [dependencies.ordered-float] version = "0.5" optional = true [dependencies.serde] version = "1.0" optional = true [dependencies.serde-value] version = "0.5" optional = true [dependencies.serde_derive] version = "1.0" optional = true [dev-dependencies.log4rs] version = "0.8" features = ["file"] default_features = false [dev-dependencies.serde_yaml] version = "0.7" [features] default = ["pattern-router", "file"] file = ["log4rs/file", "serde", "serde_derive", "serde-value", "humantime"] pattern-router = ["file", "log-mdc", "ordered-float"]