Cargo Features

GGRS has no features set by default.

[dependencies]
ggrs = { version = "0.10.2", features = ["sync-send", "wasm-bindgen"] }
sync-send

Affects ggrs::Config, ggrs::NonBlockingSocket

wasm-bindgen

Enables js of getrandom, wasm-bindgen of instant

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.

getrandom wasm-bindgen?