dae 0.1.7

A Linux daemon management TUI with a subdued scrin interface.
# 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 = "2024"
name = "dae"
version = "0.1.7"
authors = [
    "Trevor Knott",
    "Knott Dynamics",
]
build = false
include = [
    "Cargo.toml",
    "README.md",
    "LICENSE",
    "src/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Linux daemon management TUI with a subdued scrin interface."
readme = "README.md"
keywords = [
    "linux",
    "daemon",
    "scrin",
    "aisling",
    "dae",
]
categories = [
    "command-line-utilities",
    "os::linux-apis",
]
license = "MIT"
repository = "https://github.com/Tknott95/KnottDae"

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

[dependencies.aisling]
version = "0.3.17"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.crossterm]
version = "0.28"

[dependencies.scrin]
version = "0.1.83"

[dependencies.scrin-widgets]
version = "0.2.7"