# 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 = "2018" name = "syslog_client" version = "1.0.0-beta.3" authors = ["Douman "] build = false include = [ "**/*.rs", "Cargo.toml", "README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Syslog client" readme = "README.md" keywords = [ "syslog", "logger", "log", "rfc3164", ] license = "BSL-1.0" repository = "https://github.com/DoumanAsh/syslog_client" [package.metadata.docs.rs] features = [ "std", "log04", ] [lib] name = "syslog_client" path = "src/lib.rs" [[test]] name = "std" path = "tests/std.rs" required-features = ["std"] [[test]] name = "syslog" path = "tests/syslog.rs" [dependencies.log04] version = "0.4.18" optional = true default-features = false package = "log" [dependencies.os-id] version = "3.1.0" features = ["process"] default-features = false [dependencies.str-buf] version = "4.0.0-beta.1" [dependencies.time-c] version = "1.0.0-alpha.2" [dev-dependencies.log04] version = "0.4" features = ["kv"] default-features = false package = "log" [features] log04 = ["dep:log04"] std = []