# 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-helper-macros" version = "0.0.6" 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/pyo3-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.quote] version = "1.0.33" [dependencies.syn] version = "2.0.43" features = ["full"] [dependencies.uuid] version = "1.6.1" features = ["v4"] [dev-dependencies.pyo3] version = "0.20.1" features = ["extension-module"] [features] default = ["multiple_pymethod"] multiple_pymethod = [] single_pymethod = []