mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-14 17:02:56 +00:00
32 lines
730 B
TOML
32 lines
730 B
TOML
[[package]]
|
|
name = "maturin"
|
|
version = "0.13.2"
|
|
description = "Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages"
|
|
category = "dev"
|
|
optional = false
|
|
python-versions = ">=3.7"
|
|
|
|
[package.dependencies]
|
|
tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""}
|
|
|
|
[package.extras]
|
|
zig = ["ziglang (>=0.9.0,<0.10.0)"]
|
|
patchelf = ["patchelf"]
|
|
|
|
[[package]]
|
|
name = "tomli"
|
|
version = "2.0.1"
|
|
description = "A lil' TOML parser"
|
|
category = "dev"
|
|
optional = false
|
|
python-versions = ">=3.7"
|
|
|
|
[metadata]
|
|
lock-version = "1.1"
|
|
python-versions = "^3.10"
|
|
content-hash = "4e177514d6cf74b58bcd8ca30ef300c10a833b3e6b1d809aa57337ee20efeb47"
|
|
|
|
[metadata.files]
|
|
maturin = []
|
|
tomli = []
|