[build-system] requires = ["maturin>=1.4,<2.0"] build-backend = "maturin" [project] name = "gcm_rs" requires-python = ">=3.8" classifiers = [ "Programming Language :: Rust", "Operating System :: OS Independent", "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 :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] dynamic = ["version"] [tool.maturin] python-source = "packages/python/gcm_rs" module-name = "._lib_name" features = ["pyo3/extension-module"]