tabiew 0.3.3

Tabiew is a lightweight, terminal-based application to view and query delimiter separated value formatted documents, such as CSV and TSV files.
Documentation
[[bin]]
name = "tw"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5.4"

[dependencies.crossterm]
version = "0.27.0"

[dependencies.itertools]
version = "0.12.1"

[dependencies.polars]
features = ["dtype-decimal", "lazy", "polars-sql"]
version = "0.39.2"

[dependencies.polars-sql]
version = "0.39.2"

[dependencies.ratatui]
version = "0.26.0"

[dependencies.tui-textarea]
version = "0.4.0"

[package]
authors = ["Shayan Hashemi <shshemi@gmail.com>"]
description = "Tabiew is a lightweight, terminal-based application to view and query delimiter separated value formatted documents, such as CSV and TSV files."
documentation = "https://docs.rs/tabiew"
edition = "2021"
homepage = "https://github.com/shshemi/tabiew"
license = "MIT"
name = "tabiew"
readme = "README.md"
repository = "https://github.com/shshemi/tabiew"
version = "0.3.3"
[package.metadata.deb]
assets = [["target/release/tw", "/usr/bin/tw", "0755"]]
depends = "$auto"
extended-description = "Tabiew is a lightweight, terminal-based application to view and query delimiter separated value formatted documents, such as CSV and TSV files.\n"
license-file = ["LICENSE", "4"]
priority = "optional"
section = "utils"
[[package.metadata.generate-rpm.assets]]
dest = "/usr/bin/tw"
mode = "755"
source = "target/release/tw"
[profile.release]
codegen-units = 1
lto = true
opt-level = 3
panic = "abort"
strip = true