# 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 = "pi_mqtt" version = "0.2.7" authors = ["vmos "] description = "pi_mqtt" keywords = [ "pi", "mqtt", ] license = "MIT OR Apache-2.0" repository = "https://github.com/GaiaWorld/pi_net/tree/crateio" resolver = "1" [dependencies.bytes] version = "~1.6" [dependencies.dashmap] version = "~5.5" [dependencies.fnv] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.mio] version = "0.8" [dependencies.mqtt311] version = "0.2" [dependencies.parking_lot] version = "0.12" [dependencies.pi_atom] version = "0.5" [dependencies.pi_hash] version = "0.1" features = ["xxhash"] [dependencies.quic] version = "0.6" package = "pi_quic" [dependencies.quinn-proto] version = "0.8" [dependencies.tcp] version = "0.3" package = "pi_tcp" [dependencies.udp] version = "0.2" package = "pi_blocking_udp" [dependencies.ws] version = "0.3" package = "pi_ws" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.pi-async-rt] version = "0.1" [dev-dependencies.twox-hash] version = "1.5"