Cargo Features

[dependencies]
netbeam = { version = "0.8.0", default-features = false, features = ["std", "wasm"] }
default = std

The std feature is set by default whenever netbeam is added without default-features = false somewhere in the dependency tree.

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.