Cargo Features

[dependencies]
kvx_types = { version = "0.9.3", default-features = false, features = ["postgres"] }
default = postgres

The postgres feature is set by default whenever kvx_types is added without default-features = false somewhere in the dependency tree.

postgres default

Enables postgres and postgres-types

kvx_types has 2 features without comments.