[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"
[project]
name = "testwall"
version = "1.0.1"
description = "Enforce test immutability for agentic TDD workflows"
readme = "README.md"
license = { text = "MIT" }
requires-python = ">=3.8"
keywords = ["testing", "tdd", "llm", "agent", "immutability"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Rust",
"Topic :: Software Development :: Testing",
]
[project.urls]
Homepage = "https://github.com/matthewdavidson/testwall"
Repository = "https://github.com/matthewdavidson/testwall"
Issues = "https://github.com/matthewdavidson/testwall/issues"
[tool.maturin]
bindings = "bin"
strip = true