clap_derive-v3 3.0.0-beta.1

Parse command line argument by defining a struct, derive crate.
Documentation
[badges.is-it-maintained-issue-resolution]
repository = "clap-rs/clap"

[badges.is-it-maintained-open-issues]
repository = "clap-rs/clap"

[badges.maintenance]
status = "actively-developed"
[dependencies.heck]
version = "0.3.0"

[dependencies.proc-macro-error]
version = "0.4.9"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full"]
version = "1"

[features]
debug = []
default = []
doc = []
nightly = []
unstable = []

[lib]
bench = false
proc-macro = true

[package]
authors = ["Guillaume Pinot <texitoi@texitoi.eu>", "Clap Maintainers"]
categories = ["command-line-interface", "development-tools::procedural-macro-helpers"]
description = "Parse command line argument by defining a struct, derive crate."
documentation = "https://docs.rs/clap_derive-v3"
edition = "2018"
homepage = "https://clap.rs/"
include = ["src/**/*", "Cargo.toml", "README.md"]
keywords = ["clap", "cli", "derive", "proc_macro", "parse"]
license = "MIT OR Apache-2.0"
name = "clap_derive-v3"
readme = "README.md"
repository = "https://github.com/poma/clap/tree/master/clap_derive"
version = "3.0.0-beta.1"
[package.metadata.docs.rs]
features = ["doc"]