Cargo Features

sov-risc0-adapter has no features set by default.

[dependencies]
sov-risc0-adapter = { version = "0.3.0", features = ["native", "bench"] }
native bench?

Enables risc0-circuit-rv32im ^0.18 and risc0-zkp ^0.18, prove of risc0-zkvm ^0.18

Affects sov-risc0-adapter::host

bench = native, once_cell, parking_lot

Enables native of sov-zk-cycle-utils

Affects sov-risc0-adapter::metrics

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.

once_cell bench?
parking_lot bench?