Cargo Features

sov-blob-storage has no features set by default.

[dependencies]
sov-blob-storage = { version = "0.3.0", features = ["native"] }
native = clap, jsonrpsee, schemars, serde, serde_json

Enables native of sov-modules-api, sov-sequencer-registry, and sov-state

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.

schemars native?
serde native?
serde_json native?
jsonrpsee native?

Enables jsonrpsee ^0.20.1

clap native?