Cargo Features
[dependencies]
smoldot-light = { version = "0.16.2", default-features = false, features = ["std", "wasmtime"] }
- default = std, wasmtime
-
These default features are set whenever
smoldot-light
is added without
somewhere in the dependency tree.default-features = false - 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