Cargo Features

[dependencies]
pg-client-config = { version = "0.1.2", default-features = false, features = ["with-passfile"] }
default = with-passfile

The with-passfile feature is set by default whenever pg-client-config is added without default-features = false somewhere in the dependency tree.

with-passfile default

pg-client-config has 2 features without comments.