Cargo Features

[dependencies]
smoldot-light = { version = "0.15.0", default-features = false, features = ["std", "wasmtime"] }
default = std, wasmtime

These default features are set whenever smoldot-light is added without default-features = false somewhere in the dependency tree.

std default

Enables smol, std and std_rng of rand, std of smoldot and log and parking_lot

parking_lot:

std feature Add here the crates that cannot function without the help of the operating system or environment.

wasmtime default

Enables wasmtime of smoldot