Cargo Features

sov-sequencer-registry has no features set by default.

[dependencies]
sov-sequencer-registry = { version = "0.3.0", features = ["native", "bench"] }
native = clap, jsonrpsee, schemars, serde_json

Enables native of sov-bank, sov-modules-api, and sov-state

bench = risc0-zkvm, risc0-zkvm-platform, sov-zk-cycle-utils

Enables bench of sov-zk-cycle-macros

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.

clap native?
schemars native?
serde_json native?
jsonrpsee native?

Enables jsonrpsee ^0.20.1

sov-zk-cycle-macros bench?
risc0-zkvm bench?

Enables risc0-zkvm ^0.18

risc0-zkvm-platform bench?

Enables risc0-zkvm-platform ^0.18

sov-zk-cycle-utils bench?