ite-cli 0.2.1

Interactive terminal tree explorer for filesystems and JSON
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 = "2024"
rust-version = "1.88"
name = "ite-cli"
version = "0.2.1"
build = false
exclude = [
    ".agents/",
    ".cargo/",
    ".github/",
    ".gitignore",
    ".jj/",
    ".my/",
    ".tmp/",
    "AGENTS.md",
    "CLAUDE.md",
    "CONTEXT.md",
    "dist-workspace.toml",
    "docs/",
    "examples/",
    "tests/",
]
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "ite"
description = "Interactive terminal tree explorer for filesystems and JSON"
homepage = "https://github.com/jrpat/ite"
readme = "README.md"
keywords = [
    "cli",
    "filesystem",
    "json",
    "terminal",
    "tui",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/jrpat/ite"

[features]
profile = []

[lib]
name = "ite_cli"
path = "src/lib.rs"
doc = false

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

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

[dependencies.crossterm]
version = "0.29"
features = ["use-dev-tty"]

[dependencies.ignore]
version = "0.4.31"

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

[dependencies.ratatui]
version = "0.30.2"

[dependencies.rustix]
version = "1.1.4"
features = ["stdio"]

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

[dependencies.serde_json]
version = "1.0.149"
features = ["preserve_order"]

[dependencies.terminal-colorsaurus]
version = "1.0.3"

[dependencies.toml]
version = "1.1.3"

[dependencies.tui-input]
version = "0.15.3"
features = ["crossterm"]
default-features = false

[dependencies.tui-treelistview]
version = "0.2.2"

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

[dev-dependencies.portable-pty]
version = "0.9.0"

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

[profile.dist]
lto = "thin"
inherits = "release"