# 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-priority-plugin" 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 = "Priority Plugin 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" [profile.release] strip = true [[bin]] name = "auditor-priority-plugin" path = "src/main.rs" [dependencies.actix-web] version = "4.8.0" [dependencies.actix-web-opentelemetry] version = "0.17" features = [ "metrics", "metrics-prometheus", ] [dependencies.anyhow] version = "1.0.86" [dependencies.auditor] version = "0.6.3" default-features = false [dependencies.auditor-client] version = "0.6.3" [dependencies.chrono] version = "0.4.38" features = ["serde"] default-features = false [dependencies.config] version = "0.13.4" [dependencies.num-traits] version = "0.2.19" [dependencies.opentelemetry] version = "0.23.0" [dependencies.opentelemetry-prometheus] version = "0.16.0" [dependencies.opentelemetry_api] version = "0.20.0" [dependencies.opentelemetry_sdk] version = "0.23.0" [dependencies.prometheus] version = "0.13.4" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde-aux] version = "4.5.0" [dependencies.serde_with] version = "3.8.1" features = ["chrono_0_4"] [dependencies.shell-words] version = "1.1.0" [dependencies.tokio] version = "1.38.0" features = [ "macros", "rt-multi-thread", "time", ] [dependencies.tracing] version = "0.1.40" features = ["log"] [dependencies.tracing-actix-web] version = "0.7.11" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.uuid] version = "1.10.0" features = ["v4"] [dev-dependencies]