paperclip-macros 0.2.0

Macros for paperclip OpenAPI tooling library
Documentation
[package]
name = "paperclip-macros"
version = "0.2.0"
authors = ["Ravi Shankar <wafflespeanut@gmail.com>"]
edition = "2018"
description = "Macros for paperclip OpenAPI tooling library"
documentation = "https://paperclip.waffles.space/paperclip_macros"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/wafflespeanut/paperclip"
repository = "https://github.com/wafflespeanut/paperclip"

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "0.4.30"
quote = "0.6.13"
syn = { version = "0.15.42", features = ["full"] }
heck = { version = "0.3", optional = true }

[features]
actix = ["heck"]
default = ["v2"]
v2 = []