# 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.5.0" authors = ["Stefan Kroboth "] exclude = [ ".cargo", ".dockerignore", ".git", ".gitattributes", ".github", ".gitignore", ".pytest_cache", "target", "nohup.out", ] 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" [dependencies.auditor] version = "0.5.0" [dependencies.chrono] version = "0.4.38" features = ["serde"] default-features = false [dependencies.config] version = "0.13" [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde-aux] version = "4" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", "time", ] [dependencies.tracing] version = "0.1" features = ["log"] [dependencies.tracing-subscriber] version = "0.3" [dependencies.uuid] version = "1.8" features = ["v4"] [dev-dependencies]