Cargo Features
ogcapi-drivers has no features set by default.
[dependencies]
ogcapi-drivers = { version = "0.2.0", features = ["s3", "stac", "postgres"] }
- s3 = aws-config, aws-sdk-s3
-
Affects
ogcapi-drivers::s3
… - stac
-
Enables stac of ogcapi-types
Affects
ogcapi-drivers::StacSeach
… - postgres = rink-core, sqlx, url
-
Affects
ogcapi-drivers::postgres
…
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.
- aws-config s3?
- aws-sdk-s3 s3?
- rink-core postgres?
- sqlx postgres?
-
Enables sqlx ^0.7.4
- url postgres?