# 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 = "rsqueue" version = "0.1.0" authors = ["Yangyang Li "] description = "A Nicer Summary of slurm Command" documentation = "https://docs.rs/rsqueue" readme = "README.md" keywords = [ "cli", "slurm", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/cauliyang/rsqueue" [dependencies.anyhow] version = "1.0" [dependencies.assert_cmd] version = "2.0.5" [dependencies.clap] version = "4.0.18" [dependencies.clap-verbosity-flag] version = "2.0.0" [dependencies.clap_complete] version = "4.0.3" [dependencies.comfy-table] version = "6.1.1" [dependencies.ctrlc] version = "3.2.3" [dependencies.human-panic] version = "1.0.3" [dependencies.indicatif] version = "0.17.1" [dependencies.log] version = "0.4.17" [dependencies.termcolor] version = "1.1.3" [dependencies.thiserror] version = "1.0"