docopt 1.1.1

Command line argument parsing.
Documentation
[[bin]]
doc = false
name = "docopt-wordlist"
path = "src/wordlist.rs"
test = false
[dependencies.lazy_static]
version = "1.3"

[dependencies.regex]
default-features = false
features = ["std", "unicode"]
version = "1.4.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.strsim]
version = "0.10"

[lib]
name = "docopt"

[package]
authors = ["Andrew Gallant <jamslam@gmail.com>"]
categories = ["command-line-interface"]
description = "Command line argument parsing."
documentation = "http://burntsushi.net/rustdoc/docopt/"
edition = "2018"
exclude = ["/.travis.yml", "/Makefile", "/ctags.rust", "/scripts/*", "/session.vim"]
homepage = "https://github.com/docopt/docopt.rs"
keywords = ["docopt", "argument", "command", "argv"]
license = "Unlicense/MIT"
name = "docopt"
readme = "README.md"
repository = "https://github.com/docopt/docopt.rs"
version = "1.1.1"