derive-syn-parse 0.1.3

Derive macro for `syn::parse::Parse`
Documentation
[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["derive", "parsing"]
version = "1"
[dev-dependencies.syn]
features = ["full", "extra-traits"]
version = "1"

[lib]
proc-macro = true

[package]
authors = ["sharnoff <github@max.sharnoff.org>"]
categories = ["development-tools::procedural-macro-helpers"]
description = "Derive macro for `syn::parse::Parse`"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "derive-syn-parse"
repository = "https://github.com/sharnoff/derive-syn-parse"
version = "0.1.3"