pyo3/pyo3-derive-backend/Cargo.toml

20 lines
563 B
TOML
Raw Normal View History

[package]
name = "pyo3-derive-backend"
2019-05-12 12:46:40 +00:00
version = "0.7.0"
description = "Code generation for PyO3 package"
authors = ["PyO3 Project and Contributors <https://github.com/PyO3>"]
2018-05-30 13:03:31 +00:00
keywords = ["pyo3", "python", "cpython", "ffi"]
homepage = "https://github.com/pyo3/pyo3"
2018-09-08 22:19:55 +00:00
repository = "https://github.com/pyo3/pyo3"
categories = ["api-bindings", "development-tools::ffi"]
license = "Apache-2.0"
2019-02-01 13:01:18 +00:00
edition = "2018"
[dependencies]
2019-04-28 08:09:45 +00:00
quote = "0.6.12"
2019-05-12 12:46:40 +00:00
proc-macro2 = "0.4.30"
syn = { version = "0.15.34", features = ["full", "extra-traits"] }
[features]
unsound-subclass = []