fileview 2.2.3

A minimal file tree UI for terminal emulators
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 = "fileview"
version = "2.2.3"
authors = ["Hiro-Chiba"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimal file tree UI for terminal emulators"
readme = "README.md"
keywords = [
    "tui",
    "file-browser",
    "terminal",
    "cli",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/Hiro-Chiba/fileview"

[features]
chafa = ["ratatui-image/chafa-dyn"]
default = []

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

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

[[test]]
name = "e2e"
path = "tests/e2e/main.rs"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.arboard]
version = "3.4"

[dependencies.crossterm]
version = "0.29"

[dependencies.dirs]
version = "5.0"

[dependencies.flate2]
version = "1.0"

[dependencies.image]
version = "0.25"
features = [
    "png",
    "jpeg",
    "gif",
    "webp",
    "bmp",
]
default-features = false

[dependencies.mlua]
version = "0.10"
features = [
    "lua54",
    "vendored",
]

[dependencies.notify]
version = "8.2"

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

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

[dependencies.petgraph]
version = "0.6"

[dependencies.ratatui]
version = "0.30"

[dependencies.ratatui-image]
version = "10.0.4"
features = ["crossterm"]
default-features = false

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.syntect]
version = "5"

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.tiktoken-rs]
version = "0.5"

[dependencies.toml]
version = "0.8"

[dependencies.trash]
version = "5"

[dependencies.zip]
version = "2.4"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

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

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
strip = true