paperclip-macros 0.4.0

Macros for paperclip OpenAPI tooling library
Documentation
[dependencies.heck]
optional = true
version = "0.3"

[dependencies.http]
optional = true
version = "0.2"

[dependencies.lazy_static]
optional = true
version = "1.4"

[dependencies.mime]
version = "0.3"

[dependencies.proc-macro-error]
version = "1.0"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.strum]
optional = true
version = "0.19"

[dependencies.strum_macros]
optional = true
version = "0.19"

[dependencies.syn]
features = ["full"]
version = "1.0"

[features]
actix = ["heck", "http", "lazy_static", "strum", "strum_macros"]
nightly = []
v2 = []

[lib]
proc-macro = true

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