vfv 0.2.0

A fast terminal file viewer with fuzzy search and syntax highlighting
# 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 = "vfv"
version = "0.2.0"
authors = ["noumi0k"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast terminal file viewer with fuzzy search and syntax highlighting"
readme = "README.md"
keywords = [
    "cli",
    "terminal",
    "file-viewer",
    "tui",
    "fuzzy-search",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/noumi0k/vive-file-viewer"

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

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

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

[dependencies.clap_mangen]
version = "0.2"

[dependencies.crossterm]
version = "0.28"

[dependencies.directories]
version = "5"

[dependencies.ignore]
version = "0.4"

[dependencies.indicatif]
version = "0.18.3"

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

[dependencies.ratatui]
version = "0.30"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.syntect]
version = "5"

[dependencies.toml]
version = "0.8"

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

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