# 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" rust-version = "1.58" name = "ssubmit" version = "1.0.0" authors = ["Michael Hall "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Submit sbatch jobs without having to create a submission script" homepage = "https://github.com/mbhall88/ssubmit" readme = "README.md" keywords = [ "slurm", "sbatch", "wrapper", ] categories = [ "science", "command-line-utilities", ] license-file = "LICENSE" repository = "https://github.com/mbhall88/ssubmit" [profile.release] strip = true [lib] name = "ssubmit" path = "src/lib.rs" [[bin]] name = "ssubmit" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.byte-unit] version = "5.1.4" [dependencies.clap] version = "4.5.16" features = [ "derive", "env", ] [dependencies.duration-str] version = "0.11.2" [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.22" [dependencies.regex] version = "1.10.6" [badges.maintenance] status = "actively-developed"