31 lines
547 B
TOML
31 lines
547 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
build = [
|
|
"python-setuptools",
|
|
"python-setuptools-rust",
|
|
"python-wheel",
|
|
]
|
|
runtime = [
|
|
"libunwind",
|
|
"glibc",
|
|
"rust",
|
|
"xz",
|
|
"python",
|
|
"bzip2",
|
|
"openssl",
|
|
"libcxx",
|
|
]
|
|
|
|
[package]
|
|
description = "Build and publish crates with pyo3, rust-cpython and cffi bindings"
|
|
homepage = "https://github.com/PyO3/maturin"
|
|
license = "Apache-2.0 OR MIT"
|
|
name = "maturin"
|
|
version = "1.12.6"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
url = "https://github.com/PyO3/maturin#v$version"
|