Cargo Features

[dependencies]
stac-cli = { version = "0.4.1", default-features = false, features = ["duckdb", "pgstac", "python"] }
default = pgstac

The pgstac feature is set by default whenever stac-cli is added without default-features = false somewhere in the dependency tree.

duckdb

Enables duckdb =1.0.0 and stac-duckdb

duckdb:

We have this dependency only to allow us to bundle it

pgstac default python?

Enables pgstac, pgstac of stac-server

python = pgstac

Enables pyo3