17 lines
310 B
TOML
17 lines
310 B
TOML
[package]
|
|
authors = ["PyO3 Authors"]
|
|
name = "pyo3-benchmarks"
|
|
version = "0.1.0"
|
|
description = "Python-based benchmarks for various PyO3 functionality"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
|
|
[dependencies.pyo3]
|
|
path = "../../"
|
|
features = ["extension-module"]
|
|
|
|
[lib]
|
|
name = "_pyo3_benchmarks"
|
|
crate-type = ["cdylib"]
|