argyle 0.6.4

A lightweight, agnostic CLI argument parser.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "argyle"
version = "0.6.4"
dependencies = [
 "brunch",
]

[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"

[[package]]
name = "brunch"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfded4095b369b7274ce6e4fcace479abd5e40dcd1869eb04ba7bccefa627df6"
dependencies = [
 "autocfg",
 "dactyl",
 "unicode-width",
]

[[package]]
name = "dactyl"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9727ada0af62b62efdc175f70ab80bc7198869af62ac923f6367be1e9e81a495"
dependencies = [
 "num-traits",
]

[[package]]
name = "num-traits"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
dependencies = [
 "autocfg",
]

[[package]]
name = "unicode-width"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"