comdirect-rest-api 0.1.8

Implementation of the REST API for the german Bank comdirect
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 = "comdirect-rest-api"
version = "0.1.8"
authors = ["flower <flower@k1024.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Implementation of the REST API for the german Bank comdirect"
homepage = "https://codeberg.org/flower1024/comdirect-rest-api"
documentation = "https://codeberg.org/flower1024/comdirect-rest-api"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/flower1024/comdirect-rest-api"

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

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

[dependencies.chrono]
version = "0.4.44"
features = ["serde"]

[dependencies.ratelimit]
version = "0.10"

[dependencies.reqwest]
version = "=0.13.2"
features = [
    "json",
    "form",
]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.43.0"
features = ["full"]

[dependencies.tracing]
version = "0.1.44"

[dependencies.uuid]
version = "1.21.0"
features = ["v4"]

[dev-dependencies.mockall]
version = "0.14.0"