chio-eval-receipt-py 0.1.2

Python binding smoke surface for Chio eval-report receipt bundles.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[build-system]
requires = ["maturin>=1.8,<2"]
build-backend = "maturin"

[project]
name = "chio-eval-receipt-py"
version = "0.1.0"
description = "Python binding smoke surface for Chio eval-report receipt bundles"
requires-python = ">=3.10"
classifiers = [
  "Programming Language :: Python :: 3",
  "Programming Language :: Rust",
]

[tool.maturin]
module-name = "chio_eval_receipt_py"
bindings = "pyo3"
features = []