[build-system] requires = ["maturin>=1.1,<2.0"] build-backend = "maturin" [project] name = "chrs" 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"