2021-04-01 23:03:49 +00:00
|
|
|
[package]
|
|
|
|
authors = ["PyO3 Authors"]
|
|
|
|
name = "pyo3-pytests"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = "Python-based tests for PyO3"
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2022-02-05 09:39:56 +00:00
|
|
|
pyo3 = { path = "../", features = ["extension-module"] }
|
2021-04-01 23:03:49 +00:00
|
|
|
|
2021-05-19 20:50:25 +00:00
|
|
|
[build-dependencies]
|
2022-02-05 09:39:56 +00:00
|
|
|
pyo3-build-config = { path = "../pyo3-build-config" }
|
2021-04-01 23:03:49 +00:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "pyo3_pytests"
|
|
|
|
crate-type = ["cdylib"]
|