Cargo Features

[dependencies]
stac-cli = { version = "0.1.0", default-features = false, features = ["gdal", "pgstac"] }
default = gdal, pgstac

These default features are set whenever stac-cli is added without default-features = false somewhere in the dependency tree.

gdal default

Enables gdal of stac

pgstac default

Enables pgstac, pgstac of stac-server

stac-cli has 3 features without comments.