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