# 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 = "srpc-macro" version = "0.1.5" description = "contains srpc's macros" keywords = ["rpc", "async", "network", "microservices", "api"] license = "MIT" repository = "https://github.com/znx3p0/srpc" [lib] proc-macro = true [dependencies.heck] version = "0.4.0" [dependencies.proc-macro-error] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "1" features = ["full"]