Cargo Features

[dependencies]
aquavm-air-cli = { version = "0.8.0", default-features = false, features = ["wasm", "gen_signatures", "check_signatures", "near"] }
default = wasm

The wasm feature is set by default whenever aquavm-air-cli is added without default-features = false somewhere in the dependency tree.

wasm default = air-test-utils
gen_signatures

Enables gen_signatures of aquavm-air

check_signatures

Enables check_signatures of aquavm-air

near

Enables near-sdk and workspaces

near-sdk:

near
alpha version is used because older versions depend on the parity-secp256k1 crate which is yanked

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.

air-test-utils wasm