mirror of
https://github.com/clap-rs/clap
synced 2025-03-05 15:57:34 +00:00
18 lines
466 B
TOML
18 lines
466 B
TOML
|
[package]
|
||
|
name = "structopt-derive"
|
||
|
version = "0.0.0"
|
||
|
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 = "WTFPL"
|
||
|
|
||
|
[dependencies]
|
||
|
syn = "0.11.4"
|
||
|
quote = "0.3.12"
|
||
|
|
||
|
[lib]
|
||
|
proc-macro = true
|