clap 1.4.6

A simple to use, efficient, and full featured Command Line Argument Parser
Documentation
[dependencies]
bitflags = "0.3.2"

[dependencies.ansi_term]
optional = true
version = "~0.6.3"

[dependencies.clippy]
optional = true
version = "~0.0.22"

[dependencies.strsim]
optional = true
version = "~0.4.0"

[dependencies.yaml-rust]
optional = true
version = "~0.2.2"

[features]
color = ["ansi_term"]
debug = []
default = ["suggestions", "color"]
lints = ["clippy", "nightly"]
nightly = []
suggestions = ["strsim"]
unstable = ["lints", "nightly"]
yaml = ["yaml-rust"]

[package]
authors = ["Kevin K. <kbknapp@gmail.com>"]
description = "A simple to use, efficient, and full featured  Command Line Argument Parser"
documentation = "http://kbknapp.github.io/clap-rs"
exclude = ["examples/*", "clap-tests/*", "tests/*", "benches/*", "clap.png"]
keywords = ["argument", "command", "arg", "parser", "parse"]
license = "MIT"
name = "clap"
readme = "README.md"
repository = "https://github.com/kbknapp/clap-rs.git"
version = "1.4.6"