[build-system] requires = ["maturin>=1.0,<2.0"] build-backend = "maturin" [project] name = "stardomain" version = "0.1.0" description = "Sandbox runtime for KiloStar — Docker-based isolation with Rust filtering layer." requires-python = ">=3.11" license = { text = "Apache-2.0" } authors = [{ name = "zhaoxi826" }] [tool.maturin] features = ["pyo3/extension-module"]