tree-tui 0.1.2

An interactive terminal UI for visualizing directories: code, size, and git stats.
# 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.87"
name = "tree-tui"
version = "0.1.2"
authors = ["Justin Chung"]
build = "build.rs"
exclude = [
    "/.github",
    "/AGENTS.md",
    "/CLAUDE.md",
    "/Cross.toml",
    "/hk.pkl",
    "/mise.toml",
    "/release-plz.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An interactive terminal UI for visualizing directories: code, size, and git stats."
homepage = "https://github.com/getkono/tree-tui"
documentation = "https://docs.rs/tree-tui"
readme = "README.md"
keywords = [
    "tui",
    "ratatui",
    "cli",
    "directory",
    "filesystem",
]
categories = [
    "command-line-utilities",
    "visualization",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/getkono/tree-tui"

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

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

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

[dependencies.eyre]
version = "0.6.12"

[dependencies.futures]
version = "0.3"

[dependencies.gix]
version = "0.85"
features = [
    "revision",
    "blob-diff",
    "status",
    "dirwalk",
]

[dependencies.ignore]
version = "0.4"

[dependencies.image]
version = "0.25"

[dependencies.notify-debouncer-full]
version = "0.7.0"

[dependencies.ratatui]
version = "0.30.1"

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

[dependencies.syntect]
version = "5.3.0"
features = ["default-fancy"]
default-features = false

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokei]
version = "14"
default-features = false

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

[dependencies.tracing]
version = "0.1.44"

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

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

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

[profile.release]
lto = true
codegen-units = 1
strip = true