paperclip-macros 0.3.0

Macros for paperclip OpenAPI tooling library
Documentation
[package]
name = "paperclip-macros"
version = "0.3.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 = "1.0"
proc-macro-error = "1.0"
quote = "1.0"
syn = { version = "1.0", features = ["full"] }
heck = { version = "0.3", optional = true }
http = { version = "0.2", optional = true }
lazy_static = { version = "1.3", optional = true }
strum = { version = "0.18", optional = true }
strum_macros = { version = "0.18", optional = true }

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