Cargo Features
[dependencies]
tropobase_configuration = { version = "0.1.0", default-features = false, features = ["postgres"] }
- default = postgres
-
The
postgres
feature is set by default whenevertropobase_configuration
is added without
somewhere in the dependency tree.default-features = false - postgres default
-
Affects
tropobase_configuration::postgres
,tropobase_configuration::TropobaseConfiguration.postgres
…