5096f936dc
See https://github.com/PyO3/pyo3/issues/220 and https://github.com/PyO3/pyo3/issues/407 for details on those segfaults
20 lines
563 B
TOML
20 lines
563 B
TOML
[package]
|
|
name = "pyo3-derive-backend"
|
|
version = "0.7.0"
|
|
description = "Code generation for PyO3 package"
|
|
authors = ["PyO3 Project and Contributors <https://github.com/PyO3>"]
|
|
keywords = ["pyo3", "python", "cpython", "ffi"]
|
|
homepage = "https://github.com/pyo3/pyo3"
|
|
repository = "https://github.com/pyo3/pyo3"
|
|
categories = ["api-bindings", "development-tools::ffi"]
|
|
license = "Apache-2.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
quote = "0.6.12"
|
|
proc-macro2 = "0.4.30"
|
|
syn = { version = "0.15.34", features = ["full", "extra-traits"] }
|
|
|
|
[features]
|
|
unsound-subclass = []
|