auditor-client 0.10.2

Client for AUDITOR
# 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 = "auditor-client"
version = "0.10.2"
authors = ["Stefan Kroboth <stefan.kroboth@gmail.com>"]
build = false
exclude = [
    ".cargo",
    ".dockerignore",
    ".git",
    ".gitattributes",
    ".github",
    ".gitignore",
    ".pytest_cache",
    "target",
    "nohup.out",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Client for AUDITOR"
homepage = "https://alu-schumacher.github.io/AUDITOR/"
documentation = "https://docs.rs/auditor/"
readme = "README.md"
keywords = [
    "accounting",
    "opportunistic",
    "grid-computing",
    "batch-systems",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/alu-schumacher/AUDITOR"

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

[[bench]]
name = "benchmark_with_http_request"
path = "benches/benchmark_with_http_request.rs"
harness = false

[[bench]]
name = "configuration"
path = "benches/configuration.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.auditor]
version = "0.10.2"
default-features = false

[dependencies.bincode]
version = "1.3.3"

[dependencies.chrono]
version = "0.4.44"
features = ["serde"]
default-features = false

[dependencies.config]
version = "0.15.22"

[dependencies.futures]
version = "0.3"

[dependencies.rand]
version = "0.10.0"

[dependencies.rand_distr]
version = "0.6.0"

[dependencies.reqwest]
version = "0.12.28"
features = [
    "json",
    "rustls-tls",
    "blocking",
    "stream",
]
default-features = false

[dependencies.reqwest-streams]
version = "0.12"
features = ["json"]

[dependencies.rustls]
version = "0.23.37"

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

[dependencies.serde-aux]
version = "4.6.0"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_qs]
version = "0.15.0"
features = ["actix4"]

[dependencies.sqlx]
version = "0.8.6"
features = [
    "runtime-tokio-rustls",
    "macros",
    "uuid",
    "chrono",
    "migrate",
    "runtime-tokio",
    "json",
    "sqlite",
]
default-features = false

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.50.0"
features = ["time"]

[dependencies.tracing]
version = "0.1.44"
features = ["log"]

[dependencies.urlencoding]
version = "2.1.3"

[dev-dependencies.claim]
version = "0.7.1"
package = "claims"

[dev-dependencies.criterion]
version = "0.8.2"
features = [
    "html_reports",
    "async_tokio",
]

[dev-dependencies.criterion-macro]
version = "0.4.0"

[dev-dependencies.fake]
version = "5.1"
features = ["chrono"]

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

[dev-dependencies.once_cell]
version = "1.21.4"

[dev-dependencies.tokio]
version = "1.50.0"
features = ["full"]

[dev-dependencies.tracing-subscriber]
version = "0.3.23"
features = [
    "registry",
    "env-filter",
]

[dev-dependencies.uuid]
version = "1.22.0"
features = ["v4"]

[dev-dependencies.wiremock]
version = "0.6.5"