bpaf_derive 0.3.5

Derive macros for bpaf Command Line Argument Parser
Documentation
[dependencies.proc-macro2]
version = "1.0.27"

[dependencies.quote]
version = "1.0.9"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0.2"

[lib]
name = "bpaf_derive"
proc-macro = true

[package]
authors = ["Michael Baykov <manpacket@gmail.com>"]
categories = ["command-line-interface"]
description = "Derive macros for bpaf Command Line Argument Parser"
edition = "2018"
keywords = ["args", "arguments", "cli", "parser", "parse"]
license = "MIT OR Apache-2.0"
name = "bpaf_derive"
readme = "README.md"
repository = "https://github.com/pacak/bpaf"
resolver = "2"
version = "0.3.5"