# 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" rust-version = "1.75.0" name = "fasyslog" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A fast syslog client written in Rust." documentation = "https://docs.rs/fasyslog" readme = "README.md" keywords = [ "syslog", "logs", "logging", ] categories = ["development-tools::debugging"] license = "Apache-2.0" repository = "https://github.com/fast/fasyslog" [package.metadata.docs.rs] all-features = true cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "fasyslog" path = "src/lib.rs" [[example]] name = "broadcast_sender" path = "examples/broadcast_sender.rs" doc-scrape-examples = true [[example]] name = "native_tls_sender" path = "examples/native_tls_sender.rs" doc-scrape-examples = true required-features = ["native-tls"] [[example]] name = "tcp_sender" path = "examples/tcp_sender.rs" doc-scrape-examples = true [[example]] name = "udp_sender" path = "examples/udp_sender.rs" doc-scrape-examples = true [[example]] name = "unix_sender" path = "examples/unix_sender.rs" doc-scrape-examples = true [dependencies.jiff] version = "0.1.14" [dependencies.native-tls] version = "0.2.12" optional = true [dev-dependencies.names] version = "0.14.0" default-features = false [features] native-tls = ["dep:native-tls"] [target."cfg(unix)".dependencies.cfg-if] version = "1.0.0" [target."cfg(unix)".dependencies.nix] version = "0.29.0" features = ["hostname"] [target."cfg(windows)".dependencies.windows-targets] version = "0.52.6"