Cargo Features

[dependencies]
cdk-common = { version = "0.9.0", default-features = false, features = ["swagger", "wallet", "mint", "auth", "bench"] }
default = mint, wallet

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

swagger

Enables utoipa, swagger of cashu

wallet default

Enables wallet of cashu

Affects cdk-common::wallet

mint default

Enables uuid =1.12.1, mint of cashu

Affects cdk-common::mint, cdk-common::payment, subscription::IndexableParams, ws::notification_uuid_to_notification_string, ws::notification_to_ws_message

auth

Enables auth of cashu

bench