[package] name = "tpctools" version = "0.7.0" authors = ["Andy Grove "] description = "Utilities for generating and converting TPC-H and TPC-DS data sets" homepage = "https://github.com/sql-benchmarks/tpctools/" repository = "https://github.com/sql-benchmarks/tpctools/" license = "Apache-2.0" edition = "2018" [dependencies] structopt = { version = "0.3", default-features = false } async-trait = "0.1.50" datafusion = "23.0.0" futures = "0.3.24" tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync"] }