[package] name = "pyo3_bindgen_macros" authors.workspace = true categories.workspace = true description = "Procedural macros for automatic generation of Rust bindings to Python modules" edition.workspace = true keywords.workspace = true license.workspace = true readme.workspace = true repository.workspace = true rust-version.workspace = true version.workspace = true [dependencies] pyo3_bindgen_engine = { workspace = true } syn = { workspace = true } [target.'cfg(unix)'.dependencies] libc = { workspace = true } pyo3 = { workspace = true } [target.'cfg(not(unix))'.dev-dependencies] pyo3 = { workspace = true } [build-dependencies] pyo3-build-config = { workspace = true } [lib] proc-macro = true