pyo3/pyo3-derive-backend/Cargo.toml

21 lines
590 B
TOML

[package]
name = "pyo3-derive-backend"
version = "0.4.1"
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.git"
documentation = "https://pyo3.github.io/pyo3/guide/"
categories = ["api-bindings", "development-tools::ffi"]
license = "Apache-2.0"
[dependencies]
log = "0.4.4"
quote = "0.6.6"
proc-macro2 = "0.4.13"
[dependencies.syn]
version = "0.14.8"
features = ["full", "extra-traits"]