# 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 = "protect-endpoints-proc-macro" version = "0.3.2" authors = ["DDtKey "] description = "A proc-macro way to protect your endpoints" homepage = "https://github.com/DDtKey/protect-endpoints" readme = "README.md" keywords = [ "protect", "endpoint", "authz", "security", "grants", ] categories = ["authentication"] license = "MIT OR Apache-2.0" repository = "https://github.com/DDtKey/protect-endpoints" [lib] proc-macro = true [dependencies.darling] version = "0.20.3" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1" [dependencies.syn] version = "2.0" features = [ "full", "derive", "extra-traits", ] [dev-dependencies.actix-web] version = "4.4.0" [dev-dependencies.poem] version = "3.0.0" [dev-dependencies.poem-openapi] version = "5.0.0" [dev-dependencies.rocket] version = "0.5.0" features = ["json"] [dev-dependencies.salvo] version = "0.67.2" [dev-dependencies.serde] version = "1.0" features = ["derive"] [features] actix-web = [] axum = [] poem = [] rocket = [] salvo = []