Cargo Features
[dependencies]
kvx_types = { version = "0.9.3", default-features = false, features = ["postgres"] }
- default = postgres
-
The
postgres
feature is set by default wheneverkvx_types
is added without
somewhere in the dependency tree.default-features = false - postgres default
-
Enables postgres and postgres-types
kvx_types has 2 features without comments.