[package]
name = "rsview"
version = "0.2.0"
edition = "2021"
description = "Browse, navigate and search multi-GB JSON in the terminal at near-constant memory (mmap + lazy byte-range parsing)"
authors = ["Dat Vo <datvogpt@gmail.com>"]
license = "MIT"
repository = "https://github.com/vothanhdat/rsview"
homepage = "https://github.com/vothanhdat/rsview"
readme = "README.md"
keywords = ["json", "tui", "viewer", "mmap", "ratatui"]
categories = ["command-line-utilities", "visualization"]
exclude = ["/.github"]
[dependencies]
memmap2 = "0.9"
ratatui = "0.29"
[profile.release]
opt-level = 3
lto = true