Cargo Features
[dependencies]
ogcapi-services = { version = "0.3.0", default-features = false, features = ["common", "features", "edr", "processes", "stac", "styles", "tiles", "greeter"] }
- default = common
-
The
common
feature is set by default wheneverogcapi-services
is added without
somewhere in the dependency tree.default-features = false - common default
-
Enables common of ogcapi-drivers and ogcapi-types
ogcapi-drivers:
standards
- features
-
Enables features of ogcapi-drivers and ogcapi-types
Affects
state::Drivers.features
… - edr
-
Enables edr of ogcapi-drivers and ogcapi-types
Affects
state::Drivers.edr
… - processes greeter? = dyn-clone, ogcapi-processes, schemars
-
Enables processes of ogcapi-drivers and ogcapi-types
Affects
state::AppState.processors
,state::Drivers.jobs
… - stac
-
Enables stac of ogcapi-drivers and ogcapi-types
Affects
state::AppState.s3
… - styles
-
Enables styles of ogcapi-drivers and ogcapi-types
Affects
state::Drivers.styles
… - tiles
-
Enables tiles of ogcapi-drivers and ogcapi-types
Affects
state::Drivers.tiles
… - greeter = 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.