Cargo Features
[dependencies]
opentalk-mail-worker-protocol = { version = "0.27.0", default-features = false, features = ["client", "serde", "utoipa"] }
- default = serde
-
The
serde
feature is set by default wheneveropentalk-mail-worker-protocol
is added without
somewhere in the dependency tree.default-features = false - client = serde
- serde default client? utoipa?
-
Enables serde, serde of uuid, serde of chrono and opentalk-types-common
- utoipa = serde
-
Enables utoipa ^4, utoipa of opentalk-types-common
Required by the export_schema_and_examples binary