# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "mqtt-v5" version = "0.1.1" authors = ["Brian Schwind "] description = "Rust types, encode/decode functions, and a tokio codec for MQTT V5" readme = "README.md" license = "MIT" repository = "https://github.com/bschwind/mqtt-broker" [dependencies.base64] version = "0.11.0" optional = true [dependencies.bytes] version = "0.5.0" [dependencies.num_enum] version = "0.4" [dependencies.sha1] version = "0.6.0" optional = true [dependencies.tokio-util] version = "0.3" features = ["codec"] optional = true [dependencies.websocket-codec] version = "0.3" optional = true [features] codec = ["tokio-util"] default = ["codec", "websocket"] websocket = ["codec", "websocket-codec", "sha1", "base64"]