# 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 = "2018" 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/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/sql-benchmarks/tpctools/" [dependencies.async-trait] version = "0.1.50" [dependencies.datafusion] version = "23.0.0" [dependencies.futures] version = "0.3.24" [dependencies.structopt] version = "0.3" default-features = false [dependencies.tokio] version = "1.0" features = [ "macros", "rt", "rt-multi-thread", "sync", ]