tabiew 0.13.0

A lightweight TUI application to view and query tabular data files, such as CSV, TSV, and parquet.
# 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 = "tabiew"
version = "0.13.0"
authors = ["Shayan Hashemi <shshemi@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight TUI application to view and query tabular data files, such as CSV, TSV, and parquet."
homepage = "https://github.com/shshemi/tabiew"
documentation = "https://docs.rs/tabiew"
readme = "README.md"
license = "MIT"
repository = "https://github.com/shshemi/tabiew"

[package.metadata.deb]
license-file = [
    "LICENSE",
    "4",
]
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.
"""
section = "utils"
priority = "optional"
assets = [
    [
    "target/release/tw",
    "/usr/bin/tw",
    "0755",
],
    [
    "target/manual/tabiew.1",
    "/usr/share/man/man1/tw.1",
    "0644",
],
    [
    "target/manual/tabiew.1",
    "/usr/share/man/man1/tabiew.1",
    "0644",
],
    [
    "target/completion/tw.bash",
    "/usr/share/bash-completion/completions/tw.bash",
    "0644",
],
    [
    "target/completion/_tw",
    "/usr/share/zsh/vendor-completions/_tw",
    "0644",
],
    [
    "target/completion/tw.fish",
    "/usr/share/fish/completions/tw.fish",
    "0644",
],
]

[[package.metadata.generate-rpm.assets]]
source = "target/release/tw"
dest = "/usr/bin/tw"
mode = "755"

[[package.metadata.generate-rpm.assets]]
source = "target/manual/tabiew.1"
dest = "/usr/share/man/man1/tw.1"
mode = "0644"

[[package.metadata.generate-rpm.assets]]
source = "target/manual/tabiew.1"
dest = "/usr/share/man/man1/tabiew.1"
mode = "0644"

[[package.metadata.generate-rpm.assets]]
source = "target/completion/tw.bash"
dest = "/usr/share/bash-completion/completions/tw.bash"
mode = "0644"

[[package.metadata.generate-rpm.assets]]
source = "target/completion/_tw"
dest = "/usr/share/zsh/vendor-completions/_tw"
mode = "0644"

[[package.metadata.generate-rpm.assets]]
source = "target/completion/tw.fish"
dest = "/usr/share/fish/completions/tw.fish"
mode = "0644"

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

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.base64]
version = "0.22.1"

[dependencies.calamine]
version = "0.32.0"

[dependencies.chrono]
version = "0.4.42"

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

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

[dependencies.fuzzy-matcher]
version = "0.3.7"

[dependencies.fwf-rs]
version = "0.2.0"

[dependencies.home]
version = "0.5.12"

[dependencies.indexmap]
version = "2.13.0"

[dependencies.itertools]
version = "0.14.0"

[dependencies.itoa]
version = "1.0.17"

[dependencies.logfmt-zerocopy]
version = "0.1.0"

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.polars]
version = "0.52.0"
features = ["full"]

[dependencies.polars-lazy]
version = "0.52.0"

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

[dependencies.rand]
version = "0.9.2"

[dependencies.ratatui]
version = "0.30.0"
features = [
    "serde",
    "unstable-rendered-line-info",
]

[dependencies.rayon]
version = "1.11.0"

[dependencies.regex]
version = "1.12.2"

[dependencies.rusqlite]
version = "0.38.0"
features = [
    "bundled",
    "bundled-sqlcipher-vendored-openssl",
]

[dependencies.ryu]
version = "1.0.22"

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

[dependencies.shell-words]
version = "1.1.1"

[dependencies.sqlparser]
version = "0.53"

[dependencies.strum]
version = "0.27"

[dependencies.strum_macros]
version = "0.27"

[dependencies.tempfile]
version = "3.24.0"

[dependencies.toml]
version = "0.9.11"

[dependencies.tui-input]
version = "0.15.0"

[dependencies.tui-scrollview]
version = "0.6.2"

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

[dev-dependencies.rstest]
version = "0.26"

[build-dependencies.clap]
version = "4.5.54"
features = ["derive"]

[build-dependencies.clap_complete]
version = "4.5.65"

[build-dependencies.clap_mangen]
version = "0.2.31"

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
debug-assertions = false
panic = "abort"
overflow-checks = false
incremental = false
strip = true