# 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 = "bevy_websocket_adapter" version = "0.1.5" authors = ["Germain GAU "] publish = true description = "Simple adapter to receive WebSocket messages in your bevy games as native Rust types." homepage = "https://github.com/Xide/bevy-websocket-adapter" documentation = "https://docs.rs/bevy-websocket-adapter" readme = "README.md" keywords = ["bevy", "websocket"] categories = ["network-programming", "game-development", "web-programming::websocket"] license = "MIT OR Apache-2.0" repository = "https://github.com/Xide/bevy-websocket-adapter" [dependencies.anyhow] version = "1.0.44" [dependencies.bevy] version = "0.5.0" optional = true default-features = false [dependencies.crossbeam-channel] version = "0.5.0" [dependencies.futures] version = "0.3.17" [dependencies.futures-util] version = "0.3" features = ["async-await", "sink", "std"] default-features = false [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.68" features = ["raw_value"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.0.0" features = ["net", "io-util", "sync", "rt-multi-thread"] default-features = false [dependencies.tokio-tungstenite] version = "0.15.0" [dependencies.tungstenite] version = "0.14.0" default-features = false [dependencies.url] version = "2.2.2" [dependencies.uuid] version = "0.8" features = ["serde", "v4"] [dev-dependencies.simple_logger] version = "1.13.0" [features] bevy-plugin = ["bevy"] client = [] default = ["bevy-plugin", "server", "client"] server = []