File pyproject.toml of Package failed_python-zxcvbn-rs-py

[build-system]
requires = ["maturin>=0.12", "setuptools>=61.0"]
build-backend = "maturin"

[project]
name = "zxcvbn-rs-py"
version = "0.1.1"
description = "Rust-backed zxcvbn password strength estimator Python bindings"
readme = "README.md"
license = { text = "MIT OR Apache-2.0" }
authors = [
  { name = "zxcvbn-rs contributors" },
]
dependencies = []
requires-python = ">=3.7,<3.14"
dynamic = []

[tool.maturin]
bindings = "pyo3"
strip = true
name = "zxcvbn_rs_py"
rust-version = "1.66"
cargo-extra-args = []
openSUSE Build Service is sponsored by