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-postgresis added withoutsomewhere in the dependency tree.default-features = false - 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.