Cargo Features
[dependencies]
reconnecting-jsonrpsee-ws-client = { version = "0.4.3", default-features = false, features = ["native", "web"] }
- default = native
-
The
native
feature is set by default wheneverreconnecting-jsonrpsee-ws-client
is added without
somewhere in the dependency tree.default-features = false - native default
-
Enables std of futures, ws-client of jsonrpsee ^0.23.1, std of serde_json, rt-multi-thread of tokio, std of tracing
- web = wasm-bindgen-futures
-
Enables wasm-bindgen of finito, wasm-client of jsonrpsee ^0.23.1
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- wasm-bindgen-futures web?
-
Enables wasm-bindgen-futures
WASM