parqcat 1.0.1

A lightweight Unix-style CLI for inspecting Parquet files.
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 = "2024"
rust-version = "1.95"
name = "parqcat"
version = "1.0.1"
authors = ["Robert Kende"]
build = false
exclude = [
    ".github/",
    ".gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight Unix-style CLI for inspecting Parquet files."
documentation = "https://docs.rs/parqcat"
readme = "README.md"
keywords = [
    "parquet",
    "cli",
    "jsonl",
    "arrow",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/r0k3/parqcat"

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

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

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.arrow-array]
version = "58.3.0"

[dependencies.arrow-schema]
version = "58.3.0"

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4.44"
features = ["std"]
default-features = false

[dependencies.parquet]
version = "58.3.0"
features = [
    "arrow",
    "base64",
    "brotli",
    "flate2-zlib-rs",
    "lz4",
    "simdutf8",
    "snap",
    "zstd",
]
default-features = false

[dependencies.serde_json]
version = "1.0.147"

[dev-dependencies.tempfile]
version = "3.27.0"

[profile.release]
lto = "thin"
codegen-units = 1
strip = "symbols"