[package] name = "clap" version = "0.7.6" authors = ["Kevin K. "] exclude = ["docs/*", "examples/*", "claptests/*"] description = "A simple to use, efficient, and full featured Command Line Argument Parser" repository = "https://github.com/kbknapp/clap-rs.git" documentation = "http://kbknapp.github.io/clap-rs" readme = "README.md" keywords = ["argument", "command", "arg", "parser", "parse"] license = "MIT" [dependencies] strsim = "*" [features] default=[] # for building with nightly and unstable features unstable=[]