[dependencies.proc-macro2]
default-features = false
version = "1"
[dependencies.pyo3-macros-backend]
version = "=0.20.0"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "2"
[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 = "2021"
homepage = "https://github.com/pyo3/pyo3"
keywords = ["pyo3", "python", "cpython", "ffi"]
license = "MIT OR Apache-2.0"
name = "pyo3-macros"
repository = "https://github.com/pyo3/pyo3"
version = "0.20.0"