# 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_octopus_websocket" version = "0.1.0" authors = ["ZoOL "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ECS based networking library for Bevy" homepage = "https://github.com/foxzool/bevy_octopus" documentation = "https://docs.rs/bevy_octopus_websocket" readme = "README.md" keywords = [ "bevy", "networking", "ecs", ] categories = [ "game-development", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/foxzool/bevy_octopus" [lib] name = "bevy_octopus_websocket" path = "src/lib.rs" [[example]] name = "ws_client" path = "examples/client.rs" required-features = [ "bevy_octopus/serde_json", "bevy_octopus/bincode", ] [[example]] name = "ws_server" path = "examples/server.rs" required-features = [ "bevy_octopus/serde_json", "bevy_octopus/bincode", ] [dependencies.async-std] version = "1.12.0" [dependencies.async-tungstenite] version = "0.27.0" features = [ "async-std-runtime", "async-tls", ] [dependencies.bevy] version = "0.14.0" features = [] default-features = false [dependencies.bevy_octopus] version = "0.3.0" [dependencies.bytes] version = "1.6.0" [dependencies.futures] version = "0.3.30" [dependencies.kanal] version = "0.1.0-pre8" [dependencies.tungstenite] version = "0.23.0" [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.serde] version = "1.0.130" features = ["serde_derive"] [dev-dependencies.serde_json] version = "1.0.68" [features]