tracing-rfc-5424 0.1.1

A tracing layer that writes to syslog
Documentation
[package]
name = "tracing-rfc-5424"
version = "0.1.1"
edition = "2021"

license = "GPL-3.0-or-later"
description = "A tracing layer that writes to syslog"
homepage = "https://github.com/sp1ff/syslog-tracing"
repository = "https://github.com/sp1ff/syslog-tracing/tracing-rfc-5424"
readme = "README.md"
keywords = ["tracing", "syslog", "rfc-3164", "rfc-5424"]
categories = ["development-tools::debugging"]


[dependencies]
backtrace = "0.3.66"
bytes = "1.2.0"
chrono = "0.4.19"
hostname = "0.3.1"
local-ip-address = "0.4.5"
tracing = "0.1.35"
tracing-core = "0.1.28"
tracing-subscriber = "0.3.15"