table-grep 0.1.3

A grep-like tool for searching CSV and Parquet table files
# 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 = "table-grep"
version = "0.1.3"
authors = ["DeflateAwning"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A grep-like tool for searching CSV and Parquet table files"
homepage = "https://github.com/DeflateAwning/table-grep"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/DeflateAwning/table-grep"

[[bin]]
name = "table-grep"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.arrow]
version = "57"
features = ["prettyprint"]

[dependencies.atty]
version = "0.2"

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

[dependencies.colored]
version = "2"

[dependencies.comfy-table]
version = "7.2.2"

[dependencies.csv]
version = "1"

[dependencies.parquet]
version = "57"
features = ["arrow"]

[dependencies.regex]
version = "1"

[dependencies.walkdir]
version = "2"

[profile.release]
opt-level = 3