[build-system] requires = ["maturin>=1.8,<2.0"] build-backend = "maturin" [project] name = "nextgraph" requires-python = ">=3.7.3" description = "NextGraph brings about the convergence of P2P and Semantic Web technologies, towards a decentralized, secure and privacy-preserving cloud, based on CRDTs." readme = "README.md" classifiers = [ "Programming Language :: Rust", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] version = "0.1a1.dev2" [tool.maturin] features = ["pyo3/extension-module"]