Cargo Features
ogcapi-drivers has no features set by default.
[dependencies]
ogcapi-drivers = { version = "0.3.0", features = ["postgres", "s3", "common", "edr", "features", "processes", "stac", "styles", "tiles"] }
- postgres = rink-core, sqlx, url
-
Affects
ogcapi-drivers::postgres
… - s3 stac? = aws-config, aws-sdk-s3
-
Affects
ogcapi-drivers::s3
… - common edr? features? processes? tiles?
-
standards
Enables common of ogcapi-types
Affects
ogcapi-drivers::CollectionTransactions
… - edr = common
-
Enables edr of ogcapi-types
Affects
ogcapi-drivers::EdrQuerier
… - features stac? = common
-
Enables features of ogcapi-types
Affects
ogcapi-drivers::FeatureTransactions
… - processes = common
-
Enables processes of ogcapi-types
Affects
ogcapi-drivers::JobHandler
… - stac = features, s3
-
Enables stac of ogcapi-types
Affects
ogcapi-drivers::StacSeach
… - styles
-
Enables styles of ogcapi-types
Affects
ogcapi-drivers::StyleTransactions
… - tiles = common
-
Enables tiles of ogcapi-types
Affects
ogcapi-drivers::TileTransactions
…
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.