# 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 = "tracing-fluentd" version = "0.4.1" authors = ["Douman "] build = false include = [ "**/*.rs", "Cargo.toml", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Enables forwarding of `tracing` events towards the `fluentd` server." readme = "README.md" keywords = [ "tracing", "fluentd", ] license = "BSL-1.0" repository = "https://github.com/DoumanAsh/tracing-fluentd" [lib] name = "tracing_fluentd" path = "src/lib.rs" [[test]] name = "layer" path = "tests/layer.rs" [dependencies.crossbeam-channel] version = "0.5" [dependencies.indexmap] version = "1" features = ["serde"] [dependencies.rmp-serde] version = "1" [dependencies.serde] version = "1" features = ["alloc"] default-features = false [dependencies.tracing] version = "0.1" default-features = false [dependencies.tracing-core] version = "0.1" [dependencies.tracing-subscriber] version = "0.3.8" features = ["registry"] default-features = false [dev-dependencies.rmpv] version = "1" features = ["with-serde"] [dev-dependencies.tracing] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.3.8" features = [ "registry", "fmt", ] default-features = false [features] event_time = []