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 wheneverogcapi-client
is added without
somewhere in the dependency tree.default-features = false - 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.