2026-02-06 12:47:51 +00:00
|
|
|
[build-system]
|
|
|
|
|
requires = ["maturin>=1.7,<2"]
|
|
|
|
|
build-backend = "maturin"
|
|
|
|
|
|
|
|
|
|
[project]
|
|
|
|
|
name = "swactor"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
requires-python = ">=3.9"
|
|
|
|
|
|
2026-02-06 14:04:48 +00:00
|
|
|
[dependency-groups]
|
|
|
|
|
dev = ["jupyter", "ipykernel"]
|
|
|
|
|
|
2026-02-06 12:47:51 +00:00
|
|
|
[tool.maturin]
|
|
|
|
|
features = ["python"]
|
2026-02-06 17:12:04 +00:00
|
|
|
|
|
|
|
|
[tool.uv]
|
|
|
|
|
cache-keys = [
|
|
|
|
|
{ file = "pyproject.toml" },
|
|
|
|
|
{ file = "Cargo.toml" },
|
|
|
|
|
{ file = "src/**/*.rs" },
|
|
|
|
|
]
|