rustlings/Cargo.lock

746 lines
18 KiB
Plaintext
Raw Normal View History

2019-06-05 05:22:41 -05:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "aho-corasick"
version = "0.7.15"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
2019-06-05 05:22:41 -05:00
dependencies = [
2020-12-29 04:39:26 -06:00
"memchr",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "argh"
version = "0.1.4"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91792f088f87cdc7a2cfb1d617fa5ea18d7f1dc22ef0e1b5f82f3157cdc522be"
2019-06-05 05:22:41 -05:00
dependencies = [
"argh_derive",
"argh_shared",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "argh_derive"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4eb0c0c120ad477412dc95a4ce31e38f2113e46bd13511253f79196ca68b067"
dependencies = [
"argh_shared",
"heck",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "argh_shared"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "781f336cc9826dbaddb9754cb5db61e64cab4f69668bd19dcc4a0394a86f4cb1"
2019-06-05 05:22:41 -05:00
[[package]]
name = "assert_cmd"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-29 04:39:26 -06:00
checksum = "2dc477793bd82ec39799b6f6b3df64938532fdf2ab0d49ef817eac65856a5a1e"
2019-06-05 05:22:41 -05:00
dependencies = [
2020-12-29 04:39:26 -06:00
"escargot",
"predicates",
"predicates-core",
"predicates-tree",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "atty"
version = "0.2.14"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
2019-06-05 05:22:41 -05:00
dependencies = [
"hermit-abi",
2020-12-29 04:39:26 -06:00
"libc",
"winapi 0.3.9",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "autocfg"
version = "1.0.1"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2019-06-05 05:22:41 -05:00
[[package]]
name = "bitflags"
version = "1.2.1"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2019-06-05 05:22:41 -05:00
[[package]]
name = "cfg-if"
version = "0.1.10"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2019-06-05 05:22:41 -05:00
[[package]]
name = "cfg-if"
version = "1.0.0"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2019-06-05 05:22:41 -05:00
[[package]]
name = "clicolors-control"
version = "1.0.1"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90082ee5dcdd64dc4e9e0d37fbf3ee325419e39c0092191e0393df65518f741e"
2019-06-05 05:22:41 -05:00
dependencies = [
2020-12-29 04:39:26 -06:00
"atty",
"lazy_static",
"libc",
"winapi 0.3.9",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "console"
2020-02-25 16:00:19 -06:00
version = "0.7.7"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-29 04:39:26 -06:00
checksum = "8ca57c2c14b8a2bf3105bc9d15574aad80babf6a9c44b1058034cdf8bd169628"
2019-06-05 05:22:41 -05:00
dependencies = [
2020-12-29 04:39:26 -06:00
"atty",
"clicolors-control",
"encode_unicode",
"lazy_static",
"libc",
"parking_lot",
"regex",
"termios",
"unicode-width",
"winapi 0.3.9",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "console"
version = "0.14.1"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3993e6445baa160675931ec041a5e03ca84b9c6e32a056150d3aa2bdda0a1f45"
2019-06-05 05:22:41 -05:00
dependencies = [
2020-12-29 04:39:26 -06:00
"encode_unicode",
"lazy_static",
"libc",
"regex",
"terminal_size",
2020-12-29 04:39:26 -06:00
"unicode-width",
"winapi 0.3.9",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "difference"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-29 04:39:26 -06:00
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
2019-06-05 05:22:41 -05:00
[[package]]
name = "encode_unicode"
version = "0.3.6"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
2019-06-05 05:22:41 -05:00
[[package]]
name = "escargot"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-29 04:39:26 -06:00
checksum = "ceb9adbf9874d5d028b5e4c5739d22b71988252b25c9c98fe7cf9738bee84597"
2019-06-05 05:22:41 -05:00
dependencies = [
2020-12-29 04:39:26 -06:00
"lazy_static",
"log",
"serde",
"serde_json",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "filetime"
version = "0.2.14"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8"
2019-06-05 05:22:41 -05:00
dependencies = [
"cfg-if 1.0.0",
2020-12-29 04:39:26 -06:00
"libc",
"redox_syscall",
"winapi 0.3.9",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "float-cmp"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1267f4ac4f343772758f7b1bdcbe767c218bbab93bb432acbf5162bbf85a6c4"
dependencies = [
2020-12-29 04:39:26 -06:00
"num-traits",
]
2019-06-05 05:22:41 -05:00
[[package]]
name = "fsevent"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-29 04:39:26 -06:00
checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6"
2019-06-05 05:22:41 -05:00
dependencies = [
2020-12-29 04:39:26 -06:00
"bitflags",
"fsevent-sys",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "fsevent-sys"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-29 04:39:26 -06:00
checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0"
2019-06-05 05:22:41 -05:00
dependencies = [
2020-12-29 04:39:26 -06:00
"libc",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-29 04:39:26 -06:00
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
2019-06-05 05:22:41 -05:00
dependencies = [
2020-12-29 04:39:26 -06:00
"bitflags",
"fuchsia-zircon-sys",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-29 04:39:26 -06:00
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
2019-06-05 05:22:41 -05:00
[[package]]
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-29 04:39:26 -06:00
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
[[package]]
name = "heck"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac"
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "hermit-abi"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
dependencies = [
"libc",
]
2019-06-05 05:22:41 -05:00
[[package]]
name = "indicatif"
2020-02-25 16:00:19 -06:00
version = "0.10.3"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-29 04:39:26 -06:00
checksum = "40ecd1e2ee08e6c255ce890f5a99d17000850e664e7acf119fb03b25b0575bfe"
2019-06-05 05:22:41 -05:00
dependencies = [
"console 0.14.1",
2020-12-29 04:39:26 -06:00
"lazy_static",
"number_prefix",
"parking_lot",
"regex",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "inotify"
version = "0.7.1"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f"
2019-06-05 05:22:41 -05:00
dependencies = [
2020-12-29 04:39:26 -06:00
"bitflags",
"inotify-sys",
"libc",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "inotify-sys"
version = "0.1.5"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
2019-06-05 05:22:41 -05:00
dependencies = [
2020-12-29 04:39:26 -06:00
"libc",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "instant"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
dependencies = [
"cfg-if 1.0.0",
]
2019-06-05 05:22:41 -05:00
[[package]]
name = "iovec"
version = "0.1.4"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
2019-06-05 05:22:41 -05:00
dependencies = [
2020-12-29 04:39:26 -06:00
"libc",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "itoa"
version = "0.4.7"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
2019-06-05 05:22:41 -05:00
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-29 04:39:26 -06:00
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
2019-06-05 05:22:41 -05:00
dependencies = [
2020-12-29 04:39:26 -06:00
"winapi 0.2.8",
"winapi-build",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "lazy_static"
version = "1.4.0"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2019-06-05 05:22:41 -05:00
[[package]]
name = "lazycell"
version = "1.3.0"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2019-06-05 05:22:41 -05:00
[[package]]
name = "libc"
version = "0.2.93"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9385f66bf6105b241aa65a61cb923ef20efc665cb9f9bb50ac2f0c4b7f378d41"
2019-06-05 05:22:41 -05:00
[[package]]
name = "lock_api"
version = "0.4.3"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3c91c24eae6777794bb1997ad98bbb87daf92890acab859f7eaa4320333176"
2019-06-05 05:22:41 -05:00
dependencies = [
2020-12-29 04:39:26 -06:00
"scopeguard",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "log"
version = "0.4.14"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
2019-06-05 05:22:41 -05:00
dependencies = [
"cfg-if 1.0.0",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "memchr"
version = "2.3.4"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
2019-06-05 05:22:41 -05:00
[[package]]
name = "mio"
version = "0.6.23"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
2019-06-05 05:22:41 -05:00
dependencies = [
"cfg-if 0.1.10",
2020-12-29 04:39:26 -06:00
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
"log",
"miow",
"net2",
"slab",
"winapi 0.2.8",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "mio-extras"
version = "2.0.6"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
2019-06-05 05:22:41 -05:00
dependencies = [
2020-12-29 04:39:26 -06:00
"lazycell",
"log",
"mio",
"slab",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "miow"
version = "0.2.2"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
2019-06-05 05:22:41 -05:00
dependencies = [
2020-12-29 04:39:26 -06:00
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "net2"
version = "0.2.37"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
2019-06-05 05:22:41 -05:00
dependencies = [
"cfg-if 0.1.10",
2020-12-29 04:39:26 -06:00
"libc",
"winapi 0.3.9",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "normalize-line-endings"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
2019-06-05 05:22:41 -05:00
[[package]]
name = "notify"
version = "4.0.16"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2599080e87c9bd051ddb11b10074f4da7b1223298df65d4c2ec5bcf309af1533"
2019-06-05 05:22:41 -05:00
dependencies = [
2020-12-29 04:39:26 -06:00
"bitflags",
"filetime",
"fsevent",
"fsevent-sys",
"inotify",
"libc",
"mio",
"mio-extras",
"walkdir",
"winapi 0.3.9",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "num-traits"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
dependencies = [
2020-12-29 04:39:26 -06:00
"autocfg",
]
2020-02-25 16:00:19 -06:00
[[package]]
name = "number_prefix"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-29 04:39:26 -06:00
checksum = "dbf9993e59c894e3c08aa1c2712914e9e6bf1fcbfc6bef283e2183df345a4fee"
2020-02-25 16:00:19 -06:00
dependencies = [
2020-12-29 04:39:26 -06:00
"num-traits",
2020-02-25 16:00:19 -06:00
]
2019-06-05 05:22:41 -05:00
[[package]]
name = "parking_lot"
version = "0.11.1"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
2019-06-05 05:22:41 -05:00
dependencies = [
"instant",
2020-12-29 04:39:26 -06:00
"lock_api",
"parking_lot_core",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "parking_lot_core"
version = "0.8.3"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
2019-06-05 05:22:41 -05:00
dependencies = [
"cfg-if 1.0.0",
"instant",
2020-12-29 04:39:26 -06:00
"libc",
"redox_syscall",
"smallvec",
"winapi 0.3.9",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "predicates"
version = "1.0.7"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eeb433456c1a57cc93554dea3ce40b4c19c4057e41c55d4a0f3d84ea71c325aa"
2019-06-05 05:22:41 -05:00
dependencies = [
2020-12-29 04:39:26 -06:00
"difference",
"float-cmp",
"normalize-line-endings",
"predicates-core",
"regex",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "predicates-core"
version = "1.0.2"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57e35a3326b75e49aa85f5dc6ec15b41108cf5aee58eabb1f274dd18b73c2451"
2019-06-05 05:22:41 -05:00
[[package]]
name = "predicates-tree"
version = "1.0.2"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15f553275e5721409451eb85e15fd9a860a6e5ab4496eb215987502b5f5391f2"
2019-06-05 05:22:41 -05:00
dependencies = [
2020-12-29 04:39:26 -06:00
"predicates-core",
"treeline",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "proc-macro2"
version = "1.0.26"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec"
2019-06-05 05:22:41 -05:00
dependencies = [
2020-12-29 04:39:26 -06:00
"unicode-xid",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "quote"
version = "1.0.9"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
2019-06-05 05:22:41 -05:00
dependencies = [
2020-12-29 04:39:26 -06:00
"proc-macro2",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "redox_syscall"
version = "0.2.6"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8270314b5ccceb518e7e578952f0b72b88222d02e8f77f5ecf7abbb673539041"
2019-06-05 05:22:41 -05:00
dependencies = [
"bitflags",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "regex"
2021-04-23 13:07:32 -05:00
version = "1.4.6"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-23 13:07:32 -05:00
checksum = "2a26af418b574bd56588335b3a3659a65725d4e636eb1016c2f9e3b38c7cc759"
2019-06-05 05:22:41 -05:00
dependencies = [
2020-12-29 04:39:26 -06:00
"aho-corasick",
"memchr",
"regex-syntax",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "regex-syntax"
version = "0.6.23"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d5f089152e60f62d28b835fbff2cd2e8dc0baf1ac13343bef92ab7eed84548"
2019-06-05 05:22:41 -05:00
[[package]]
name = "rustlings"
version = "4.5.0"
2019-06-05 05:22:41 -05:00
dependencies = [
"argh",
2020-12-29 04:39:26 -06:00
"assert_cmd",
"console 0.7.7",
"glob",
"indicatif",
"notify",
"predicates",
"regex",
"serde",
"toml",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "ryu"
version = "1.0.5"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
2019-06-05 05:22:41 -05:00
[[package]]
name = "same-file"
version = "1.0.6"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2019-06-05 05:22:41 -05:00
dependencies = [
2020-12-29 04:39:26 -06:00
"winapi-util",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "scopeguard"
version = "1.1.0"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2019-06-05 05:22:41 -05:00
[[package]]
name = "serde"
version = "1.0.125"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171"
2019-06-05 05:22:41 -05:00
dependencies = [
2020-12-29 04:39:26 -06:00
"serde_derive",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "serde_derive"
version = "1.0.125"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d"
2019-06-05 05:22:41 -05:00
dependencies = [
2020-12-29 04:39:26 -06:00
"proc-macro2",
"quote",
"syn",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "serde_json"
version = "1.0.64"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
2019-06-05 05:22:41 -05:00
dependencies = [
2020-12-29 04:39:26 -06:00
"itoa",
"ryu",
"serde",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "slab"
2021-04-23 13:07:32 -05:00
version = "0.4.3"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-23 13:07:32 -05:00
checksum = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527"
2019-06-05 05:22:41 -05:00
[[package]]
name = "smallvec"
version = "1.6.1"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
2019-06-05 05:22:41 -05:00
[[package]]
name = "syn"
2021-04-23 13:07:32 -05:00
version = "1.0.70"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-23 13:07:32 -05:00
checksum = "b9505f307c872bab8eb46f77ae357c8eba1fdacead58ee5a850116b1d7f82883"
2019-06-05 05:22:41 -05:00
dependencies = [
2020-12-29 04:39:26 -06:00
"proc-macro2",
"quote",
"unicode-xid",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "terminal_size"
version = "0.1.16"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86ca8ced750734db02076f44132d802af0b33b09942331f4459dde8636fd2406"
2019-06-05 05:22:41 -05:00
dependencies = [
2020-12-29 04:39:26 -06:00
"libc",
"winapi 0.3.9",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "termios"
version = "0.3.3"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b"
2019-06-05 05:22:41 -05:00
dependencies = [
2020-12-29 04:39:26 -06:00
"libc",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "toml"
version = "0.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-29 04:39:26 -06:00
checksum = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f"
2019-06-05 05:22:41 -05:00
dependencies = [
2020-12-29 04:39:26 -06:00
"serde",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "treeline"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-29 04:39:26 -06:00
checksum = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41"
2019-06-05 05:22:41 -05:00
[[package]]
name = "unicode-segmentation"
version = "1.7.1"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
2019-06-05 05:22:41 -05:00
[[package]]
name = "unicode-width"
version = "0.1.8"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
2019-06-05 05:22:41 -05:00
[[package]]
name = "unicode-xid"
version = "0.2.1"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
2019-06-05 05:22:41 -05:00
[[package]]
name = "walkdir"
version = "2.3.2"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
2019-06-05 05:22:41 -05:00
dependencies = [
2020-12-29 04:39:26 -06:00
"same-file",
"winapi 0.3.9",
2020-12-29 04:39:26 -06:00
"winapi-util",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-29 04:39:26 -06:00
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2019-06-05 05:22:41 -05:00
[[package]]
name = "winapi"
version = "0.3.9"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2019-06-05 05:22:41 -05:00
dependencies = [
2020-12-29 04:39:26 -06:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-29 04:39:26 -06:00
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
2019-06-05 05:22:41 -05:00
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-29 04:39:26 -06:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2019-06-05 05:22:41 -05:00
[[package]]
name = "winapi-util"
version = "0.1.5"
2019-06-05 05:22:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2019-06-05 05:22:41 -05:00
dependencies = [
"winapi 0.3.9",
2019-06-05 05:22:41 -05:00
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-29 04:39:26 -06:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2019-06-05 05:22:41 -05:00
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-29 04:39:26 -06:00
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
2019-06-05 05:22:41 -05:00
dependencies = [
2020-12-29 04:39:26 -06:00
"winapi 0.2.8",
"winapi-build",
]