# 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 = "salvo_macro_ext" version = "0.1.3" authors = ["Andeya Lee "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Unofficial extension macros for the salvo web framework." homepage = "https://github.com/andeya/salvo_macro_ext" documentation = "https://docs.rs/salvo_macro_ext" readme = "README.md" keywords = [ "http", "async", "web", "framework", "server", ] categories = [ "web-programming::http-server", "web-programming::websocket", "network-programming", "asynchronous", ] license = "MIT" repository = "https://github.com/andeya/salvo_macro_ext" [lib] name = "salvo_macro_ext" path = "src/lib.rs" proc-macro = true [[example]] name = "add" path = "examples/add.rs" [dependencies.proc-macro-crate] version = ">= 2, <= 4" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "2" features = [ "full", "parsing", ] [dev-dependencies.salvo] version = "0.72" features = ["oapi"] [dev-dependencies.tokio] version = "1"