# 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" version = "0.5.0" authors = ["Andrej Orsula "] description = "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" [package.metadata.docs.rs] all-features = true [dependencies.pyo3] version = "0.21" default-features = false [dependencies.pyo3_bindgen_engine] version = "0.5.0" [dependencies.pyo3_bindgen_macros] version = "0.5.0" optional = true [features] default = [] macros = ["dep:pyo3_bindgen_macros"] numpy = ["pyo3_bindgen_engine/numpy"]