Cargo Features
[dependencies]
aleo-rust = { version = "0.6.8", default-features = false, features = ["full", "serial", "wasm"] }
- default = full
-
The
full
feature is set by default wheneveraleo-rust
is added without
somewhere in the dependency tree.default-features = false - full default = snarkvm, ureq
-
Affects
aleo-rust::api
,aleo-rust::program
… - serial
-
Enables serial of snarkvm-console =0.16.19, snarkvm-ledger-block =0.16.19, snarkvm-ledger-query =0.16.19, snarkvm-ledger-store =0.16.19, and snarkvm-synthesizer =0.16.19
- wasm
-
Enables wasm of snarkvm-console =0.16.19, async of snarkvm-ledger-query =0.16.19 and snarkvm-synthesizer =0.16.19
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- snarkvm full
-
Enables snarkvm =0.16.19
- ureq full