# 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 = "tracing-rfc-5424" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tracing layer that writes to syslog" homepage = "https://github.com/sp1ff/syslog-tracing" readme = "README.md" keywords = [ "tracing", "syslog", "rfc-3164", "rfc-5424", ] categories = ["development-tools::debugging"] license = "GPL-3.0-or-later" repository = "https://github.com/sp1ff/syslog-tracing/tracing-rfc-5424" resolver = "1" [lib] name = "tracing_rfc_5424" path = "src/lib.rs" [dependencies.backtrace] version = "0.3.66" [dependencies.bytes] version = "1.2.0" [dependencies.chrono] version = "0.4.19" [dependencies.hostname] version = "0.3.1" [dependencies.local-ip-address] version = "0.4.5" [dependencies.tracing] version = "0.1.35" [dependencies.tracing-core] version = "0.1.28" [dependencies.tracing-subscriber] version = "0.3.15"