tracexec-tui 0.16.1

TUI implementation for tracexec [Internal implementation! DO NOT DEPEND ON!]
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 = "2024"
rust-version = "1.88"
name = "tracexec-tui"
version = "0.16.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TUI implementation for tracexec [Internal implementation! DO NOT DEPEND ON!]"
homepage = "https://github.com/kxxt/tracexec"
readme = "README.md"
keywords = [
    "trace",
    "ptrace",
    "exec",
    "execve",
    "utility",
]
license = "GPL-2.0-or-later"
repository = "https://github.com/kxxt/tracexec"
resolver = "2"

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

[dependencies.arboard]
version = "3.3.2"
features = ["wayland-data-control"]
default-features = false

[dependencies.bitflags]
version = "2.5.0"

[dependencies.bytes]
version = "1.6.0"

[dependencies.chrono]
version = "0.4.40"

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

[dependencies.crossterm]
version = "0.29"
features = ["event-stream"]

[dependencies.either]
version = "1.12.0"

[dependencies.futures]
version = "0.3.30"

[dependencies.hashbrown]
version = "0.16"

[dependencies.humantime]
version = "2.2.0"

[dependencies.indexset]
version = "0.12"

[dependencies.itertools]
version = "0.14.0"

[dependencies.nix]
version = "0.30"
features = [
    "ptrace",
    "process",
    "feature",
    "term",
    "fs",
    "signal",
    "user",
]

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

[dependencies.shell-quote]
version = "0.7.1"

[dependencies.shell-words]
version = "1.1.0"

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

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

[dependencies.tracexec-backend-ptrace]
version = "=0.16.1"

[dependencies.tracexec-core]
version = "=0.16.1"

[dependencies.tracing]
version = "0.1.40"
features = ["release_max_level_info"]

[dependencies.tui-popup]
version = "0.7.2"

[dependencies.tui-prompts]
version = "0.6.1"

[dependencies.tui-scrollview]
version = "0.6.2"

[dependencies.tui-term]
version = "0.3.0"

[dependencies.tui-widget-list]
version = "0.14"

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

[dependencies.unicode-width]
version = "0.2.2"

[dependencies.vt100]
version = "0.15.2"

[lints.clippy]
missing_const_for_fn = "allow"
missing_errors_doc = "allow"
option_if_let_else = "allow"
significant_drop_tightening = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1