opentalk-roomserver-types-timer 0.9.0

OpenTalk RoomServer Types Timer
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-roomserver-types-timer"
version = "0.9.0"
authors = [
    "OpenTalk Team <mail@opentalk.eu>",
    "Albrecht Weiche <a.weiche@opentalk.eu>",
    "Maximilian Allies <m.allies@opentalk.eu>",
    "Wolfgang Silbermayr <w.silbermayr@opentalk.eu>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenTalk RoomServer Types Timer"
homepage = "https://opentalk.eu/"
readme = false
license = "EUPL-1.2"
repository = "https://gitlab.opencode.de/opentalk/roomserver"
resolver = "2"

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

[dependencies.opentalk-roomserver-signaling]
version = "0.9.0"

[dependencies.opentalk-roomserver-types]
version = "0.9.0"
features = ["utoipa"]

[dependencies.opentalk-types-common]
version = "0.50"
features = [
    "serde",
    "utoipa",
]

[dependencies.opentalk-types-signaling]
version = "0.51"
features = [
    "serde",
    "utoipa",
]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.125"
features = ["raw_value"]

[dev-dependencies.chrono]
version = "0.4"

[dev-dependencies.opentalk-types-common]
version = "0.50"
features = [
    "serde",
    "utoipa",
]

[dev-dependencies.opentalk-types-signaling]
version = "0.51"
features = [
    "serde",
    "utoipa",
]

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[lints.clippy]
self_named_module_files = "deny"