cltree 0.2.2

A TUI file explorer for Claude Code CLI
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 = "2021"
name = "cltree"
version = "0.2.2"
authors = ["jsleemaster"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A TUI file explorer for Claude Code CLI"
homepage = "https://github.com/jsleemaster/cltree"
readme = "README.md"
keywords = [
    "cli",
    "tui",
    "file-explorer",
    "claude",
    "terminal",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/jsleemaster/cltree"

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

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

[[test]]
name = "app_startup_test"
path = "tests/app_startup_test.rs"

[[test]]
name = "file_watcher_test"
path = "tests/file_watcher_test.rs"

[[test]]
name = "vterm_test"
path = "tests/vterm_test.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.dirs]
version = "5.0"

[dependencies.futures]
version = "0.3"

[dependencies.ignore]
version = "0.4"

[dependencies.notify]
version = "8.2"

[dependencies.notify-debouncer-mini]
version = "0.7"

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

[dependencies.ratatui]
version = "0.30"

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

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

[dependencies.vte]
version = "0.15"

[dev-dependencies.tempfile]
version = "3.24"

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