opentalk-types-api-internal 0.2.2

OpenTalk API internal data types
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-api-internal"
version = "0.2.2"
authors = ["OpenTalk Team <mail@opentalk.eu>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenTalk API internal data types"
homepage = "https://opentalk.eu/"
documentation = "https://docs.rs/opentalk-types-api-internal"
readme = false
license = "EUPL-1.2"
repository = "https://gitlab.opencode.de/opentalk/libs/opentalk-types"
resolver = "2"

[features]
axum = ["opentalk-types-api-common/axum"]
http = ["opentalk-types-api-common/http"]
typescript = ["dep:ts-rs"]
utoipa = [
    "dep:utoipa",
    "opentalk-types-api-common/utoipa",
    "opentalk-types-common/utoipa",
]

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

[dependencies.chrono]
version = "0.4"

[dependencies.opentalk-types-api-common]
version = "0.7"
features = ["serde"]

[dependencies.opentalk-types-common]
version = "0.44"
features = ["serde"]

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

[dependencies.serde_json]
version = "1"

[dependencies.ts-rs]
version = "12"
features = [
    "chrono-impl",
    "uuid-impl",
]
optional = true

[dependencies.utoipa]
version = "5"
optional = true

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