paw-structopt 1.0.0

Structopt support for the Paw crate.
Documentation
[package]
name = "paw-structopt"
description = "Structopt support for the Paw crate."
version = "1.0.0"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/rust-cli/paw"
homepage = "https://github.com/rust-cli/paw"
documentation = "https://docs.rs/paw-structopt"
authors = ["The CLI Working Group"]
keywords = ["paw", "parser", "cli", "macro", "proc-macro"]
categories = ["command-line-interface", "command-line-utilities", "parsing"]
edition = "2018"

[lib]
proc-macro = true

[dependencies]
structopt = "0.2.15"
syn = { version = "0.15", features = ["full"] }
proc-macro2 = { version = "0.4.24", features = ["nightly"] }
quote = "0.6"