[build-system] requires = ["maturin>=0.13,<0.14"] build-backend = "maturin" [project] name = "yummy-rs" version = "0.0.7" requires-python = ">=3.7" description = "Yummy rust extensions" readme = "README.md" license = {file = "LICENSE"} classifiers = [ "Programming Language :: Rust", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] [project.urls] repository = "https://github.com/yummyml/yummy"