# 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-fluentd" version = "0.2.0" authors = ["François Dubois "] description = "Fluentd appender for log4rs" homepage = "https://github.com/wayk/log4rs-fluentd" readme = "README.md" keywords = ["logger", "log", "logging", "fluentd"] license = "MIT/Apache-2.0" repository = "https://github.com/wayk/log4rs-fluentd" [dependencies.log] version = "0.4" features = ["serde"] default_features = false [dependencies.log4rs] version = "0.8" features = ["simple_writer"] [dependencies.poston] version = "0.1.4" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dev-dependencies.tempfile] version = "3.0"