# 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 = "2018" name = "cross-websocket" version = "0.1.3" description = "A cross platform websocket client" homepage = "https://github.com/Hihaheho/Desk/tree/main/crates/libs/cross-websocket" readme = "README.md" keywords = ["websocket", "wasm", "native", "cross-platform"] categories = ["network-programming", "web-programming::websocket"] license = "MIT OR Apache-2.0" repository = "https://github.com/Hihaheho/Desk" [dependencies.eyre] version = "0.6" [dependencies.futures] version = "0.3" [dependencies.thiserror] version = "1.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio] version = "1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio-tungstenite] version = "0.15" features = ["native-tls"] [target."cfg(target_arch = \"wasm32\")".dependencies.ws_stream_wasm] version = "0.7"