Cargo Features

boundless-cli has no features set by default.

[dependencies]
boundless-cli = { version = "0.4.1", features = ["prove", "cuda"] }
prove cuda?

Enables the prove feature on risc0-zkvm to build the prover directly into this CLI.

Enables prove of risc0-zkvm

cuda = prove

Enables the cuda feature on risc0-zkvm to build the prover directly into this CLI, with CUDA support.

Enables cuda of risc0-zkvm