clap 1.4.4

A simple to use, efficient, and full featured Command Line Argument Parser
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "ansi_term"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae206c860259479b73b3abc98b66da811843056ed570ed79eb95d3d9b2524325"

[[package]]
name = "bitflags"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32866f4d103c4e438b1db1158aa1b1a80ee078e5d77a59a2f906fd62a577389c"

[[package]]
name = "clap"
version = "1.4.4"
dependencies = [
 "ansi_term",
 "bitflags",
 "strsim",
 "yaml-rust",
]

[[package]]
name = "strsim"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d5f575d5ced6634a5c4cb842163dab907dc7e9148b28dc482d81b8855cbe985"

[[package]]
name = "yaml-rust"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8750f2cf4a8e9c4376e86b6b597627e67a561575af13855bab94127c1208eae4"