# 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_engine" version = "0.5.0" authors = ["Andrej Orsula "] description = "Engine 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" [[bench]] name = "bindgen" harness = false [dependencies.itertools] version = "0.12" [dependencies.proc-macro2] version = "1" [dependencies.pyo3] version = "0.21" default-features = false [dependencies.quote] version = "1" [dependencies.rustc-hash] version = "1" [dependencies.syn] version = "2" [dependencies.thiserror] version = "1" [dependencies.typed-builder] version = "0.18" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.indoc] version = "2" [dev-dependencies.prettyplease] version = "0.2" [build-dependencies.pyo3-build-config] version = "0.21" features = ["resolve-config"] [features] default = [] numpy = []