# 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.77" name = "row" version = "0.3.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Row is a command line tool that helps you manage workflows on HPC resources." homepage = "https://glotzerlab.engin.umich.edu" documentation = "https://row.readthedocs.io" readme = "README.md" keywords = [ "workflow", "slurm", "queue", "hpc", "cluster", ] categories = [ "command-line-utilities", "science", ] license = "BSD-3-Clause" repository = "https://github.com/glotzerlab/row" [lib] name = "row" path = "src/lib.rs" [[bin]] name = "row" path = "src/main.rs" [[test]] name = "cli" path = "tests/cli.rs" [dependencies.clap] version = "4.5.18" features = [ "derive", "env", ] [dependencies.clap-verbosity-flag] version = "2.2.2" [dependencies.console] version = "0.15.8" [dependencies.env_logger] version = "0.11.5" [dependencies.home] version = "0.5.9" [dependencies.human_format] version = "1.1.0" [dependencies.indicatif] version = "0.17.8" [dependencies.indicatif-log-bridge] version = "0.2.3" [dependencies.log] version = "0.4.22" [dependencies.memchr] version = "2.7.4" [dependencies.nix] version = "0.29.0" features = ["signal"] [dependencies.path-absolutize] version = "3.1.1" [dependencies.postcard] version = "1.0.10" features = ["use-std"] default-features = false [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.signal-hook] version = "0.3.17" default-features = false [dependencies.speedate] version = "0.14.4" [dependencies.thiserror] version = "1.0.64" [dependencies.toml] version = "0.8.19" [dependencies.uuid] version = "1.10.0" features = ["v4"] [dependencies.wildmatch] version = "2.4.0" [dev-dependencies.assert_cmd] version = "2.0.15" [dev-dependencies.assert_fs] version = "1.1.2" [dev-dependencies.predicates] version = "3.1.2" features = ["regex"] [dev-dependencies.serial_test] version = "3.1.1"