# 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.3.8" authors = ["Reilly Wood"] build = 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" [profile.profiling] debug = 2 inherits = "release" strip = false [profile.release] opt-level = "z" lto = true panic = "abort" [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", ] default-features = false [dependencies.clap_complete] version = "4.3.1" [dependencies.clipboard-anywhere] version = "0.2.2" [dependencies.colored] version = "2.0.0" [dependencies.crossterm] version = "0.28.1" features = ["event-stream"] default-features = false [dependencies.directories] version = "5.0.1" [dependencies.env_logger] version = "0.11.1" [dependencies.futures] version = "0.3.28" [dependencies.indexmap] version = "2.0.0" [dependencies.is-wsl] version = "0.4.0" [dependencies.itertools] version = "0.12.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.146" [dependencies.log] version = "0.4.19" [dependencies.nix] version = "0.28.0" features = ["user"] [dependencies.ratatui] version = "0.28.0" [dependencies.signal-hook] version = "0.3.15" [dependencies.tokio] version = "1.28.2" features = ["full"] [dependencies.tokio-stream] version = "0.1.14" [dependencies.tokio-util] version = "0.7.8" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-appender] version = "0.2.3" [dependencies.tracing-macros] version = "0.0.0" [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [dependencies.tui-input] version = "0.10.0" [dependencies.tui-logger] version = "0.12.0" features = ["tracing-support"] default-features = false [dependencies.unicode-segmentation] version = "1.10.1" [dependencies.zbus] version = "4.1.2" features = ["tokio"] default-features = false