Cargo Features

[dependencies]
ogcapi-services = { version = "0.1.2", default-features = false, features = ["full", "common", "features", "edr", "processes", "styles", "tiles", "stac"] }
default full? = common

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

full = default, edr, features, processes, stac, styles, tiles
common default
features full?

Affects state::Drivers.features

edr full?

Enables edr of ogcapi-types

Affects state::Drivers.edr

processes full? = schemars

Affects state::State.processors, state::Drivers.jobs

styles full?

Affects state::Drivers.styles

tiles full?

Affects state::Drivers.tiles

stac full?

Enables s3 and stac of ogcapi-drivers, stac of ogcapi-types

Affects state::State.s3

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.

schemars processes?