opentalk-types 0.70.0

Types and traits for the OpenTalk API and signaling protocols
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "opentalk-types"
version = "0.70.0"
authors = ["OpenTalk Team <mail@opentalk.eu>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Types and traits for the OpenTalk API and signaling protocols"
homepage = "https://opentalk.eu/"
documentation = "https://docs.rs/opentalk-types"
readme = false
license = "EUPL-1.2"
repository = "https://gitlab.opencode.de/opentalk/libs/opentalk-types"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

[features]
actix = ["opentalk-types-common?/actix"]
api = ["api-v1"]
api-v1 = [
    "common",
    "dep:opentalk-types-api-v1",
]
backend = [
    "diesel",
    "rand",
    "redis",
    "serde",
    "opentalk-types-api-v1?/backend",
    "opentalk-types-common?/backend",
    "opentalk-types-signaling?/backend",
]
clap = ["opentalk-types-common?/clap"]
common = ["dep:opentalk-types-common"]
default = ["types-all"]
diesel = [
    "opentalk-types-api-v1?/diesel",
    "opentalk-types-common?/diesel",
]
frontend = [
    "opentalk-types-api-v1?/frontend",
    "opentalk-types-common?/frontend",
    "opentalk-types-signaling?/frontend",
]
rand = [
    "opentalk-types-common?/rand",
    "opentalk-types-signaling?/rand",
]
redis = [
    "opentalk-types-common?/redis",
    "opentalk-types-signaling?/redis",
]
serde = [
    "opentalk-types-api-v1?/serde",
    "opentalk-types-common?/serde",
    "opentalk-types-signaling?/serde",
]
signaling = [
    "common",
    "dep:opentalk-types-signaling",
]
types-all = [
    "api",
    "signaling",
]
utoipa = [
    "opentalk-types-api-v1?/utoipa",
    "opentalk-types-common?/utoipa",
]

[lib]
name = "opentalk_types"
path = "src/lib.rs"

[dependencies.opentalk-types-api-v1]
version = "0.61.0"
optional = true

[dependencies.opentalk-types-common]
version = "0.46.0"
optional = true

[dependencies.opentalk-types-signaling]
version = "0.47.0"
optional = true

[lints.clippy]
self_named_module_files = "deny"