[package] name = "clap" version = "0.4.14" authors = ["Kevin K. "] exclude = ["docs/*", "examples/*", "tests/*"] description = "A Command Line Argument Parser written in Rust" repository = "https://github.com/kbknapp/clap-rs.git" documentation = "http://kbknapp.github.io/clap-rs/docs/clap/index.html" readme = "README.md" keywords = ["argument", "command", "arg", "parser", "parse"] license = "MIT"