Cargo Features

[dependencies]
stac-server = { version = "0.1.0", default-features = false, features = ["axum", "memory-item-search", "pgstac"] }
default = axum, memory-item-search

These default features are set whenever stac-server is added without default-features = false somewhere in the dependency tree.

axum default

Enables axum

Affects stac-server::routes

Enables geo of stac-api

pgstac

Enables bb8, bb8-postgres, pgstac, and tokio-postgres