2020-03-23 16:12:52 +08:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-07-14 08:12:47 +08:00
|
|
|
version = 3
|
|
|
|
|
2020-03-23 16:12:52 +08:00
|
|
|
[[package]]
|
2021-06-28 10:49:41 +08:00
|
|
|
name = "ahash"
|
2021-12-25 23:03:53 +08:00
|
|
|
version = "0.7.6"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-25 23:03:53 +08:00
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
2020-03-23 16:12:52 +08:00
|
|
|
dependencies = [
|
2021-08-25 15:28:32 +08:00
|
|
|
"getrandom",
|
2021-06-28 10:49:41 +08:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
2020-03-23 16:12:52 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-06-28 10:49:41 +08:00
|
|
|
name = "aho-corasick"
|
2023-04-30 17:11:47 +08:00
|
|
|
version = "1.0.1"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 17:11:47 +08:00
|
|
|
checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04"
|
2021-06-28 10:49:41 +08:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2020-03-23 16:12:52 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ascii-canvas"
|
2021-06-28 10:49:41 +08:00
|
|
|
version = "3.0.0"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-28 10:49:41 +08:00
|
|
|
checksum = "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6"
|
2020-03-23 16:12:52 +08:00
|
|
|
dependencies = [
|
|
|
|
"term",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-02-13 10:51:03 +08:00
|
|
|
version = "1.1.0"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 10:51:03 +08:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2020-03-23 16:12:52 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-set"
|
2022-08-05 16:58:30 +08:00
|
|
|
version = "0.5.3"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-05 16:58:30 +08:00
|
|
|
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
|
2020-03-23 16:12:52 +08:00
|
|
|
dependencies = [
|
|
|
|
"bit-vec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-vec"
|
2020-12-17 21:50:47 +08:00
|
|
|
version = "0.6.3"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-17 21:50:47 +08:00
|
|
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
2020-03-23 16:12:52 +08:00
|
|
|
|
|
|
|
[[package]]
|
2021-06-28 10:49:41 +08:00
|
|
|
name = "bitflags"
|
2021-09-23 19:30:03 +08:00
|
|
|
version = "1.3.2"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-23 19:30:03 +08:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2020-03-23 16:12:52 +08:00
|
|
|
|
2021-09-22 17:19:27 +08:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
|
2020-03-23 16:12:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-03-08 15:19:09 +08:00
|
|
|
version = "1.0.79"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-08 15:19:09 +08:00
|
|
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
2020-03-23 16:12:52 +08:00
|
|
|
|
2020-11-09 21:36:41 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2021-10-03 16:39:12 +08:00
|
|
|
[[package]]
|
|
|
|
name = "console"
|
2023-03-08 15:19:09 +08:00
|
|
|
version = "0.15.5"
|
2021-10-03 16:39:12 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-08 15:19:09 +08:00
|
|
|
checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60"
|
2021-10-03 16:39:12 +08:00
|
|
|
dependencies = [
|
|
|
|
"encode_unicode",
|
2022-11-18 16:15:46 +08:00
|
|
|
"lazy_static",
|
2021-10-03 16:39:12 +08:00
|
|
|
"libc",
|
2023-03-08 15:19:09 +08:00
|
|
|
"windows-sys 0.42.0",
|
2021-10-03 16:39:12 +08:00
|
|
|
]
|
|
|
|
|
2021-08-03 12:38:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam"
|
2022-08-05 16:58:30 +08:00
|
|
|
version = "0.8.2"
|
2021-08-03 12:38:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-05 16:58:30 +08:00
|
|
|
checksum = "2801af0d36612ae591caa9568261fddce32ce6e08a7275ea334a06a4ad021a2c"
|
2021-08-03 12:38:55 +08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-queue",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2023-04-30 17:11:47 +08:00
|
|
|
version = "0.5.8"
|
2021-08-03 12:38:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 17:11:47 +08:00
|
|
|
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
|
2021-08-03 12:38:55 +08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2023-03-08 15:19:09 +08:00
|
|
|
version = "0.8.3"
|
2021-08-03 12:38:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-08 15:19:09 +08:00
|
|
|
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
|
2021-08-03 12:38:55 +08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2023-03-08 15:19:09 +08:00
|
|
|
version = "0.9.14"
|
2021-08-03 12:38:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-08 15:19:09 +08:00
|
|
|
checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"
|
2021-08-03 12:38:55 +08:00
|
|
|
dependencies = [
|
2022-03-18 08:06:13 +08:00
|
|
|
"autocfg",
|
2021-08-03 12:38:55 +08:00
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
2023-01-12 19:31:03 +08:00
|
|
|
version = "0.3.8"
|
2021-08-03 12:38:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 19:31:03 +08:00
|
|
|
checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
|
2021-08-03 12:38:55 +08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2023-03-08 15:19:09 +08:00
|
|
|
version = "0.8.15"
|
2021-08-03 12:38:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-08 15:19:09 +08:00
|
|
|
checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
|
2021-08-03 12:38:55 +08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2020-03-23 16:12:52 +08:00
|
|
|
[[package]]
|
2021-06-28 10:49:41 +08:00
|
|
|
name = "crunchy"
|
|
|
|
version = "0.2.2"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-28 10:49:41 +08:00
|
|
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
2020-03-23 16:12:52 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "diff"
|
2022-07-02 19:04:19 +08:00
|
|
|
version = "0.1.13"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-02 19:04:19 +08:00
|
|
|
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
|
2020-03-23 16:12:52 +08:00
|
|
|
|
|
|
|
[[package]]
|
2021-06-28 10:49:41 +08:00
|
|
|
name = "dirs-next"
|
|
|
|
version = "2.0.0"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-28 10:49:41 +08:00
|
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
2020-03-23 16:12:52 +08:00
|
|
|
dependencies = [
|
2021-07-16 13:55:29 +08:00
|
|
|
"cfg-if",
|
2021-06-28 10:49:41 +08:00
|
|
|
"dirs-sys-next",
|
2020-03-23 16:12:52 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-06-28 10:49:41 +08:00
|
|
|
name = "dirs-sys-next"
|
|
|
|
version = "0.1.2"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-28 10:49:41 +08:00
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
2020-03-23 16:12:52 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-03-08 15:19:09 +08:00
|
|
|
version = "1.8.1"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-08 15:19:09 +08:00
|
|
|
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
|
2020-03-23 16:12:52 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ena"
|
2023-04-30 17:11:47 +08:00
|
|
|
version = "0.14.2"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 17:11:47 +08:00
|
|
|
checksum = "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1"
|
2020-03-23 16:12:52 +08:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2021-10-03 16:39:12 +08:00
|
|
|
[[package]]
|
|
|
|
name = "encode_unicode"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
|
|
|
|
2023-03-08 15:19:09 +08:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2023-04-30 17:11:47 +08:00
|
|
|
version = "0.3.1"
|
2023-03-08 15:19:09 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 17:11:47 +08:00
|
|
|
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
|
2023-03-08 15:19:09 +08:00
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
2023-04-30 17:11:47 +08:00
|
|
|
"windows-sys 0.48.0",
|
2023-03-08 15:19:09 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-01-14 16:55:10 +08:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2023-03-08 15:19:09 +08:00
|
|
|
version = "1.9.0"
|
2022-01-14 16:55:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-08 15:19:09 +08:00
|
|
|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
2022-01-14 16:55:10 +08:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2020-03-23 16:12:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
2022-08-05 16:58:30 +08:00
|
|
|
version = "0.4.2"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-05 16:58:30 +08:00
|
|
|
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
2020-03-23 16:12:52 +08:00
|
|
|
|
2021-09-22 17:19:27 +08:00
|
|
|
[[package]]
|
|
|
|
name = "fxhash"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
2020-03-23 16:12:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-04-30 17:11:47 +08:00
|
|
|
version = "0.2.9"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 17:11:47 +08:00
|
|
|
checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
|
2020-03-23 16:12:52 +08:00
|
|
|
dependencies = [
|
2021-07-16 13:55:29 +08:00
|
|
|
"cfg-if",
|
2020-03-23 16:12:52 +08:00
|
|
|
"libc",
|
2021-08-25 15:28:32 +08:00
|
|
|
"wasi",
|
2020-03-23 16:12:52 +08:00
|
|
|
]
|
|
|
|
|
2021-09-22 17:19:27 +08:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
]
|
|
|
|
|
2022-07-02 19:04:19 +08:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-08-05 16:58:30 +08:00
|
|
|
version = "0.12.3"
|
2022-07-02 19:04:19 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-05 16:58:30 +08:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2022-07-02 19:04:19 +08:00
|
|
|
|
2020-03-23 16:12:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2023-04-30 17:11:47 +08:00
|
|
|
version = "0.2.6"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 17:11:47 +08:00
|
|
|
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
|
2020-03-23 16:12:52 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-01-12 19:31:03 +08:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2023-04-30 17:11:47 +08:00
|
|
|
version = "0.3.1"
|
2023-01-12 19:31:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 17:11:47 +08:00
|
|
|
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
|
2023-01-12 19:31:03 +08:00
|
|
|
|
2020-11-10 20:34:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-04-30 17:11:47 +08:00
|
|
|
version = "1.9.3"
|
2020-11-10 20:34:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 17:11:47 +08:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2020-11-10 20:34:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2022-08-05 16:58:30 +08:00
|
|
|
"hashbrown 0.12.3",
|
2020-11-10 20:34:26 +08:00
|
|
|
]
|
|
|
|
|
2020-12-18 10:09:35 +08:00
|
|
|
[[package]]
|
|
|
|
name = "indoc"
|
2023-03-08 15:19:09 +08:00
|
|
|
version = "1.0.9"
|
2021-06-28 14:48:04 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-08 15:19:09 +08:00
|
|
|
checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
|
2020-12-18 10:09:35 +08:00
|
|
|
|
2020-03-23 16:12:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "inkwell"
|
2023-03-08 15:19:09 +08:00
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bbac11e485159a525867fb7e6aa61981453e6a72f625fde6a4ab3047b0c6dec9"
|
2020-03-23 16:12:52 +08:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"inkwell_internals",
|
|
|
|
"libc",
|
2021-08-23 16:57:50 +08:00
|
|
|
"llvm-sys",
|
2020-03-23 16:12:52 +08:00
|
|
|
"once_cell",
|
2022-08-05 16:58:30 +08:00
|
|
|
"parking_lot",
|
2020-03-23 16:12:52 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inkwell_internals"
|
2023-03-08 15:19:09 +08:00
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87d00c17e264ce02be5bc23d7bff959188ec7137beddd06b8b6b05a7c680ea85"
|
2020-11-09 21:36:41 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-30 17:11:47 +08:00
|
|
|
"syn 1.0.109",
|
2020-11-09 21:36:41 +08:00
|
|
|
]
|
|
|
|
|
2021-10-03 16:39:12 +08:00
|
|
|
[[package]]
|
|
|
|
name = "insta"
|
2022-01-31 15:18:49 +08:00
|
|
|
version = "1.11.0"
|
2021-10-03 16:39:12 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-31 15:18:49 +08:00
|
|
|
checksum = "da408b722765c64aad796c666b756aa1dda2a6c1b44f98797f2d8ea8f197746f"
|
2021-10-03 16:39:12 +08:00
|
|
|
dependencies = [
|
|
|
|
"console",
|
2022-01-31 14:15:05 +08:00
|
|
|
"once_cell",
|
2021-10-03 16:39:12 +08:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_yaml",
|
|
|
|
"similar",
|
|
|
|
]
|
|
|
|
|
2020-11-09 21:36:41 +08:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2021-12-25 23:03:53 +08:00
|
|
|
version = "0.1.12"
|
2020-12-18 10:09:35 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-25 23:03:53 +08:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
2020-12-18 10:09:35 +08:00
|
|
|
dependencies = [
|
2021-09-23 19:30:03 +08:00
|
|
|
"cfg-if",
|
2020-12-18 10:09:35 +08:00
|
|
|
]
|
|
|
|
|
2023-03-08 15:19:09 +08:00
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
2023-04-30 17:11:47 +08:00
|
|
|
version = "1.0.10"
|
2023-03-08 15:19:09 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 17:11:47 +08:00
|
|
|
checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
|
2023-03-08 15:19:09 +08:00
|
|
|
dependencies = [
|
2023-04-30 17:11:47 +08:00
|
|
|
"hermit-abi 0.3.1",
|
2023-03-08 15:19:09 +08:00
|
|
|
"libc",
|
2023-04-30 17:11:47 +08:00
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
|
|
|
version = "0.4.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi 0.3.1",
|
|
|
|
"io-lifetimes",
|
|
|
|
"rustix",
|
|
|
|
"windows-sys 0.48.0",
|
2023-03-08 15:19:09 +08:00
|
|
|
]
|
|
|
|
|
2020-03-23 16:12:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2022-11-18 16:15:46 +08:00
|
|
|
version = "0.10.5"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-18 16:15:46 +08:00
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
2020-03-23 16:12:52 +08:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2021-10-03 16:39:12 +08:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-03-08 15:19:09 +08:00
|
|
|
version = "1.0.6"
|
2021-10-03 16:39:12 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-08 15:19:09 +08:00
|
|
|
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
|
2021-10-03 16:39:12 +08:00
|
|
|
|
2020-03-23 16:12:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "lalrpop"
|
2023-04-30 17:11:47 +08:00
|
|
|
version = "0.19.12"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 17:11:47 +08:00
|
|
|
checksum = "0a1cbf952127589f2851ab2046af368fd20645491bb4b376f04b7f94d7a9837b"
|
2020-03-23 16:12:52 +08:00
|
|
|
dependencies = [
|
|
|
|
"ascii-canvas",
|
|
|
|
"bit-set",
|
|
|
|
"diff",
|
|
|
|
"ena",
|
2023-04-30 17:11:47 +08:00
|
|
|
"is-terminal",
|
2020-03-23 16:12:52 +08:00
|
|
|
"itertools",
|
|
|
|
"lalrpop-util",
|
|
|
|
"petgraph",
|
|
|
|
"regex",
|
2023-04-30 17:11:47 +08:00
|
|
|
"regex-syntax 0.6.29",
|
2020-03-23 16:12:52 +08:00
|
|
|
"string_cache",
|
|
|
|
"term",
|
2021-06-28 10:49:41 +08:00
|
|
|
"tiny-keccak",
|
2020-11-10 20:34:26 +08:00
|
|
|
"unicode-xid",
|
2020-03-23 16:12:52 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lalrpop-util"
|
2023-04-30 17:11:47 +08:00
|
|
|
version = "0.19.12"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 17:11:47 +08:00
|
|
|
checksum = "d3c48237b9604c5a4702de6b824e02006c3214327564636aef27c1028a8fa0ed"
|
2021-06-28 10:49:41 +08:00
|
|
|
dependencies = [
|
|
|
|
"regex",
|
|
|
|
]
|
2020-03-23 16:12:52 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-04-30 17:11:47 +08:00
|
|
|
version = "0.2.142"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 17:11:47 +08:00
|
|
|
checksum = "6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317"
|
2020-03-23 16:12:52 +08:00
|
|
|
|
2021-10-31 23:52:43 +08:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2022-11-18 16:15:46 +08:00
|
|
|
version = "0.7.4"
|
2021-10-31 23:52:43 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-18 16:15:46 +08:00
|
|
|
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
|
2021-10-31 23:52:43 +08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-10-03 16:39:12 +08:00
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2022-07-02 19:04:19 +08:00
|
|
|
version = "0.5.6"
|
2021-10-03 16:39:12 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-02 19:04:19 +08:00
|
|
|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
2021-10-03 16:39:12 +08:00
|
|
|
|
2023-03-08 15:19:09 +08:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-04-30 17:11:47 +08:00
|
|
|
version = "0.3.6"
|
2023-03-08 15:19:09 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 17:11:47 +08:00
|
|
|
checksum = "b64f40e5e03e0d54f03845c8197d0291253cdbedfb1cb46b13c2c117554a9f4c"
|
2023-03-08 15:19:09 +08:00
|
|
|
|
2021-08-19 11:14:35 +08:00
|
|
|
[[package]]
|
|
|
|
name = "llvm-sys"
|
2023-03-08 15:19:09 +08:00
|
|
|
version = "140.0.5"
|
2021-08-19 11:14:35 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-08 15:19:09 +08:00
|
|
|
checksum = "3fe3609d79f74a2e4e158e3eaa61c2e931cecba242a79de5529cec2f92b423b7"
|
2021-08-19 11:14:35 +08:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"regex",
|
2021-08-23 16:57:50 +08:00
|
|
|
"semver",
|
2020-03-23 16:12:52 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2022-11-18 16:15:46 +08:00
|
|
|
version = "0.4.9"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-18 16:15:46 +08:00
|
|
|
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
|
2020-03-23 16:12:52 +08:00
|
|
|
dependencies = [
|
2022-03-31 10:40:18 +08:00
|
|
|
"autocfg",
|
2020-03-23 16:12:52 +08:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-05-17 12:05:12 +08:00
|
|
|
version = "0.4.17"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-17 12:05:12 +08:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
2020-03-23 16:12:52 +08:00
|
|
|
dependencies = [
|
2021-07-16 13:55:29 +08:00
|
|
|
"cfg-if",
|
2020-03-23 16:12:52 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-05-17 12:05:12 +08:00
|
|
|
version = "2.5.0"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-17 12:05:12 +08:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2020-03-23 16:12:52 +08:00
|
|
|
|
2021-08-03 12:38:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2023-03-08 15:19:09 +08:00
|
|
|
version = "0.8.0"
|
2021-08-03 12:38:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-08 15:19:09 +08:00
|
|
|
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
|
2021-08-03 12:38:55 +08:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2020-12-18 10:18:21 +08:00
|
|
|
[[package]]
|
2021-09-27 10:30:54 +08:00
|
|
|
name = "nac3artiq"
|
2020-12-18 10:18:21 +08:00
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"inkwell",
|
2021-09-27 10:30:54 +08:00
|
|
|
"nac3core",
|
2022-05-30 17:12:05 +08:00
|
|
|
"nac3ld",
|
2021-11-03 17:11:00 +08:00
|
|
|
"nac3parser",
|
2022-08-05 16:58:30 +08:00
|
|
|
"parking_lot",
|
2021-09-27 10:30:54 +08:00
|
|
|
"pyo3",
|
2021-11-06 13:03:45 +08:00
|
|
|
"tempfile",
|
2021-11-03 17:11:00 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nac3ast"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"fxhash",
|
|
|
|
"lazy_static",
|
2022-08-05 16:58:30 +08:00
|
|
|
"parking_lot",
|
2021-11-03 17:11:00 +08:00
|
|
|
"string-interner",
|
2020-12-18 10:18:21 +08:00
|
|
|
]
|
|
|
|
|
2020-12-18 10:09:35 +08:00
|
|
|
[[package]]
|
2021-09-27 10:30:54 +08:00
|
|
|
name = "nac3core"
|
2020-12-18 10:09:35 +08:00
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-09-27 10:30:54 +08:00
|
|
|
"crossbeam",
|
2022-08-05 16:58:30 +08:00
|
|
|
"indoc",
|
2020-12-19 16:23:12 +08:00
|
|
|
"inkwell",
|
2021-10-03 16:39:12 +08:00
|
|
|
"insta",
|
2021-09-27 10:30:54 +08:00
|
|
|
"itertools",
|
2022-07-04 18:06:36 +08:00
|
|
|
"lazy_static",
|
2021-11-03 17:11:00 +08:00
|
|
|
"nac3parser",
|
2022-08-05 16:58:30 +08:00
|
|
|
"parking_lot",
|
2021-09-27 10:30:54 +08:00
|
|
|
"rayon",
|
2022-01-08 22:16:55 +08:00
|
|
|
"regex",
|
2021-09-27 10:30:54 +08:00
|
|
|
"test-case",
|
2020-12-18 10:09:35 +08:00
|
|
|
]
|
|
|
|
|
2022-05-30 17:11:05 +08:00
|
|
|
[[package]]
|
|
|
|
name = "nac3ld"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
2021-11-03 17:11:00 +08:00
|
|
|
[[package]]
|
|
|
|
name = "nac3parser"
|
|
|
|
version = "0.1.2"
|
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
"insta",
|
|
|
|
"lalrpop",
|
|
|
|
"lalrpop-util",
|
|
|
|
"log",
|
|
|
|
"nac3ast",
|
|
|
|
"phf",
|
|
|
|
"unic-emoji-char",
|
|
|
|
"unic-ucd-ident",
|
|
|
|
"unicode_names2",
|
|
|
|
]
|
|
|
|
|
2020-03-23 16:12:52 +08:00
|
|
|
[[package]]
|
2020-12-17 22:20:30 +08:00
|
|
|
name = "nac3standalone"
|
2020-03-23 16:12:52 +08:00
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"inkwell",
|
2020-12-18 10:18:21 +08:00
|
|
|
"nac3core",
|
2021-11-03 17:11:00 +08:00
|
|
|
"nac3parser",
|
2022-08-05 16:58:30 +08:00
|
|
|
"parking_lot",
|
2020-03-23 16:12:52 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "new_debug_unreachable"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
|
|
|
|
|
2021-08-05 14:53:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-01-12 19:31:03 +08:00
|
|
|
version = "1.15.0"
|
2021-08-05 14:53:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 19:31:03 +08:00
|
|
|
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
|
2021-08-05 14:53:47 +08:00
|
|
|
dependencies = [
|
2023-01-12 19:31:03 +08:00
|
|
|
"hermit-abi 0.2.6",
|
2021-08-05 14:53:47 +08:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-03-23 16:12:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-03-08 15:19:09 +08:00
|
|
|
version = "1.17.1"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-08 15:19:09 +08:00
|
|
|
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
2022-03-31 10:40:18 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2022-05-31 23:09:51 +08:00
|
|
|
version = "0.12.1"
|
2022-03-31 10:40:18 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-31 23:09:51 +08:00
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
2022-03-31 10:40:18 +08:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
2022-08-05 16:58:30 +08:00
|
|
|
"parking_lot_core",
|
2020-03-23 16:12:52 +08:00
|
|
|
]
|
|
|
|
|
2022-03-31 10:40:18 +08:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-03-08 15:19:09 +08:00
|
|
|
version = "0.9.7"
|
2022-03-31 10:40:18 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-08 15:19:09 +08:00
|
|
|
checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
|
2022-03-31 10:40:18 +08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2023-04-30 17:11:47 +08:00
|
|
|
"redox_syscall 0.2.16",
|
2022-03-31 10:40:18 +08:00
|
|
|
"smallvec",
|
2023-03-08 15:19:09 +08:00
|
|
|
"windows-sys 0.45.0",
|
2022-03-31 10:40:18 +08:00
|
|
|
]
|
|
|
|
|
2020-03-23 16:12:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
2023-03-08 15:19:09 +08:00
|
|
|
version = "0.6.3"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-08 15:19:09 +08:00
|
|
|
checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4"
|
2020-03-23 16:12:52 +08:00
|
|
|
dependencies = [
|
|
|
|
"fixedbitset",
|
2020-11-10 20:34:26 +08:00
|
|
|
"indexmap",
|
2020-03-23 16:12:52 +08:00
|
|
|
]
|
|
|
|
|
2021-06-28 10:49:41 +08:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
2022-11-18 16:15:46 +08:00
|
|
|
version = "0.11.1"
|
2021-06-28 10:49:41 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-18 16:15:46 +08:00
|
|
|
checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c"
|
2021-06-28 10:49:41 +08:00
|
|
|
dependencies = [
|
|
|
|
"phf_macros",
|
2022-11-18 16:15:46 +08:00
|
|
|
"phf_shared 0.11.1",
|
2021-06-28 10:49:41 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
2022-11-18 16:15:46 +08:00
|
|
|
version = "0.11.1"
|
2021-06-28 10:49:41 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-18 16:15:46 +08:00
|
|
|
checksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf"
|
2021-06-28 10:49:41 +08:00
|
|
|
dependencies = [
|
2022-11-18 16:15:46 +08:00
|
|
|
"phf_shared 0.11.1",
|
2021-06-28 10:49:41 +08:00
|
|
|
"rand",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_macros"
|
2022-11-18 16:15:46 +08:00
|
|
|
version = "0.11.1"
|
2021-06-28 10:49:41 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-18 16:15:46 +08:00
|
|
|
checksum = "92aacdc5f16768709a569e913f7451034034178b05bdc8acda226659a3dccc66"
|
2021-06-28 10:49:41 +08:00
|
|
|
dependencies = [
|
|
|
|
"phf_generator",
|
2022-11-18 16:15:46 +08:00
|
|
|
"phf_shared 0.11.1",
|
2021-06-28 10:49:41 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-30 17:11:47 +08:00
|
|
|
"syn 1.0.109",
|
2021-06-28 10:49:41 +08:00
|
|
|
]
|
|
|
|
|
2020-03-23 16:12:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2022-08-05 16:58:30 +08:00
|
|
|
version = "0.10.0"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-05 16:58:30 +08:00
|
|
|
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
|
2020-03-23 16:12:52 +08:00
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
2021-08-25 15:28:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2022-11-18 16:15:46 +08:00
|
|
|
version = "0.11.1"
|
2021-08-25 15:28:32 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-18 16:15:46 +08:00
|
|
|
checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676"
|
2021-08-25 15:28:32 +08:00
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
2020-03-23 16:12:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "precomputed-hash"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-04-30 17:11:47 +08:00
|
|
|
version = "1.0.56"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 17:11:47 +08:00
|
|
|
checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
|
2020-03-23 16:12:52 +08:00
|
|
|
dependencies = [
|
2022-05-17 12:05:12 +08:00
|
|
|
"unicode-ident",
|
2020-03-23 16:12:52 +08:00
|
|
|
]
|
|
|
|
|
2020-12-18 10:09:35 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pyo3"
|
2022-11-18 16:15:46 +08:00
|
|
|
version = "0.16.6"
|
2020-12-18 10:09:35 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-18 16:15:46 +08:00
|
|
|
checksum = "0220c44442c9b239dd4357aa856ac468a4f5e1f0df19ddb89b2522952eb4c6ca"
|
2020-12-18 10:09:35 +08:00
|
|
|
dependencies = [
|
2021-09-23 19:30:03 +08:00
|
|
|
"cfg-if",
|
2022-08-05 16:58:30 +08:00
|
|
|
"indoc",
|
2020-12-18 10:09:35 +08:00
|
|
|
"libc",
|
2022-08-05 16:58:30 +08:00
|
|
|
"parking_lot",
|
2021-09-23 19:30:03 +08:00
|
|
|
"pyo3-build-config",
|
2022-08-05 16:58:30 +08:00
|
|
|
"pyo3-ffi",
|
2021-09-23 19:30:03 +08:00
|
|
|
"pyo3-macros",
|
2020-12-18 10:09:35 +08:00
|
|
|
"unindent",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-09-23 19:30:03 +08:00
|
|
|
name = "pyo3-build-config"
|
2022-11-18 16:15:46 +08:00
|
|
|
version = "0.16.6"
|
2020-12-18 10:09:35 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-18 16:15:46 +08:00
|
|
|
checksum = "9c819d397859445928609d0ec5afc2da5204e0d0f73d6bf9e153b04e83c9cdc2"
|
2020-12-18 10:09:35 +08:00
|
|
|
dependencies = [
|
2021-09-23 19:30:03 +08:00
|
|
|
"once_cell",
|
2022-08-05 16:58:30 +08:00
|
|
|
"target-lexicon",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyo3-ffi"
|
2022-11-18 16:15:46 +08:00
|
|
|
version = "0.16.6"
|
2022-08-05 16:58:30 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-18 16:15:46 +08:00
|
|
|
checksum = "ca882703ab55f54702d7bfe1189b41b0af10272389f04cae38fe4cd56c65f75f"
|
2022-08-05 16:58:30 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"pyo3-build-config",
|
2021-09-23 19:30:03 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyo3-macros"
|
2022-11-18 16:15:46 +08:00
|
|
|
version = "0.16.6"
|
2021-09-23 19:30:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-18 16:15:46 +08:00
|
|
|
checksum = "568749402955ad7be7bad9a09b8593851cd36e549ac90bfd44079cea500f3f21"
|
2021-09-23 19:30:03 +08:00
|
|
|
dependencies = [
|
2022-08-05 16:58:30 +08:00
|
|
|
"proc-macro2",
|
2021-09-23 19:30:03 +08:00
|
|
|
"pyo3-macros-backend",
|
2020-12-18 10:09:35 +08:00
|
|
|
"quote",
|
2023-04-30 17:11:47 +08:00
|
|
|
"syn 1.0.109",
|
2020-12-18 10:09:35 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-09-23 19:30:03 +08:00
|
|
|
name = "pyo3-macros-backend"
|
2022-11-18 16:15:46 +08:00
|
|
|
version = "0.16.6"
|
2020-12-18 10:09:35 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-18 16:15:46 +08:00
|
|
|
checksum = "611f64e82d98f447787e82b8e7b0ebc681e1eb78fc1252668b2c605ffb4e1eb8"
|
2020-12-18 10:09:35 +08:00
|
|
|
dependencies = [
|
2021-09-23 19:30:03 +08:00
|
|
|
"proc-macro2",
|
2020-12-18 10:09:35 +08:00
|
|
|
"quote",
|
2023-04-30 17:11:47 +08:00
|
|
|
"syn 1.0.109",
|
2020-12-18 10:09:35 +08:00
|
|
|
]
|
|
|
|
|
2020-03-23 16:12:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-04-30 17:11:47 +08:00
|
|
|
version = "1.0.26"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 17:11:47 +08:00
|
|
|
checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
|
2020-03-23 16:12:52 +08:00
|
|
|
dependencies = [
|
2020-11-09 21:36:41 +08:00
|
|
|
"proc-macro2",
|
2020-03-23 16:12:52 +08:00
|
|
|
]
|
|
|
|
|
2021-06-28 10:49:41 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-02-23 10:59:13 +08:00
|
|
|
version = "0.8.5"
|
2021-06-28 10:49:41 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-23 10:59:13 +08:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-06-28 10:49:41 +08:00
|
|
|
dependencies = [
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2022-11-18 16:15:46 +08:00
|
|
|
version = "0.6.4"
|
2021-06-28 10:49:41 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-18 16:15:46 +08:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2021-06-28 10:49:41 +08:00
|
|
|
|
2021-08-05 14:53:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2023-03-08 15:19:09 +08:00
|
|
|
version = "1.7.0"
|
2021-08-05 14:53:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-08 15:19:09 +08:00
|
|
|
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
|
2021-08-05 14:53:47 +08:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2023-03-08 15:19:09 +08:00
|
|
|
version = "1.11.0"
|
2021-08-05 14:53:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-08 15:19:09 +08:00
|
|
|
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
|
2021-08-05 14:53:47 +08:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
2020-03-23 16:12:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-08-05 16:58:30 +08:00
|
|
|
version = "0.2.16"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-05 16:58:30 +08:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2021-06-28 10:49:41 +08:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
2020-03-23 16:12:52 +08:00
|
|
|
|
2023-04-30 17:11:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2020-03-23 16:12:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2022-03-31 10:40:18 +08:00
|
|
|
version = "0.4.3"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-31 10:40:18 +08:00
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
2020-03-23 16:12:52 +08:00
|
|
|
dependencies = [
|
2021-08-25 15:28:32 +08:00
|
|
|
"getrandom",
|
2023-04-30 17:11:47 +08:00
|
|
|
"redox_syscall 0.2.16",
|
2022-03-24 22:30:15 +08:00
|
|
|
"thiserror",
|
2020-03-23 16:12:52 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-04-30 17:11:47 +08:00
|
|
|
version = "1.8.1"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 17:11:47 +08:00
|
|
|
checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370"
|
2020-03-23 16:12:52 +08:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2023-04-30 17:11:47 +08:00
|
|
|
"regex-syntax 0.7.1",
|
2020-03-23 16:12:52 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-04-30 17:11:47 +08:00
|
|
|
version = "0.6.29"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.7.1"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 17:11:47 +08:00
|
|
|
checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c"
|
2020-03-23 16:12:52 +08:00
|
|
|
|
2021-11-06 13:03:45 +08:00
|
|
|
[[package]]
|
2023-03-08 15:19:09 +08:00
|
|
|
name = "runkernel"
|
|
|
|
version = "0.1.0"
|
2021-11-06 13:03:45 +08:00
|
|
|
dependencies = [
|
2023-03-08 15:19:09 +08:00
|
|
|
"libloading",
|
2021-11-06 13:03:45 +08:00
|
|
|
]
|
|
|
|
|
2021-10-31 23:52:43 +08:00
|
|
|
[[package]]
|
2023-03-08 15:19:09 +08:00
|
|
|
name = "rustix"
|
2023-04-30 17:11:47 +08:00
|
|
|
version = "0.37.18"
|
2023-03-08 15:19:09 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 17:11:47 +08:00
|
|
|
checksum = "8bbfc1d1c7c40c01715f47d71444744a81669ca84e8b63e25a55e169b1f86433"
|
2021-10-31 23:52:43 +08:00
|
|
|
dependencies = [
|
2023-03-08 15:19:09 +08:00
|
|
|
"bitflags",
|
|
|
|
"errno",
|
|
|
|
"io-lifetimes",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
2023-04-30 17:11:47 +08:00
|
|
|
"windows-sys 0.48.0",
|
2021-10-31 23:52:43 +08:00
|
|
|
]
|
|
|
|
|
2021-06-28 10:49:41 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2023-03-08 15:19:09 +08:00
|
|
|
version = "1.0.12"
|
2021-06-28 10:49:41 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-08 15:19:09 +08:00
|
|
|
checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
|
2021-06-28 10:49:41 +08:00
|
|
|
|
2021-10-03 16:39:12 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-03-08 15:19:09 +08:00
|
|
|
version = "1.0.13"
|
2021-10-03 16:39:12 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-08 15:19:09 +08:00
|
|
|
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
|
2021-10-03 16:39:12 +08:00
|
|
|
|
2020-03-23 16:12:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
2021-08-19 11:14:35 +08:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2023-04-30 17:11:47 +08:00
|
|
|
version = "1.0.17"
|
2021-08-19 11:14:35 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 17:11:47 +08:00
|
|
|
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
|
2021-08-19 11:14:35 +08:00
|
|
|
|
2021-09-22 17:19:27 +08:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-04-30 17:11:47 +08:00
|
|
|
version = "1.0.160"
|
2021-09-22 17:19:27 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 17:11:47 +08:00
|
|
|
checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c"
|
2021-10-03 16:39:12 +08:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-04-30 17:11:47 +08:00
|
|
|
version = "1.0.160"
|
2021-10-03 16:39:12 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 17:11:47 +08:00
|
|
|
checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df"
|
2021-10-03 16:39:12 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-30 17:11:47 +08:00
|
|
|
"syn 2.0.15",
|
2021-10-03 16:39:12 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-04-30 17:11:47 +08:00
|
|
|
version = "1.0.96"
|
2021-10-03 16:39:12 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 17:11:47 +08:00
|
|
|
checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
|
2021-10-03 16:39:12 +08:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_yaml"
|
2022-08-05 16:58:30 +08:00
|
|
|
version = "0.8.26"
|
2021-10-03 16:39:12 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-05 16:58:30 +08:00
|
|
|
checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b"
|
2021-10-03 16:39:12 +08:00
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
2021-12-25 23:03:53 +08:00
|
|
|
"ryu",
|
2021-10-03 16:39:12 +08:00
|
|
|
"serde",
|
|
|
|
"yaml-rust",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "similar"
|
2022-11-18 16:15:46 +08:00
|
|
|
version = "2.2.1"
|
2021-10-03 16:39:12 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-18 16:15:46 +08:00
|
|
|
checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf"
|
2021-09-22 17:19:27 +08:00
|
|
|
|
2020-03-23 16:12:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2022-03-10 17:28:56 +08:00
|
|
|
version = "0.3.10"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 17:28:56 +08:00
|
|
|
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
|
2020-03-23 16:12:52 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-11-18 16:15:46 +08:00
|
|
|
version = "1.10.0"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-18 16:15:46 +08:00
|
|
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
2020-03-23 16:12:52 +08:00
|
|
|
|
2021-09-22 17:19:27 +08:00
|
|
|
[[package]]
|
|
|
|
name = "string-interner"
|
2022-08-05 16:58:30 +08:00
|
|
|
version = "0.14.0"
|
2021-09-22 17:19:27 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-05 16:58:30 +08:00
|
|
|
checksum = "91e2531d8525b29b514d25e275a43581320d587b86db302b9a7e464bac579648"
|
2021-09-22 17:19:27 +08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2022-07-02 19:04:19 +08:00
|
|
|
"hashbrown 0.11.2",
|
2021-09-22 17:19:27 +08:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-03-23 16:12:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "string_cache"
|
2023-03-08 15:19:09 +08:00
|
|
|
version = "0.8.7"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-08 15:19:09 +08:00
|
|
|
checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
|
2020-03-23 16:12:52 +08:00
|
|
|
dependencies = [
|
|
|
|
"new_debug_unreachable",
|
2022-03-31 10:40:18 +08:00
|
|
|
"once_cell",
|
2022-08-05 16:58:30 +08:00
|
|
|
"parking_lot",
|
2022-02-13 10:51:03 +08:00
|
|
|
"phf_shared 0.10.0",
|
2020-03-23 16:12:52 +08:00
|
|
|
"precomputed-hash",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-03-08 15:19:09 +08:00
|
|
|
version = "1.0.109"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-08 15:19:09 +08:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2020-03-23 16:12:52 +08:00
|
|
|
dependencies = [
|
2020-11-09 21:36:41 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-05-17 12:05:12 +08:00
|
|
|
"unicode-ident",
|
2020-03-23 16:12:52 +08:00
|
|
|
]
|
|
|
|
|
2023-04-30 17:11:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "2.0.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2022-08-05 16:58:30 +08:00
|
|
|
[[package]]
|
|
|
|
name = "target-lexicon"
|
2023-04-30 17:11:47 +08:00
|
|
|
version = "0.12.7"
|
2022-08-05 16:58:30 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 17:11:47 +08:00
|
|
|
checksum = "fd1ba337640d60c3e96bc6f0638a939b9c9a7f2c316a1598c279828b3d1dc8c5"
|
2022-08-05 16:58:30 +08:00
|
|
|
|
2021-11-06 13:03:45 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2023-04-30 17:11:47 +08:00
|
|
|
version = "3.5.0"
|
2021-11-06 13:03:45 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 17:11:47 +08:00
|
|
|
checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
|
2021-11-06 13:03:45 +08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2022-01-14 16:55:10 +08:00
|
|
|
"fastrand",
|
2023-04-30 17:11:47 +08:00
|
|
|
"redox_syscall 0.3.5",
|
2023-03-08 15:19:09 +08:00
|
|
|
"rustix",
|
2023-04-30 17:11:47 +08:00
|
|
|
"windows-sys 0.45.0",
|
2021-11-06 13:03:45 +08:00
|
|
|
]
|
|
|
|
|
2020-03-23 16:12:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
2021-06-28 10:49:41 +08:00
|
|
|
version = "0.7.0"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-28 10:49:41 +08:00
|
|
|
checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
|
2020-03-23 16:12:52 +08:00
|
|
|
dependencies = [
|
2021-06-28 10:49:41 +08:00
|
|
|
"dirs-next",
|
|
|
|
"rustversion",
|
2020-03-23 16:12:52 +08:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-07-15 16:00:23 +08:00
|
|
|
[[package]]
|
|
|
|
name = "test-case"
|
2022-02-13 10:51:03 +08:00
|
|
|
version = "1.2.3"
|
2021-07-15 16:00:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-13 10:51:03 +08:00
|
|
|
checksum = "e9e5f048404b43e8ae66dce036163515b6057024cf58c6377be501f250bd3c6a"
|
2021-07-15 16:00:23 +08:00
|
|
|
dependencies = [
|
2021-07-16 13:55:29 +08:00
|
|
|
"cfg-if",
|
2021-07-15 16:00:23 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-30 17:11:47 +08:00
|
|
|
"syn 1.0.109",
|
2021-07-15 16:00:23 +08:00
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-03-24 22:30:15 +08:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-04-30 17:11:47 +08:00
|
|
|
version = "1.0.40"
|
2022-03-24 22:30:15 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 17:11:47 +08:00
|
|
|
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
|
2022-03-24 22:30:15 +08:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-04-30 17:11:47 +08:00
|
|
|
version = "1.0.40"
|
2022-03-24 22:30:15 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 17:11:47 +08:00
|
|
|
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
|
2022-03-24 22:30:15 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-30 17:11:47 +08:00
|
|
|
"syn 2.0.15",
|
2022-03-24 22:30:15 +08:00
|
|
|
]
|
|
|
|
|
2020-03-23 16:12:52 +08:00
|
|
|
[[package]]
|
2021-06-28 10:49:41 +08:00
|
|
|
name = "tiny-keccak"
|
|
|
|
version = "2.0.2"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-28 10:49:41 +08:00
|
|
|
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
|
|
|
|
dependencies = [
|
|
|
|
"crunchy",
|
|
|
|
]
|
2020-03-23 16:12:52 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-char-property"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
|
|
|
|
dependencies = [
|
|
|
|
"unic-char-range",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-char-range"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-common"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-emoji-char"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b07221e68897210270a38bde4babb655869637af0f69407f96053a34f76494d"
|
|
|
|
dependencies = [
|
|
|
|
"unic-char-property",
|
|
|
|
"unic-char-range",
|
|
|
|
"unic-ucd-version",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-ucd-ident"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987"
|
|
|
|
dependencies = [
|
|
|
|
"unic-char-property",
|
|
|
|
"unic-char-range",
|
|
|
|
"unic-ucd-version",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-ucd-version"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
|
|
|
|
dependencies = [
|
|
|
|
"unic-common",
|
|
|
|
]
|
|
|
|
|
2022-05-17 12:05:12 +08:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-03-08 15:19:09 +08:00
|
|
|
version = "1.0.8"
|
2022-05-17 12:05:12 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-08 15:19:09 +08:00
|
|
|
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
|
2022-05-17 12:05:12 +08:00
|
|
|
|
2020-03-23 16:12:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2022-11-18 16:15:46 +08:00
|
|
|
version = "0.2.4"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-18 16:15:46 +08:00
|
|
|
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
|
2020-03-23 16:12:52 +08:00
|
|
|
|
|
|
|
[[package]]
|
2020-11-10 20:34:26 +08:00
|
|
|
name = "unicode_names2"
|
2022-11-18 16:15:46 +08:00
|
|
|
version = "0.5.1"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-18 16:15:46 +08:00
|
|
|
checksum = "029df4cc8238cefc911704ff8fa210853a0f3bce2694d8f51181dd41ee0f3301"
|
2020-03-23 16:12:52 +08:00
|
|
|
|
2020-12-18 10:09:35 +08:00
|
|
|
[[package]]
|
|
|
|
name = "unindent"
|
2023-01-12 19:31:03 +08:00
|
|
|
version = "0.1.11"
|
2020-12-18 10:09:35 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-12 19:31:03 +08:00
|
|
|
checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
|
2020-12-18 10:09:35 +08:00
|
|
|
|
2021-06-28 10:49:41 +08:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-01-04 22:00:29 +08:00
|
|
|
version = "0.9.4"
|
2021-06-28 10:49:41 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 22:00:29 +08:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2021-06-28 10:49:41 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2022-07-02 19:04:19 +08:00
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2021-06-28 10:49:41 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-02 19:04:19 +08:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2021-06-28 10:49:41 +08:00
|
|
|
|
2020-03-23 16:12:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-11-10 20:34:26 +08:00
|
|
|
version = "0.3.9"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-10 20:34:26 +08:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2020-03-23 16:12:52 +08:00
|
|
|
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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2021-10-03 16:39:12 +08:00
|
|
|
|
2022-03-31 10:40:18 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2022-11-18 16:15:46 +08:00
|
|
|
version = "0.42.0"
|
2022-03-31 10:40:18 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-18 16:15:46 +08:00
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
2022-03-31 10:40:18 +08:00
|
|
|
dependencies = [
|
2023-04-30 17:11:47 +08:00
|
|
|
"windows_aarch64_gnullvm 0.42.2",
|
|
|
|
"windows_aarch64_msvc 0.42.2",
|
|
|
|
"windows_i686_gnu 0.42.2",
|
|
|
|
"windows_i686_msvc 0.42.2",
|
|
|
|
"windows_x86_64_gnu 0.42.2",
|
|
|
|
"windows_x86_64_gnullvm 0.42.2",
|
|
|
|
"windows_x86_64_msvc 0.42.2",
|
2022-03-31 10:40:18 +08:00
|
|
|
]
|
|
|
|
|
2023-03-08 15:19:09 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.45.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
|
|
dependencies = [
|
2023-04-30 17:11:47 +08:00
|
|
|
"windows-targets 0.42.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.48.0",
|
2023-03-08 15:19:09 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-04-30 17:11:47 +08:00
|
|
|
version = "0.42.2"
|
2023-03-08 15:19:09 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 17:11:47 +08:00
|
|
|
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
2023-03-08 15:19:09 +08:00
|
|
|
dependencies = [
|
2023-04-30 17:11:47 +08:00
|
|
|
"windows_aarch64_gnullvm 0.42.2",
|
|
|
|
"windows_aarch64_msvc 0.42.2",
|
|
|
|
"windows_i686_gnu 0.42.2",
|
|
|
|
"windows_i686_msvc 0.42.2",
|
|
|
|
"windows_x86_64_gnu 0.42.2",
|
|
|
|
"windows_x86_64_gnullvm 0.42.2",
|
|
|
|
"windows_x86_64_msvc 0.42.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm 0.48.0",
|
|
|
|
"windows_aarch64_msvc 0.48.0",
|
|
|
|
"windows_i686_gnu 0.48.0",
|
|
|
|
"windows_i686_msvc 0.48.0",
|
|
|
|
"windows_x86_64_gnu 0.48.0",
|
|
|
|
"windows_x86_64_gnullvm 0.48.0",
|
|
|
|
"windows_x86_64_msvc 0.48.0",
|
2023-03-08 15:19:09 +08:00
|
|
|
]
|
|
|
|
|
2022-11-18 16:15:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-04-30 17:11:47 +08:00
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.42.2"
|
2022-11-18 16:15:46 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 17:11:47 +08:00
|
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
2022-11-18 16:15:46 +08:00
|
|
|
|
2022-03-31 10:40:18 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-04-30 17:11:47 +08:00
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.42.2"
|
2022-03-31 10:40:18 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 17:11:47 +08:00
|
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
2022-03-31 10:40:18 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-04-30 17:11:47 +08:00
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.42.2"
|
2022-03-31 10:40:18 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 17:11:47 +08:00
|
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
2022-03-31 10:40:18 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-04-30 17:11:47 +08:00
|
|
|
version = "0.48.0"
|
2022-03-31 10:40:18 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 17:11:47 +08:00
|
|
|
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
|
2022-03-31 10:40:18 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-04-30 17:11:47 +08:00
|
|
|
version = "0.42.2"
|
2022-11-18 16:15:46 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 17:11:47 +08:00
|
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
|
2022-11-18 16:15:46 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-04-30 17:11:47 +08:00
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.42.2"
|
2022-03-31 10:40:18 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 17:11:47 +08:00
|
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
2022-03-31 10:40:18 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-04-30 17:11:47 +08:00
|
|
|
version = "0.48.0"
|
2022-03-31 10:40:18 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 17:11:47 +08:00
|
|
|
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|
2022-03-31 10:40:18 +08:00
|
|
|
|
2021-10-03 16:39:12 +08:00
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
|
|
|
dependencies = [
|
|
|
|
"linked-hash-map",
|
|
|
|
]
|