mendia-api 1.15.0

Shared WebSocket protocol types for the Mendia ecosystem
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 = "mendia-api"
version = "1.15.0"
authors = ["Lukas Riedersberger <lukas.riedersberger@posteo.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared WebSocket protocol types for the Mendia ecosystem"
homepage = "https://gitlab.com/derfreak/mendia"
readme = "README.md"
keywords = [
    "telegram-bot",
    "movies",
    "self-hosted",
]
license-file = "LICENSE"
repository = "https://gitlab.com/derfreak/mendia"
resolver = "2"

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

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

[dependencies.ts-rs]
version = "10.1.0"