Cargo Features

[dependencies]
tropobase_configuration = { version = "0.1.0", default-features = false, features = ["postgres"] }
default = postgres

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

postgres default

Affects tropobase_configuration::postgres, tropobase_configuration::TropobaseConfiguration.postgres