Cargo Features

[dependencies]
cdk-postgres = { version = "0.15.2-rc.0", default-features = false, features = ["mint", "wallet"] }
default = mint, wallet

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

mint default

Enables mint of cdk-common and cdk-sql-common

wallet default

Enables wallet of cdk-common and cdk-sql-common

cdk-postgres has 3 features without comments.