linutil_tui 26.1.22

Chris Titus Tech's Linux Toolbox - Linutil is a distro-agnostic toolbox designed to simplify everyday Linux tasks.
# 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 = "linutil_tui"
version = "26.1.22"
build = false
include = [
    "src/*.rs",
    "Cargo.toml",
    "cool_tips.txt",
    "assets/ctt_logo.png",
    "../man/linutil.1",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Chris Titus Tech's Linux Toolbox - Linutil is a distro-agnostic toolbox designed to simplify everyday Linux tasks."
documentation = "https://christitustech.github.io/linutil"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ChrisTitusTech/linutil/tree/main/tui"

[features]
default = ["tips"]
tips = ["rand"]

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

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

[dependencies.image]
version = "0.25.6"
features = [
    "ico",
    "png",
]
default-features = false

[dependencies.linutil_core]
version = "26.1.22"

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

[dependencies.oneshot]
version = "0.1.8"
features = ["std"]
default-features = false

[dependencies.portable-pty]
version = "0.8.1"

[dependencies.rand]
version = "0.8.5"
optional = true

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

[dependencies.ratatui-image]
version = "9.0.0"
features = [
    "crossterm",
    "image-defaults",
]
default-features = false

[dependencies.time]
version = "0.3.36"
features = [
    "formatting",
    "local-offset",
    "macros",
]
default-features = false

[dependencies.tree-sitter-bash]
version = "0.23.3"

[dependencies.tree-sitter-highlight]
version = "0.24.4"

[dependencies.tui-term]
version = "0.2.0"
default-features = false

[dependencies.unicode-width]
version = "0.2.0"
default-features = false

[dependencies.vt100-ctt]
version = "0.16.0"