2020-10-21 16:53:01 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-02-13 02:02:02 +00:00
|
|
|
version = 3
|
|
|
|
|
2020-10-29 02:36:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2021-07-09 21:29:11 +00:00
|
|
|
version = "1.0.42"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-09 21:29:11 +00:00
|
|
|
checksum = "595d3cfa7a60d4555cb5067b99f07142a08ea778de5cf993f7b75c7d8fabc486"
|
2020-10-29 02:36:26 +00:00
|
|
|
|
2020-11-18 23:48:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
2021-02-18 15:19:14 +00:00
|
|
|
version = "1.6.1"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-18 15:19:14 +00:00
|
|
|
checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
|
2020-11-18 23:48:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"event-listener",
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-io"
|
2021-07-01 02:39:45 +00:00
|
|
|
version = "1.6.0"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 02:39:45 +00:00
|
|
|
checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"
|
2020-11-18 23:48:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"futures-lite",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"parking",
|
|
|
|
"polling",
|
2021-04-24 16:34:56 +00:00
|
|
|
"slab",
|
2021-04-16 21:28:17 +00:00
|
|
|
"socket2",
|
2020-11-18 23:48:37 +00:00
|
|
|
"waker-fn",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-net"
|
2021-07-01 02:39:45 +00:00
|
|
|
version = "1.6.1"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 02:39:45 +00:00
|
|
|
checksum = "5373304df79b9b4395068fb080369ec7178608827306ce4d081cba51cac551df"
|
2020-11-18 23:48:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-io",
|
|
|
|
"blocking",
|
|
|
|
"futures-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-task"
|
|
|
|
version = "4.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
|
|
|
|
|
2020-11-02 17:14:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-11-19 16:54:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
|
|
|
|
2020-10-30 16:20:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2020-12-21 20:23:34 +00:00
|
|
|
version = "0.13.0"
|
2020-10-30 16:20:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-21 20:23:34 +00:00
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
2020-10-30 16:20:37 +00:00
|
|
|
|
2020-10-29 02:36:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-08-12 11:54:27 +00:00
|
|
|
version = "1.3.1"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-12 11:54:27 +00:00
|
|
|
checksum = "2da1976d75adbe5fbc88130ecd119529cf1cc6a93ae1546d8696ee66f0d21af1"
|
2020-10-29 02:36:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-11-18 23:48:37 +00:00
|
|
|
name = "blocking"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c5e170dbede1f740736619b776d7251cb1b9095c435c34d8ca9f57fcd2f335e9"
|
|
|
|
dependencies = [
|
|
|
|
"async-channel",
|
|
|
|
"async-task",
|
|
|
|
"atomic-waker",
|
|
|
|
"fastrand",
|
|
|
|
"futures-lite",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cache-padded"
|
|
|
|
version = "1.1.1"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-18 23:48:37 +00:00
|
|
|
checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba"
|
2020-10-29 02:36:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cassowary"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
|
|
|
|
|
2020-11-18 23:48:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2021-07-15 00:18:16 +00:00
|
|
|
version = "1.0.69"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-15 00:18:16 +00:00
|
|
|
checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2"
|
2020-11-18 23:48:37 +00:00
|
|
|
|
2020-10-29 02:36:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2020-11-02 17:14:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2021-02-05 00:02:45 +00:00
|
|
|
version = "3.0.0-beta.2"
|
2020-11-02 17:14:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-05 00:02:45 +00:00
|
|
|
checksum = "4bd1061998a501ee7d4b6d449020df3266ca3124b941ec56cf2005c3779ca142"
|
2020-11-02 17:14:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
2021-02-05 00:02:45 +00:00
|
|
|
"clap_derive",
|
|
|
|
"indexmap",
|
|
|
|
"lazy_static",
|
|
|
|
"os_str_bytes",
|
2020-11-02 17:14:54 +00:00
|
|
|
"strsim",
|
2021-02-05 00:02:45 +00:00
|
|
|
"termcolor",
|
2020-11-02 17:14:54 +00:00
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
|
|
|
]
|
|
|
|
|
2021-02-05 00:02:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
|
|
|
version = "3.0.0-beta.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "370f715b81112975b1b69db93e0b56ea4cd4e5002ac43b2da8474106a54096a1"
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-02-17 19:16:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_generate"
|
|
|
|
version = "3.0.0-beta.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "adf420f8b687b628d2915ccfd43a660c437a170432e3fbcb66944e8717a0d68f"
|
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
]
|
|
|
|
|
2020-11-18 23:48:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
|
|
|
version = "1.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
|
|
|
|
dependencies = [
|
|
|
|
"cache-padded",
|
|
|
|
]
|
|
|
|
|
2020-11-19 16:54:49 +00:00
|
|
|
[[package]]
|
2020-11-20 14:20:46 +00:00
|
|
|
name = "crossbeam-queue"
|
2021-05-31 06:30:44 +00:00
|
|
|
version = "0.3.2"
|
2020-11-19 16:54:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-31 06:30:44 +00:00
|
|
|
checksum = "9b10ddc024425c88c2ad148c1b0fd53f4c6d38db9697c9f1588381212fa657c9"
|
2020-11-19 16:54:49 +00:00
|
|
|
dependencies = [
|
2021-03-21 15:37:22 +00:00
|
|
|
"cfg-if",
|
2020-11-19 16:54:49 +00:00
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2021-05-31 06:30:44 +00:00
|
|
|
version = "0.8.5"
|
2020-11-19 16:54:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-31 06:30:44 +00:00
|
|
|
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
|
2020-11-19 16:54:49 +00:00
|
|
|
dependencies = [
|
2021-03-21 15:37:22 +00:00
|
|
|
"cfg-if",
|
2020-11-19 16:54:49 +00:00
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2021-06-11 00:25:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossterm"
|
|
|
|
version = "0.20.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c0ebde6a9dd5e331cd6c6f48253254d117642c31653baa475e394657c59c1f7d"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2021-08-01 22:44:07 +00:00
|
|
|
"crossterm_winapi",
|
2021-06-11 00:25:44 +00:00
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"parking_lot",
|
2021-08-01 22:44:07 +00:00
|
|
|
"signal-hook",
|
2021-06-11 00:25:44 +00:00
|
|
|
"signal-hook-mio",
|
2020-10-29 02:36:26 +00:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-06-11 00:25:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossterm_winapi"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3a6966607622438301997d3dac0d2f6e9a90c68bb6bc1785ea98456ab93c0507"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-11-02 17:14:54 +00:00
|
|
|
[[package]]
|
2020-11-05 17:10:07 +00:00
|
|
|
name = "dirs-next"
|
|
|
|
version = "2.0.0"
|
2020-11-02 17:14:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-05 17:10:07 +00:00
|
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
2020-11-02 17:14:54 +00:00
|
|
|
dependencies = [
|
2021-03-21 15:37:22 +00:00
|
|
|
"cfg-if",
|
2020-11-05 17:10:07 +00:00
|
|
|
"dirs-sys-next",
|
2020-11-02 17:14:54 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-11-05 17:10:07 +00:00
|
|
|
name = "dirs-sys-next"
|
2021-01-09 16:34:01 +00:00
|
|
|
version = "0.1.2"
|
2020-11-02 17:14:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-09 16:34:01 +00:00
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
2020-11-02 17:14:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-11-18 23:48:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
|
|
|
version = "2.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"
|
|
|
|
|
2020-10-29 02:36:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "expand"
|
2020-11-06 20:35:52 +00:00
|
|
|
version = "0.2.0"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-06 20:35:52 +00:00
|
|
|
checksum = "0cd6d31b20fba7232909816f339b2811368618a89c7940f2e1f58a470d6919fc"
|
2020-10-29 02:36:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2020-11-03 16:48:06 +00:00
|
|
|
"quote",
|
2020-10-29 02:36:26 +00:00
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-11-18 23:48:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2021-07-19 19:29:49 +00:00
|
|
|
version = "1.5.0"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-19 19:29:49 +00:00
|
|
|
checksum = "b394ed3d285a429378d3b384b9eb1285267e7df4b166df24b7a6939a04dc392e"
|
2020-11-18 23:48:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2021-07-23 21:01:15 +00:00
|
|
|
version = "0.3.16"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-23 21:01:15 +00:00
|
|
|
checksum = "af51b1b4a7fdff033703db39de8802c673eb91855f2e0d47dcf3bf2c0ef01f99"
|
2020-11-18 23:48:37 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2021-07-23 21:01:15 +00:00
|
|
|
version = "0.3.16"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-23 21:01:15 +00:00
|
|
|
checksum = "0b0e06c393068f3a6ef246c75cdca793d6a46347e75286933e5e75fd2fd11582"
|
2020-11-18 23:48:37 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
2021-06-03 19:15:51 +00:00
|
|
|
version = "1.12.0"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-03 19:15:51 +00:00
|
|
|
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
|
2020-11-18 23:48:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"fastrand",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"memchr",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
"waker-fn",
|
|
|
|
]
|
|
|
|
|
2020-11-02 17:14:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2021-05-20 16:02:32 +00:00
|
|
|
version = "0.2.3"
|
2020-11-02 17:14:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-20 16:02:32 +00:00
|
|
|
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
|
2020-11-02 17:14:54 +00:00
|
|
|
dependencies = [
|
2021-03-21 15:37:22 +00:00
|
|
|
"cfg-if",
|
2020-11-02 17:14:54 +00:00
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
]
|
|
|
|
|
2021-02-05 00:02:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2021-06-29 21:08:49 +00:00
|
|
|
version = "0.11.2"
|
2021-02-05 00:02:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-29 21:08:49 +00:00
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
2021-02-05 00:02:45 +00:00
|
|
|
|
2020-11-02 17:14:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2021-06-03 01:55:31 +00:00
|
|
|
version = "0.3.3"
|
2020-11-02 17:14:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-03 01:55:31 +00:00
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
2020-11-02 17:14:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
2020-10-29 02:36:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-06-24 17:48:56 +00:00
|
|
|
version = "0.1.19"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-24 17:48:56 +00:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2020-10-29 02:36:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-02-05 00:02:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2021-06-29 21:08:49 +00:00
|
|
|
version = "1.7.0"
|
2021-02-05 00:02:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-29 21:08:49 +00:00
|
|
|
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
|
2021-02-05 00:02:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
2020-10-29 02:36:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2021-07-15 00:18:16 +00:00
|
|
|
version = "0.1.10"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-15 00:18:16 +00:00
|
|
|
checksum = "bee0328b1209d157ef001c94dd85b4f8f64139adb0eac2659f4b08382b2f474d"
|
2020-10-29 02:36:26 +00:00
|
|
|
dependencies = [
|
2021-03-21 15:37:22 +00:00
|
|
|
"cfg-if",
|
2020-10-29 02:36:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2021-08-10 23:36:10 +00:00
|
|
|
version = "0.2.99"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-10 23:36:10 +00:00
|
|
|
checksum = "a7f823d141fe0a24df1e23b4af4e3c7ba9e5966ec514ea068c93024aa7deb765"
|
2020-10-29 02:36:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2021-05-01 17:41:56 +00:00
|
|
|
version = "0.4.4"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-01 17:41:56 +00:00
|
|
|
checksum = "0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb"
|
2020-10-29 02:36:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2021-01-27 12:29:09 +00:00
|
|
|
version = "0.4.14"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-27 12:29:09 +00:00
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
2020-10-29 02:36:26 +00:00
|
|
|
dependencies = [
|
2021-03-21 15:37:22 +00:00
|
|
|
"cfg-if",
|
2020-10-29 02:36:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2021-04-30 23:42:20 +00:00
|
|
|
version = "2.4.0"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-30 23:42:20 +00:00
|
|
|
checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
|
2020-10-29 02:36:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2021-06-14 22:41:50 +00:00
|
|
|
version = "0.7.13"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-14 22:41:50 +00:00
|
|
|
checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16"
|
2020-10-29 02:36:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"miow",
|
|
|
|
"ntapi",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2021-03-22 22:53:59 +00:00
|
|
|
version = "0.3.7"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-22 22:53:59 +00:00
|
|
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
2020-10-29 02:36:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-10-21 16:53:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mmtc"
|
2021-02-19 23:19:06 +00:00
|
|
|
version = "0.2.13"
|
2020-10-29 02:36:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2020-11-18 23:48:37 +00:00
|
|
|
"async-io",
|
|
|
|
"async-net",
|
2021-02-05 00:02:45 +00:00
|
|
|
"clap",
|
2021-02-17 19:16:54 +00:00
|
|
|
"clap_generate",
|
2020-11-20 14:20:46 +00:00
|
|
|
"crossbeam-queue",
|
2021-08-01 22:44:07 +00:00
|
|
|
"crossterm",
|
2020-11-05 17:10:07 +00:00
|
|
|
"dirs-next",
|
2020-10-29 02:36:26 +00:00
|
|
|
"expand",
|
2020-11-18 23:48:37 +00:00
|
|
|
"futures-lite",
|
2020-10-30 16:20:37 +00:00
|
|
|
"ron",
|
|
|
|
"serde",
|
2020-10-29 02:36:26 +00:00
|
|
|
"tui",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ntapi"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-11-18 23:48:37 +00:00
|
|
|
name = "once_cell"
|
2021-06-13 23:45:21 +00:00
|
|
|
version = "1.8.0"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-13 23:45:21 +00:00
|
|
|
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
|
2020-11-18 23:48:37 +00:00
|
|
|
|
2021-02-05 00:02:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
|
|
|
version = "2.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "afb2e1c3ee07430c2cf76151675e583e0f19985fa6efae47d6848a3e2c824f85"
|
|
|
|
|
2020-11-18 23:48:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
|
2020-10-29 02:36:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2020-11-18 23:48:37 +00:00
|
|
|
version = "0.11.1"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-18 23:48:37 +00:00
|
|
|
checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
|
2020-10-29 02:36:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
2020-11-14 21:33:18 +00:00
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
2020-10-29 02:36:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2021-02-13 02:02:02 +00:00
|
|
|
version = "0.8.3"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-13 02:02:02 +00:00
|
|
|
checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
|
2020-10-29 02:36:26 +00:00
|
|
|
dependencies = [
|
2021-03-21 15:37:22 +00:00
|
|
|
"cfg-if",
|
2020-10-29 02:36:26 +00:00
|
|
|
"instant",
|
|
|
|
"libc",
|
2021-02-13 02:02:02 +00:00
|
|
|
"redox_syscall",
|
2020-10-29 02:36:26 +00:00
|
|
|
"smallvec",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2021-06-27 16:00:55 +00:00
|
|
|
version = "0.2.7"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-27 16:00:55 +00:00
|
|
|
checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
|
2020-10-29 02:36:26 +00:00
|
|
|
|
2020-11-18 23:48:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "polling"
|
2021-06-14 16:56:44 +00:00
|
|
|
version = "2.1.0"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-14 16:56:44 +00:00
|
|
|
checksum = "92341d779fa34ea8437ef4d82d440d5e1ce3f3ff7f824aa64424cd481f9a1f25"
|
2020-11-18 23:48:37 +00:00
|
|
|
dependencies = [
|
2021-03-21 15:37:22 +00:00
|
|
|
"cfg-if",
|
2020-11-18 23:48:37 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
2021-06-14 16:56:44 +00:00
|
|
|
"wepoll-ffi",
|
2020-11-18 23:48:37 +00:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-11-02 17:14:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-10-29 02:36:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2021-07-23 21:01:15 +00:00
|
|
|
version = "1.0.28"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-23 21:01:15 +00:00
|
|
|
checksum = "5c7ed8b8c7b886ea3ed7dde405212185f423ab44682667c8c6dd14aa1d9f6612"
|
2020-10-29 02:36:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2021-02-13 02:02:02 +00:00
|
|
|
version = "1.0.9"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-13 02:02:02 +00:00
|
|
|
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
|
2020-10-29 02:36:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2021-01-09 16:34:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2021-08-06 20:12:44 +00:00
|
|
|
version = "0.2.10"
|
2021-01-09 16:34:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-06 20:12:44 +00:00
|
|
|
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
|
2021-01-09 16:34:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2020-11-02 17:14:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2021-01-09 16:34:01 +00:00
|
|
|
version = "0.4.0"
|
2020-11-02 17:14:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-09 16:34:01 +00:00
|
|
|
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
|
2020-11-02 17:14:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
2021-02-13 02:02:02 +00:00
|
|
|
"redox_syscall",
|
2020-11-02 17:14:54 +00:00
|
|
|
]
|
|
|
|
|
2020-10-30 16:20:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ron"
|
2020-12-21 20:23:34 +00:00
|
|
|
version = "0.6.4"
|
2020-10-30 16:20:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-21 20:23:34 +00:00
|
|
|
checksum = "064ea8613fb712a19faf920022ec8ddf134984f100090764a4e1d768f3827f1f"
|
2020-10-30 16:20:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"bitflags",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-10-29 02:36:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
2020-10-30 16:20:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2021-07-31 16:49:16 +00:00
|
|
|
version = "1.0.127"
|
2020-10-30 16:20:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-31 16:49:16 +00:00
|
|
|
checksum = "f03b9878abf6d14e6779d3f24f07b2cfa90352cfec4acc5aab8f1ac7f146fae8"
|
2020-10-30 16:20:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2021-07-31 16:49:16 +00:00
|
|
|
version = "1.0.127"
|
2020-10-30 16:20:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-31 16:49:16 +00:00
|
|
|
checksum = "a024926d3432516606328597e0f224a51355a493b49fdd67e9209187cbe55ecc"
|
2020-10-30 16:20:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-06-11 00:25:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "470c5a6397076fae0094aaf06a08e6ba6f37acb77d3b1b91ea92b4d6c8650c39"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"signal-hook-registry",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-mio"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "29fd5867f1c4f2c5be079aee7a2adf1152ebb04a4bc4d341f504b7dece607ed4"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"mio",
|
2021-08-01 22:44:07 +00:00
|
|
|
"signal-hook",
|
2021-06-11 00:25:44 +00:00
|
|
|
]
|
|
|
|
|
2020-10-29 02:36:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2021-06-01 16:23:04 +00:00
|
|
|
version = "1.4.0"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-01 16:23:04 +00:00
|
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
2020-10-29 02:36:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-04-24 16:34:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2021-08-06 20:12:44 +00:00
|
|
|
version = "0.4.4"
|
2021-04-24 16:34:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-06 20:12:44 +00:00
|
|
|
checksum = "c307a32c1c5c437f38c7fd45d753050587732ba8628319fbdf12a7e289ccc590"
|
2021-04-24 16:34:56 +00:00
|
|
|
|
2020-10-29 02:36:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2021-01-08 20:43:51 +00:00
|
|
|
version = "1.6.1"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-08 20:43:51 +00:00
|
|
|
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
|
2020-10-29 02:36:26 +00:00
|
|
|
|
2021-03-21 15:37:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2021-07-28 19:10:26 +00:00
|
|
|
version = "0.4.1"
|
2021-03-21 15:37:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-28 19:10:26 +00:00
|
|
|
checksum = "765f090f0e423d2b55843402a07915add955e7d60657db13707a159727326cad"
|
2021-03-21 15:37:22 +00:00
|
|
|
dependencies = [
|
2020-10-29 02:36:26 +00:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-11-02 17:14:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2021-02-05 00:02:45 +00:00
|
|
|
version = "0.10.0"
|
2020-11-02 17:14:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-05 00:02:45 +00:00
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
2020-11-02 17:14:54 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-02-05 00:02:45 +00:00
|
|
|
name = "syn"
|
2021-07-22 00:24:25 +00:00
|
|
|
version = "1.0.74"
|
2020-11-02 17:14:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-22 00:24:25 +00:00
|
|
|
checksum = "1873d832550d4588c3dbc20f01361ab00bfe741048f71e3fecf145a7cc18b29c"
|
2020-11-02 17:14:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2021-02-05 00:02:45 +00:00
|
|
|
"unicode-xid",
|
2020-11-02 17:14:54 +00:00
|
|
|
]
|
|
|
|
|
2020-10-29 02:36:26 +00:00
|
|
|
[[package]]
|
2021-02-05 00:02:45 +00:00
|
|
|
name = "termcolor"
|
|
|
|
version = "1.1.2"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-05 00:02:45 +00:00
|
|
|
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
|
2020-10-29 02:36:26 +00:00
|
|
|
dependencies = [
|
2021-02-05 00:02:45 +00:00
|
|
|
"winapi-util",
|
2020-10-29 02:36:26 +00:00
|
|
|
]
|
|
|
|
|
2020-11-02 17:14:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2021-02-05 00:02:45 +00:00
|
|
|
version = "0.12.1"
|
2020-11-02 17:14:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-05 00:02:45 +00:00
|
|
|
checksum = "203008d98caf094106cfaba70acfed15e18ed3ddb7d94e49baec153a2b462789"
|
2020-11-02 17:14:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-10-29 02:36:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tui"
|
2021-08-01 22:44:07 +00:00
|
|
|
version = "0.16.0"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-01 22:44:07 +00:00
|
|
|
checksum = "39c8ce4e27049eed97cfa363a5048b09d995e209994634a0efc26a14ab6c0c23"
|
2020-10-29 02:36:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cassowary",
|
2021-08-01 22:44:07 +00:00
|
|
|
"crossterm",
|
2020-10-31 22:06:10 +00:00
|
|
|
"serde",
|
2020-10-29 02:36:26 +00:00
|
|
|
"unicode-segmentation",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2021-07-03 00:33:10 +00:00
|
|
|
version = "1.8.0"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-03 00:33:10 +00:00
|
|
|
checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
|
2020-10-29 02:36:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2021-04-30 12:13:10 +00:00
|
|
|
version = "0.2.2"
|
2020-10-29 02:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-30 12:13:10 +00:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2020-10-29 02:36:26 +00:00
|
|
|
|
2020-11-02 17:14:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2021-03-16 11:50:24 +00:00
|
|
|
version = "0.9.3"
|
2020-11-02 17:14:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-16 11:50:24 +00:00
|
|
|
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
|
2020-11-02 17:14:54 +00:00
|
|
|
|
2020-11-18 23:48:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "waker-fn"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
|
|
|
|
|
2020-11-02 17:14:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2021-01-28 15:51:20 +00:00
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
2020-11-02 17:14:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-28 15:51:20 +00:00
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
2020-11-02 17:14:54 +00:00
|
|
|
|
2020-11-18 23:48:37 +00:00
|
|
|
[[package]]
|
2021-06-14 16:56:44 +00:00
|
|
|
name = "wepoll-ffi"
|
|
|
|
version = "0.1.2"
|
2020-11-18 23:48:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-14 16:56:44 +00:00
|
|
|
checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
|
2020-11-18 23:48:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2020-10-29 02:36:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
2021-02-05 00:02:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-10-29 02:36:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|