[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"
[project]
name = "quipu-crypto"
version = "0.5.0"
description = "Codec criptográfico post-cuántico híbrido con endurecimiento online verificable (VOPRF) y canal visual de glifos."
readme = "README.md"
license = { text = "AGPL-3.0-or-later" }
requires-python = ">=3.9"
keywords = ["cryptography", "post-quantum", "encoding", "oprf", "aead"]
authors = [{ name = "isazajuancarlos", email = "isazajuancarlos@gmail.com" }]
classifiers = [
"Development Status :: 3 - Alpha",
"Programming Language :: Rust",
"Programming Language :: Python :: 3",
"Topic :: Security :: Cryptography",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"Operating System :: OS Independent",
]
[project.urls]
Homepage = "https://github.com/isazajuancarlos/quipu"
Repository = "https://github.com/isazajuancarlos/quipu"
[tool.maturin]
features = ["python"]
module-name = "quipu"