pack-it 0.2.2

Packer for Parquet tables
Documentation
[package]
name = "pack-it"
version = "0.2.2"
edition = "2021"

description = "Packer for Parquet tables"
license = "MIT OR Apache-2.0"
repository = "https://github.com/FauxFaux/pack-it"
authors = ["Chris West (Faux) <git@goeswhere.com>"]
readme = "README.md"

[dependencies]
anyhow = "1"
arrow2 = { version = "0.16", features = ["io_parquet", "io_parquet_compression"] }
crossbeam-channel = "0.5"
log = "0.4"