# 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 = "2021" name = "syslog-tracing" version = "0.3.1" authors = ["Max Heller "] description = "syslog backend for `tracing`" readme = "README.md" keywords = [ "tracing", "syslog", ] categories = [ "development-tools::debugging", "development-tools::profiling", ] license = "MIT" repository = "https://github.com/max-heller/tracing-syslog" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.libc] version = "0.2" [dependencies.tracing-core] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["fmt"] default-features = false [dev-dependencies.gag] version = "1.0" [dev-dependencies.once_cell] version = "1.17" [dev-dependencies.tracing] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "fmt", "json", ] default-features = false