Cargo Features

ogcapi-drivers has no features set by default.

[dependencies]
ogcapi-drivers = { version = "0.1.3", 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?

Enables aws-config ^0.15.0

aws-sdk-s3 s3?

Enables aws-sdk-s3 ^0.15.0

rink-core postgres?

Enables rink-core ^0.6.2

sqlx postgres?

Enables sqlx ^0.6.0

url postgres?