[package]
name = "logforth-append-syslog"
version = "0.4.0"
description = "Syslog appender for Logforth."
keywords = ["logging", "log", "syslog"]
categories.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
rust-version.workspace = true
[features]
default = []
native-tls = ["fasyslog/native-tls"]
rustls = ["fasyslog/rustls"]
[dependencies]
fasyslog = { workspace = true }
logforth-core = { workspace = true }
[lints]
workspace = true