version = 3
[[package]]
name = "colorz"
version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ceb37c5798821e37369cb546f430f19da2f585e0364c9615ae340a9f2e6067b"
[[package]]
name = "error-iter"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8070547d90d1b98debb6626421d742c897942bbb78f047694a5eb769495eccd6"
[[package]]
name = "hd"
version = "0.1.0"
dependencies = [
"colorz",
"error-iter",
"onlyargs",
"onlyargs_derive",
"onlyerror",
"unicode-display-width",
"unicode-segmentation",
]
[[package]]
name = "myn"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e49d2fc6c79d00e708293cb0793a2a33357405d0c0bf0fa7dc88e7694c8db313"
[[package]]
name = "onlyargs"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00d78a5eb5c0119da8284d056af5b352002594003e50fe1d6ee892acabfe6184"
[[package]]
name = "onlyargs_derive"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e96dec8cebe43d77e74cc3104184765ba563fc675890fef82b61124fd647cd6"
dependencies = [
"myn",
"onlyargs",
]
[[package]]
name = "onlyerror"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f0c9c18fd5c5a2c580df757c1a0bc5058fa4b1db1e1823c6692d7c7d5a09ff0"
dependencies = [
"myn",
]
[[package]]
name = "unicode-display-width"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a43273b656140aa2bb8e65351fe87c255f0eca706b2538a9bd4a590a3490bf3"
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "unicode-segmentation"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"