# 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 = "log4rs-mqtt" version = "1.0.1" authors = ["Trevor R.H. Clarke "] publish = true description = "MQTT appender for log4rs based on paho MQTT" documentation = "https://docs.rs/crate/log4rs-mqtt" readme = "README.md" keywords = [ "logger", "log", "logging", "mqtt", ] license = "MIT/Apache-2.0" repository = "https://github.com/tclarke/log4rs-mqtt" [dependencies.anyhow] version = "1.0.75" [dependencies.async-std] version = "1.12.0" [dependencies.derivative] version = "2.2.0" [dependencies.log] version = "0.4.20" [dependencies.log4rs] version = "1.2" [dependencies.paho-mqtt] version = "0.12" features = [ "bundled", "build_bindgen", ] default-features = false [dependencies.serde] version = "1.0" optional = true [dependencies.serde_derive] version = "1.0" optional = true [features] config_parsing = [ "log4rs/config_parsing", "log/serde", "serde", "serde_derive", ] default = ["config_parsing"]