Cargo Features

[dependencies]
pipedash-core = { version = "0.1.1", default-features = false, features = ["full", "postgres"] }
default = postgres

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

full = postgres
postgres default full?

Affects storage::postgres