# 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 = "poster" version = "0.3.1" authors = ["Chylynsky"] description = "MQTTv5 client library written in Rust." readme = "README.md" keywords = [ "mqtt", "async", "client", "runtime-agnostic", "non-blocking", ] categories = [ "asynchronous", "network-programming", ] license = "MIT" repository = "https://github.com/Chylynsky/poster-rs" [dependencies.bytes] version = "1.6" optional = true [dependencies.derive_builder] version = "0.20" [dependencies.either] version = "1.11" [dependencies.futures] version = "0.3" optional = true [dev-dependencies.clap] version = "4" features = ["derive"] [dev-dependencies.smol] version = "1.2" [dev-dependencies.tokio] version = "1" features = [ "rt", "net", "macros", ] [dev-dependencies.tokio-util] version = "0.7" features = ["compat"] [features] default = [ "dep:futures", "dep:bytes", ]