[package] name = "okapi-operation-macro" description = "Macro implementation for okapi-operation" version = "0.2.0" authors = ["Andrey Kononov flowneee3@gmail.com"] edition = "2021" license = "MIT" keywords = ["rust", "openapi", "swagger", "axum"] categories = ["web-programming"] readme = "../README.md" repository = "https://github.com/Flowneee/okapi-operation" [lib] proc-macro = true [dependencies] darling = "0.20" lazy_static = "1" proc-macro2 = "1" quote = "1" syn = { version = "2", features = ["full"] } thiserror = "1" [features] axum = [] [dev-dependencies] assert_matches = "1"