tpchgen-cli 2.0.0

Blazing fast pure Rust TPC-H data generator command line tool.
[package]
name = "tpchgen-cli"
version = "2.0.0"
authors = { workspace = true }
description = "Blazing fast pure Rust TPC-H data generator command line tool."
readme = "README.md"
edition = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
repository = { workspace = true }

[dependencies]
arrow = "56"
parquet = "56"
clap = { version = "4.5.32", features = ["derive"] }
tpchgen = { path = "../tpchgen", version = "2.0.0"}
tpchgen-arrow = { path = "../tpchgen-arrow", version = "2.0.0" }
tokio = { version = "1.44.1", features = ["full"]}
futures = "0.3.31"
num_cpus = "1.0"
log = "0.4.26"
env_logger = "0.11.7"

[dev-dependencies]
assert_cmd = "2.0"
predicates = "3.0"
tempfile = "3.20.0"
flate2 = "1.1.0"