| [build-system] | |
| requires = ["maturin>=1.5,<2.0"] | |
| build-backend = "maturin" | |
| [project] | |
| name = "sail_kernel" | |
| version = "0.1.0" | |
| description = "SAIL Memory-Safe Rust Kernel — native extension for data processing, tokenization, compression, and GRPO reward scoring" | |
| requires-python = ">=3.9" | |
| license = { text = "MIT" } | |
| [tool.maturin] | |
| # Build the cdylib from Cargo.toml | |
| module-name = "sail_kernel" | |
| # Features to enable during build | |
| features = [] | |