Cargo Features

[dependencies]
opentalk-mail-worker-protocol = { version = "0.29.0", default-features = false, features = ["client", "serde", "utoipa"] }
default = serde

The serde feature is set by default whenever opentalk-mail-worker-protocol is added without default-features = false somewhere in the dependency tree.

client = serde
serde default client? utoipa?

Enables opentalk-types-common and serde, serde of chrono, serde of uuid

utoipa = serde

Enables utoipa, utoipa of opentalk-types-common

Required by the export_schema_and_examples binary