# 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 = "cluster-job-monitor" version = "0.2.2" authors = ["Jiajie Chen "] description = "A tool to monitor jobs in HPC cluster." readme = "README.md" keywords = [ "slack", "hpc", "pbs", "slurm", ] license = "GPL-3.0-or-later" repository = "https://github.com/jiegec/cluster-job-monitor" [dependencies.anyhow] version = "1.0.75" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.clap] version = "4.4.7" features = ["derive"] [dependencies.dotenv] version = "0.15.0" [dependencies.env_logger] version = "0.10.0" [dependencies.jfs] version = "0.9.0" [dependencies.json] version = "0.12.4" [dependencies.log] version = "0.4.17" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.10" features = [ "json", "native-tls-vendored", ] default-features = false [dependencies.serde] version = "1.0.137" [dependencies.serde_derive] version = "1.0.137" [dependencies.serde_json] version = "1.0.81" [dependencies.timeago] version = "0.4.2" [dependencies.tokio] version = "1.19.0" features = [ "macros", "time", "rt-multi-thread", ] [dependencies.toml] version = "0.8.8"