Cargo Features

sov-rollup-interface has no features set by default.

[dependencies]
sov-rollup-interface = { version = "0.3.0", features = ["native", "mocks", "fuzzing"] }
native = tokio

Affects rpc::LedgerRpcProvider, da::BlobReaderTrait.advance, da::BlobReaderTrait.full_data, da::MockDaService

mocks = sha2

Enables serde of bytes

Affects state_machine::mocks

fuzzing = proptest, proptest-derive, sha2

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.

sha2 fuzzing? mocks?
proptest-derive fuzzing?

Enables proptest-derive ^0.3.0

tokio native?
proptest fuzzing?

Enables proptest

Proptest should be a dev-dependency, but those can't be optional