stama 1.1.1

A terminal user interface for monitoring and managing slurm jobs.
# 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.88"
name = "stama"
version = "1.1.1"
authors = ["Silvano Gordian Rosenau <silvano.rosenau@uni-hamburg.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A terminal user interface for monitoring and managing slurm jobs."
readme = "README.md"
license = "MIT"
repository = "https://github.com/Gordi42/stama"

[[bin]]
name = "stama"
path = "src/main.rs"

[dependencies.clap]
version = "4.5"

[dependencies.clap_complete]
version = "4.5"

[dependencies.color-eyre]
version = "0.6"

[dependencies.crossterm]
version = "0.29"

[dependencies.ratatui]
version = "0.30"
features = ["unstable-rendered-line-info"]

[dependencies.ratatui-textarea]
version = "0.9"

[dependencies.regex]
version = "1.11"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.signal-hook]
version = "0.4.4"

[dependencies.toml]
version = "0.9"

[dev-dependencies.insta]
version = "1.48.0"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.proptest]
version = "1.11.0"

[dev-dependencies.tempfile]
version = "3.27.0"