# 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 = "fluvio_ws_stream_wasm" version = "0.7.0" authors = ["Naja Melan ", "Fluvio Contributors "] exclude = ["tests", "examples"] description = "A convenience library for using websockets in WASM" homepage = "https://github.com/najamelan/ws_stream_wasm" documentation = "https://docs.rs/ws_stream_wasm" readme = "README.md" keywords = ["wasm", "websocket", "tokio", "stream", "async"] categories = ["asynchronous", "network-programming", "api-bindings", "wasm", "web-programming::websocket"] license = "Unlicense" repository = "https://github.com/najamelan/ws_stream_wasm" [package.metadata.docs.rs] all-features = true targets = [] [dependencies.async_io_stream] version = "^0.3" features = ["map_pharos"] [dependencies.futures] version = "^0.3" default-features = false [dependencies.js-sys] version = "^0.3" [dependencies.pharos] version = "^0.5" [dependencies.send_wrapper] version = "^0.5" [dependencies.thiserror] version = "^1" [dependencies.wasm-bindgen] version = "^0.2" [dependencies.wasm-bindgen-futures] version = "^0.4" [dependencies.web-sys] version = "^0.3" features = ["BinaryType", "Blob", "console", "MessageEvent", "WebSocket", "CloseEvent", "DomException"] [dev-dependencies.async_io_stream] version = "^0.3" features = ["tokio_io"] [dev-dependencies.bytes] version = "^1" [dev-dependencies.console_error_panic_hook] version = "^0.1" [dev-dependencies.console_log] version = "^0.2" [dev-dependencies.futures_codec] version = "^0.4" [dev-dependencies.getrandom] version = "^0.2" features = ["js"] [dev-dependencies.log] version = "^0.4" [dev-dependencies.rand] version = "^0.8" [dev-dependencies.rand_xoshiro] version = "^0.6" [dev-dependencies.serde] version = "^1" features = ["derive"] [dev-dependencies.serde_cbor] version = "^0.11" [dev-dependencies.tokio] version = "^1" [dev-dependencies.tokio-serde-cbor] version = "^0.6" [dev-dependencies.tokio-util] version = "^0.6" features = ["codec"] default-features = false [dev-dependencies.wasm-bindgen-test] version = "^0.3" [build-dependencies.rustc_version] version = "^0.3" [features] tokio_io = ["async_io_stream/tokio_io"] [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "najamelan/ws_stream_wasm"