clap_derive 3.0.0-rc.6

Parse command line argument by defining a struct, derive crate.
Documentation
[dependencies.heck]
version = "0.3.0"

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

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

[dependencies.quote]
version = "1.0.9"

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

[features]
debug = []
default = []

[lib]
bench = false
proc-macro = true

[package]
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"
edition = "2018"
include = ["src/**/*", "Cargo.toml", "LICENSE-*", "README.md"]
keywords = ["clap", "cli", "parse", "derive", "proc_macro"]
license = "MIT OR Apache-2.0"
name = "clap_derive"
readme = "README.md"
repository = "https://github.com/clap-rs/clap/tree/master/clap_derive"
version = "3.0.0-rc.6"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

[package.metadata.release]
shared-version = true
tag = false