2019-04-29 01:54:01 +08:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-08-24 15:57:36 +08:00
|
|
|
version = 3
|
|
|
|
|
2018-02-15 07:03:10 +08:00
|
|
|
[[package]]
|
2023-07-17 04:09:52 +08:00
|
|
|
name = "addr2line"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "0.21.0"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
|
2018-02-15 07:03:10 +08:00
|
|
|
dependencies = [
|
2023-07-17 04:09:52 +08:00
|
|
|
"gimli",
|
2018-02-15 07:03:10 +08:00
|
|
|
]
|
|
|
|
|
2023-07-17 04:09:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2023-05-14 00:12:23 +08:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "1.1.2"
|
2023-05-14 00:12:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
|
2023-05-14 00:12:23 +08:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2018-03-07 21:02:06 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ammonia"
|
2022-12-14 23:03:48 +08:00
|
|
|
version = "3.3.0"
|
2018-03-07 21:02:06 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 23:03:48 +08:00
|
|
|
checksum = "64e6d1c7838db705c9b756557ee27c384ce695a1c51a6fe528784cb1c6840170"
|
2018-03-07 21:02:06 +08:00
|
|
|
dependencies = [
|
2022-12-15 00:03:05 +08:00
|
|
|
"html5ever",
|
2020-05-21 05:32:00 +08:00
|
|
|
"maplit",
|
2022-12-14 23:03:48 +08:00
|
|
|
"once_cell",
|
2020-05-21 05:32:00 +08:00
|
|
|
"tendril",
|
|
|
|
"url",
|
2018-03-07 21:02:06 +08:00
|
|
|
]
|
|
|
|
|
2023-07-17 04:09:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
2018-02-15 07:03:10 +08:00
|
|
|
[[package]]
|
2022-12-14 23:03:48 +08:00
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 23:03:48 +08:00
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
2018-03-11 22:17:38 +08:00
|
|
|
dependencies = [
|
2022-12-14 23:03:48 +08:00
|
|
|
"libc",
|
2018-03-11 22:17:38 +08:00
|
|
|
]
|
2018-02-15 07:03:10 +08:00
|
|
|
|
2023-05-14 01:53:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2024-02-06 06:20:37 +08:00
|
|
|
version = "0.6.11"
|
2023-05-14 01:53:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:20:37 +08:00
|
|
|
checksum = "6e2e1ebcb11de5c03c67de28a7df593d32191b44939c482e97702baaaa6ab6a5"
|
2023-05-14 01:53:22 +08:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
2023-05-14 00:12:23 +08:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "1.0.6"
|
2023-05-14 00:12:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc"
|
2023-05-14 00:12:23 +08:00
|
|
|
|
2023-05-14 01:53:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "0.2.3"
|
2023-05-14 01:53:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
|
2023-05-14 01:53:22 +08:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "1.0.2"
|
2023-05-14 01:53:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
|
2023-05-14 01:53:22 +08:00
|
|
|
dependencies = [
|
2024-02-06 06:37:06 +08:00
|
|
|
"windows-sys 0.52.0",
|
2023-05-14 01:53:22 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "3.0.2"
|
2023-05-14 01:53:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
|
2023-05-14 01:53:22 +08:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2024-02-06 06:37:06 +08:00
|
|
|
"windows-sys 0.52.0",
|
2023-05-14 01:53:22 +08:00
|
|
|
]
|
|
|
|
|
2020-05-21 05:32:00 +08:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "1.0.79"
|
2020-05-21 05:32:00 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
|
2020-05-21 05:32:00 +08:00
|
|
|
|
2021-07-14 07:03:07 +08:00
|
|
|
[[package]]
|
|
|
|
name = "assert_cmd"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "2.0.13"
|
2021-07-14 07:03:07 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "00ad3f3a942eee60335ab4342358c161ee296829e0d16ff42fc1d6cb07815467"
|
2021-07-14 07:03:07 +08:00
|
|
|
dependencies = [
|
2023-05-14 00:12:23 +08:00
|
|
|
"anstyle",
|
2023-02-09 07:40:48 +08:00
|
|
|
"bstr",
|
2021-07-14 07:03:07 +08:00
|
|
|
"doc-comment",
|
2023-07-17 03:42:44 +08:00
|
|
|
"predicates",
|
2021-07-14 07:03:07 +08:00
|
|
|
"predicates-core",
|
|
|
|
"predicates-tree",
|
|
|
|
"wait-timeout",
|
|
|
|
]
|
|
|
|
|
2018-02-15 07:03:10 +08:00
|
|
|
[[package]]
|
2020-05-21 05:32:00 +08:00
|
|
|
name = "autocfg"
|
2022-12-14 23:03:48 +08:00
|
|
|
version = "1.1.0"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 23:03:48 +08:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2018-02-15 07:03:10 +08:00
|
|
|
|
2023-07-17 04:09:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "0.3.69"
|
2023-07-17 04:09:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
|
2023-07-17 04:09:52 +08:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2018-02-15 07:03:10 +08:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "0.21.7"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
2023-05-14 00:12:23 +08:00
|
|
|
|
2018-02-15 07:03:10 +08:00
|
|
|
[[package]]
|
|
|
|
name = "bit-set"
|
2022-12-14 23:03:48 +08:00
|
|
|
version = "0.5.3"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 23:03:48 +08:00
|
|
|
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
|
2018-02-15 07:03:10 +08:00
|
|
|
dependencies = [
|
2020-05-21 05:32:00 +08:00
|
|
|
"bit-vec",
|
2018-02-15 07:03:10 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-vec"
|
2021-05-11 02:08:18 +08:00
|
|
|
version = "0.6.3"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-11 02:08:18 +08:00
|
|
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
2018-02-15 07:03:10 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-08-24 15:57:36 +08:00
|
|
|
version = "1.3.2"
|
2019-05-06 01:12:53 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-24 15:57:36 +08:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2019-05-06 01:12:53 +08:00
|
|
|
|
2023-07-17 04:09:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "2.4.2"
|
2023-07-17 04:09:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
|
2023-07-17 04:09:52 +08:00
|
|
|
|
2019-05-06 01:12:53 +08:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-05-14 01:16:26 +08:00
|
|
|
version = "0.10.4"
|
2019-05-06 01:12:53 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-14 01:16:26 +08:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2019-05-06 01:12:53 +08:00
|
|
|
dependencies = [
|
2022-12-14 23:03:48 +08:00
|
|
|
"generic-array",
|
2019-05-06 01:12:53 +08:00
|
|
|
]
|
|
|
|
|
2022-12-14 23:41:18 +08:00
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "1.9.0"
|
2022-12-14 23:41:18 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "c48f0051a4b4c5e0b6d365cd04af53aeaa209e3cc15ec2cdb69e73cc87fbd0dc"
|
2022-12-14 23:41:18 +08:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2019-05-06 01:12:53 +08:00
|
|
|
[[package]]
|
2022-12-14 23:03:48 +08:00
|
|
|
name = "bumpalo"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "3.14.0"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
|
2018-02-15 07:03:10 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "1.5.0"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2018-02-15 07:03:10 +08:00
|
|
|
|
2021-05-11 02:08:18 +08:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "1.5.0"
|
2022-12-14 23:03:48 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
|
2022-12-14 23:03:48 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "1.0.83"
|
2021-05-11 02:08:18 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2018-02-15 07:03:10 +08:00
|
|
|
|
2021-05-11 02:08:18 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2018-02-15 07:03:10 +08:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "0.4.33"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "9f13690e35a5e4ace198e7beea2895d29f3a9cc55015fcebe6336bd2010af9eb"
|
2018-02-15 07:03:10 +08:00
|
|
|
dependencies = [
|
2023-07-17 04:09:52 +08:00
|
|
|
"android-tzdata",
|
2022-12-14 23:03:48 +08:00
|
|
|
"iana-time-zone",
|
2020-05-21 05:32:00 +08:00
|
|
|
"num-traits",
|
2024-02-06 06:37:06 +08:00
|
|
|
"windows-targets 0.52.0",
|
2018-02-15 07:03:10 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "4.4.18"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "1e578d6ec4194633722ccf9544794b71b1385c3c027efe0c55db226fc880865c"
|
2018-02-15 07:03:10 +08:00
|
|
|
dependencies = [
|
2023-05-14 01:53:22 +08:00
|
|
|
"clap_builder",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "4.4.18"
|
2023-05-14 01:53:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "4df4df40ec50c46000231c914968278b1eb05098cf8f1b3a518a95030e71d1c7"
|
2023-05-14 01:53:22 +08:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
2022-12-14 23:03:48 +08:00
|
|
|
"clap_lex",
|
2020-05-21 05:32:00 +08:00
|
|
|
"strsim",
|
2022-07-04 23:16:31 +08:00
|
|
|
"terminal_size",
|
2022-01-19 05:56:45 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_complete"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "4.4.10"
|
2022-01-19 05:56:45 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "abb745187d7f4d76267b37485a65e0149edd0e91a4cfcdd3f27524ad86cee9f3"
|
2022-01-19 05:56:45 +08:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
2018-02-15 07:03:10 +08:00
|
|
|
]
|
|
|
|
|
2022-12-14 23:03:48 +08:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "0.6.0"
|
2022-12-14 23:03:48 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
|
2023-05-14 01:53:22 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
2022-12-14 23:03:48 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "0.8.6"
|
2022-12-14 23:03:48 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
|
2022-12-14 23:03:48 +08:00
|
|
|
|
2021-05-11 02:08:18 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "0.2.12"
|
2021-05-11 02:08:18 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
|
2021-05-11 02:08:18 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-12-15 06:01:27 +08:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "0.5.11"
|
2022-12-15 06:01:27 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "176dc175b78f56c0f321911d9c8eb2b77a78a4860b9c19db83835fea1a46649b"
|
2022-12-15 06:01:27 +08:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2023-11-30 06:29:31 +08:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "0.8.5"
|
2023-11-30 06:29:31 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
|
2023-11-30 06:29:31 +08:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "0.9.18"
|
2023-11-30 06:29:31 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
2023-11-30 06:29:31 +08:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2022-12-15 06:01:27 +08:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "0.8.19"
|
2022-12-15 06:01:27 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
|
2022-12-15 06:01:27 +08:00
|
|
|
|
2022-12-14 23:03:48 +08:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2023-11-26 17:02:54 +08:00
|
|
|
[[package]]
|
|
|
|
name = "data-encoding"
|
|
|
|
version = "2.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5"
|
|
|
|
|
2022-12-14 23:03:48 +08:00
|
|
|
[[package]]
|
|
|
|
name = "diff"
|
|
|
|
version = "0.1.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "difflib"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
|
|
|
|
|
2021-05-11 02:08:18 +08:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-07-17 04:09:52 +08:00
|
|
|
version = "0.10.7"
|
2021-05-11 02:08:18 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-17 04:09:52 +08:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2021-05-11 02:08:18 +08:00
|
|
|
dependencies = [
|
2022-12-14 23:03:48 +08:00
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
2019-06-01 00:00:15 +08:00
|
|
|
]
|
|
|
|
|
2021-07-14 07:03:07 +08:00
|
|
|
[[package]]
|
|
|
|
name = "doc-comment"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
|
|
|
|
2018-02-15 07:03:10 +08:00
|
|
|
[[package]]
|
2020-05-21 05:32:00 +08:00
|
|
|
name = "elasticlunr-rs"
|
2023-05-14 00:12:23 +08:00
|
|
|
version = "3.0.2"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-14 00:12:23 +08:00
|
|
|
checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
|
2020-05-21 05:32:00 +08:00
|
|
|
dependencies = [
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
]
|
2018-02-15 07:03:10 +08:00
|
|
|
|
2024-02-06 06:20:37 +08:00
|
|
|
[[package]]
|
|
|
|
name = "env_filter"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2019-05-06 01:12:53 +08:00
|
|
|
[[package]]
|
2020-05-21 05:32:00 +08:00
|
|
|
name = "env_logger"
|
2024-02-06 06:20:37 +08:00
|
|
|
version = "0.11.1"
|
2019-05-06 01:12:53 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:20:37 +08:00
|
|
|
checksum = "05e7cf40684ae96ade6232ed84582f40ce0a66efcd43a5117aef610534f8e0b8"
|
2019-05-06 01:12:53 +08:00
|
|
|
dependencies = [
|
2024-02-06 06:20:37 +08:00
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"env_filter",
|
2020-05-21 05:32:00 +08:00
|
|
|
"humantime",
|
|
|
|
"log",
|
2019-05-06 01:12:53 +08:00
|
|
|
]
|
|
|
|
|
2023-05-14 01:16:26 +08:00
|
|
|
[[package]]
|
2023-11-30 06:29:31 +08:00
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
2023-05-14 01:16:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
2023-05-14 01:16:26 +08:00
|
|
|
|
2022-12-14 23:53:24 +08:00
|
|
|
[[package]]
|
2023-11-30 06:29:31 +08:00
|
|
|
name = "errno"
|
|
|
|
version = "0.3.8"
|
2022-12-14 23:53:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
|
2022-12-14 23:53:24 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-11-30 06:29:31 +08:00
|
|
|
"windows-sys 0.52.0",
|
2022-12-14 23:53:24 +08:00
|
|
|
]
|
|
|
|
|
2018-02-15 07:03:10 +08:00
|
|
|
[[package]]
|
2022-12-14 23:03:48 +08:00
|
|
|
name = "fastrand"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "2.0.1"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
|
2018-02-15 07:03:10 +08:00
|
|
|
|
2018-03-07 21:02:06 +08:00
|
|
|
[[package]]
|
2020-05-21 05:32:00 +08:00
|
|
|
name = "filetime"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "0.2.23"
|
2018-03-07 21:02:06 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
|
2018-03-07 21:02:06 +08:00
|
|
|
dependencies = [
|
2022-12-15 06:01:27 +08:00
|
|
|
"cfg-if",
|
2020-05-21 05:32:00 +08:00
|
|
|
"libc",
|
2024-02-06 06:37:06 +08:00
|
|
|
"redox_syscall",
|
|
|
|
"windows-sys 0.52.0",
|
2018-03-07 21:02:06 +08:00
|
|
|
]
|
|
|
|
|
2021-07-14 07:03:07 +08:00
|
|
|
[[package]]
|
|
|
|
name = "float-cmp"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2018-02-15 07:03:10 +08:00
|
|
|
[[package]]
|
2020-05-21 05:32:00 +08:00
|
|
|
name = "fnv"
|
2021-05-11 02:08:18 +08:00
|
|
|
version = "1.0.7"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-11 02:08:18 +08:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "1.2.1"
|
2021-05-11 02:08:18 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2021-05-11 02:08:18 +08:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
2018-02-15 07:03:10 +08:00
|
|
|
|
2019-06-01 00:00:15 +08:00
|
|
|
[[package]]
|
2020-05-21 05:32:00 +08:00
|
|
|
name = "fsevent-sys"
|
2022-12-15 06:01:27 +08:00
|
|
|
version = "4.1.0"
|
2019-06-01 00:00:15 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-15 06:01:27 +08:00
|
|
|
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
|
2019-06-01 00:00:15 +08:00
|
|
|
dependencies = [
|
2020-05-21 05:32:00 +08:00
|
|
|
"libc",
|
2019-06-01 00:00:15 +08:00
|
|
|
]
|
|
|
|
|
2018-02-15 07:03:10 +08:00
|
|
|
[[package]]
|
2020-05-21 05:32:00 +08:00
|
|
|
name = "futf"
|
2022-12-14 23:03:48 +08:00
|
|
|
version = "0.1.5"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 23:03:48 +08:00
|
|
|
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
|
2018-02-15 07:03:10 +08:00
|
|
|
dependencies = [
|
2020-05-21 05:32:00 +08:00
|
|
|
"mac",
|
|
|
|
"new_debug_unreachable",
|
2018-02-15 07:03:10 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-05-21 05:32:00 +08:00
|
|
|
name = "futures-channel"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "0.3.30"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
|
2018-02-15 07:03:10 +08:00
|
|
|
dependencies = [
|
2020-05-21 05:32:00 +08:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2018-02-15 07:03:10 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-05-21 05:32:00 +08:00
|
|
|
name = "futures-core"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "0.3.30"
|
2019-05-06 01:12:53 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
|
2019-05-06 01:12:53 +08:00
|
|
|
|
2018-02-15 07:03:10 +08:00
|
|
|
[[package]]
|
2020-05-21 05:32:00 +08:00
|
|
|
name = "futures-macro"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "0.3.30"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
|
2018-02-15 07:03:10 +08:00
|
|
|
dependencies = [
|
2020-07-01 01:11:09 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-06 06:37:06 +08:00
|
|
|
"syn 2.0.48",
|
2018-02-15 07:03:10 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-05-21 05:32:00 +08:00
|
|
|
name = "futures-sink"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "0.3.30"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
|
2018-02-15 07:03:10 +08:00
|
|
|
|
|
|
|
[[package]]
|
2020-05-21 05:32:00 +08:00
|
|
|
name = "futures-task"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "0.3.30"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
|
2020-05-21 05:32:00 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "0.3.30"
|
2020-05-21 05:32:00 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
|
2018-02-15 07:03:10 +08:00
|
|
|
dependencies = [
|
2020-05-21 05:32:00 +08:00
|
|
|
"futures-core",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
2021-07-26 10:14:34 +08:00
|
|
|
"pin-project-lite",
|
2020-05-21 05:32:00 +08:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
2018-02-15 07:03:10 +08:00
|
|
|
]
|
|
|
|
|
2018-10-20 12:51:45 +08:00
|
|
|
[[package]]
|
2019-05-06 01:12:53 +08:00
|
|
|
name = "generic-array"
|
2023-05-14 01:16:26 +08:00
|
|
|
version = "0.14.7"
|
2018-10-20 12:51:45 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-14 01:16:26 +08:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2019-05-06 01:12:53 +08:00
|
|
|
dependencies = [
|
2020-05-21 05:32:00 +08:00
|
|
|
"typenum",
|
2021-05-11 02:08:18 +08:00
|
|
|
"version_check",
|
2019-05-06 01:12:53 +08:00
|
|
|
]
|
2018-10-20 12:51:45 +08:00
|
|
|
|
2021-05-11 02:08:18 +08:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "0.2.12"
|
2021-05-11 02:08:18 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
|
2021-05-11 02:08:18 +08:00
|
|
|
dependencies = [
|
2022-12-15 06:01:27 +08:00
|
|
|
"cfg-if",
|
2021-05-11 02:08:18 +08:00
|
|
|
"libc",
|
2023-01-26 17:02:43 +08:00
|
|
|
"wasi",
|
2018-07-25 05:15:20 +08:00
|
|
|
]
|
2018-02-15 07:03:10 +08:00
|
|
|
|
2023-07-17 04:09:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "0.28.1"
|
2023-07-17 04:09:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
|
2023-07-17 04:09:52 +08:00
|
|
|
|
2019-10-04 20:59:17 +08:00
|
|
|
[[package]]
|
2023-04-23 03:49:39 +08:00
|
|
|
name = "globset"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "0.4.14"
|
2019-10-04 20:59:17 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
|
2019-10-04 20:59:17 +08:00
|
|
|
dependencies = [
|
2023-07-17 04:09:52 +08:00
|
|
|
"aho-corasick",
|
2023-04-23 03:49:39 +08:00
|
|
|
"bstr",
|
|
|
|
"log",
|
2023-11-30 06:29:31 +08:00
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
2019-10-04 20:59:17 +08:00
|
|
|
]
|
|
|
|
|
2020-05-21 05:32:00 +08:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2024-04-06 00:16:31 +08:00
|
|
|
version = "0.3.26"
|
2020-05-21 05:32:00 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-06 00:16:31 +08:00
|
|
|
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
|
2020-05-21 05:32:00 +08:00
|
|
|
dependencies = [
|
2021-07-26 10:14:34 +08:00
|
|
|
"bytes",
|
2020-05-21 05:32:00 +08:00
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
2023-08-02 23:32:44 +08:00
|
|
|
"indexmap",
|
2020-05-21 05:32:00 +08:00
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
2021-05-11 02:08:18 +08:00
|
|
|
"tracing",
|
2020-05-21 05:32:00 +08:00
|
|
|
]
|
2019-10-04 20:59:17 +08:00
|
|
|
|
2018-02-15 07:03:10 +08:00
|
|
|
[[package]]
|
|
|
|
name = "handlebars"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "5.1.0"
|
2020-05-21 05:32:00 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "ab283476b99e66691dee3f1640fea91487a8d81f50fb5ecc75538f8f8879a1e4"
|
2020-05-21 05:32:00 +08:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"pest",
|
|
|
|
"pest_derive",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-12-14 23:03:48 +08:00
|
|
|
"thiserror",
|
2020-05-21 05:32:00 +08:00
|
|
|
]
|
|
|
|
|
2021-05-11 02:08:18 +08:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "0.14.3"
|
2021-05-11 02:08:18 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
|
2021-05-11 02:08:18 +08:00
|
|
|
|
2020-05-21 05:32:00 +08:00
|
|
|
[[package]]
|
|
|
|
name = "headers"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "0.3.9"
|
2020-05-21 05:32:00 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
|
2020-05-21 05:32:00 +08:00
|
|
|
dependencies = [
|
2023-11-30 06:29:31 +08:00
|
|
|
"base64",
|
2021-07-26 10:14:34 +08:00
|
|
|
"bytes",
|
2020-05-21 05:32:00 +08:00
|
|
|
"headers-core",
|
|
|
|
"http",
|
2022-12-14 23:03:48 +08:00
|
|
|
"httpdate",
|
2020-05-21 05:32:00 +08:00
|
|
|
"mime",
|
2022-12-14 23:03:48 +08:00
|
|
|
"sha1",
|
2020-05-21 05:32:00 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "headers-core"
|
|
|
|
version = "0.2.0"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-21 05:32:00 +08:00
|
|
|
checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
|
2018-02-15 07:03:10 +08:00
|
|
|
dependencies = [
|
2020-05-21 05:32:00 +08:00
|
|
|
"http",
|
2019-05-06 01:12:53 +08:00
|
|
|
]
|
|
|
|
|
2019-11-12 03:25:38 +08:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "0.3.5"
|
2022-12-14 23:53:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "d0c62115964e08cb8039170eb33c1d0e2388a256930279edca206fff675f82c3"
|
2022-12-14 23:53:24 +08:00
|
|
|
|
2022-12-14 23:03:48 +08:00
|
|
|
[[package]]
|
|
|
|
name = "html5ever"
|
|
|
|
version = "0.26.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"mac",
|
2022-12-15 00:03:05 +08:00
|
|
|
"markup5ever",
|
2020-07-01 01:11:09 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-17 04:09:52 +08:00
|
|
|
"syn 1.0.109",
|
2020-05-21 05:32:00 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "0.2.11"
|
2020-05-21 05:32:00 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb"
|
2020-05-21 05:32:00 +08:00
|
|
|
dependencies = [
|
2021-07-26 10:14:34 +08:00
|
|
|
"bytes",
|
2020-05-21 05:32:00 +08:00
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "0.4.6"
|
2018-03-07 21:02:06 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
|
2018-03-07 21:02:06 +08:00
|
|
|
dependencies = [
|
2021-07-26 10:14:34 +08:00
|
|
|
"bytes",
|
2020-05-21 05:32:00 +08:00
|
|
|
"http",
|
2021-07-26 10:14:34 +08:00
|
|
|
"pin-project-lite",
|
2018-03-07 21:02:06 +08:00
|
|
|
]
|
|
|
|
|
2018-02-15 07:03:10 +08:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2022-12-14 23:03:48 +08:00
|
|
|
version = "1.8.0"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 23:03:48 +08:00
|
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
2021-05-11 02:08:18 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "1.0.3"
|
2021-05-11 02:08:18 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
2018-02-15 07:03:10 +08:00
|
|
|
|
2018-03-11 22:17:38 +08:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
2022-06-28 03:50:47 +08:00
|
|
|
version = "2.1.0"
|
2018-03-11 22:17:38 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-28 03:50:47 +08:00
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
2018-03-11 22:17:38 +08:00
|
|
|
|
2018-02-15 07:03:10 +08:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "0.14.28"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
|
2018-02-15 07:03:10 +08:00
|
|
|
dependencies = [
|
2021-07-26 10:14:34 +08:00
|
|
|
"bytes",
|
2020-05-21 05:32:00 +08:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
2021-05-11 02:08:18 +08:00
|
|
|
"httpdate",
|
2020-05-21 05:32:00 +08:00
|
|
|
"itoa",
|
2021-07-26 10:14:34 +08:00
|
|
|
"pin-project-lite",
|
2024-02-06 06:37:06 +08:00
|
|
|
"socket2",
|
2020-05-21 05:32:00 +08:00
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
2021-05-11 02:08:18 +08:00
|
|
|
"tracing",
|
2020-05-21 05:32:00 +08:00
|
|
|
"want",
|
2018-02-15 07:03:10 +08:00
|
|
|
]
|
|
|
|
|
2022-12-14 23:03:48 +08:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "0.1.60"
|
2022-12-14 23:03:48 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
|
2022-12-14 23:03:48 +08:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2023-11-30 06:29:31 +08:00
|
|
|
"windows-core",
|
2022-12-14 23:03:48 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
2023-05-14 01:16:26 +08:00
|
|
|
version = "0.1.2"
|
2022-12-14 23:03:48 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-14 01:16:26 +08:00
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
2022-12-14 23:03:48 +08:00
|
|
|
dependencies = [
|
2023-05-14 01:16:26 +08:00
|
|
|
"cc",
|
2022-12-14 23:03:48 +08:00
|
|
|
]
|
|
|
|
|
2018-02-15 07:03:10 +08:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "0.5.0"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
2018-02-15 07:03:10 +08:00
|
|
|
dependencies = [
|
2020-05-21 05:32:00 +08:00
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2018-02-15 07:03:10 +08:00
|
|
|
]
|
|
|
|
|
2023-04-23 03:49:39 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ignore"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "0.4.22"
|
2023-04-23 03:49:39 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1"
|
2023-04-23 03:49:39 +08:00
|
|
|
dependencies = [
|
2023-11-30 06:29:31 +08:00
|
|
|
"crossbeam-deque",
|
2023-04-23 03:49:39 +08:00
|
|
|
"globset",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
2023-11-30 06:29:31 +08:00
|
|
|
"regex-automata",
|
2023-04-23 03:49:39 +08:00
|
|
|
"same-file",
|
|
|
|
"walkdir",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2019-09-21 17:22:22 +08:00
|
|
|
[[package]]
|
2020-05-21 05:32:00 +08:00
|
|
|
name = "indexmap"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "2.2.2"
|
2019-09-21 17:22:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "824b2ae422412366ba479e8111fd301f7b5faece8149317bb81925979a53f520"
|
2019-09-21 17:22:22 +08:00
|
|
|
dependencies = [
|
2023-11-30 06:29:31 +08:00
|
|
|
"equivalent",
|
2023-08-02 23:32:44 +08:00
|
|
|
"hashbrown",
|
2019-09-21 17:22:22 +08:00
|
|
|
]
|
|
|
|
|
2018-02-15 07:03:10 +08:00
|
|
|
[[package]]
|
|
|
|
name = "inotify"
|
2022-12-15 06:01:27 +08:00
|
|
|
version = "0.9.6"
|
2018-10-20 12:51:45 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-15 06:01:27 +08:00
|
|
|
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
|
2018-10-20 12:51:45 +08:00
|
|
|
dependencies = [
|
2023-07-17 04:09:52 +08:00
|
|
|
"bitflags 1.3.2",
|
2020-05-21 05:32:00 +08:00
|
|
|
"inotify-sys",
|
|
|
|
"libc",
|
2018-10-20 12:51:45 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inotify-sys"
|
2021-05-11 02:08:18 +08:00
|
|
|
version = "0.1.5"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-11 02:08:18 +08:00
|
|
|
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
|
2018-02-15 07:03:10 +08:00
|
|
|
dependencies = [
|
2020-05-21 05:32:00 +08:00
|
|
|
"libc",
|
2018-02-15 07:03:10 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "1.0.10"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
|
2022-12-14 23:03:48 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "0.3.67"
|
2022-12-14 23:03:48 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "9a1d36f1235bc969acba30b7f5990b864423a6068a10f7c90ae8f0112e3a59d1"
|
2022-12-14 23:03:48 +08:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
2018-02-15 07:03:10 +08:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-15 06:01:27 +08:00
|
|
|
name = "kqueue"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "1.0.8"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
|
2018-02-15 07:03:10 +08:00
|
|
|
dependencies = [
|
2022-12-15 06:01:27 +08:00
|
|
|
"kqueue-sys",
|
|
|
|
"libc",
|
2018-02-15 07:03:10 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-15 06:01:27 +08:00
|
|
|
name = "kqueue-sys"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "1.0.4"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
|
2022-12-15 06:01:27 +08:00
|
|
|
dependencies = [
|
2023-07-17 04:09:52 +08:00
|
|
|
"bitflags 1.3.2",
|
2022-12-15 06:01:27 +08:00
|
|
|
"libc",
|
|
|
|
]
|
2018-02-15 07:03:10 +08:00
|
|
|
|
2018-08-21 23:51:34 +08:00
|
|
|
[[package]]
|
2018-10-20 12:51:45 +08:00
|
|
|
name = "libc"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "0.2.153"
|
2018-08-21 23:51:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
|
2022-12-14 23:03:48 +08:00
|
|
|
|
2022-12-14 23:53:24 +08:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "0.4.13"
|
2022-12-14 23:53:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
|
2022-12-14 23:53:24 +08:00
|
|
|
|
2022-12-14 23:03:48 +08:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "0.4.11"
|
2022-12-14 23:03:48 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
|
2022-12-14 23:03:48 +08:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
2018-02-15 07:03:10 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "0.4.20"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
2018-02-15 07:03:10 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mac"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-21 05:32:00 +08:00
|
|
|
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
2018-02-15 07:03:10 +08:00
|
|
|
|
2018-03-07 21:02:06 +08:00
|
|
|
[[package]]
|
|
|
|
name = "maplit"
|
2019-09-21 17:23:11 +08:00
|
|
|
version = "1.0.2"
|
2018-03-07 21:02:06 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-21 05:32:00 +08:00
|
|
|
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
2018-03-07 21:02:06 +08:00
|
|
|
|
2022-12-14 23:03:48 +08:00
|
|
|
[[package]]
|
|
|
|
name = "markup5ever"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
2022-12-15 00:03:05 +08:00
|
|
|
"phf",
|
|
|
|
"phf_codegen",
|
2020-07-01 01:11:09 +08:00
|
|
|
"string_cache",
|
|
|
|
"string_cache_codegen",
|
2020-05-21 05:32:00 +08:00
|
|
|
"tendril",
|
2018-03-07 21:02:06 +08:00
|
|
|
]
|
|
|
|
|
2018-02-15 07:03:10 +08:00
|
|
|
[[package]]
|
2020-05-21 05:32:00 +08:00
|
|
|
name = "markup5ever_rcdom"
|
2022-12-15 00:03:05 +08:00
|
|
|
version = "0.2.0"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-15 00:03:05 +08:00
|
|
|
checksum = "b9521dd6750f8e80ee6c53d65e2e4656d7de37064f3a7a5d2d11d05df93839c2"
|
2020-05-21 05:32:00 +08:00
|
|
|
dependencies = [
|
2022-12-15 00:03:05 +08:00
|
|
|
"html5ever",
|
|
|
|
"markup5ever",
|
2020-05-21 05:32:00 +08:00
|
|
|
"tendril",
|
|
|
|
"xml5ever",
|
|
|
|
]
|
2018-02-15 07:03:10 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mdbook"
|
2024-02-07 11:34:15 +08:00
|
|
|
version = "0.4.37"
|
2018-02-15 07:03:10 +08:00
|
|
|
dependencies = [
|
2020-05-21 05:32:00 +08:00
|
|
|
"ammonia",
|
|
|
|
"anyhow",
|
2021-07-14 07:03:07 +08:00
|
|
|
"assert_cmd",
|
2020-05-21 05:32:00 +08:00
|
|
|
"chrono",
|
|
|
|
"clap",
|
2022-01-19 05:56:45 +08:00
|
|
|
"clap_complete",
|
2020-05-21 05:32:00 +08:00
|
|
|
"elasticlunr-rs",
|
|
|
|
"env_logger",
|
|
|
|
"futures-util",
|
|
|
|
"handlebars",
|
2023-04-23 03:49:39 +08:00
|
|
|
"ignore",
|
2020-05-21 05:32:00 +08:00
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"notify",
|
2022-12-15 06:01:27 +08:00
|
|
|
"notify-debouncer-mini",
|
2022-09-23 06:05:39 +08:00
|
|
|
"once_cell",
|
2021-09-27 01:55:41 +08:00
|
|
|
"opener",
|
2023-11-01 12:33:13 +08:00
|
|
|
"pathdiff",
|
2023-07-17 03:42:44 +08:00
|
|
|
"predicates",
|
2020-05-21 05:32:00 +08:00
|
|
|
"pretty_assertions",
|
|
|
|
"pulldown-cmark",
|
|
|
|
"regex",
|
|
|
|
"select",
|
2021-04-26 23:08:53 +08:00
|
|
|
"semver",
|
2020-05-21 05:32:00 +08:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"shlex",
|
|
|
|
"tempfile",
|
|
|
|
"tokio",
|
|
|
|
"toml",
|
2021-07-21 23:38:59 +08:00
|
|
|
"topological-sort",
|
2020-05-21 05:32:00 +08:00
|
|
|
"walkdir",
|
|
|
|
"warp",
|
2018-02-15 07:03:10 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "2.7.1"
|
2023-11-30 06:29:31 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
|
2018-02-15 07:03:10 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2023-05-14 01:16:26 +08:00
|
|
|
version = "0.3.17"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-14 01:16:26 +08:00
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2018-02-15 07:03:10 +08:00
|
|
|
|
2018-03-20 20:22:35 +08:00
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
2022-12-14 23:03:48 +08:00
|
|
|
version = "2.0.4"
|
2018-03-20 20:22:35 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 23:03:48 +08:00
|
|
|
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
|
2018-03-20 20:22:35 +08:00
|
|
|
dependencies = [
|
2020-05-21 05:32:00 +08:00
|
|
|
"mime",
|
|
|
|
"unicase",
|
2018-03-20 20:22:35 +08:00
|
|
|
]
|
|
|
|
|
2023-07-17 04:09:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "0.7.2"
|
2023-07-17 04:09:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
|
2023-07-17 04:09:52 +08:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
2021-07-26 10:14:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2024-04-06 02:10:01 +08:00
|
|
|
version = "0.8.11"
|
2021-07-26 10:14:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-06 02:10:01 +08:00
|
|
|
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
|
2021-07-26 10:14:34 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
2023-01-26 17:02:43 +08:00
|
|
|
"wasi",
|
2023-11-30 06:29:31 +08:00
|
|
|
"windows-sys 0.48.0",
|
2021-07-26 10:14:34 +08:00
|
|
|
]
|
|
|
|
|
2018-07-25 05:15:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "new_debug_unreachable"
|
2020-05-21 05:32:00 +08:00
|
|
|
version = "1.0.4"
|
2018-07-25 05:15:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-21 05:32:00 +08:00
|
|
|
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
|
2018-02-15 07:03:10 +08:00
|
|
|
|
2021-07-14 07:03:07 +08:00
|
|
|
[[package]]
|
|
|
|
name = "normalize-line-endings"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
|
|
|
|
|
2023-07-17 03:37:23 +08:00
|
|
|
[[package]]
|
|
|
|
name = "normpath"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec60c60a693226186f5d6edf073232bfb6464ed97eb22cf3b01c1e8198fd97f5"
|
|
|
|
dependencies = [
|
2023-11-30 06:29:31 +08:00
|
|
|
"windows-sys 0.48.0",
|
2023-07-17 03:37:23 +08:00
|
|
|
]
|
|
|
|
|
2018-02-15 07:03:10 +08:00
|
|
|
[[package]]
|
|
|
|
name = "notify"
|
2023-08-22 01:29:59 +08:00
|
|
|
version = "6.1.1"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 01:29:59 +08:00
|
|
|
checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
|
2018-02-15 07:03:10 +08:00
|
|
|
dependencies = [
|
2024-02-06 06:37:06 +08:00
|
|
|
"bitflags 2.4.2",
|
2022-12-15 06:01:27 +08:00
|
|
|
"crossbeam-channel",
|
2020-05-21 05:32:00 +08:00
|
|
|
"filetime",
|
|
|
|
"fsevent-sys",
|
|
|
|
"inotify",
|
2022-12-15 06:01:27 +08:00
|
|
|
"kqueue",
|
2020-05-21 05:32:00 +08:00
|
|
|
"libc",
|
2023-08-22 01:29:59 +08:00
|
|
|
"log",
|
2022-12-15 06:01:27 +08:00
|
|
|
"mio",
|
2020-05-21 05:32:00 +08:00
|
|
|
"walkdir",
|
2023-11-30 06:29:31 +08:00
|
|
|
"windows-sys 0.48.0",
|
2022-12-15 06:01:27 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "notify-debouncer-mini"
|
2023-08-22 01:29:59 +08:00
|
|
|
version = "0.4.1"
|
2022-12-15 06:01:27 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 01:29:59 +08:00
|
|
|
checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
|
2022-12-15 06:01:27 +08:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
2023-08-22 01:29:59 +08:00
|
|
|
"log",
|
2022-12-15 06:01:27 +08:00
|
|
|
"notify",
|
2018-02-15 07:03:10 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "0.2.17"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
|
2018-02-15 07:03:10 +08:00
|
|
|
dependencies = [
|
2020-07-01 01:11:09 +08:00
|
|
|
"autocfg",
|
2018-02-15 07:03:10 +08:00
|
|
|
]
|
|
|
|
|
2021-07-26 10:14:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-07-17 04:09:52 +08:00
|
|
|
version = "1.16.0"
|
2021-07-26 10:14:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-17 04:09:52 +08:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2021-07-26 10:14:34 +08:00
|
|
|
dependencies = [
|
2023-07-17 04:09:52 +08:00
|
|
|
"hermit-abi",
|
2021-07-26 10:14:34 +08:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-07-17 04:09:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "0.32.2"
|
2023-07-17 04:09:52 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
|
2023-07-17 04:09:52 +08:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-09-23 06:05:39 +08:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "1.19.0"
|
2022-09-23 06:05:39 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
2022-09-23 06:05:39 +08:00
|
|
|
|
2019-05-06 01:12:53 +08:00
|
|
|
[[package]]
|
2022-12-14 23:03:48 +08:00
|
|
|
name = "opener"
|
2023-07-17 03:37:23 +08:00
|
|
|
version = "0.6.1"
|
2019-05-06 01:12:53 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-17 03:37:23 +08:00
|
|
|
checksum = "6c62dcb6174f9cb326eac248f07e955d5d559c272730b6c03e396b443b562788"
|
2022-12-14 23:03:48 +08:00
|
|
|
dependencies = [
|
2023-02-09 07:40:48 +08:00
|
|
|
"bstr",
|
2023-07-17 03:37:23 +08:00
|
|
|
"normpath",
|
2022-12-15 06:01:27 +08:00
|
|
|
"winapi",
|
2022-12-14 23:03:48 +08:00
|
|
|
]
|
2019-05-06 01:12:53 +08:00
|
|
|
|
2022-01-19 05:56:45 +08:00
|
|
|
[[package]]
|
2022-12-14 23:03:48 +08:00
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.1"
|
2022-01-19 05:56:45 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 23:03:48 +08:00
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
2022-01-19 05:56:45 +08:00
|
|
|
dependencies = [
|
2022-12-14 23:03:48 +08:00
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
2022-01-19 05:56:45 +08:00
|
|
|
]
|
|
|
|
|
2019-05-26 20:05:42 +08:00
|
|
|
[[package]]
|
2022-12-14 23:03:48 +08:00
|
|
|
name = "parking_lot_core"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "0.9.9"
|
2019-05-26 20:05:42 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
|
2019-05-26 20:05:42 +08:00
|
|
|
dependencies = [
|
2022-12-15 06:01:27 +08:00
|
|
|
"cfg-if",
|
2022-12-14 23:03:48 +08:00
|
|
|
"libc",
|
2024-02-06 06:37:06 +08:00
|
|
|
"redox_syscall",
|
2022-12-14 23:03:48 +08:00
|
|
|
"smallvec",
|
2023-11-30 06:29:31 +08:00
|
|
|
"windows-targets 0.48.5",
|
2019-05-26 20:05:42 +08:00
|
|
|
]
|
|
|
|
|
2023-11-01 12:33:13 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pathdiff"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
|
|
|
|
|
2019-09-21 17:22:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "2.3.1"
|
2019-09-21 17:22:22 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2019-09-21 17:22:22 +08:00
|
|
|
|
2018-10-20 12:51:45 +08:00
|
|
|
[[package]]
|
2019-05-06 01:12:53 +08:00
|
|
|
name = "pest"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "2.7.7"
|
2018-10-20 12:51:45 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "219c0dcc30b6a27553f9cc242972b67f75b60eb0db71f0b5462f38b058c41546"
|
2018-10-20 12:51:45 +08:00
|
|
|
dependencies = [
|
2023-11-30 06:29:31 +08:00
|
|
|
"memchr",
|
2022-12-14 23:03:48 +08:00
|
|
|
"thiserror",
|
2020-05-21 05:32:00 +08:00
|
|
|
"ucd-trie",
|
2018-10-20 12:51:45 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-05-06 01:12:53 +08:00
|
|
|
name = "pest_derive"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "2.7.7"
|
2018-10-20 12:51:45 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "22e1288dbd7786462961e69bfd4df7848c1e37e8b74303dbdab82c3a9cdd2809"
|
2018-10-20 12:51:45 +08:00
|
|
|
dependencies = [
|
2020-05-21 05:32:00 +08:00
|
|
|
"pest",
|
|
|
|
"pest_generator",
|
2018-08-21 23:51:34 +08:00
|
|
|
]
|
2018-02-15 07:03:10 +08:00
|
|
|
|
|
|
|
[[package]]
|
2019-05-06 01:12:53 +08:00
|
|
|
name = "pest_generator"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "2.7.7"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "1381c29a877c6d34b8c176e734f35d7f7f5b3adaefe940cb4d1bb7af94678e2e"
|
2019-05-06 01:12:53 +08:00
|
|
|
dependencies = [
|
2020-05-21 05:32:00 +08:00
|
|
|
"pest",
|
|
|
|
"pest_meta",
|
2020-07-01 01:11:09 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-06 06:37:06 +08:00
|
|
|
"syn 2.0.48",
|
2019-05-06 01:12:53 +08:00
|
|
|
]
|
2018-02-15 07:03:10 +08:00
|
|
|
|
|
|
|
[[package]]
|
2019-05-06 01:12:53 +08:00
|
|
|
name = "pest_meta"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "2.7.7"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "d0934d6907f148c22a3acbda520c7eed243ad7487a30f51f6ce52b58b7077a8a"
|
2018-03-11 22:26:24 +08:00
|
|
|
dependencies = [
|
2022-12-14 23:03:48 +08:00
|
|
|
"once_cell",
|
2020-05-21 05:32:00 +08:00
|
|
|
"pest",
|
2023-05-14 01:16:26 +08:00
|
|
|
"sha2",
|
2018-03-11 22:26:24 +08:00
|
|
|
]
|
2018-02-15 07:03:10 +08:00
|
|
|
|
2022-12-14 23:03:48 +08:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
|
|
|
|
dependencies = [
|
2022-12-15 00:03:05 +08:00
|
|
|
"phf_shared",
|
2022-12-14 23:03:48 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
|
|
|
|
dependencies = [
|
2022-12-15 00:03:05 +08:00
|
|
|
"phf_generator",
|
|
|
|
"phf_shared",
|
2018-02-15 07:03:10 +08:00
|
|
|
]
|
|
|
|
|
2022-12-14 23:03:48 +08:00
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
|
|
|
|
dependencies = [
|
2022-12-15 00:03:05 +08:00
|
|
|
"phf_shared",
|
|
|
|
"rand",
|
2020-05-21 05:32:00 +08:00
|
|
|
]
|
|
|
|
|
2022-12-14 23:03:48 +08:00
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
|
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
2021-05-11 02:08:18 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "1.1.4"
|
2020-05-21 05:32:00 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "0302c4a0442c456bd56f841aee5c3bfd17967563f6fadc9ceb9f9c23cf3807e0"
|
2020-05-21 05:32:00 +08:00
|
|
|
dependencies = [
|
2021-07-26 10:14:34 +08:00
|
|
|
"pin-project-internal",
|
2021-05-11 02:08:18 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "1.1.4"
|
2021-05-11 02:08:18 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "266c042b60c9c76b8d53061e52b2e0d1116abc57cefc8c5cd671619a56ac3690"
|
2018-02-15 07:03:10 +08:00
|
|
|
dependencies = [
|
2020-07-01 01:11:09 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-06 06:37:06 +08:00
|
|
|
"syn 2.0.48",
|
2018-02-15 07:03:10 +08:00
|
|
|
]
|
|
|
|
|
2021-05-11 02:08:18 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "0.2.13"
|
2021-05-11 02:08:18 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
|
2020-05-21 05:32:00 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
2021-05-11 02:08:18 +08:00
|
|
|
version = "0.1.0"
|
2020-05-21 05:32:00 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-11 02:08:18 +08:00
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2020-05-21 05:32:00 +08:00
|
|
|
|
2019-09-21 17:23:11 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2022-12-14 23:03:48 +08:00
|
|
|
version = "0.2.17"
|
2019-09-21 17:23:11 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 23:03:48 +08:00
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
2019-09-21 17:23:11 +08:00
|
|
|
|
2018-02-15 07:03:10 +08:00
|
|
|
[[package]]
|
|
|
|
name = "precomputed-hash"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-21 05:32:00 +08:00
|
|
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
2018-02-15 07:03:10 +08:00
|
|
|
|
2023-05-14 00:12:23 +08:00
|
|
|
[[package]]
|
|
|
|
name = "predicates"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "3.1.0"
|
2023-05-14 00:12:23 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "68b87bfd4605926cdfefc1c3b5f8fe560e3feca9d5552cf68c466d3d8236c7e8"
|
2023-05-14 00:12:23 +08:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"difflib",
|
2023-07-17 03:42:44 +08:00
|
|
|
"float-cmp",
|
|
|
|
"normalize-line-endings",
|
2023-05-14 00:12:23 +08:00
|
|
|
"predicates-core",
|
2023-07-17 03:42:44 +08:00
|
|
|
"regex",
|
2023-05-14 00:12:23 +08:00
|
|
|
]
|
|
|
|
|
2021-07-14 07:03:07 +08:00
|
|
|
[[package]]
|
|
|
|
name = "predicates-core"
|
2023-05-14 00:12:23 +08:00
|
|
|
version = "1.0.6"
|
2021-07-14 07:03:07 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-14 00:12:23 +08:00
|
|
|
checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"
|
2021-07-14 07:03:07 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "predicates-tree"
|
2023-05-14 01:16:26 +08:00
|
|
|
version = "1.0.9"
|
2021-07-14 07:03:07 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-14 01:16:26 +08:00
|
|
|
checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf"
|
2021-07-14 07:03:07 +08:00
|
|
|
dependencies = [
|
|
|
|
"predicates-core",
|
2022-12-14 23:03:48 +08:00
|
|
|
"termtree",
|
2021-07-14 07:03:07 +08:00
|
|
|
]
|
|
|
|
|
2018-02-15 07:03:10 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pretty_assertions"
|
2023-07-17 04:09:52 +08:00
|
|
|
version = "1.4.0"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-17 04:09:52 +08:00
|
|
|
checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
|
2018-02-15 07:03:10 +08:00
|
|
|
dependencies = [
|
2022-06-28 04:20:09 +08:00
|
|
|
"diff",
|
2022-12-14 23:03:48 +08:00
|
|
|
"yansi",
|
2018-02-15 07:03:10 +08:00
|
|
|
]
|
|
|
|
|
2019-09-21 17:23:11 +08:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "1.0.78"
|
2019-09-21 17:23:11 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
|
2019-09-21 17:23:11 +08:00
|
|
|
dependencies = [
|
2022-12-14 23:03:48 +08:00
|
|
|
"unicode-ident",
|
2019-09-21 17:23:11 +08:00
|
|
|
]
|
|
|
|
|
2018-02-15 07:03:10 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pulldown-cmark"
|
2024-02-06 06:11:27 +08:00
|
|
|
version = "0.10.0"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:11:27 +08:00
|
|
|
checksum = "dce76ce678ffc8e5675b22aa1405de0b7037e2fdf8913fea40d1926c6fe1e6e7"
|
2018-02-15 07:03:10 +08:00
|
|
|
dependencies = [
|
2024-02-06 06:37:06 +08:00
|
|
|
"bitflags 2.4.2",
|
2020-05-21 05:32:00 +08:00
|
|
|
"memchr",
|
2024-02-06 06:11:27 +08:00
|
|
|
"pulldown-cmark-escape",
|
2020-05-21 05:32:00 +08:00
|
|
|
"unicase",
|
2018-02-24 18:14:52 +08:00
|
|
|
]
|
|
|
|
|
2024-02-06 06:11:27 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pulldown-cmark-escape"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d5d8f9aa0e3cbcfaf8bf00300004ee3b72f74770f9cbac93f6928771f613276b"
|
|
|
|
|
2018-03-11 22:17:38 +08:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "1.0.35"
|
2018-03-11 22:17:38 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
2018-03-11 22:17:38 +08:00
|
|
|
dependencies = [
|
2020-07-01 01:11:09 +08:00
|
|
|
"proc-macro2",
|
2019-09-21 17:23:11 +08:00
|
|
|
]
|
|
|
|
|
2021-05-11 02:08:18 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-12-14 23:03:48 +08:00
|
|
|
version = "0.8.5"
|
2021-05-11 02:08:18 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 23:03:48 +08:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-05-11 02:08:18 +08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-12-15 00:03:05 +08:00
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
2021-05-11 02:08:18 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-08-24 15:57:36 +08:00
|
|
|
version = "0.3.1"
|
2021-05-11 02:08:18 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-24 15:57:36 +08:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2021-05-11 02:08:18 +08:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2022-12-15 00:03:05 +08:00
|
|
|
"rand_core",
|
2021-05-11 02:08:18 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2022-12-14 23:03:48 +08:00
|
|
|
version = "0.6.4"
|
2021-05-11 02:08:18 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 23:03:48 +08:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2021-05-11 02:08:18 +08:00
|
|
|
dependencies = [
|
2022-12-15 00:03:05 +08:00
|
|
|
"getrandom",
|
2019-05-06 01:12:53 +08:00
|
|
|
]
|
2018-02-15 07:03:10 +08:00
|
|
|
|
2023-11-30 06:29:31 +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",
|
|
|
|
]
|
|
|
|
|
2018-05-13 18:35:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "1.10.3"
|
2018-05-13 18:35:17 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
|
2018-05-13 18:35:17 +08:00
|
|
|
dependencies = [
|
2023-07-17 04:09:52 +08:00
|
|
|
"aho-corasick",
|
2020-05-21 05:32:00 +08:00
|
|
|
"memchr",
|
2023-07-17 04:09:52 +08:00
|
|
|
"regex-automata",
|
2020-05-21 05:32:00 +08:00
|
|
|
"regex-syntax",
|
2018-05-13 18:35:17 +08:00
|
|
|
]
|
|
|
|
|
2021-07-14 07:03:07 +08:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "0.4.5"
|
2021-07-14 07:03:07 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd"
|
2023-07-17 04:09:52 +08:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
2021-07-14 07:03:07 +08:00
|
|
|
|
2018-02-15 07:03:10 +08:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "0.8.2"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
|
2023-07-17 04:09:52 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
2018-02-15 07:03:10 +08:00
|
|
|
|
2022-12-14 23:53:24 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "0.38.31"
|
2022-12-14 23:53:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949"
|
2022-12-14 23:53:24 +08:00
|
|
|
dependencies = [
|
2024-02-06 06:37:06 +08:00
|
|
|
"bitflags 2.4.2",
|
2023-07-17 04:09:52 +08:00
|
|
|
"errno",
|
2022-12-14 23:53:24 +08:00
|
|
|
"libc",
|
2023-11-30 06:29:31 +08:00
|
|
|
"linux-raw-sys",
|
2024-02-06 06:37:06 +08:00
|
|
|
"windows-sys 0.52.0",
|
2022-12-14 23:53:24 +08:00
|
|
|
]
|
|
|
|
|
2022-12-14 23:03:48 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "1.0.4"
|
2022-12-14 23:03:48 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
|
2022-12-14 23:03:48 +08:00
|
|
|
dependencies = [
|
2023-11-30 06:29:31 +08:00
|
|
|
"base64",
|
2022-12-14 23:03:48 +08:00
|
|
|
]
|
|
|
|
|
2018-08-21 23:51:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "1.0.16"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c"
|
2018-02-15 07:03:10 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
2020-05-21 05:32:00 +08:00
|
|
|
version = "1.0.6"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-21 05:32:00 +08:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2018-02-15 07:03:10 +08:00
|
|
|
dependencies = [
|
2020-05-21 05:32:00 +08:00
|
|
|
"winapi-util",
|
2018-02-15 07:03:10 +08:00
|
|
|
]
|
|
|
|
|
2020-05-21 05:32:00 +08:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
2022-12-14 23:03:48 +08:00
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "1.2.0"
|
2020-05-21 05:32:00 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2022-12-14 23:03:48 +08:00
|
|
|
|
2018-02-15 07:03:10 +08:00
|
|
|
[[package]]
|
|
|
|
name = "select"
|
2022-12-15 00:03:05 +08:00
|
|
|
version = "0.6.0"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-15 00:03:05 +08:00
|
|
|
checksum = "6f9da09dc3f4dfdb6374cbffff7a2cffcec316874d4429899eefdc97b3b94dcd"
|
2018-02-15 07:03:10 +08:00
|
|
|
dependencies = [
|
2020-05-21 05:32:00 +08:00
|
|
|
"bit-set",
|
2022-12-15 00:03:05 +08:00
|
|
|
"html5ever",
|
2020-07-01 01:11:09 +08:00
|
|
|
"markup5ever_rcdom",
|
2018-02-15 07:03:10 +08:00
|
|
|
]
|
|
|
|
|
2021-04-26 23:08:53 +08:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "1.0.21"
|
2021-04-26 23:08:53 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "b97ed7a9823b74f99c7742f5336af7be5ecd3eeafcb1507d1fa93347b1d589b0"
|
2021-04-26 23:08:53 +08:00
|
|
|
|
2018-02-15 07:03:10 +08:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "1.0.196"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32"
|
2022-05-05 14:33:51 +08:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
2018-02-15 07:03:10 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "1.0.196"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67"
|
2018-02-15 07:03:10 +08:00
|
|
|
dependencies = [
|
2020-07-01 01:11:09 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-06 06:37:06 +08:00
|
|
|
"syn 2.0.48",
|
2018-02-15 07:03:10 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "1.0.113"
|
2019-05-06 01:12:53 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79"
|
2019-05-06 01:12:53 +08:00
|
|
|
dependencies = [
|
2020-05-21 05:32:00 +08:00
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2022-12-14 23:03:48 +08:00
|
|
|
version = "0.7.1"
|
2020-05-21 05:32:00 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 23:03:48 +08:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2020-05-21 05:32:00 +08:00
|
|
|
dependencies = [
|
2021-07-26 10:14:34 +08:00
|
|
|
"form_urlencoded",
|
2020-05-21 05:32:00 +08:00
|
|
|
"itoa",
|
2021-07-26 10:14:34 +08:00
|
|
|
"ryu",
|
2020-05-21 05:32:00 +08:00
|
|
|
"serde",
|
2019-05-06 01:12:53 +08:00
|
|
|
]
|
|
|
|
|
2021-05-11 02:08:18 +08:00
|
|
|
[[package]]
|
2022-12-14 23:03:48 +08:00
|
|
|
name = "sha1"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "0.10.6"
|
2021-05-11 02:08:18 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
2021-05-11 02:08:18 +08:00
|
|
|
dependencies = [
|
2022-12-15 06:01:27 +08:00
|
|
|
"cfg-if",
|
2021-05-11 02:08:18 +08:00
|
|
|
"cpufeatures",
|
2022-12-14 23:03:48 +08:00
|
|
|
"digest",
|
2018-02-15 07:03:10 +08:00
|
|
|
]
|
|
|
|
|
2023-05-14 01:16:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "0.10.8"
|
2023-05-14 01:16:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
2023-05-14 01:16:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2018-02-15 07:03:10 +08:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
2024-01-23 05:52:27 +08:00
|
|
|
version = "1.3.0"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-23 05:52:27 +08:00
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
2018-02-15 07:03:10 +08:00
|
|
|
|
2020-05-21 05:32:00 +08:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "0.3.11"
|
2020-05-21 05:32:00 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
2018-02-15 07:03:10 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "0.4.9"
|
2022-12-14 23:03:48 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2022-12-14 23:03:48 +08:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "1.13.1"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
|
2018-03-11 22:17:38 +08:00
|
|
|
|
2023-11-30 06:29:31 +08:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
|
|
|
version = "0.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2018-03-07 21:02:06 +08:00
|
|
|
[[package]]
|
|
|
|
name = "string_cache"
|
2023-05-14 01:16:26 +08:00
|
|
|
version = "0.8.7"
|
2018-03-07 21:02:06 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-14 01:16:26 +08:00
|
|
|
checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
|
2018-03-07 21:02:06 +08:00
|
|
|
dependencies = [
|
2020-05-21 05:32:00 +08:00
|
|
|
"new_debug_unreachable",
|
2022-12-14 23:03:48 +08:00
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
2022-12-15 00:03:05 +08:00
|
|
|
"phf_shared",
|
2020-05-21 05:32:00 +08:00
|
|
|
"precomputed-hash",
|
|
|
|
"serde",
|
2018-03-07 21:02:06 +08:00
|
|
|
]
|
|
|
|
|
2020-05-21 05:32:00 +08:00
|
|
|
[[package]]
|
|
|
|
name = "string_cache_codegen"
|
2022-12-14 23:03:48 +08:00
|
|
|
version = "0.5.2"
|
2020-05-21 05:32:00 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 23:03:48 +08:00
|
|
|
checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
|
2018-02-15 07:03:10 +08:00
|
|
|
dependencies = [
|
2022-12-15 00:03:05 +08:00
|
|
|
"phf_generator",
|
|
|
|
"phf_shared",
|
2020-07-01 01:11:09 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2018-02-15 07:03:10 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2022-01-19 05:56:45 +08:00
|
|
|
version = "0.10.0"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-19 05:56:45 +08:00
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
2018-02-15 07:03:10 +08:00
|
|
|
|
|
|
|
[[package]]
|
2019-09-21 17:23:11 +08:00
|
|
|
name = "syn"
|
2023-07-17 04:09:52 +08:00
|
|
|
version = "1.0.109"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-17 04:09:52 +08:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2018-02-15 07:03:10 +08:00
|
|
|
dependencies = [
|
2020-07-01 01:11:09 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-12-14 23:03:48 +08:00
|
|
|
"unicode-ident",
|
2019-06-01 00:00:15 +08:00
|
|
|
]
|
|
|
|
|
2023-05-14 01:16:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "2.0.48"
|
2023-05-14 01:16:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
|
2023-05-14 01:16:26 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2018-02-15 07:03:10 +08:00
|
|
|
[[package]]
|
2018-03-27 07:47:37 +08:00
|
|
|
name = "tempfile"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "3.10.0"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669e67"
|
2018-02-15 07:03:10 +08:00
|
|
|
dependencies = [
|
2022-12-15 06:01:27 +08:00
|
|
|
"cfg-if",
|
2022-12-14 23:03:48 +08:00
|
|
|
"fastrand",
|
2023-11-30 06:29:31 +08:00
|
|
|
"rustix",
|
2024-02-06 06:37:06 +08:00
|
|
|
"windows-sys 0.52.0",
|
2018-02-15 07:03:10 +08:00
|
|
|
]
|
|
|
|
|
2018-03-07 21:02:06 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tendril"
|
2022-12-14 23:03:48 +08:00
|
|
|
version = "0.4.3"
|
2018-03-07 21:02:06 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 23:03:48 +08:00
|
|
|
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
|
2018-03-07 21:02:06 +08:00
|
|
|
dependencies = [
|
2020-05-21 05:32:00 +08:00
|
|
|
"futf",
|
|
|
|
"mac",
|
|
|
|
"utf-8",
|
2018-03-07 21:02:06 +08:00
|
|
|
]
|
|
|
|
|
2022-12-14 23:03:48 +08:00
|
|
|
[[package]]
|
2022-07-04 23:16:31 +08:00
|
|
|
name = "terminal_size"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "0.3.0"
|
2022-12-14 23:03:48 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
|
2022-07-04 23:16:31 +08:00
|
|
|
dependencies = [
|
2023-11-30 06:29:31 +08:00
|
|
|
"rustix",
|
|
|
|
"windows-sys 0.48.0",
|
2022-07-04 23:16:31 +08:00
|
|
|
]
|
2022-12-14 23:03:48 +08:00
|
|
|
|
2018-02-15 07:03:10 +08:00
|
|
|
[[package]]
|
2022-07-04 23:16:31 +08:00
|
|
|
name = "termtree"
|
2023-05-14 01:16:26 +08:00
|
|
|
version = "0.4.1"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-14 01:16:26 +08:00
|
|
|
checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
|
2018-02-15 07:03:10 +08:00
|
|
|
|
2022-06-21 01:48:03 +08:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "1.0.56"
|
2022-06-21 01:48:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad"
|
2022-06-21 01:48:03 +08:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "1.0.56"
|
2022-06-21 01:48:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471"
|
2022-06-21 01:48:03 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-06 06:37:06 +08:00
|
|
|
"syn 2.0.48",
|
2023-04-23 03:49:39 +08:00
|
|
|
]
|
|
|
|
|
2018-02-15 07:03:10 +08:00
|
|
|
[[package]]
|
2021-05-11 02:08:18 +08:00
|
|
|
name = "tinyvec"
|
2022-12-14 23:03:48 +08:00
|
|
|
version = "1.6.0"
|
2018-10-20 12:51:45 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 23:03:48 +08:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2018-10-20 12:51:45 +08:00
|
|
|
dependencies = [
|
2021-05-11 02:08:18 +08:00
|
|
|
"tinyvec_macros",
|
2018-02-15 07:03:10 +08:00
|
|
|
]
|
|
|
|
|
2021-05-11 02:08:18 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-05-14 01:16:26 +08:00
|
|
|
version = "0.1.1"
|
2021-05-11 02:08:18 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-14 01:16:26 +08:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2021-05-11 02:08:18 +08:00
|
|
|
|
2018-02-15 07:03:10 +08:00
|
|
|
[[package]]
|
2020-05-21 05:32:00 +08:00
|
|
|
name = "tokio"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "1.36.0"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931"
|
2018-02-15 07:03:10 +08:00
|
|
|
dependencies = [
|
2023-07-17 04:09:52 +08:00
|
|
|
"backtrace",
|
2021-07-26 10:14:34 +08:00
|
|
|
"bytes",
|
|
|
|
"libc",
|
2022-12-15 06:01:27 +08:00
|
|
|
"mio",
|
2021-07-26 10:14:34 +08:00
|
|
|
"num_cpus",
|
|
|
|
"pin-project-lite",
|
2024-02-06 06:37:06 +08:00
|
|
|
"socket2",
|
2020-05-21 05:32:00 +08:00
|
|
|
"tokio-macros",
|
2023-11-30 06:29:31 +08:00
|
|
|
"windows-sys 0.48.0",
|
2018-02-15 07:03:10 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-05-21 05:32:00 +08:00
|
|
|
name = "tokio-macros"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "2.2.0"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
|
2018-02-15 07:03:10 +08:00
|
|
|
dependencies = [
|
2020-07-01 01:11:09 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-06 06:37:06 +08:00
|
|
|
"syn 2.0.48",
|
2019-06-01 00:00:15 +08:00
|
|
|
]
|
|
|
|
|
2021-07-26 10:14:34 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
2023-05-14 01:16:26 +08:00
|
|
|
version = "0.1.14"
|
2021-07-26 10:14:34 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-14 01:16:26 +08:00
|
|
|
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
|
2021-07-26 10:14:34 +08:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2019-06-01 00:00:15 +08:00
|
|
|
[[package]]
|
2020-05-21 05:32:00 +08:00
|
|
|
name = "tokio-tungstenite"
|
2023-11-26 17:02:54 +08:00
|
|
|
version = "0.20.1"
|
2019-06-01 00:00:15 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 17:02:54 +08:00
|
|
|
checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
|
2019-06-01 00:00:15 +08:00
|
|
|
dependencies = [
|
2021-05-11 02:08:18 +08:00
|
|
|
"futures-util",
|
2020-05-21 05:32:00 +08:00
|
|
|
"log",
|
|
|
|
"tokio",
|
|
|
|
"tungstenite",
|
2018-02-15 07:03:10 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-05-21 05:32:00 +08:00
|
|
|
name = "tokio-util"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "0.7.10"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
|
2020-05-21 05:32:00 +08:00
|
|
|
dependencies = [
|
2021-07-26 10:14:34 +08:00
|
|
|
"bytes",
|
2020-05-21 05:32:00 +08:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2021-07-26 10:14:34 +08:00
|
|
|
"pin-project-lite",
|
2020-05-21 05:32:00 +08:00
|
|
|
"tokio",
|
2022-12-14 23:03:48 +08:00
|
|
|
"tracing",
|
2020-05-21 05:32:00 +08:00
|
|
|
]
|
2018-02-15 07:03:10 +08:00
|
|
|
|
|
|
|
[[package]]
|
2020-05-21 05:32:00 +08:00
|
|
|
name = "toml"
|
2023-08-02 23:32:44 +08:00
|
|
|
version = "0.5.11"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-02 23:32:44 +08:00
|
|
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
2018-02-15 07:03:10 +08:00
|
|
|
dependencies = [
|
2020-05-21 05:32:00 +08:00
|
|
|
"serde",
|
2018-02-15 07:03:10 +08:00
|
|
|
]
|
|
|
|
|
2021-07-21 23:38:59 +08:00
|
|
|
[[package]]
|
|
|
|
name = "topological-sort"
|
2022-12-15 00:04:59 +08:00
|
|
|
version = "0.2.2"
|
2021-07-21 23:38:59 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-15 00:04:59 +08:00
|
|
|
checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
|
2021-07-21 23:38:59 +08:00
|
|
|
|
2018-03-11 22:17:38 +08:00
|
|
|
[[package]]
|
2020-05-21 05:32:00 +08:00
|
|
|
name = "tower-service"
|
2022-12-14 23:03:48 +08:00
|
|
|
version = "0.3.2"
|
2019-05-06 01:12:53 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 23:03:48 +08:00
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
2021-05-11 02:08:18 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "0.1.40"
|
2021-05-11 02:08:18 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
2021-05-11 02:08:18 +08:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
2021-07-26 10:14:34 +08:00
|
|
|
"pin-project-lite",
|
2021-05-11 02:08:18 +08:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "0.1.32"
|
2021-05-11 02:08:18 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
2021-05-11 02:08:18 +08:00
|
|
|
dependencies = [
|
2022-12-14 23:03:48 +08:00
|
|
|
"once_cell",
|
2021-05-11 02:08:18 +08:00
|
|
|
]
|
|
|
|
|
2019-05-06 01:12:53 +08:00
|
|
|
[[package]]
|
2020-05-21 05:32:00 +08:00
|
|
|
name = "try-lock"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "0.2.5"
|
2019-05-06 01:12:53 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
2019-05-06 01:12:53 +08:00
|
|
|
|
2018-02-15 07:03:10 +08:00
|
|
|
[[package]]
|
2020-05-21 05:32:00 +08:00
|
|
|
name = "tungstenite"
|
2023-11-26 17:02:54 +08:00
|
|
|
version = "0.20.1"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 17:02:54 +08:00
|
|
|
checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
|
2018-02-15 07:03:10 +08:00
|
|
|
dependencies = [
|
2020-05-21 05:32:00 +08:00
|
|
|
"byteorder",
|
2021-07-26 10:14:34 +08:00
|
|
|
"bytes",
|
2023-11-26 17:02:54 +08:00
|
|
|
"data-encoding",
|
2020-05-21 05:32:00 +08:00
|
|
|
"http",
|
|
|
|
"httparse",
|
|
|
|
"log",
|
2022-12-15 00:03:05 +08:00
|
|
|
"rand",
|
2023-05-14 00:12:23 +08:00
|
|
|
"sha1",
|
2022-06-21 01:48:03 +08:00
|
|
|
"thiserror",
|
2020-05-21 05:32:00 +08:00
|
|
|
"url",
|
|
|
|
"utf-8",
|
2018-02-15 07:03:10 +08:00
|
|
|
]
|
|
|
|
|
2020-05-21 05:32:00 +08:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "1.17.0"
|
2020-05-21 05:32:00 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2020-05-21 05:32:00 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
2023-07-17 04:09:52 +08:00
|
|
|
version = "0.1.6"
|
2020-05-21 05:32:00 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-17 04:09:52 +08:00
|
|
|
checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
|
2020-05-21 05:32:00 +08:00
|
|
|
|
2019-06-12 00:26:24 +08:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "2.7.0"
|
2019-06-12 00:26:24 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
|
2019-06-12 00:26:24 +08:00
|
|
|
dependencies = [
|
2020-05-21 05:32:00 +08:00
|
|
|
"version_check",
|
2019-06-12 00:26:24 +08:00
|
|
|
]
|
|
|
|
|
2018-02-15 07:03:10 +08:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "0.3.15"
|
2022-12-14 23:03:48 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
|
2022-12-14 23:03:48 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "1.0.12"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2018-02-15 07:03:10 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2022-12-14 23:03:48 +08:00
|
|
|
version = "0.1.22"
|
2019-05-06 01:12:53 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 23:03:48 +08:00
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
2019-05-06 01:12:53 +08:00
|
|
|
dependencies = [
|
2021-05-11 02:08:18 +08:00
|
|
|
"tinyvec",
|
2019-05-06 01:12:53 +08:00
|
|
|
]
|
|
|
|
|
2018-02-15 07:03:10 +08:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "2.5.0"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
|
2018-02-15 07:03:10 +08:00
|
|
|
dependencies = [
|
2021-05-11 02:08:18 +08:00
|
|
|
"form_urlencoded",
|
2020-05-21 05:32:00 +08:00
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
2018-02-15 07:03:10 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf-8"
|
2021-05-11 02:08:18 +08:00
|
|
|
version = "0.7.6"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-11 02:08:18 +08:00
|
|
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
2018-02-15 07:03:10 +08:00
|
|
|
|
2023-05-14 01:53:22 +08:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
|
|
|
|
2018-02-15 07:03:10 +08:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-12-14 23:03:48 +08:00
|
|
|
version = "0.9.4"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 23:03:48 +08:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2018-02-15 07:03:10 +08:00
|
|
|
|
2021-07-14 07:03:07 +08:00
|
|
|
[[package]]
|
|
|
|
name = "wait-timeout"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2018-02-15 07:03:10 +08:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "2.4.0"
|
2020-05-21 05:32:00 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
|
2020-05-21 05:32:00 +08:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2023-07-17 04:09:52 +08:00
|
|
|
version = "0.3.1"
|
2020-05-21 05:32:00 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-17 04:09:52 +08:00
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
2020-05-21 05:32:00 +08:00
|
|
|
dependencies = [
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "warp"
|
2023-11-26 17:02:54 +08:00
|
|
|
version = "0.3.6"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 17:02:54 +08:00
|
|
|
checksum = "c1e92e22e03ff1230c03a1a8ee37d2f89cd489e2e541b7550d6afad96faed169"
|
2018-02-15 07:03:10 +08:00
|
|
|
dependencies = [
|
2021-07-26 10:14:34 +08:00
|
|
|
"bytes",
|
2022-06-21 01:48:03 +08:00
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
2020-05-21 05:32:00 +08:00
|
|
|
"headers",
|
|
|
|
"http",
|
|
|
|
"hyper",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
2021-07-26 10:14:34 +08:00
|
|
|
"percent-encoding",
|
|
|
|
"pin-project",
|
2022-12-14 23:03:48 +08:00
|
|
|
"rustls-pemfile",
|
2020-05-21 05:32:00 +08:00
|
|
|
"scoped-tls",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"tokio",
|
2021-07-26 10:14:34 +08:00
|
|
|
"tokio-stream",
|
2020-05-21 05:32:00 +08:00
|
|
|
"tokio-tungstenite",
|
2021-07-26 10:14:34 +08:00
|
|
|
"tokio-util",
|
2020-05-21 05:32:00 +08:00
|
|
|
"tower-service",
|
2021-05-11 02:08:18 +08:00
|
|
|
"tracing",
|
2018-02-15 07:03:10 +08:00
|
|
|
]
|
|
|
|
|
2022-12-14 23:03:48 +08:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "0.2.90"
|
2022-12-14 23:03:48 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "b1223296a201415c7fad14792dbefaace9bd52b62d33453ade1c5b5f07555406"
|
2022-12-14 23:03:48 +08:00
|
|
|
dependencies = [
|
2022-12-15 06:01:27 +08:00
|
|
|
"cfg-if",
|
2022-12-14 23:03:48 +08:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "0.2.90"
|
2021-05-11 02:08:18 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "fcdc935b63408d58a32f8cc9738a0bffd8f05cc7c002086c6ef20b7312ad9dcd"
|
2022-12-14 23:03:48 +08:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-06 06:37:06 +08:00
|
|
|
"syn 2.0.48",
|
2022-12-14 23:03:48 +08:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "0.2.90"
|
2022-12-14 23:03:48 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "3e4c238561b2d428924c49815533a8b9121c664599558a5d9ec51f8a1740a999"
|
2022-12-14 23:03:48 +08:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "0.2.90"
|
2022-12-14 23:03:48 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "bae1abb6806dc1ad9e560ed242107c0f6c84335f1749dd4e8ddb012ebd5e25a7"
|
2022-12-14 23:03:48 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-06 06:37:06 +08:00
|
|
|
"syn 2.0.48",
|
2022-12-14 23:03:48 +08:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "0.2.90"
|
2022-12-14 23:03:48 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "4d91413b1c31d7539ba5ef2451af3f0b833a005eb27a631cec32bc0635a8602b"
|
2021-05-11 02:08:18 +08:00
|
|
|
|
2018-02-15 07:03:10 +08:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2021-05-11 02:08:18 +08:00
|
|
|
version = "0.3.9"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-11 02:08:18 +08:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2018-02-15 07:03:10 +08:00
|
|
|
dependencies = [
|
2020-05-21 05:32:00 +08:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2018-02-15 07:03:10 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-21 05:32:00 +08:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2018-02-15 07:03:10 +08:00
|
|
|
|
2018-10-20 12:51:45 +08:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "0.1.6"
|
2018-10-20 12:51:45 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
|
2018-10-20 12:51:45 +08:00
|
|
|
dependencies = [
|
2022-12-15 06:01:27 +08:00
|
|
|
"winapi",
|
2018-10-20 12:51:45 +08:00
|
|
|
]
|
|
|
|
|
2018-02-15 07:03:10 +08:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-21 05:32:00 +08:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2018-02-15 07:03:10 +08:00
|
|
|
|
2023-05-14 01:16:26 +08:00
|
|
|
[[package]]
|
2023-11-30 06:29:31 +08:00
|
|
|
name = "windows-core"
|
2024-02-06 06:37:06 +08:00
|
|
|
version = "0.52.0"
|
2023-05-14 01:16:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 06:37:06 +08:00
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
2023-05-14 01:16:26 +08:00
|
|
|
dependencies = [
|
2024-02-06 06:37:06 +08:00
|
|
|
"windows-targets 0.52.0",
|
2023-05-14 01:16:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
2023-11-30 06:29:31 +08:00
|
|
|
"windows-targets 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.52.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
|
|
|
dependencies = [
|
|
|
|
"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-05-14 01:16:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "0.52.0"
|
2023-05-14 01:16:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
|
2023-05-14 01:16:26 +08:00
|
|
|
dependencies = [
|
2023-11-30 06:29:31 +08:00
|
|
|
"windows_aarch64_gnullvm 0.52.0",
|
|
|
|
"windows_aarch64_msvc 0.52.0",
|
|
|
|
"windows_i686_gnu 0.52.0",
|
|
|
|
"windows_i686_msvc 0.52.0",
|
|
|
|
"windows_x86_64_gnu 0.52.0",
|
|
|
|
"windows_x86_64_gnullvm 0.52.0",
|
|
|
|
"windows_x86_64_msvc 0.52.0",
|
2022-12-14 23:03:48 +08:00
|
|
|
]
|
|
|
|
|
2023-05-14 01:16:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "0.48.5"
|
2023-05-14 01:16:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
|
2023-05-14 01:16:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "0.48.5"
|
2023-05-14 01:16:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
|
2023-05-14 01:16:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.52.0"
|
2023-05-14 01:16:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
|
2023-05-14 01:16:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "0.48.5"
|
2023-05-14 01:16:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
|
2023-05-14 01:16:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "0.48.5"
|
2023-05-14 01:16:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
|
2023-05-14 01:16:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.52.0"
|
2023-05-14 01:16:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
|
2023-05-14 01:16:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-11-30 06:29:31 +08:00
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.52.0"
|
2023-05-14 01:16:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-30 06:29:31 +08:00
|
|
|
checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
|
2023-05-14 01:16:26 +08:00
|
|
|
|
2018-02-15 07:03:10 +08:00
|
|
|
[[package]]
|
2020-05-21 05:32:00 +08:00
|
|
|
name = "xml5ever"
|
2022-12-15 00:03:05 +08:00
|
|
|
version = "0.17.0"
|
2018-02-15 07:03:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-15 00:03:05 +08:00
|
|
|
checksum = "4034e1d05af98b51ad7214527730626f019682d797ba38b51689212118d8e650"
|
2018-02-15 07:03:10 +08:00
|
|
|
dependencies = [
|
2020-05-21 05:32:00 +08:00
|
|
|
"log",
|
|
|
|
"mac",
|
2022-12-15 00:03:05 +08:00
|
|
|
"markup5ever",
|
2018-02-15 07:03:10 +08:00
|
|
|
]
|
2022-12-14 23:03:48 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yansi"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
|