# 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 = "swatch" version = "0.1.5" authors = ["jharrymoore "] description = "A TUI to manage and monitor your SLURM jobs" readme = "README.md" license = "MIT" [[bin]] name = "swatch" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.crossbeam] version = "0.8.2" [dependencies.crossterm] version = "0.27.0" [dependencies.fern] version = "0.6.2" [dependencies.humantime] version = "2.1.0" [dependencies.log] version = "0.4.20" [dependencies.notify] version = "6.1.1" [dependencies.ratatui] version = "0.26.1"