[dependencies]
[dev-dependencies.flate2]
version = "1.1.0"
[lib]
name = "tpchgen"
path = "src/lib.rs"
[package]
authors = ["clflushopt", "alamb"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Blazing fast pure Rust no dependency TPC-H data generation library."
edition = "2021"
homepage = "https://github.com/clflushopt/tpchgen-rs"
license = "Apache-2.0"
name = "tpchgen"
readme = "README.md"
repository = "https://github.com/clflushopt/tpchgen-rs"
version = "1.1.0"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"