2015-02-25 13:37:25 +00:00
|
|
|
[package]
|
|
|
|
|
|
|
|
name = "clap"
|
2015-04-27 04:59:58 +00:00
|
|
|
version = "0.6.8"
|
2015-02-25 13:37:25 +00:00
|
|
|
authors = ["Kevin K. <kbknapp@gmail.com>"]
|
2015-03-24 16:16:59 +00:00
|
|
|
exclude = ["docs/*", "examples/*", "claptests/*"]
|
2015-04-29 03:03:55 +00:00
|
|
|
description = "A simple to use, efficient, and full featured Command Line Argument Parser"
|
2015-03-01 00:56:43 +00:00
|
|
|
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"
|
2015-03-24 18:35:47 +00:00
|
|
|
|
2015-04-29 03:03:55 +00:00
|
|
|
[features]
|
|
|
|
default=[]
|
|
|
|
|
|
|
|
unstable=[]
|