Cargo Features

[dependencies]
reconnecting-jsonrpsee-ws-client = { version = "0.4.2", default-features = false, features = ["native", "web"] }
default = native

The native feature is set by default whenever reconnecting-jsonrpsee-ws-client is added without default-features = false somewhere in the dependency tree.

native default

Enables std of futures, ws-client of jsonrpsee, 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

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