Cargo Features
stac-api has no features set by default.
[dependencies]
stac-api = { version = "0.7.1", features = ["client", "geo", "python"] }
- client
-
Enables async-stream, futures, http, reqwest, and tokio
Affects
stac-api::client
… - geo
- python
-
Enables pyo3 ^0.23.4 and pythonize
Affects
stac-api::python
…