parq 0.1.2

A blazingly-fast tool for exploring and analyzing Apache Parquet file: inspect schema, view statistics, browse data, and dissect structures
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"
name = "parq"
version = "0.1.2"
authors = ["Sergey Olontsev <sergey@olontsev.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A blazingly-fast tool for exploring and analyzing Apache Parquet file: inspect schema, view statistics, browse data, and dissect structures"
homepage = "https://github.com/solontsev/parq"
readme = "README.md"
keywords = [
    "parquet",
    "cli",
    "tui",
    "data-analysis",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/solontsev/parq"

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

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.byte-unit]
version = "5.2.0"

[dependencies.chrono]
version = "0.4.43"

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

[dependencies.crossterm]
version = "0.29.0"

[dependencies.num-format]
version = "0.4.4"

[dependencies.parquet]
version = "57.2.0"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.thiserror]
version = "2.0.18"