[build-system]
requires = ["maturin>=1.7"]
build-backend = "maturin"
[project]
name = "zccache-watcher"
version = "1.2.2"
description = "Cross-platform filesystem watcher backed by zccache"
requires-python = ">=3.9"
license = "MIT OR Apache-2.0"
[tool.maturin]
features = ["python"]
module-name = "zccache.watcher._native"
python-source = "python"
manifest-path = "Cargo.toml"