sqawk 0.8.2

An SQL-based command-line tool for processing delimiter-separated files (CSV, TSV, etc.), inspired by awk
Documentation
# 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 = "2021"
rust-version = "1.88"
name = "sqawk"
version = "0.8.2"
authors = ["Jeff Garzik <jgarzik@pobox.com>"]
build = false
exclude = [
    "tests/",
    ".github/",
    "CLAUDE.md",
    "generated-icon.png",
    ".replit",
    ".sqawk_history",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "sqawk"
description = "An SQL-based command-line tool for processing delimiter-separated files (CSV, TSV, etc.), inspired by awk"
homepage = "https://github.com/jgarzik/sqawk"
documentation = "https://docs.rs/sqawk"
readme = "README.md"
keywords = [
    "csv",
    "tsv",
    "sql",
    "delimited",
    "awk",
]
categories = [
    "command-line-utilities",
    "text-processing",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/jgarzik/sqawk"

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

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

[[bin]]
name = "tsq"
path = "src/tsq.rs"

[dependencies.anyhow]
version = "1"

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

[dependencies.csv]
version = "1"

[dependencies.libc]
version = "0.2"

[dependencies.memmap2]
version = "0.9"

[dependencies.regex]
version = "1"

[dependencies.rustyline]
version = "15"

[dependencies.sqlparser]
version = "0.62"

[dependencies.tempfile]
version = "3"

[dev-dependencies.assert_cmd]
version = "2"

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

[profile.profiling]
debug = 2
inherits = "release"

[profile.release]
lto = true