-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Cargo.toml
92 lines (74 loc) · 1.99 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# Auto-generated from "Cargo.yml"
[badges]
[badges.maintenance]
status = "actively-developed"
[badges.travis-ci]
repository = "najamelan/ws_stream_wasm"
[build-dependencies]
rustc_version = "^0.4"
[dependencies]
js-sys = "^0.3"
log = "^0.4"
send_wrapper = "^0.6"
thiserror = "^1"
wasm-bindgen = "^0.2"
wasm-bindgen-futures = "^0.4"
[dependencies.async_io_stream]
features = ["map_pharos"]
version = "^0.3"
[dependencies.futures]
default-features = false
version = "^0.3"
[dependencies.pharos]
version = "^0.5"
[dependencies.web-sys]
features = ["BinaryType", "Blob", "console", "MessageEvent", "WebSocket", "CloseEvent", "DomException"]
version = "^0.3"
[dev-dependencies]
bytes = "^1"
console_error_panic_hook = "^0.1"
console_log = "^0.2"
rand = "^0.8"
rand_xoshiro = "^0.6"
serde_cbor = "^0.11"
wasm-bindgen-test = "^0.3"
[dev-dependencies.async_io_stream]
features = ["tokio_io"]
version = "^0.3"
[dev-dependencies.asynchronous-codec]
version = "^0.6"
[dev-dependencies.getrandom]
features = ["js"]
version = "^0.2"
[dev-dependencies.serde]
features = ["derive"]
version = "^1"
[dev-dependencies.tokio]
version = "^1"
[dev-dependencies.tokio-serde-cbor]
version = "^0.7"
[dev-dependencies.tokio-util]
default-features = false
features = ["codec"]
version = "^0.7"
[features]
tokio_io = ["async_io_stream/tokio_io"]
[package]
authors = ["Naja Melan <najamelan@autistici.org>"]
categories = ["asynchronous", "network-programming", "api-bindings", "wasm", "web-programming::websocket"]
description = "A convenience library for using websockets in WASM"
documentation = "https://docs.rs/ws_stream_wasm"
edition = "2018"
exclude = ["tests", "examples"]
homepage = "https://github.com/najamelan/ws_stream_wasm"
keywords = ["wasm", "websocket", "tokio", "stream", "async"]
license = "Unlicense"
name = "ws_stream_wasm"
readme = "README.md"
repository = "https://github.com/najamelan/ws_stream_wasm"
version = "0.7.4"
[package.metadata]
[package.metadata.docs]
[package.metadata.docs.rs]
all-features = true
targets = []