servinel 0.0.1

Service manager and supervisor with TUI dashboard
# 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 = "servinel"
version = "0.0.1"
authors = ["Rashikraj Shrestha <rashik123.rs@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Service manager and supervisor with TUI dashboard"
homepage = "https://github.com/Rashik-raj/servinel"
readme = "README.md"
keywords = [
    "service",
    "manager",
    "supervisor",
    "tui",
    "dashboard",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/Rashik-raj/servinel"

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

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

[dependencies.clap_complete]
version = "4.5.38"

[dependencies.crossterm]
version = "0.28.1"

[dependencies.ratatui]
version = "0.29.0"

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

[dependencies.serde_json]
version = "1.0.138"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.sysinfo]
version = "0.33.1"

[dependencies.thiserror]
version = "2.0.11"

[dependencies.tokio]
version = "1.43.0"
features = ["full"]

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.19"
features = ["env-filter"]

[dependencies.tui-piechart]
version = "0.2.8"