# 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_eventwork_mod_websockets" version = "0.2.0" autoexamples = false description = "A Websocket NetworkProvider for Bevy_eventwork" readme = "README.md" categories = [ "game-development", "network-programming", ] license = "MIT" repository = "https://github.com/NoahShomette/bevy_eventwork_mod_websockets" resolver = "2" [[example]] name = "client" [[example]] name = "server" [dependencies.async-channel] version = "2.1.0" [dependencies.async-trait] version = "0.1.74" [dependencies.bevy] version = "0.14.0" features = [] default-features = false [dependencies.bevy_eventwork] version = "0.9" default-features = false [dependencies.bincode] version = "1.3.3" [dependencies.futures] version = "0.3.29" [dependencies.futures-lite] version = "2.0.0" [dependencies.url] version = "2.0.0" [dev-dependencies.bevy] version = "0.14.0" features = ["default_font"] [dev-dependencies.serde] version = "1.0.190" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.108" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.async-std] version = "1.12.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.async-tungstenite] version = "0.26.2" features = [ "async-std-runtime", "url", ] [target."cfg(target_arch = \"wasm32\")".dependencies.send_wrapper] version = "^0.6" [target."cfg(target_arch = \"wasm32\")".dependencies.tokio-tungstenite-wasm] version = "0.3.1" [badges.maintenance] status = "actively-developed"