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
-
Enables geo ^0.29.3, geo of stac
- python
-
Enables pyo3 ^0.23.4 and pythonize ^0.23.0
Affects
stac-api::python
…