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, snarkvm-ledger-block, snarkvm-ledger-query, snarkvm-ledger-store, and snarkvm-synthesizer

wasm

Enables wasm of snarkvm-console, async of snarkvm-ledger-query and snarkvm-synthesizer

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
ureq full