zpack 0.1.14

A fast, configurable package manager which builds programs from source
Documentation
[build-system]
requires = ["maturin>=1.9,<2.0"]
build-backend = "maturin"

[project]
name = "zpack"
requires-python = ">=3.8"
classifiers = [
    "Programming Language :: Rust",
    "Programming Language :: Python :: Implementation :: CPython",
    "Programming Language :: Python :: Implementation :: PyPy",
]
dynamic = ["version"]

dependencies = [
    "maturin>=1.9.4",
]

[tool.maturin]
features = ["pyo3/extension-module"]

# See https://cibuildwheel.pypa.io/en/stable/faq/#building-rust-wheels
[tool.cibuildwheel.macos.environment]
MACOSX_DEPLOYMENT_TARGET = "10.12"
[tool.cibuildwheel]
skip = ["*-musllinux_i686"]