Cargo Features
[dependencies]
netbeam = { version = "0.13.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 ^0.8.5, std of anyhow and citadel_io
- wasm
-
Enables wasm of citadel_io
Netbeam has 3 features without comments.