Cargo Features

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

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

postgres default

Enables postgres of planetary-db

planetary-server has 2 features without comments.