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