derive-syn-parse 0.2.0

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

[dependencies.quote]
version = "1"

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

[features]
full = ["syn/full"]

[lib]
proc-macro = true

[package]
authors = ["sharnoff <git@sharnoff.io>"]
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"
readme = "README.md"
repository = "https://github.com/sharnoff/derive-syn-parse"
version = "0.2.0"