opentalk-client 0.0.1-alpha.5

A client library to interact with OpenTalk
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-client"
version = "0.0.1-alpha.5"
authors = ["OpenTalk Team <mail@opentalk.eu>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A client library to interact with OpenTalk"
homepage = "https://opentalk.eu/"
documentation = "https://docs.rs/opentalk-client"
readme = false
license = "EUPL-1.2"
repository = "https://gitlab.opencode.de/opentalk/libs/opentalk-client"

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

[dependencies.anyhow]
version = "1.0.97"

[dependencies.async-trait]
version = "0.1.88"

[dependencies.bytes]
version = "1.10.1"

[dependencies.chrono]
version = "0.4.40"

[dependencies.http]
version = "1.2.0"

[dependencies.http-request-derive]
version = "0.5.0"

[dependencies.http-request-derive-client]
version = "0.2.0"

[dependencies.http-request-derive-client-reqwest]
version = "0.3.0"

[dependencies.itertools]
version = "0.14.0"

[dependencies.oauth2]
version = "5"
features = ["reqwest-blocking"]

[dependencies.opentalk-client-data-persistence]
version = "0.0.1-alpha.5"

[dependencies.opentalk-client-requests-api-v1]
version = "0.0.1-alpha.5"

[dependencies.opentalk-types-api-v1]
version = "0.51.0"

[dependencies.secrecy]
version = "0.10.3"

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

[dependencies.snafu]
version = "0.8.5"

[dependencies.tokio]
version = "1.43.0"
features = [
    "macros",
    "rt",
]

[dependencies.url]
version = "2.5.4"
features = ["serde"]