Cargo Features

stac-api has no features set by default.

[dependencies]
stac-api = { version = "0.7.0", features = ["client", "geo", "python"] }
client

Enables async-stream, futures, http, reqwest, and tokio

Affects stac-api::client

geo

Enables geo, geo of stac

python

Enables pyo3 and pythonize

Affects stac-api::python