logforth-append-syslog 0.4.0

Syslog appender for Logforth.
Documentation
# 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 = "2024"
rust-version = "1.89.0"
name = "logforth-append-syslog"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Syslog appender for Logforth."
homepage = "https://github.com/fast/logforth"
readme = "README.md"
keywords = [
    "logging",
    "log",
    "syslog",
]
categories = ["development-tools::debugging"]
license = "Apache-2.0"
repository = "https://github.com/fast/logforth"
resolver = "2"

[features]
default = []
native-tls = ["fasyslog/native-tls"]
rustls = ["fasyslog/rustls"]

[lib]
name = "logforth_append_syslog"
path = "src/lib.rs"

[dependencies.fasyslog]
version = "1.0.0"

[dependencies.logforth-core]
version = "0.4.0"

[lints.clippy]
dbg_macro = "deny"

[lints.rust]
unknown_lints = "deny"
unused_must_use = "deny"