# 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] name = "syslog" version = "7.0.0" authors = ["contact@geoffroycouprie.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Syslog message formatter and writer, supporting unix sockets, UDP and TCP exporters" documentation = "https://docs.rs/syslog" readme = "README.md" keywords = [ "syslog", "logs", "logging", ] license = "MIT" repository = "https://github.com/Geal/rust-syslog" [lib] name = "syslog" path = "src/lib.rs" [[example]] name = "log" path = "examples/log.rs" [[example]] name = "rfc5424" path = "examples/rfc5424.rs" [[example]] name = "write" path = "examples/write.rs" [dependencies.hostname] version = "0.4" [dependencies.libc] version = "0.2.112" [dependencies.log] version = "0.4.8" features = ["std"] [dependencies.time] version = "0.3.5" features = [ "local-offset", "formatting", ]