# 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 = "websocket-async-io" version = "1.0.0" description = "AsyncWrite/AsyncRead implementations for websockets" keywords = ["wasm", "websocket", "async", "async-io"] license = "MIT OR Apache-2.0" repository = "https://github.com/jakobhellermann/websocket-async-io" resolver = "2" [lib] crate-type = ["cdylib", "rlib"] [dependencies.futures-channel] version = "0.3.17" [dependencies.futures-core] version = "0.3" [dependencies.futures-io] version = "0.3" [dependencies.js-sys] version = "0.3" [dependencies.wasm-bindgen] version = "0.2" [dependencies.web-sys] version = "0.3.22" features = ["BinaryType", "Blob", "ErrorEvent", "FileReader", "MessageEvent", "ProgressEvent", "WebSocket"] [dev-dependencies.console_error_panic_hook] version = "0.1" [dev-dependencies.futures-util] version = "0.3" features = ["io"] default-features = false [dev-dependencies.wasm-bindgen] version = "0.2" [dev-dependencies.wasm-bindgen-futures] version = "0.4"