rabukasim / engine_rust_src /pyproject.toml
trioskosmos's picture
Upload folder using huggingface_hub
463f868 verified
[build-system]
requires = ["maturin>=1.11.5", "cffi>=1.17", "setuptools>=75"]
build-backend = "maturin"
[project]
name = "engine_rust"
version = "0.1.2"
description = "Rust engine bindings"
requires-python = ">=3.11"
dependencies = ["numpy", "cffi>=1.17"]