Cargo Features
[dependencies]
pipedash-core = { version = "0.1.1", default-features = false, features = ["full", "postgres"] }
- default = postgres
-
The
postgresfeature is set by default wheneverpipedash-coreis added withoutsomewhere in the dependency tree.default-features = false - full = postgres
- postgres default full?
-
Affects
storage::postgres…