[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"
[project]
name = "rust-arrs"
readme = "README.md"
requires-python = ">=3.7"
license = "MIT"
classifiers = [
"Development Status :: 3 - Alpha",
"Environment :: Console",
"Intended Audience :: Developers",
"Operating System :: POSIX",
"Operating System :: MacOS",
"Programming Language :: Rust",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Topic :: Software Development :: Build Tools",
"Topic :: Utilities",
]
dynamic = ["version"]
[tool.maturin]
bindings = "bin"
module-name = "arrs"
strip = true
manifest-path = "Cargo.toml"