# 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" name = "flexi_syslog" version = "0.5.3" description = "A syslog writer for flexi_logger" homepage = "https://crates.io/crates/flexi_syslog" documentation = "https://docs.rs/flexi_syslog" readme = "README.md" keywords = [ "logger", "logging", "syslog", "flexi-logger", ] categories = ["development-tools::debugging"] license = "MIT OR Apache-2.0" repository = "https://github.com/bheylin/flexi_syslog" [dependencies.chrono] version = "0.4.34" [dependencies.flexi_logger] version = "0.27.4" default-features = false [dependencies.log] version = "0.4" features = ["std"] [dependencies.syslog] version = "6.1" [dev-dependencies.anyhow] version = "1.0"