Cargo Features

sov-bank has no features set by default.

[dependencies]
sov-bank = { version = "0.3.0", features = ["native", "cli"] }
native cli? = clap, jsonrpsee, schemars, serde_json

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

Affects token::CoinsFromStrError

cli = native

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?
jsonrpsee native?

Enables jsonrpsee ^0.20.1

schemars native?
serde_json native?