Cargo Features
opentalk-types has no features set by default.
[dependencies]
opentalk-types = { version = "0.25.0", features = ["actix", "axum", "backend", "diesel", "frontend", "kustos", "rand", "redis", "serde", "utoipa"] }
- actix backend? = serde
-
Enables actix-http, actix-web, and http ^0, actix of opentalk-types-common
- axum = serde
- backend = actix, diesel, kustos, rand, redis, serde, utoipa
-
Enables opentalk-cache and opentalk-database, backend of opentalk-types-common and opentalk-types-signaling
- diesel backend? = serde
-
Enables diesel and opentalk-diesel-newtype, diesel of opentalk-types-common
- frontend = serde
-
Enables http, http-request-derive, and http ^0, frontend of opentalk-types-common and opentalk-types-signaling
- kustos backend?
-
Enables opentalk-kustos-prefix, kustos of opentalk-types-common
- rand backend?
-
Enables rand of opentalk-types-common, v4 of uuid
- redis backend? = serde
-
Enables redis and redis-args, redis of opentalk-types-common and opentalk-types-signaling
- serde actix? axum? backend? diesel? frontend? redis? utoipa?
-
Enables serde, validator ^0.18, base64 and bincode, serde of url and uuid, serde of chrono, chrono-tz ^0.9, opentalk-types-common, and opentalk-types-signaling
- utoipa backend? = serde
-
Enables utoipa ^4, utoipa of opentalk-types-common
opentalk-types has 10 features without comments.