2015-02-25 08:37:25 -05:00
|
|
|
[package]
|
|
|
|
|
|
|
|
name = "clap"
|
2015-03-16 11:20:45 -04:00
|
|
|
version = "0.4.2"
|
2015-02-25 08:37:25 -05:00
|
|
|
authors = ["Kevin K. <kbknapp@gmail.com>"]
|
2015-02-28 19:56:43 -05:00
|
|
|
exclude = ["docs/*"]
|
|
|
|
description = "A Command Line Argument Parser written in Rust"
|
|
|
|
repository = "https://github.com/kbknapp/clap-rs.git"
|
2015-03-01 11:19:20 -05:00
|
|
|
documentation = "http://kbknapp.github.io/clap-rs/docs/clap/index.html"
|
2015-02-28 19:56:43 -05:00
|
|
|
readme = "README.md"
|
|
|
|
|
2015-03-04 08:32:55 -05:00
|
|
|
keywords = ["argument", "command", "arg", "parser", "parse"]
|
2015-02-28 19:56:43 -05:00
|
|
|
|
2015-03-04 08:32:55 -05:00
|
|
|
license = "MIT"
|