systemctl-tui 0.5.1

A simple TUI for interacting with systemd services and their logs
Documentation
# 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 = "systemctl-tui"
version = "0.5.1"
authors = ["Reilly Wood"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple TUI for interacting with systemd services and their logs"
homepage = "https://github.com/rgwood/systemctl-tui"
readme = "README.md"
license = "MIT"
repository = "https://github.com/rgwood/systemctl-tui"

[lib]
name = "systemctl_tui"
path = "src/lib.rs"

[[bin]]
name = "systemctl-tui"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.71"

[dependencies.better-panic]
version = "0.3.0"

[dependencies.chrono]
version = "0.4.31"
default-features = false

[dependencies.clap]
version = "4.3.4"
features = [
    "std",
    "color",
    "help",
    "usage",
    "error-context",
    "suggestions",
    "derive",
    "cargo",
    "wrap_help",
    "unicode",
    "string",
    "unstable-styles",
    "env",
]
default-features = false

[dependencies.clipboard-anywhere]
version = "0.2.2"

[dependencies.crossterm]
version = "0.29.0"
features = ["event-stream"]
default-features = false

[dependencies.directories]
version = "6.0.0"

[dependencies.futures]
version = "0.3.28"

[dependencies.fuzzy-matcher]
version = "0.3"

[dependencies.indexmap]
version = "2.0.0"

[dependencies.is-wsl]
version = "0.4.0"

[dependencies.itertools]
version = "0.14.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.libc]
version = "0.2.146"

[dependencies.log]
version = "0.4.19"

[dependencies.nix]
version = "0.30.1"
features = ["user"]

[dependencies.ratatui]
version = "0.29.0"

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

[dependencies.terminal-light]
version = "1"

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

[dependencies.tokio-util]
version = "0.7.8"

[dependencies.tracing]
version = "0.1.37"

[dependencies.tracing-appender]
version = "0.2.3"

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

[dependencies.tui-input]
version = "0.12.1"

[dependencies.tui-logger]
version = "0.17.3"
features = ["tracing-support"]
default-features = false

[dependencies.unicode-segmentation]
version = "1.10.1"

[dependencies.zbus]
version = "5"
features = ["tokio"]
default-features = false

[profile.profiling]
debug = 2
inherits = "release"
strip = false

[profile.release]
opt-level = "z"
lto = true
panic = "abort"