# 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 = "mqtt-proto" version = "0.2.0" authors = ["LinFeng "] description = "MQTT v3.1/v3.1.1/v5.0 protocol sync/async codec." readme = "README.md" keywords = [ "mqtt", "codec", "network", "async", ] categories = [ "network-programming", "asynchronous", ] license = "MIT" repository = "https://github.com/akasamq/mqtt-proto" [dependencies.arbitrary] version = "1.2.3" features = ["derive"] optional = true [dependencies.bytes] version = "1.3.0" [dependencies.futures-lite] version = "1.12.0" [dependencies.simdutf8] version = "0.1.4" [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.23.0" features = ["io-util"] [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.tokio] version = "1.23.0" features = ["full"] [features] default = ["std"] std = []