tpcgen-cli 0.1.0-alpha.1

Command line tool for TPC benchmark data generation.
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"
name = "tpcgen-cli"
version = "0.1.0-alpha.1"
authors = [
    "clflushopt",
    "alamb",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command line tool for TPC benchmark data generation."
homepage = "https://github.com/clflushopt/tpchgen-rs"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/clflushopt/tpchgen-rs"

[features]
default = ["indicatif-progress"]
indicatif-progress = ["dep:indicatif"]

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

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

[[bin]]
name = "tpcgen-cli"
path = "bin/tpcgen_cli.rs"

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

[dependencies.arrow]
version = "59"

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

[dependencies.env_logger]
version = "0.11.7"

[dependencies.futures]
version = "0.3.31"

[dependencies.indicatif]
version = "0.18.3"
optional = true

[dependencies.log]
version = "0.4.26"

[dependencies.num_cpus]
version = "1.0"

[dependencies.parquet]
version = "59"

[dependencies.tokio]
version = "1.44.1"
features = ["full"]

[dependencies.tpcdsgen]
version = "0.1.0-alpha.1"

[dependencies.tpchgen]
version = "3.0.0"

[dependencies.tpchgen-arrow]
version = "3.0.0"

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

[dev-dependencies.flate2]
version = "1.1.0"

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

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