# 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_macro" version = "0.1.4" authors = ["Li-Hsing Liu "] exclude = ["proto"] description = """ A Rust macro crate builds PyO3-compatible Rust `protobuf` and `gRPC` structures. So you can easily expose your generated protobuf code as Pythin binding through PyO3. ## Features 1. Macro `with_new` that implements `__new__` constructor for Rust Python binding. 2. Macro `with_pyclass` that adds customized `pyclass` attributes macro for your Rust structures.\" """ homepage = "https://github.com/austin362667/pyo3-macro" documentation = "https://docs.rs/pyo3_macro" readme = "README.md" keywords = [ "macro", "pyo3", "pyclass", "constructor", "python", ] categories = [] license = "Apache-2.0" repository = "https://github.com/austin362667/pyo3-macro" [lib] proc-macro = true [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0" features = ["full"]