You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
658 B
28 lines
658 B
[package]
|
|
name = "structopt-derive"
|
|
version = "0.4.14"
|
|
edition = "2018"
|
|
authors = ["Guillaume Pinot <texitoi@texitoi.eu>"]
|
|
description = "Parse command line argument by defining a struct, derive crate."
|
|
documentation = "https://docs.rs/structopt-derive"
|
|
repository = "https://github.com/TeXitoi/structopt"
|
|
keywords = ["clap", "cli", "derive", "docopt"]
|
|
categories = ["command-line-interface"]
|
|
license = "Apache-2.0/MIT"
|
|
|
|
[badges]
|
|
travis-ci = { repository = "TeXitoi/structopt" }
|
|
|
|
[dependencies]
|
|
syn = { version = "1", features = ["full"] }
|
|
quote = "1"
|
|
proc-macro2 = "1"
|
|
heck = "0.3.0"
|
|
proc-macro-error = "1.0.0"
|
|
|
|
[features]
|
|
paw = []
|
|
|
|
[lib]
|
|
proc-macro = true
|