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 wheneverstac-cli
is added without
somewhere in the dependency tree.default-features = false - 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