Cargo Features

Hedwig has no features set by default.

[dependencies]
hedwig = { version = "7.2.0", features = ["google", "redis", "mock", "json-schema", "protobuf"] }
google

Backends

Enables parking_lot ^0.11, tracing, and ya-gcp

Affects backends::googlepubsub

redis

Enables async-channel ^1.6, base64, parking_lot ^0.11, redis, tokio, and tracing

Affects backends::redis

mock

Enables async-channel ^1.6 and parking_lot ^0.11

json-schema = serde, serde_json, valico

Validators

protobuf = prost

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.

serde json-schema?
serde_json json-schema?
prost protobuf?

Enables prost ^0.12

Affects validators::prost

valico json-schema?

Enables valico ^3.2