ZKAC/pyproject.toml
everbarry 5fd0565596 bump
2026-04-16 01:03:48 +02:00

19 lines
397 B
TOML

[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"
[project]
name = "zkac"
version = "0.3.0"
description = "Zero-Knowledge Access Control: BBS+ anonymous credentials with encrypted transport"
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"ipykernel>=6.31.0",
]
[tool.maturin]
features = ["python"]
module-name = "zkac._zkac"
python-source = "python"