# 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-slurm-epilog-collector" 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 = "Slurm epilog collector 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-slurm-epilog-collector" path = "src/main.rs" [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.regex] version = "1.11.1" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde-aux] version = "4.5.0" [dependencies.tokio] version = "1.38.0" features = [ "macros", "rt-multi-thread", "time", ] [dependencies.tracing] version = "0.1.40" features = ["log"] [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.uuid] version = "1.10.0" features = ["v4"] [dev-dependencies]