[build-system] requires = ["maturin>=1.3,<2.0"] build-backend = "maturin" [project] name = "mni2mz3" requires-python = ">=3.7" classifiers = [ "Programming Language :: Rust", "License :: OSI Approved :: MIT License", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Bio-Informatics", "Topic :: Scientific/Engineering :: Medical Science Apps." ] [tool.maturin] bindings = "bin"