# 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 = "lmc" version = "0.2.0" authors = ["Nicolas \"montoyo\" Barbotin "] exclude = [ ".github/*", ".vscode/*", ] description = "An asynchronous, 100% Rust implementation of an MQTTv3 client." readme = "README.md" keywords = [ "mqtt", "client", "async", "iot", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/montoyo/lmc-rs" [dependencies.fxhash] version = "^0.2" optional = true [dependencies.log] version = "^0.4" [dependencies.parking_lot] version = "^0.12" optional = true [dependencies.rustls] version = "^0.20" optional = true [dependencies.rustls-native-certs] version = "^0.6" optional = true [dependencies.rustls-pemfile] version = "^1.0" optional = true [dependencies.tokio] version = "^1.6.1" features = [ "net", "sync", "time", "macros", "rt", ] [dependencies.webpki] version = "^0.22" optional = true [dev-dependencies.console-subscriber] version = "^0.1" [dev-dependencies.env_logger] version = "^0.10" [dev-dependencies.rand] version = "^0.8" [dev-dependencies.tokio] version = "^1.6.1" features = [ "net", "sync", "time", "macros", "rt", "tracing", ] [dev-dependencies.tokio-test] version = "^0.4" [features] dangerous_tls = [ "tls", "rustls/dangerous_configuration", ] default = [ "fxhash", "parking_lot", ] fxhash = ["dep:fxhash"] parking_lot = ["dep:parking_lot"] tls = [ "rustls", "rustls-native-certs", "rustls-pemfile", "webpki", ]