bettertree 1.0.0

An interactive terminal file tree driven like Helix
# 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"
name = "bettertree"
version = "1.0.0"
authors = ["nylyk"]
build = false
exclude = [
    "flake.nix",
    "flake.lock",
    "CLAUDE.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An interactive terminal file tree driven like Helix"
readme = "README.md"
keywords = [
    "tui",
    "file-tree",
    "terminal",
    "explorer",
    "git",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/nylyk/bettertree"

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

[dependencies.anyhow]
version = "1.0.104"

[dependencies.crossterm]
version = "0.29.0"
features = ["osc52"]

[dependencies.etcetera]
version = "0.11.0"

[dependencies.gix]
version = "0.86.0"
features = [
    "status",
    "blob-diff",
    "excludes",
    "revision",
    "max-performance-safe",
    "sha1",
]
default-features = false

[dependencies.notify]
version = "8.2.0"

[dependencies.nucleo-matcher]
version = "0.3.1"

[dependencies.ratatui]
version = "0.30.2"

[dependencies.serde]
version = "1.0.229"
features = ["derive"]

[dependencies.toml]
version = "1.1.3"