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 whenever aleo-rust is added without default-features = false somewhere in the dependency tree.

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