opentalk-cli 0.0.2

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

[[bin]]
name = "opentalk-cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dependencies.env_logger]
version = "0.11.10"

[dependencies.opentalk-client]
version = "0.0.2"

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

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

[dependencies.opentalk-client-requests-api-v1]
version = "0.0.2"

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

[dependencies.tokio]
version = "1.52.1"
features = [
    "macros",
    "rt-multi-thread",
]

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