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
|
|
|
|
|
2023-09-01 16:56:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2024-02-20 13:33:20 +08:00
|
|
|
version = "0.8.9"
|
2023-09-01 16:56:32 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-20 13:33:20 +08:00
|
|
|
checksum = "d713b3834d76b85304d4d525563c1276e2e30dc97cc67bfb4585a4a29fc2c89f"
|
2023-09-01 16:56:32 +08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
2023-10-23 10:22:03 +08:00
|
|
|
"zerocopy",
|
2023-09-01 16:56:32 +08:00
|
|
|
]
|
|
|
|
|
2020-03-23 16:12:52 +08:00
|
|
|
[[package]]
|
2021-06-28 10:49:41 +08:00
|
|
|
name = "aho-corasick"
|
2023-10-19 11:49:42 +08:00
|
|
|
version = "1.1.2"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 11:49:42 +08:00
|
|
|
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
|
2021-06-28 10:49:41 +08:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2020-03-23 16:12:52 +08:00
|
|
|
|
2023-09-06 16:34:08 +08:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2024-02-20 13:33:20 +08:00
|
|
|
version = "0.6.12"
|
2023-09-06 16:34:08 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-20 13:33:20 +08:00
|
|
|
checksum = "96b09b5178381e0874812a9b157f7fe84982617e48f71f4e3235482775e5b540"
|
2023-09-06 16:34:08 +08:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2024-02-20 13:33:20 +08:00
|
|
|
version = "1.0.6"
|
2023-09-06 16:34:08 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-20 13:33:20 +08:00
|
|
|
checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc"
|
2023-09-06 16:34:08 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2024-01-26 15:52:48 +08:00
|
|
|
version = "0.2.3"
|
2023-09-06 16:34:08 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 15:52:48 +08:00
|
|
|
checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
|
2023-09-06 16:34:08 +08:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
2024-01-26 15:52:48 +08:00
|
|
|
version = "1.0.2"
|
2023-09-06 16:34:08 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 15:52:48 +08:00
|
|
|
checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
|
2023-09-06 16:34:08 +08:00
|
|
|
dependencies = [
|
2024-01-26 15:52:48 +08:00
|
|
|
"windows-sys 0.52.0",
|
2023-09-06 16:34:08 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2024-01-26 15:52:48 +08:00
|
|
|
version = "3.0.2"
|
2023-09-06 16:34:08 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 15:52:48 +08:00
|
|
|
checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
|
2023-09-06 16:34:08 +08:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2024-01-26 15:52:48 +08:00
|
|
|
"windows-sys 0.52.0",
|
2023-09-06 16:34:08 +08:00
|
|
|
]
|
|
|
|
|
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
|
|
|
|
2023-07-14 10:57:21 +08:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-01-26 15:52:48 +08:00
|
|
|
version = "2.4.2"
|
2023-07-14 10:57:21 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 15:52:48 +08:00
|
|
|
checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
|
2023-07-14 10:57:21 +08:00
|
|
|
|
2021-09-22 17:19:27 +08:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2023-10-19 11:49:42 +08:00
|
|
|
version = "1.5.0"
|
2021-09-22 17:19:27 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 11:49:42 +08:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2021-09-22 17:19:27 +08:00
|
|
|
|
2020-03-23 16:12:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-02-19 19:30:25 +08:00
|
|
|
version = "1.0.86"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-19 19:30:25 +08:00
|
|
|
checksum = "7f9fa1897e4325be0d68d48df6aa1a71ac2ed4d27723887e7754192705350730"
|
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"
|
|
|
|
|
2023-09-06 16:34:08 +08:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2024-02-20 13:33:20 +08:00
|
|
|
version = "4.5.1"
|
2023-09-06 16:34:08 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-20 13:33:20 +08:00
|
|
|
checksum = "c918d541ef2913577a0f9566e9ce27cb35b6df072075769e0b26cb5a554520da"
|
2023-09-06 16:34:08 +08:00
|
|
|
dependencies = [
|
|
|
|
"clap_builder",
|
|
|
|
"clap_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2024-02-20 13:33:20 +08:00
|
|
|
version = "4.5.1"
|
2023-09-06 16:34:08 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-20 13:33:20 +08:00
|
|
|
checksum = "9f3e7391dad68afb0c2ede1bf619f579a3dc9c2ec67f089baa397123a2f3d1eb"
|
2023-09-06 16:34:08 +08:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"clap_lex",
|
|
|
|
"strsim",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2024-02-20 13:33:20 +08:00
|
|
|
version = "4.5.0"
|
2023-09-06 16:34:08 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-20 13:33:20 +08:00
|
|
|
checksum = "307bc0538d5f0f83b8248db3087aa92fe504e4691294d0c96c0eabc33f47ba47"
|
2023-09-06 16:34:08 +08:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-20 13:33:20 +08:00
|
|
|
"syn 2.0.50",
|
2023-09-06 16:34:08 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2024-02-20 13:33:20 +08:00
|
|
|
version = "0.7.0"
|
2023-09-06 16:34:08 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-20 13:33:20 +08:00
|
|
|
checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
|
2023-09-06 16:34:08 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
|
|
|
|
2021-10-03 16:39:12 +08:00
|
|
|
[[package]]
|
|
|
|
name = "console"
|
2024-01-26 15:52:48 +08:00
|
|
|
version = "0.15.8"
|
2021-10-03 16:39:12 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 15:52:48 +08:00
|
|
|
checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
|
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",
|
2024-01-26 15:52:48 +08:00
|
|
|
"windows-sys 0.52.0",
|
2021-10-03 16:39:12 +08:00
|
|
|
]
|
|
|
|
|
2021-08-03 12:38:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam"
|
2024-01-26 15:52:48 +08:00
|
|
|
version = "0.8.4"
|
2021-08-03 12:38:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 15:52:48 +08:00
|
|
|
checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
|
2021-08-03 12:38:55 +08:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-queue",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2024-01-26 15:52:48 +08:00
|
|
|
version = "0.5.11"
|
2021-08-03 12:38:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 15:52:48 +08:00
|
|
|
checksum = "176dc175b78f56c0f321911d9c8eb2b77a78a4860b9c19db83835fea1a46649b"
|
2021-08-03 12:38:55 +08:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2024-01-26 15:52:48 +08:00
|
|
|
version = "0.8.5"
|
2021-08-03 12:38:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 15:52:48 +08:00
|
|
|
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
|
2021-08-03 12:38:55 +08:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2024-01-26 15:52:48 +08:00
|
|
|
version = "0.9.18"
|
2021-08-03 12:38:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 15:52:48 +08:00
|
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
2021-08-03 12:38:55 +08:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
2024-01-26 15:52:48 +08:00
|
|
|
version = "0.3.11"
|
2021-08-03 12:38:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 15:52:48 +08:00
|
|
|
checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
|
2021-08-03 12:38:55 +08:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-01-26 15:52:48 +08:00
|
|
|
version = "0.8.19"
|
2021-08-03 12:38:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 15:52:48 +08:00
|
|
|
checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
|
2021-08-03 12:38:55 +08:00
|
|
|
|
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"
|
2024-02-20 13:33:20 +08:00
|
|
|
version = "1.10.0"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-20 13:33:20 +08:00
|
|
|
checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
|
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-09-19 12:17:19 +08:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
2023-03-08 15:19:09 +08:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2023-12-04 18:50:46 +08:00
|
|
|
version = "0.3.8"
|
2023-03-08 15:19:09 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-04 18:50:46 +08:00
|
|
|
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
|
2023-03-08 15:19:09 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-12-04 18:50:46 +08:00
|
|
|
"windows-sys 0.52.0",
|
2023-03-08 15:19:09 +08:00
|
|
|
]
|
|
|
|
|
2022-01-14 16:55:10 +08:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2023-09-29 14:46:22 +08:00
|
|
|
version = "2.0.1"
|
2022-01-14 16:55:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-29 14:46:22 +08:00
|
|
|
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
|
2022-01-14 16:55:10 +08:00
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2023-09-01 16:56:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
|
|
|
version = "0.2.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-03-23 16:12:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2024-01-26 15:52:48 +08:00
|
|
|
version = "0.2.12"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 15:52:48 +08:00
|
|
|
checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
|
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
|
|
|
]
|
|
|
|
|
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
|
|
|
|
2023-09-19 12:17:19 +08:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2023-12-04 18:50:46 +08:00
|
|
|
version = "0.14.3"
|
2023-09-19 12:17:19 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-04 18:50:46 +08:00
|
|
|
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
|
2024-02-19 19:30:25 +08:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
]
|
2023-09-19 12:17:19 +08:00
|
|
|
|
2023-09-06 16:34:08 +08:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
|
|
|
|
2020-03-23 16:12:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2024-02-20 13:33:20 +08:00
|
|
|
version = "0.3.6"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-20 13:33:20 +08:00
|
|
|
checksum = "bd5256b483761cd23699d0da46cc6fd2ee3be420bbe6d020ae4a091e70b7e9fd"
|
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
|
|
|
]
|
|
|
|
|
2023-09-19 12:17:19 +08:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2024-02-20 13:33:20 +08:00
|
|
|
version = "2.2.3"
|
2023-09-19 12:17:19 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-20 13:33:20 +08:00
|
|
|
checksum = "233cf39063f058ea2caae4091bf4a3ef70a653afbc026f5c4a4135d114e3c177"
|
2023-09-19 12:17:19 +08:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
2023-12-04 18:50:46 +08:00
|
|
|
"hashbrown 0.14.3",
|
2023-09-19 12:17:19 +08:00
|
|
|
]
|
|
|
|
|
2023-09-01 16:56:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "indoc"
|
2023-09-19 12:17:19 +08:00
|
|
|
version = "2.0.4"
|
2023-09-01 16:56:32 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-19 12:17:19 +08:00
|
|
|
checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8"
|
2023-09-01 16:56:32 +08:00
|
|
|
|
2020-03-23 16:12:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "inkwell"
|
2024-02-19 19:30:25 +08:00
|
|
|
version = "0.4.0"
|
2023-03-08 15:19:09 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-19 19:30:25 +08:00
|
|
|
checksum = "b597a7b2cdf279aeef6d7149071e35e4bc87c2cf05a5b7f2d731300bffe587ea"
|
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",
|
2024-02-19 19:30:25 +08:00
|
|
|
"thiserror",
|
2020-03-23 16:12:52 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inkwell_internals"
|
2024-02-19 19:30:25 +08:00
|
|
|
version = "0.9.0"
|
2023-03-08 15:19:09 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-19 19:30:25 +08:00
|
|
|
checksum = "4fa4d8d74483041a882adaa9a29f633253a66dde85055f0495c121620ac484b2"
|
2020-11-09 21:36:41 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-20 13:33:20 +08:00
|
|
|
"syn 2.0.50",
|
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",
|
|
|
|
]
|
|
|
|
|
2023-04-30 17:11:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
2024-02-20 13:33:20 +08:00
|
|
|
version = "0.4.12"
|
2023-04-30 17:11:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-20 13:33:20 +08:00
|
|
|
checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b"
|
2023-04-30 17:11:47 +08:00
|
|
|
dependencies = [
|
2023-07-14 10:57:21 +08:00
|
|
|
"hermit-abi",
|
2024-02-20 13:33:20 +08:00
|
|
|
"libc",
|
2024-01-26 15:52:48 +08:00
|
|
|
"windows-sys 0.52.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",
|
|
|
|
]
|
|
|
|
|
2023-12-12 13:27:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2024-02-20 13:33:20 +08:00
|
|
|
version = "0.12.1"
|
2023-12-12 13:27:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-20 13:33:20 +08:00
|
|
|
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
2023-12-12 13:27:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2021-10-03 16:39:12 +08:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2024-01-26 15:52:48 +08:00
|
|
|
version = "1.0.10"
|
2021-10-03 16:39:12 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 15:52:48 +08:00
|
|
|
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
|
2021-10-03 16:39:12 +08:00
|
|
|
|
2020-03-23 16:12:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "lalrpop"
|
2023-09-01 16:56:32 +08:00
|
|
|
version = "0.20.0"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-01 16:56:32 +08:00
|
|
|
checksum = "da4081d44f4611b66c6dd725e6de3169f9f63905421e8626fcb86b6a898998b8"
|
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",
|
2023-09-01 16:56:32 +08:00
|
|
|
"itertools 0.10.5",
|
2020-03-23 16:12:52 +08:00
|
|
|
"lalrpop-util",
|
|
|
|
"petgraph",
|
2023-09-01 16:56:32 +08:00
|
|
|
"pico-args",
|
2020-03-23 16:12:52 +08:00
|
|
|
"regex",
|
2023-10-19 11:49:42 +08:00
|
|
|
"regex-syntax 0.7.5",
|
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-09-01 16:56:32 +08:00
|
|
|
version = "0.20.0"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-01 16:56:32 +08:00
|
|
|
checksum = "3f35c735096c0293d313e8f2a641627472b83d01b937177fe76e5e2708d31e0d"
|
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"
|
2024-02-20 13:33:20 +08:00
|
|
|
version = "0.2.153"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-20 13:33:20 +08:00
|
|
|
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
|
2020-03-23 16:12:52 +08:00
|
|
|
|
2021-10-31 23:52:43 +08:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2023-10-05 17:03:35 +08:00
|
|
|
version = "0.8.1"
|
2021-10-31 23:52:43 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 17:03:35 +08:00
|
|
|
checksum = "c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161"
|
2021-10-31 23:52:43 +08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2023-09-01 16:56:32 +08:00
|
|
|
"windows-sys 0.48.0",
|
2021-10-31 23:52:43 +08:00
|
|
|
]
|
|
|
|
|
2023-11-08 17:23:49 +08:00
|
|
|
[[package]]
|
|
|
|
name = "libredox"
|
|
|
|
version = "0.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8"
|
|
|
|
dependencies = [
|
2024-01-26 15:52:48 +08:00
|
|
|
"bitflags 2.4.2",
|
2023-11-08 17:23:49 +08:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
]
|
|
|
|
|
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"
|
2024-01-26 15:52:48 +08:00
|
|
|
version = "0.4.13"
|
2023-07-14 10:57:21 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 15:52:48 +08:00
|
|
|
checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
|
2023-07-14 10:57:21 +08:00
|
|
|
|
2021-08-19 11:14:35 +08:00
|
|
|
[[package]]
|
|
|
|
name = "llvm-sys"
|
2023-12-04 18:50:46 +08:00
|
|
|
version = "140.1.3"
|
2021-08-19 11:14:35 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-04 18:50:46 +08:00
|
|
|
checksum = "e3dc78e9857c0231ec11e3bdccf63870493fdc7d0570b0ea7d50bf5df0cb1a0c"
|
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"
|
2023-10-19 11:49:42 +08:00
|
|
|
version = "0.4.11"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 11:49:42 +08:00
|
|
|
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
|
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"
|
2023-09-19 12:17:19 +08:00
|
|
|
version = "0.4.20"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-19 12:17:19 +08:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
2020-03-23 16:12:52 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-01-26 15:52:48 +08:00
|
|
|
version = "2.7.1"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 15:52:48 +08:00
|
|
|
checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
|
2020-03-23 16:12:52 +08:00
|
|
|
|
2021-08-03 12:38:55 +08:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2023-07-14 10:57:21 +08:00
|
|
|
version = "0.9.0"
|
2021-08-03 12:38:55 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-14 10:57:21 +08:00
|
|
|
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
|
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",
|
2024-02-20 13:33:20 +08:00
|
|
|
"itertools 0.12.1",
|
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",
|
2023-10-19 11:49:42 +08:00
|
|
|
"indoc",
|
2020-12-19 16:23:12 +08:00
|
|
|
"inkwell",
|
2021-10-03 16:39:12 +08:00
|
|
|
"insta",
|
2024-02-20 13:33:20 +08:00
|
|
|
"itertools 0.12.1",
|
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 = [
|
2024-02-19 19:30:25 +08:00
|
|
|
"ahash",
|
2021-11-03 17:11:00 +08:00
|
|
|
"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 = [
|
2023-09-06 16:34:08 +08:00
|
|
|
"clap",
|
2020-03-23 16:12:52 +08:00
|
|
|
"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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-01-26 15:52:48 +08:00
|
|
|
version = "1.19.0"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 15:52:48 +08:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
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-10-19 11:49:42 +08:00
|
|
|
version = "0.9.9"
|
2022-03-31 10:40:18 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 11:49:42 +08:00
|
|
|
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
|
2022-03-31 10:40:18 +08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2023-11-08 17:23:49 +08:00
|
|
|
"redox_syscall",
|
2022-03-31 10:40:18 +08:00
|
|
|
"smallvec",
|
2023-09-19 12:17:19 +08:00
|
|
|
"windows-targets 0.48.5",
|
2022-03-31 10:40:18 +08:00
|
|
|
]
|
|
|
|
|
2020-03-23 16:12:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
2023-09-19 12:17:19 +08:00
|
|
|
version = "0.6.4"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-19 12:17:19 +08:00
|
|
|
checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
|
2020-03-23 16:12:52 +08:00
|
|
|
dependencies = [
|
|
|
|
"fixedbitset",
|
2024-02-20 13:33:20 +08:00
|
|
|
"indexmap 2.2.3",
|
2020-03-23 16:12:52 +08:00
|
|
|
]
|
|
|
|
|
2021-06-28 10:49:41 +08:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
2023-07-14 10:57:21 +08:00
|
|
|
version = "0.11.2"
|
2021-06-28 10:49:41 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-14 10:57:21 +08:00
|
|
|
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
|
2021-06-28 10:49:41 +08:00
|
|
|
dependencies = [
|
|
|
|
"phf_macros",
|
2023-07-14 10:57:21 +08:00
|
|
|
"phf_shared 0.11.2",
|
2021-06-28 10:49:41 +08:00
|
|
|
]
|
|
|
|
|
2023-10-05 17:03:35 +08:00
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
|
|
|
|
dependencies = [
|
|
|
|
"phf_generator",
|
|
|
|
"phf_shared 0.11.2",
|
|
|
|
]
|
|
|
|
|
2021-06-28 10:49:41 +08:00
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
2023-07-14 10:57:21 +08:00
|
|
|
version = "0.11.2"
|
2021-06-28 10:49:41 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-14 10:57:21 +08:00
|
|
|
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
|
2021-06-28 10:49:41 +08:00
|
|
|
dependencies = [
|
2023-07-14 10:57:21 +08:00
|
|
|
"phf_shared 0.11.2",
|
2021-06-28 10:49:41 +08:00
|
|
|
"rand",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_macros"
|
2023-07-14 10:57:21 +08:00
|
|
|
version = "0.11.2"
|
2021-06-28 10:49:41 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-14 10:57:21 +08:00
|
|
|
checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
|
2021-06-28 10:49:41 +08:00
|
|
|
dependencies = [
|
|
|
|
"phf_generator",
|
2023-07-14 10:57:21 +08:00
|
|
|
"phf_shared 0.11.2",
|
2021-06-28 10:49:41 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-20 13:33:20 +08:00
|
|
|
"syn 2.0.50",
|
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"
|
2023-07-14 10:57:21 +08:00
|
|
|
version = "0.11.2"
|
2021-08-25 15:28:32 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-14 10:57:21 +08:00
|
|
|
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
|
2021-08-25 15:28:32 +08:00
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
2023-09-01 16:56:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pico-args"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
|
|
|
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"
|
2024-01-26 15:52:48 +08:00
|
|
|
version = "1.0.78"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 15:52:48 +08:00
|
|
|
checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
|
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"
|
2024-01-26 15:52:48 +08:00
|
|
|
version = "0.20.2"
|
2020-12-18 10:09:35 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 15:52:48 +08:00
|
|
|
checksum = "9a89dc7a5850d0e983be1ec2a463a171d20990487c3cfcd68b5363f1ee3d6fe0"
|
2020-12-18 10:09:35 +08:00
|
|
|
dependencies = [
|
2021-09-23 19:30:03 +08:00
|
|
|
"cfg-if",
|
2023-10-19 11:49:42 +08:00
|
|
|
"indoc",
|
2020-12-18 10:09:35 +08:00
|
|
|
"libc",
|
2023-09-01 16:56:32 +08:00
|
|
|
"memoffset",
|
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"
|
2024-01-26 15:52:48 +08:00
|
|
|
version = "0.20.2"
|
2020-12-18 10:09:35 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 15:52:48 +08:00
|
|
|
checksum = "07426f0d8fe5a601f26293f300afd1a7b1ed5e78b2a705870c5f30893c5163be"
|
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"
|
2024-01-26 15:52:48 +08:00
|
|
|
version = "0.20.2"
|
2022-08-05 16:58:30 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 15:52:48 +08:00
|
|
|
checksum = "dbb7dec17e17766b46bca4f1a4215a85006b4c2ecde122076c562dd058da6cf1"
|
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"
|
2024-01-26 15:52:48 +08:00
|
|
|
version = "0.20.2"
|
2021-09-23 19:30:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 15:52:48 +08:00
|
|
|
checksum = "05f738b4e40d50b5711957f142878cfa0f28e054aa0ebdfc3fd137a843f74ed3"
|
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",
|
2024-02-20 13:33:20 +08:00
|
|
|
"syn 2.0.50",
|
2020-12-18 10:09:35 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-09-23 19:30:03 +08:00
|
|
|
name = "pyo3-macros-backend"
|
2024-01-26 15:52:48 +08:00
|
|
|
version = "0.20.2"
|
2020-12-18 10:09:35 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 15:52:48 +08:00
|
|
|
checksum = "0fc910d4851847827daf9d6cdd4a823fbdaab5b8818325c5e97a86da79e8881f"
|
2020-12-18 10:09:35 +08:00
|
|
|
dependencies = [
|
2023-10-19 11:49:42 +08:00
|
|
|
"heck",
|
2021-09-23 19:30:03 +08:00
|
|
|
"proc-macro2",
|
2020-12-18 10:09:35 +08:00
|
|
|
"quote",
|
2024-02-20 13:33:20 +08:00
|
|
|
"syn 2.0.50",
|
2020-12-18 10:09:35 +08:00
|
|
|
]
|
|
|
|
|
2020-03-23 16:12:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-01-26 15:52:48 +08:00
|
|
|
version = "1.0.35"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 15:52:48 +08:00
|
|
|
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
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 = [
|
2023-09-01 16:56:32 +08:00
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2021-06-28 10:49:41 +08:00
|
|
|
"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"
|
2023-09-01 16:56:32 +08:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
2021-06-28 10:49:41 +08:00
|
|
|
|
2021-08-05 14:53:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2024-01-26 15:52:48 +08:00
|
|
|
version = "1.8.1"
|
2021-08-05 14:53:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 15:52:48 +08:00
|
|
|
checksum = "fa7237101a77a10773db45d62004a272517633fbcc3df19d96455ede1122e051"
|
2021-08-05 14:53:47 +08:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2024-01-26 15:52:48 +08:00
|
|
|
version = "1.12.1"
|
2021-08-05 14:53:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 15:52:48 +08:00
|
|
|
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
2021-08-05 14:53:47 +08:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2023-10-19 11:49:42 +08:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
]
|
|
|
|
|
2020-03-23 16:12:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2023-11-08 17:23:49 +08:00
|
|
|
version = "0.4.4"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-08 17:23:49 +08:00
|
|
|
checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4"
|
2020-03-23 16:12:52 +08:00
|
|
|
dependencies = [
|
2021-08-25 15:28:32 +08:00
|
|
|
"getrandom",
|
2023-11-08 17:23:49 +08:00
|
|
|
"libredox",
|
2022-03-24 22:30:15 +08:00
|
|
|
"thiserror",
|
2020-03-23 16:12:52 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-01-26 15:52:48 +08:00
|
|
|
version = "1.10.3"
|
2023-07-14 10:57:21 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 15:52:48 +08:00
|
|
|
checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
|
2023-07-14 10:57:21 +08:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
2023-10-19 11:49:42 +08:00
|
|
|
"regex-syntax 0.8.2",
|
2023-07-14 10:57:21 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-01-26 15:52:48 +08:00
|
|
|
version = "0.4.5"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 15:52:48 +08:00
|
|
|
checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd"
|
2020-03-23 16:12:52 +08:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2023-10-19 11:49:42 +08:00
|
|
|
"regex-syntax 0.8.2",
|
2020-03-23 16:12:52 +08:00
|
|
|
]
|
|
|
|
|
2023-04-30 17:11:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-09-19 12:17:19 +08:00
|
|
|
version = "0.7.5"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-19 12:17:19 +08:00
|
|
|
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
|
2020-03-23 16:12:52 +08:00
|
|
|
|
2023-10-19 11:49:42 +08:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
|
|
|
|
|
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"
|
2024-02-20 13:33:20 +08:00
|
|
|
version = "0.38.31"
|
2023-03-08 15:19:09 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-20 13:33:20 +08:00
|
|
|
checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949"
|
2021-10-31 23:52:43 +08:00
|
|
|
dependencies = [
|
2024-01-26 15:52:48 +08:00
|
|
|
"bitflags 2.4.2",
|
2023-03-08 15:19:09 +08:00
|
|
|
"errno",
|
|
|
|
"libc",
|
2023-09-19 12:17:19 +08:00
|
|
|
"linux-raw-sys",
|
2023-12-04 18:50:46 +08:00
|
|
|
"windows-sys 0.52.0",
|
2021-10-31 23:52:43 +08:00
|
|
|
]
|
|
|
|
|
2021-06-28 10:49:41 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2023-09-19 12:17:19 +08:00
|
|
|
version = "1.0.14"
|
2021-06-28 10:49:41 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-19 12:17:19 +08:00
|
|
|
checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
|
2021-06-28 10:49:41 +08:00
|
|
|
|
2021-10-03 16:39:12 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2024-02-20 13:33:20 +08:00
|
|
|
version = "1.0.17"
|
2021-10-03 16:39:12 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-20 13:33:20 +08:00
|
|
|
checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
|
2021-10-03 16:39:12 +08:00
|
|
|
|
2020-03-23 16:12:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2023-09-19 12:17:19 +08:00
|
|
|
version = "1.2.0"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-19 12:17:19 +08:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2020-03-23 16:12:52 +08:00
|
|
|
|
2021-08-19 11:14:35 +08:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2024-02-20 13:33:20 +08:00
|
|
|
version = "1.0.22"
|
2021-08-19 11:14:35 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-20 13:33:20 +08:00
|
|
|
checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca"
|
2021-08-19 11:14:35 +08:00
|
|
|
|
2021-09-22 17:19:27 +08:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-02-20 13:33:20 +08:00
|
|
|
version = "1.0.197"
|
2021-09-22 17:19:27 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-20 13:33:20 +08:00
|
|
|
checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
|
2021-10-03 16:39:12 +08:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-02-20 13:33:20 +08:00
|
|
|
version = "1.0.197"
|
2021-10-03 16:39:12 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-20 13:33:20 +08:00
|
|
|
checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
|
2021-10-03 16:39:12 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-20 13:33:20 +08:00
|
|
|
"syn 2.0.50",
|
2021-10-03 16:39:12 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-02-20 13:33:20 +08:00
|
|
|
version = "1.0.114"
|
2021-10-03 16:39:12 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-20 13:33:20 +08:00
|
|
|
checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0"
|
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 = [
|
2023-09-19 12:17:19 +08:00
|
|
|
"indexmap 1.9.3",
|
2021-12-25 23:03:53 +08:00
|
|
|
"ryu",
|
2021-10-03 16:39:12 +08:00
|
|
|
"serde",
|
|
|
|
"yaml-rust",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "similar"
|
2024-01-26 15:52:48 +08:00
|
|
|
version = "2.4.0"
|
2021-10-03 16:39:12 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 15:52:48 +08:00
|
|
|
checksum = "32fea41aca09ee824cc9724996433064c89f7777e60762749a4170a14abbfa21"
|
2021-09-22 17:19:27 +08:00
|
|
|
|
2020-03-23 16:12:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2023-09-19 12:17:19 +08:00
|
|
|
version = "0.3.11"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-19 12:17:19 +08:00
|
|
|
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
2020-03-23 16:12:52 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2024-01-26 15:52:48 +08:00
|
|
|
version = "1.13.1"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 15:52:48 +08:00
|
|
|
checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
|
2020-03-23 16:12:52 +08:00
|
|
|
|
2021-09-22 17:19:27 +08:00
|
|
|
[[package]]
|
|
|
|
name = "string-interner"
|
2024-02-19 19:30:25 +08:00
|
|
|
version = "0.15.0"
|
2021-09-22 17:19:27 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-19 19:30:25 +08:00
|
|
|
checksum = "07f9fdfdd31a0ff38b59deb401be81b73913d76c9cc5b1aed4e1330a223420b9"
|
2021-09-22 17:19:27 +08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-02-19 19:30:25 +08:00
|
|
|
"hashbrown 0.14.3",
|
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",
|
|
|
|
]
|
|
|
|
|
2023-09-06 16:34:08 +08:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2024-02-20 13:33:20 +08:00
|
|
|
version = "0.11.0"
|
2023-09-06 16:34:08 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-20 13:33:20 +08:00
|
|
|
checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01"
|
2023-09-06 16:34:08 +08:00
|
|
|
|
2020-03-23 16:12:52 +08:00
|
|
|
[[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"
|
2024-02-20 13:33:20 +08:00
|
|
|
version = "2.0.50"
|
2023-04-30 17:11:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-20 13:33:20 +08:00
|
|
|
checksum = "74f1bdc9872430ce9b75da68329d1c1746faf50ffac5f19e02b71e37ff881ffb"
|
2023-04-30 17:11:47 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2022-08-05 16:58:30 +08:00
|
|
|
[[package]]
|
|
|
|
name = "target-lexicon"
|
2024-02-19 19:30:25 +08:00
|
|
|
version = "0.12.14"
|
2022-08-05 16:58:30 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-19 19:30:25 +08:00
|
|
|
checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f"
|
2022-08-05 16:58:30 +08:00
|
|
|
|
2021-11-06 13:03:45 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2024-02-20 13:33:20 +08:00
|
|
|
version = "3.10.0"
|
2021-11-06 13:03:45 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-20 13:33:20 +08:00
|
|
|
checksum = "a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669e67"
|
2021-11-06 13:03:45 +08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2022-01-14 16:55:10 +08:00
|
|
|
"fastrand",
|
2023-09-19 12:17:19 +08:00
|
|
|
"rustix",
|
2024-01-26 15:52:48 +08:00
|
|
|
"windows-sys 0.52.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"
|
2024-02-20 13:33:20 +08:00
|
|
|
version = "1.0.57"
|
2022-03-24 22:30:15 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-20 13:33:20 +08:00
|
|
|
checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b"
|
2022-03-24 22:30:15 +08:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-02-20 13:33:20 +08:00
|
|
|
version = "1.0.57"
|
2022-03-24 22:30:15 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-20 13:33:20 +08:00
|
|
|
checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81"
|
2022-03-24 22:30:15 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-20 13:33:20 +08:00
|
|
|
"syn 2.0.50",
|
2023-09-01 16:56:32 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2023-10-05 17:03:35 +08:00
|
|
|
version = "0.3.20"
|
2023-09-01 16:56:32 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 17:03:35 +08:00
|
|
|
checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890"
|
2023-09-01 16:56:32 +08:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"time-core",
|
2022-03-24 22:30:15 +08:00
|
|
|
]
|
|
|
|
|
2023-09-01 16:56:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
2023-10-05 17:03:35 +08:00
|
|
|
version = "0.1.0"
|
2023-09-01 16:56:32 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 17:03:35 +08:00
|
|
|
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
|
2023-09-01 16:56:32 +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-09-19 12:17:19 +08:00
|
|
|
version = "1.0.12"
|
2022-05-17 12:05:12 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-19 12:17:19 +08:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2022-05-17 12:05:12 +08:00
|
|
|
|
2023-09-01 16:56:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2023-09-29 14:46:22 +08:00
|
|
|
version = "0.1.11"
|
2023-09-01 16:56:32 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-29 14:46:22 +08:00
|
|
|
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
|
2023-09-01 16:56:32 +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"
|
2024-01-26 15:52:48 +08:00
|
|
|
version = "1.2.1"
|
2020-03-23 16:12:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 15:52:48 +08:00
|
|
|
checksum = "ac64ef2f016dc69dfa8283394a70b057066eb054d5fcb6b9eb17bd2ec5097211"
|
2023-09-01 16:56:32 +08:00
|
|
|
dependencies = [
|
2023-10-05 17:03:35 +08:00
|
|
|
"phf",
|
2023-09-01 16:56:32 +08:00
|
|
|
"unicode_names2_generator",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode_names2_generator"
|
2024-01-26 15:52:48 +08:00
|
|
|
version = "1.2.1"
|
2023-09-01 16:56:32 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 15:52:48 +08:00
|
|
|
checksum = "013f6a731e80f3930de580e55ba41dfa846de4e0fdee4a701f97989cb1597d6a"
|
2023-09-01 16:56:32 +08:00
|
|
|
dependencies = [
|
|
|
|
"getopts",
|
|
|
|
"log",
|
2023-10-05 17:03:35 +08:00
|
|
|
"phf_codegen",
|
2023-09-01 16:56:32 +08:00
|
|
|
"rand",
|
|
|
|
"time",
|
|
|
|
]
|
2020-03-23 16:12:52 +08:00
|
|
|
|
2020-12-18 10:09:35 +08:00
|
|
|
[[package]]
|
|
|
|
name = "unindent"
|
2023-10-19 11:49:42 +08:00
|
|
|
version = "0.2.3"
|
2020-12-18 10:09:35 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 11:49:42 +08:00
|
|
|
checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
|
2020-12-18 10:09:35 +08:00
|
|
|
|
2023-09-06 16:34:08 +08:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
|
|
|
|
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
|
|
|
|
2023-04-30 17:11:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
2023-09-19 12:17:19 +08:00
|
|
|
"windows-targets 0.48.5",
|
2023-03-08 15:19:09 +08:00
|
|
|
]
|
|
|
|
|
2023-12-04 18:50:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
2024-02-19 19:30:25 +08:00
|
|
|
"windows-targets 0.52.3",
|
2023-12-04 18:50:46 +08:00
|
|
|
]
|
|
|
|
|
2023-04-30 17:11:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-09-19 12:17:19 +08:00
|
|
|
version = "0.48.5"
|
2023-04-30 17:11:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-19 12:17:19 +08:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2023-04-30 17:11:47 +08:00
|
|
|
dependencies = [
|
2023-09-19 12:17:19 +08:00
|
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
|
|
"windows_aarch64_msvc 0.48.5",
|
|
|
|
"windows_i686_gnu 0.48.5",
|
|
|
|
"windows_i686_msvc 0.48.5",
|
|
|
|
"windows_x86_64_gnu 0.48.5",
|
|
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
|
|
"windows_x86_64_msvc 0.48.5",
|
2023-03-08 15:19:09 +08:00
|
|
|
]
|
|
|
|
|
2023-12-04 18:50:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-02-19 19:30:25 +08:00
|
|
|
version = "0.52.3"
|
2023-12-04 18:50:46 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-19 19:30:25 +08:00
|
|
|
checksum = "d380ba1dc7187569a8a9e91ed34b8ccfc33123bbacb8c0aed2d1ad7f3ef2dc5f"
|
2023-12-04 18:50:46 +08:00
|
|
|
dependencies = [
|
2024-02-19 19:30:25 +08:00
|
|
|
"windows_aarch64_gnullvm 0.52.3",
|
|
|
|
"windows_aarch64_msvc 0.52.3",
|
|
|
|
"windows_i686_gnu 0.52.3",
|
|
|
|
"windows_i686_msvc 0.52.3",
|
|
|
|
"windows_x86_64_gnu 0.52.3",
|
|
|
|
"windows_x86_64_gnullvm 0.52.3",
|
|
|
|
"windows_x86_64_msvc 0.52.3",
|
2023-12-04 18:50:46 +08:00
|
|
|
]
|
|
|
|
|
2023-04-30 17:11:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-09-19 12:17:19 +08:00
|
|
|
version = "0.48.5"
|
2023-04-30 17:11:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-19 12:17:19 +08:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2023-04-30 17:11:47 +08:00
|
|
|
|
2023-12-04 18:50:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-02-19 19:30:25 +08:00
|
|
|
version = "0.52.3"
|
2023-12-04 18:50:46 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-19 19:30:25 +08:00
|
|
|
checksum = "68e5dcfb9413f53afd9c8f86e56a7b4d86d9a2fa26090ea2dc9e40fba56c6ec6"
|
2023-12-04 18:50:46 +08:00
|
|
|
|
2022-03-31 10:40:18 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-09-19 12:17:19 +08:00
|
|
|
version = "0.48.5"
|
2023-04-30 17:11:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-19 12:17:19 +08:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2023-04-30 17:11:47 +08:00
|
|
|
|
2023-12-04 18:50:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-02-19 19:30:25 +08:00
|
|
|
version = "0.52.3"
|
2023-12-04 18:50:46 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-19 19:30:25 +08:00
|
|
|
checksum = "8dab469ebbc45798319e69eebf92308e541ce46760b49b18c6b3fe5e8965b30f"
|
2023-12-04 18:50:46 +08:00
|
|
|
|
2022-03-31 10:40:18 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-09-19 12:17:19 +08:00
|
|
|
version = "0.48.5"
|
2023-04-30 17:11:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-19 12:17:19 +08:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2023-04-30 17:11:47 +08:00
|
|
|
|
2023-12-04 18:50:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-02-19 19:30:25 +08:00
|
|
|
version = "0.52.3"
|
2023-12-04 18:50:46 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-19 19:30:25 +08:00
|
|
|
checksum = "2a4e9b6a7cac734a8b4138a4e1044eac3404d8326b6c0f939276560687a033fb"
|
2023-12-04 18:50:46 +08:00
|
|
|
|
2022-03-31 10:40:18 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-09-19 12:17:19 +08:00
|
|
|
version = "0.48.5"
|
2022-03-31 10:40:18 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-19 12:17:19 +08:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2022-03-31 10:40:18 +08:00
|
|
|
|
2023-12-04 18:50:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-02-19 19:30:25 +08:00
|
|
|
version = "0.52.3"
|
2023-12-04 18:50:46 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-19 19:30:25 +08:00
|
|
|
checksum = "28b0ec9c422ca95ff34a78755cfa6ad4a51371da2a5ace67500cf7ca5f232c58"
|
2023-12-04 18:50:46 +08:00
|
|
|
|
2023-04-30 17:11:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-09-19 12:17:19 +08:00
|
|
|
version = "0.48.5"
|
2023-04-30 17:11:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-19 12:17:19 +08:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2022-11-18 16:15:46 +08:00
|
|
|
|
2023-12-04 18:50:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-02-19 19:30:25 +08:00
|
|
|
version = "0.52.3"
|
2023-12-04 18:50:46 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-19 19:30:25 +08:00
|
|
|
checksum = "704131571ba93e89d7cd43482277d6632589b18ecf4468f591fbae0a8b101614"
|
2023-12-04 18:50:46 +08:00
|
|
|
|
2023-04-30 17:11:47 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-09-19 12:17:19 +08:00
|
|
|
version = "0.48.5"
|
2023-04-30 17:11:47 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-19 12:17:19 +08:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2023-04-30 17:11:47 +08:00
|
|
|
|
2023-12-04 18:50:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-02-19 19:30:25 +08:00
|
|
|
version = "0.52.3"
|
2023-12-04 18:50:46 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-19 19:30:25 +08:00
|
|
|
checksum = "42079295511643151e98d61c38c0acc444e52dd42ab456f7ccfd5152e8ecf21c"
|
2023-12-04 18:50:46 +08:00
|
|
|
|
2022-03-31 10:40:18 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-09-19 12:17:19 +08:00
|
|
|
version = "0.48.5"
|
2022-03-31 10:40:18 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-19 12:17:19 +08:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2022-03-31 10:40:18 +08:00
|
|
|
|
2023-12-04 18:50:46 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-02-19 19:30:25 +08:00
|
|
|
version = "0.52.3"
|
2023-12-04 18:50:46 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-19 19:30:25 +08:00
|
|
|
checksum = "0770833d60a970638e989b3fa9fd2bb1aaadcf88963d1659fd7d9990196ed2d6"
|
2023-12-04 18:50:46 +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",
|
|
|
|
]
|
2023-10-23 10:22:03 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
2024-01-26 15:52:48 +08:00
|
|
|
version = "0.7.32"
|
2023-10-23 10:22:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 15:52:48 +08:00
|
|
|
checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
|
2023-10-23 10:22:03 +08:00
|
|
|
dependencies = [
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
2024-01-26 15:52:48 +08:00
|
|
|
version = "0.7.32"
|
2023-10-23 10:22:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 15:52:48 +08:00
|
|
|
checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
|
2023-10-23 10:22:03 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-20 13:33:20 +08:00
|
|
|
"syn 2.0.50",
|
2023-10-23 10:22:03 +08:00
|
|
|
]
|