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
somewhere in the dependency tree.default-features = false - swagger
- wallet default
-
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
- bench