# 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_proxy" version = "0.3.1" authors = ["vmos "] description = "pi_mqtt_proxy" keywords = [ "pi", "mqtt_proxy", ] license = "MIT OR Apache-2.0" repository = "https://github.com/GaiaWorld/pi_net/tree/crateio" resolver = "1" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.mqtt] version = "0.3" package = "pi_mqtt" [dependencies.pi-async-rt] version = "0.1" [dependencies.pi_atom] version = "0.5" [dependencies.pi_gray] version = "0.1" [dependencies.pi_handler] version = "0.1" [dependencies.quic] version = "0.6" package = "pi_quic" [dependencies.tcp] version = "0.3" package = "pi_tcp" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.quinn-proto] version = "0.8" [dev-dependencies.udp] version = "0.2" package = "pi_blocking_udp" [dev-dependencies.ws] version = "0.5" package = "pi_ws"