# 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 = "tjh-mqtt" version = "0.2.1" authors = ["tjh "] description = "Experimental MQTT client" homepage = "https://github.com/tjh-dev/mqtt" documentation = "https://docs.rs/crate/tjh-mqtt/latest" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/tjh-dev/mqtt" [package.metadata.docs.rs] all-features = true [dependencies.bytes] version = "1.4" [dependencies.tokio] version = "1.32" features = [ "macros", "net", "io-util", "sync", ] optional = true [dependencies.tokio-rustls] version = "0.24.1" optional = true [dependencies.tokio-test] version = "0.4.3" optional = true [dependencies.tracing] version = "0.1" optional = true [dependencies.webpki-roots] version = "0.25.2" optional = true [features] async-client = [ "dep:tokio", "dep:tokio-test", "dep:tracing", ] default = [] tls = [ "dep:tokio-rustls", "dep:webpki-roots", ]