# 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 = "nash-ws" version = "0.3.1" authors = ["Danilo Guanabara "] description = "nash-ws is a web and native stream based WebSocket client" documentation = "https://docs.rs/nash-ws" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/nash-io/nash-ws" [dependencies.derivative] version = "2.1.3" [dev-dependencies.cross-test] version = "0.1.6" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.futures-util] version = "0.3.8" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio] version = "1.0.1" features = ["full"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio-tungstenite] version = "0.13.0" features = ["tls"] [target."cfg(target_arch = \"wasm32\")".dependencies.async-channel] version = "1.5.1" [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3.46" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2.69" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures] version = "0.4.19" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3.46" features = ["BinaryType", "Blob", "ErrorEvent", "FileReader", "MessageEvent", "CloseEvent", "ProgressEvent", "WebSocket"] [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3.20"