Cargo Features
[dependencies]
netbeam = { version = "0.8.0", default-features = false, features = ["std", "wasm"] }
- default = std
-
The
std
feature is set by default whenevernetbeam
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std and std_rng of rand, std of anyhow and citadel_io
- wasm
-
Enables wasm of citadel_io
netbeam has 3 features without comments.