# 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 = "24.9.28" build = "build.rs" include = [ "src/*.rs", "Cargo.toml", "build.rs", "cool_tips.txt", ] 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" [[bin]] name = "linutil" path = "src/main.rs" [dependencies.ansi-to-tui] version = "6.0.0" [dependencies.anstyle] version = "1.0.8" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.crossterm] version = "0.28.1" [dependencies.ego-tree] version = "0.6.2" [dependencies.linutil_core] version = "24.9.28" [dependencies.oneshot] version = "0.1.8" [dependencies.portable-pty] version = "0.8.1" [dependencies.rand] version = "0.8.5" optional = true [dependencies.ratatui] version = "0.28.1" [dependencies.tree-sitter-bash] version = "0.23.1" [dependencies.tree-sitter-highlight] version = "0.23.0" [dependencies.tui-term] version = "0.1.12" [dependencies.unicode-width] version = "0.1.13" [dependencies.zips] version = "0.1.7" [build-dependencies.chrono] version = "0.4.33" [features] default = ["tips"] tips = ["rand"]