# 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 = "mqrstt" version = "0.3.0-alpha.5" description = "Pure rust MQTTv5 client implementation Smol and Tokio" homepage = "https://github.com/GunnarMorrigan/mqrstt" documentation = "https://docs.rs/mqrstt" readme = "README.md" keywords = [ "MQTT", "IoT", "MQTTv5", "messaging", "client", ] categories = ["network-programming"] license = "MPL-2.0" repository = "https://github.com/GunnarMorrigan/mqrstt" [[bench]] name = "bench_main" harness = false [dependencies.async-channel] version = "2.1.1" [dependencies.bytes] version = "1.5.0" [dependencies.futures] version = "0.3.30" features = [ "std", "async-await", ] default-features = false [dependencies.smol] version = "2.0.0" optional = true [dependencies.thiserror] version = "1.0.53" [dependencies.tokio] version = "1.35.1" features = [ "macros", "io-util", "net", "time", ] optional = true [dependencies.tracing] version = "0.1.40" optional = true [dev-dependencies.async-rustls] version = "0.4.1" [dev-dependencies.criterion] version = "0.5.1" features = ["async_tokio"] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rstest] version = "0.18.2" [dev-dependencies.rustls] version = "0.21.7" [dev-dependencies.rustls-pemfile] version = "1.0.3" [dev-dependencies.smol] version = "2.0.0" [dev-dependencies.tokio] version = "1.33.0" features = [ "rt-multi-thread", "rt", "macros", "sync", "io-util", "net", "time", ] [dev-dependencies.tokio-rustls] version = "0.24.1" [dev-dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dev-dependencies.webpki] version = "0.22.4" [features] default = [ "smol", "tokio", ] logs = ["dep:tracing"] smol = ["dep:smol"] sync = [] tokio = [ "dep:tokio", "tokio/rt", ]