Cargo Features

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

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

mint default swagger?

Enables futures, mint of cdk-common

Affects cdk_database::mint_memory, cdk::mint, cdk::cdk_database

swagger = mint

We do not commit to a MSRV with swagger enabled

Enables utoipa ^4, swagger of cdk-common

wallet default

Enables reqwest, wallet of cdk-common

Affects cdk_database::wallet_memory, cdk::wallet, cdk::cdk_database

http_subscription bench