Cargo Features

[dependencies]
ogcapi-client = { version = "0.3.0", default-features = false, features = ["features", "stac", "processes"] }
default = features

The features feature is set by default whenever ogcapi-client is added without default-features = false somewhere in the dependency tree.

features default

Enables features of ogcapi-types

stac

Enables stac of ogcapi-types

Affects client::StacEntities, client::Catalogs

processes = ogcapi-processes

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

ogcapi-processes processes?