nameless-clap_derive 3.0.0-beta.2

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

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

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

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

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

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full"]
version = "1"
[dev-dependencies.os_str_bytes]
version = "2.4"

[dev-dependencies.rustversion]
version = "1"

[dev-dependencies.trybuild]
version = "1.0"

[dev-dependencies.version-sync]
version = "0.9"

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

[lib]
bench = false
proc-macro = true

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