# 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 = "2021" name = "auditor-client" version = "0.6.3" authors = ["Stefan Kroboth "] build = false exclude = [ ".cargo", ".dockerignore", ".git", ".gitattributes", ".github", ".gitignore", ".pytest_cache", "target", "nohup.out", ] 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" resolver = "1" [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.86" [dependencies.auditor] version = "0.6.3" default-features = false [dependencies.bincode] version = "1.3.3" [dependencies.chrono] version = "0.4.38" features = ["serde"] default-features = false [dependencies.config] version = "0.13.4" [dependencies.rand] version = "0.8.5" [dependencies.rand_distr] version = "0.4.3" [dependencies.reqwest] version = "0.12.5" features = [ "json", "rustls-tls", "blocking", ] default-features = false [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde-aux] version = "4.5.0" [dependencies.serde_qs] version = "0.13.0" features = ["actix4"] [dependencies.sqlx] version = "0.8.2" features = [ "runtime-tokio-rustls", "macros", "sqlite", "uuid", "chrono", "migrate", ] default-features = false [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.38.0" features = ["time"] [dependencies.tracing] version = "0.1.40" features = ["log"] [dependencies.urlencoding] version = "2.1.3" [dev-dependencies.claim] version = "0.7.1" package = "claims" [dev-dependencies.criterion] version = "0.5.1" features = [ "html_reports", "async_tokio", ] [dev-dependencies.criterion-macro] version = "0.4.0" [dev-dependencies.fake] version = "2.9.2" features = ["chrono"] [dev-dependencies.itertools] version = "0.13.0" [dev-dependencies.once_cell] version = "1.19.0" [dev-dependencies.tokio] version = "1.38.0" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3.18" features = [ "registry", "env-filter", ] [dev-dependencies.uuid] version = "1.10.0" features = ["v4"] [dev-dependencies.wiremock] version = "0.6.2"