auditor-priority-plugin 0.10.2

Priority Plugin 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-priority-plugin"
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 = "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"

[[bin]]
name = "auditor-priority-plugin"
path = "src/main.rs"

[dependencies.actix-web]
version = "4.13.0"

[dependencies.actix-web-opentelemetry]
version = "0.17.0"
features = [
    "metrics",
    "metrics-prometheus",
]

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.auditor-client]
version = "0.10.2"

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

[dependencies.config]
version = "0.15.22"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.opentelemetry]
version = "0.23.0"

[dependencies.opentelemetry-prometheus]
version = "0.16.0"

[dependencies.opentelemetry_sdk]
version = "0.23.0"

[dependencies.prometheus]
version = "0.13.4"

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

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

[dependencies.serde_with]
version = "3.18.0"
features = ["chrono_0_4"]

[dependencies.shell-words]
version = "1.1.1"

[dependencies.tokio]
version = "1.50.0"
features = [
    "macros",
    "rt-multi-thread",
    "time",
]

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

[dependencies.tracing-actix-web]
version = "0.7.21"

[dependencies.tracing-subscriber]
version = "0.3.23"

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