tpchgen-cli 2.0.0

Blazing fast pure Rust TPC-H data generator command line tool.
1
2
3
4
5
6
7
8
9
10
11
12
[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

[project]
name = "tpchgen-cli"
dynamic = ["version"]
description = "Python CLI for TPC-H data generator"
requires-python = ">=3.8"

[tool.maturin]
bindings = "bin"  # this makes maturin treat it as a binary crate (not a library)