# 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 = "extension-fn" version = "1.2.0" description = "No boilerplate code for extension function definitions" documentation = "https://docs.rs/extension-fn" readme = "README.md" keywords = [ "macros", "async", ] license = "MIT" repository = "https://github.com/AlexSherbinin/extension-fn" [lib] proc-macro = true [dependencies.case] version = "1.0.0" [dependencies.proc-macro2] version = "1.0.56" [dependencies.public] version = "0.2.2" [dependencies.quote] version = "1.0.26" [dependencies.syn] version = "2.0.13" features = ["full"] [dev-dependencies.async-trait] version = "0.1.68"