Cargo Features

[dependencies]
cashu = { version = "0.7.0", default-features = false, features = ["swagger", "mint", "wallet", "bench"] }
default = mint, wallet

These default features are set whenever cashu is added without default-features = false somewhere in the dependency tree.

swagger

Enables utoipa ^4

mint default

Enables uuid =1.12.1

Affects cashu::mint, nut02::MintKeySet, nut17::Notification

wallet default

Affects cashu::wallet, nuts::nut13, nut00::PreMint, nut00::PreMintSecrets, nut03::PreSwap

bench