# 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 = "py03_helper_macros" version = "0.0.2" authors = ["Retrokiller543 "] description = "A procedural macro to help wrapping rust structs for pyo3" homepage = "https://gitlab.com/retrokiller543/pyo3-helper-macro" documentation = "https://docs.rs/py03_helper_macros" readme = "README.md" keywords = [ "proc_macro", "procmacro", ] license = "MIT" repository = "https://gitlab.com/retrokiller543/pyo3-helper-macro" [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0.71" [dependencies.pyo3] version = "0.20.1" [dependencies.quote] version = "1.0.33" [dependencies.syn] version = "2.0.43" features = ["full"] [dependencies.uuid] version = "1.6.1" features = ["v4"] [features] default = [] multiple_pymethod = []