Cargo Features

[dependencies]
netbeam = { version = "0.13.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 ^0.8.5, std of anyhow and citadel_io

wasm

Enables wasm of citadel_io

Netbeam has 3 features without comments.