# 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" name = "pyo3-loom" version = "0.1.0" authors = ["Joshua Riefman"] description = "A crate for effortlessly creating Python bindings, including involving NumPy, to Rust source code with PyO3" readme = "README.md" keywords = [ "pyo3", "maturin", "numpy", "python", ] categories = [ "rust-patterns", "development-tools::ffi", "development-tools", ] license-file = "LICENSE" repository = "https://github.com/joshuaRiefman/pyo3-loom.git" [lib] proc-macro = true [dependencies.numpy] version = "0.20.0" [dependencies.pyo3] version = "0.20.0" features = ["extension-module"] [dependencies.pyo3-macros] version = "0.22.2" [dependencies.quote] version = "1.0.36" [dependencies.syn] version = "2.0.71"