[package] name = "auditor-priority-plugin" version = "0.6.3" authors = ["Stefan Kroboth "] edition = "2021" license = "MIT OR Apache-2.0" description = "Priority Plugin for AUDITOR" documentation = "https://docs.rs/auditor/" homepage = "https://alu-schumacher.github.io/AUDITOR/" repository = "https://github.com/alu-schumacher/AUDITOR" readme = "../../README.md" keywords = ["accounting", "opportunistic", "grid-computing", "batch-systems"] exclude = [ ".cargo", ".dockerignore", ".git", ".gitattributes", ".github", ".gitignore", ".pytest_cache", "target", "nohup.out" ] [[bin]] name = "auditor-priority-plugin" path = "src/main.rs" [profile.release] strip = true [dependencies] actix-web-opentelemetry.workspace = true actix-web.workspace = true anyhow.workspace = true auditor-client.workspace = true auditor.workspace = true chrono.workspace = true config.workspace = true num-traits.workspace = true opentelemetry-prometheus.workspace = true opentelemetry.workspace = true opentelemetry_api.workspace = true opentelemetry_sdk.workspace = true prometheus.workspace = true serde-aux.workspace = true serde.workspace = true serde_with.workspace = true shell-words.workspace = true tokio = { workspace = true, features = ["macros", "rt-multi-thread", "time"] } tracing-actix-web.workspace = true tracing-subscriber.workspace = true tracing.workspace = true uuid.workspace = true [dev-dependencies]