# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.74" name = "pyo3_bindgen_macros" version = "0.5.0" authors = ["Andrej Orsula "] description = "Procedural macros for automatic generation of Rust bindings to Python modules" readme = "README.md" keywords = [ "bindgen", "ffi", "pyo3", "python", ] categories = ["development-tools::ffi"] license = "MIT OR Apache-2.0" repository = "https://github.com/AndrejOrsula/pyo3_bindgen" [lib] proc-macro = true [dependencies.pyo3_bindgen_engine] version = "0.5.0" [dependencies.syn] version = "2" [build-dependencies.pyo3-build-config] version = "0.21" features = ["resolve-config"] [target."cfg(not(unix))".dev-dependencies.pyo3] version = "0.21" default-features = false [target."cfg(unix)".dependencies.libc] version = "0.2" [target."cfg(unix)".dependencies.pyo3] version = "0.21" default-features = false