# 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 = "tdn-bevy" version = "0.1.2" authors = ["Dev "] description = "TDN plugin for Bevy game engine." readme = "README.md" keywords = [ "tdn", "game", "bevy", ] license = "MIT/Apache-2.0" repository = "https://github.com/cympletech/tdn-bevy" [dependencies.async-channel] version = "2.1" [dependencies.async-tungstenite] version = "0.24" features = ["async-std-runtime"] optional = true [dependencies.bevy] version = "0.13" features = ["multi-threaded"] default-features = false [dependencies.crossbeam-channel] version = "0.5" optional = true [dependencies.futures-lite] version = "2.2" optional = true [dependencies.futures-util] version = "0.3" optional = true default-features = false [dependencies.js-sys] version = "0.3" optional = true [dependencies.serde-wasm-bindgen] version = "0.4" optional = true [dependencies.serde_json] version = "1.0" [dependencies.tungstenite] version = "0.21" optional = true default-features = false [dependencies.wasm-bindgen] version = "0.2" optional = true [dependencies.wasm-bindgen-futures] version = "0.4" optional = true [dependencies.web-sys] version = "0.3" features = [ "Headers", "Request", "RequestInit", "Response", "Window", "BinaryType", "ErrorEvent", "MessageEvent", "WebSocket", ] optional = true [features] default = ["ws"] p2p = [] wasm = [ "tungstenite", "crossbeam-channel", "wasm-bindgen", "wasm-bindgen-futures", "serde-wasm-bindgen", "js-sys", "web-sys", ] ws = [ "async-tungstenite", "futures-lite", "futures-util", "tungstenite", ]