Initial commit
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user