# The PyPI packaging of the same binary: maturin compiles the crate
# and ships it inside a platform wheel, so `pip install fairway` and
# `uvx fairway` work without a Rust toolchain. Every dynamic field is
# translated from Cargo.toml — nothing is duplicated here; the
# [project] table exists only to bundle the license texts into the
# wheel, which maturin does solely on request.
[]
= ["maturin>=1.14,<2"]
= "maturin"
[]
= "fairway"
= ["version", "description", "readme", "keywords", "license", "urls"]
= ["LICENSE-*"]
[]
= "bin"