[[bin]]
doc = false
name = "docopt-wordlist"
path = "src/wordlist.rs"
test = false
[dependencies.once_cell]
version = "1.17"
[dependencies.regex]
version = "1.7"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.strsim]
version = "0.10"
[lib]
name = "qsv_docopt"
[package]
authors = ["Andrew Gallant <jamslam@gmail.com>", "Joel Natividad <joel@datHere.com>"]
categories = ["command-line-interface"]
description = "Command line argument parsing."
documentation = "https://docs.rs/qsv_docopt"
edition = "2021"
exclude = ["/Makefile", "/scripts/*"]
homepage = "https://github.com/jqnatividad/docopt.rs"
keywords = ["docopt", "argument", "command", "argv"]
license = "Unlicense/MIT"
name = "qsv_docopt"
readme = "README.md"
repository = "https://github.com/jqnatividad/docopt.rs"
version = "1.2.2"