Cargo Features
[dependencies]
ogcapi-types = { version = "0.3.0", default-features = false, features = ["common", "edr", "features", "processes", "stac", "styles", "tiles", "coverages"] }
- default = common
-
The
common
feature is set by default wheneverogcapi-types
is added without
somewhere in the dependency tree.default-features = false - common default edr? features? processes? tiles?
-
standards
Affects
ogcapi-types::common
… - edr = common, features
-
Affects
collection::Collection.data_queries
,collection::Collection.output_formats
,collection::Collection.parameter_names
,landing_page::LandingPage.keywords
,landing_page::LandingPage.provider
,landing_page::LandingPage.contact
,ogcapi-types::edr
… - features edr? stac? = common
-
Affects
ogcapi-types::features
… - processes = common
-
Affects
ogcapi-types::processes
… - stac = features
-
Affects
collection::Collection.r#type
,collection::Collection.stac_version
,collection::Collection.stac_extensions
,collection::Collection.license
,collection::Collection.providers
,collection::Collection.summaries
,collection::Collection.assets
,landing_page::LandingPage.r#type
,landing_page::LandingPage.stac_version
,landing_page::LandingPage.stac_extensions
,landing_page::LandingPage.id
,landing_page::LandingPage.conforms_to
,feature::Feature.stac_version
,feature::Feature.stac_extensions
,feature::Feature.assets
,feature::Feature.bbox
,ogcapi-types::stac
… - styles
-
Affects
ogcapi-types::styles
… - tiles = common
-
Affects
ogcapi-types::tiles
… - coverages