[dependencies.proc-macro2]
default-features = false
version = "1"
[dependencies.pyo3-macros-backend]
version = "=0.19.2"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "1.0.85"
[features]
abi3 = ["pyo3-macros-backend/abi3"]
multiple-pymethods = []
[lib]
proc-macro = true
[package]
authors = ["PyO3 Project and Contributors <https://github.com/PyO3>"]
categories = ["api-bindings", "development-tools::ffi"]
description = "Proc macros for PyO3 package"
edition = "2018"
homepage = "https://github.com/pyo3/pyo3"
keywords = ["pyo3", "python", "cpython", "ffi"]
license = "Apache-2.0"
name = "pyo3-macros"
repository = "https://github.com/pyo3/pyo3"
version = "0.19.2"