# 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 = "bevy_mqtt" version = "0.5.0" authors = ["FoxZoOL "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple MQTT client for Bevy ECS" readme = "README.md" keywords = [ "bevy", "mqtt", "plugin", ] categories = [ "game-development", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/foxzool/bevy_mqtt" [lib] name = "bevy_mqtt" path = "src/lib.rs" [[example]] name = "pub_and_sub" path = "examples/pub_and_sub.rs" required-features = ["websocket"] [dependencies.bevy_app] version = "0.15.0" [dependencies.bevy_derive] version = "0.15.0" [dependencies.bevy_ecs] version = "0.15.0" [dependencies.bevy_hierarchy] version = "0.15.0" [dependencies.bevy_log] version = "0.15.0" [dependencies.bevy_reflect] version = "0.15.0" [dependencies.bytes] version = "1" [dependencies.flume] version = "0.11.0" [dependencies.regex] version = "1.10.6" [dependencies.rumqttc] version = "0.24.0" [dev-dependencies.bevy] version = "0.15.0" default-features = false [features] native-tls = ["rumqttc/use-native-tls"] proxy = ["rumqttc/proxy"] rust-tls = ["rumqttc/use-rustls"] websocket = ["rumqttc/websocket"]