# 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" rust-version = "1.56" name = "gmqtt-client" version = "0.2.0" authors = ["biuro@genesismobo.com"] description = "Simple MQTTv5 client" keywords = ["mqtt", "mqtt5", "client"] license = "MIT/Apache-2.0" repository = "https://gitlab.com/genesismobo/gmqtt-client" resolver = "2" [dependencies.anyhow] version = "1" [dependencies.bytes] version = "1" [dependencies.futures-util] version = "0.3" features = ["std", "sink", "async-await", "async-await-macro"] default-features = false [dependencies.log] version = "0.4" [dependencies.mqttbytes] version = "0.6" [dependencies.parking_lot] version = "0.11" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.tokio] version = "1" features = ["time", "net", "macros", "parking_lot"] [dependencies.tokio-util] version = "0.6" features = ["codec"] [dependencies.url] version = "2" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.serde_json] version = "1" [dev-dependencies.tokio] version = "1" features = ["rt-multi-thread", "time", "net", "macros"] [features] default = ["json"] json = ["serde", "serde_json"]