[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"
[project]
name = "synta-mtc"
version = "0.1.11"
description = "Merkle Tree Certificate ASN.1 types for the synta library"
authors = [{name = "Synta Contributors"}]
requires-python = ">=3.8"
dependencies = ["synta>=0.1.9"]
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Rust",
"Topic :: Software Development :: Libraries :: Python Modules",
]
keywords = ["asn1", "merkle", "certificate", "mtc", "der", "encoding"]
[project.urls]
Homepage = "https://codeberg.org/abbra/synta"
Repository = "https://codeberg.org/abbra/synta"
[tool.maturin]
module-name = "synta._mtc"
bindings = "pyo3"
features = ["openssl"]