[build-system]
requires = ["maturin>=1.7,<2"]
build-backend = "maturin"
[project]
name = "c2pa-text-binding"
description = "C2PA soft binding and content fingerprinting for text assets (watermark + fingerprint family)"
readme = "README.md"
requires-python = ">=3.9"
license = { text = "MIT OR Apache-2.0" }
authors = [{ name = "WritersLogic", email = "david@writerslogic.com" }]
keywords = ["c2pa", "provenance", "text", "fingerprint", "soft-binding"]
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: 3",
"Topic :: Text Processing",
"Topic :: Security :: Cryptography",
]
dynamic = ["version"]
[project.urls]
Repository = "https://github.com/writerslogic/c2pa-text-binding"
[tool.maturin]
module-name = "c2pa_text_binding"
features = ["python"]