[build-system] requires = ["maturin>=1.7,<2.0"] build-backend = "maturin" [project] name = "szurubooru_client" requires-python = ">=3.7" classifiers = [ "Programming Language :: Rust", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Development Status :: 4 - Beta", "Environment :: Console", "Environment :: Web Environment", "Intended Audience :: End Users/Desktop", "Operating System :: Microsoft :: Windows", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX", "Topic :: Multimedia :: Graphics", ] dynamic = ["version"] [tool.maturin] features = ["pyo3/extension-module", "python"]