Cargo Features

[dependencies]
cdk-common = { version = "0.7.0", default-features = false, features = ["swagger", "wallet", "mint", "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 ^4, swagger of cashu

wallet default

Enables wallet of cashu

mint default

Enables uuid =1.12.1, mint of cashu

Affects cdk-common::lightning, cdk-common::subscription, ws::notification_uuid_to_notification_string, ws::notification_to_ws_message

bench