# 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 = "cloudmqtt" version = "0.4.0" authors = ["Marcel Müller "] description = "A pure Rust MQTT client and server library" readme = "README.md" keywords = [ "mqtt", "cloud", ] categories = ["embedded"] license = "MPL-2.0" repository = "https://github.com/TheNeikos/cloudmqtt" [[bin]] name = "cloudmqtt-client" required-features = ["bin"] [[bin]] name = "cloudmqtt-server" required-features = ["bin"] [[bin]] name = "cloudmqtt-test-client" required-features = ["bin"] [dependencies.arc-swap] version = "1.6.0" [dependencies.async-trait] version = "0.1.63" [dependencies.bytes] version = "1.3.0" [dependencies.clap] version = "4.1.1" features = ["derive"] optional = true [dependencies.dashmap] version = "5.4.0" [dependencies.futures] version = "0.3.25" [dependencies.mqtt-format] version = "0.4.0" features = ["yoke"] [dependencies.nom] version = "7.1.3" [dependencies.rpds] version = "0.12.0" [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.24.2" features = [ "net", "time", "sync", "macros", ] default-features = false [dependencies.tokio-util] version = "0.7.4" features = [ "futures-io", "io", "io-util", "compat", ] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"] optional = true [dependencies.yoke] version = "0.6.1" [dev-dependencies.static_assertions] version = "1.1.0" [features] bin = [ "clap", "tokio/rt-multi-thread", "tokio/macros", "tokio/io-std", "tracing-subscriber", ]