Cargo Features

STAC has no features set by default.

[dependencies]
stac = { version = "0.7.0", features = ["gdal", "geo", "reqwest"] }
gdal

Enables gdal

we use bindgen b/c the gdal crate doesn't support GDAL 3.8 as of this writing

and gdal-sys and log

gdal-sys:

we use bindgen b/c the gdal crate doesn't support GDAL 3.8 as of this writing, and we depend on gdal-sys for build script usage

Affects stac::gdal

geo

Enables geo

Affects stac::geo

reqwest

Enables reqwest