2019-12-03 05:30:57 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2022-06-06 21:07:06 +00:00
|
|
|
version = 3
|
|
|
|
|
2019-12-03 05:30:57 +00:00
|
|
|
[[package]]
|
2020-08-01 23:20:20 +00:00
|
|
|
name = "adler"
|
2021-03-09 12:07:07 +00:00
|
|
|
version = "1.0.2"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-02 14:00:18 +00:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
2019-12-03 05:30:57 +00:00
|
|
|
|
2024-01-13 15:28:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-08-07 05:07:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "alloc-no-stdlib"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "2.0.4"
|
2022-08-07 05:07:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
|
2022-08-07 05:07:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alloc-stdlib"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "0.2.2"
|
2022-08-07 05:07:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
|
2022-08-07 05:07:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
]
|
|
|
|
|
2024-01-13 15:28:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
2022-08-14 15:12:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "0.1.5"
|
2022-08-14 15:12:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
2022-08-14 15:12:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2024-01-13 15:28:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
|
|
|
|
|
2020-02-14 04:46:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "assert_cmd"
|
2024-01-13 15:28:10 +00:00
|
|
|
version = "2.0.13"
|
2020-02-14 04:46:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 15:28:10 +00:00
|
|
|
checksum = "00ad3f3a942eee60335ab4342358c161ee296829e0d16ff42fc1d6cb07815467"
|
2020-02-14 04:46:08 +00:00
|
|
|
dependencies = [
|
2024-01-13 15:28:10 +00:00
|
|
|
"anstyle",
|
2021-06-02 14:00:18 +00:00
|
|
|
"bstr",
|
|
|
|
"doc-comment",
|
|
|
|
"predicates",
|
|
|
|
"predicates-core",
|
|
|
|
"predicates-tree",
|
|
|
|
"wait-timeout",
|
2020-02-14 04:46:08 +00:00
|
|
|
]
|
|
|
|
|
2019-12-03 05:30:57 +00:00
|
|
|
[[package]]
|
2020-01-07 04:22:28 +00:00
|
|
|
name = "async-compression"
|
2024-01-13 15:28:10 +00:00
|
|
|
version = "0.4.5"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 15:28:10 +00:00
|
|
|
checksum = "bc2d0cfb2a7388d34f590e76686704c494ed7aaceed62ee1ba35cbf363abc2a5"
|
2020-01-07 04:22:28 +00:00
|
|
|
dependencies = [
|
2022-08-07 05:07:39 +00:00
|
|
|
"brotli",
|
2021-06-02 14:00:18 +00:00
|
|
|
"flate2",
|
|
|
|
"futures-core",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2020-01-07 04:22:28 +00:00
|
|
|
]
|
2019-12-03 05:30:57 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-01-07 04:22:28 +00:00
|
|
|
name = "atty"
|
2020-08-01 23:20:20 +00:00
|
|
|
version = "0.2.14"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-02 14:00:18 +00:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
2020-01-07 04:22:28 +00:00
|
|
|
[[package]]
|
2020-06-20 05:05:39 +00:00
|
|
|
name = "autocfg"
|
2022-08-07 04:21:53 +00:00
|
|
|
version = "1.1.0"
|
2020-01-07 04:22:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-07 04:21:53 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2020-01-07 04:22:28 +00:00
|
|
|
|
2020-04-08 23:49:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2024-01-13 15:28:10 +00:00
|
|
|
version = "0.21.7"
|
2020-04-08 23:49:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 15:28:10 +00:00
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
2020-04-08 23:49:46 +00:00
|
|
|
|
2019-12-03 05:30:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-10-18 08:26:11 +00:00
|
|
|
version = "1.3.2"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-18 08:26:11 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2019-12-03 05:30:57 +00:00
|
|
|
|
2020-05-02 10:13:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "0.10.3"
|
2020-05-02 10:13:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
|
2020-05-02 10:13:28 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"generic-array",
|
2020-05-02 10:13:28 +00:00
|
|
|
]
|
|
|
|
|
2022-08-07 05:07:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "brotli"
|
|
|
|
version = "3.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
|
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
"brotli-decompressor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "brotli-decompressor"
|
|
|
|
version = "2.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59ad2d4653bf5ca36ae797b1f4bb4dbddb60ce49ca4aed8a2ce4829f60425b80"
|
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
]
|
|
|
|
|
2021-03-09 12:07:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "1.0.1"
|
2021-03-09 12:07:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "fca0852af221f458706eb0725c03e4ed6c46af9ac98e6a689d5e634215d594dd"
|
2021-03-09 12:07:07 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"memchr",
|
2022-11-10 16:22:51 +00:00
|
|
|
"once_cell",
|
2024-01-13 15:28:10 +00:00
|
|
|
"regex-automata 0.1.10",
|
2022-11-10 16:22:51 +00:00
|
|
|
"serde",
|
2021-03-09 12:07:07 +00:00
|
|
|
]
|
|
|
|
|
2020-01-07 04:22:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "3.11.1"
|
2020-05-02 10:13:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
|
2020-05-02 10:13:28 +00:00
|
|
|
|
2019-12-03 05:30:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2022-08-14 15:12:39 +00:00
|
|
|
version = "1.2.1"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-14 15:12:39 +00:00
|
|
|
checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
|
2019-12-03 05:30:57 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "1.0.76"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "76a284da2e6fe2092f2353e51713435363112dfd60030e22add80be333fb928f"
|
2019-12-03 05:30:57 +00:00
|
|
|
|
2020-11-20 10:29:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-02 14:00:18 +00:00
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
2020-11-20 10:29:26 +00:00
|
|
|
|
2020-06-20 05:05:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2024-01-13 15:28:10 +00:00
|
|
|
version = "0.4.31"
|
2020-06-20 05:05:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 15:28:10 +00:00
|
|
|
checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
|
2020-06-20 05:05:39 +00:00
|
|
|
dependencies = [
|
2024-01-13 15:28:10 +00:00
|
|
|
"android-tzdata",
|
2022-08-14 15:12:39 +00:00
|
|
|
"iana-time-zone",
|
2022-08-07 04:21:53 +00:00
|
|
|
"js-sys",
|
2021-06-02 14:00:18 +00:00
|
|
|
"num-traits",
|
2022-08-07 04:21:53 +00:00
|
|
|
"wasm-bindgen",
|
2024-01-13 15:28:10 +00:00
|
|
|
"windows-targets 0.48.5",
|
2020-06-20 05:05:39 +00:00
|
|
|
]
|
|
|
|
|
2019-12-03 05:30:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2024-01-13 15:28:10 +00:00
|
|
|
version = "3.2.25"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 15:28:10 +00:00
|
|
|
checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"atty",
|
|
|
|
"bitflags",
|
2022-08-07 04:21:53 +00:00
|
|
|
"clap_lex",
|
|
|
|
"indexmap",
|
2021-06-02 14:00:18 +00:00
|
|
|
"strsim",
|
2022-08-07 04:21:53 +00:00
|
|
|
"termcolor",
|
2021-06-02 14:00:18 +00:00
|
|
|
"textwrap",
|
2022-08-07 04:21:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
|
|
|
|
dependencies = [
|
|
|
|
"os_str_bytes",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
2022-11-10 16:22:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "codespan-reporting"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
|
|
|
|
dependencies = [
|
|
|
|
"termcolor",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2019-12-03 05:30:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2022-08-14 15:12:39 +00:00
|
|
|
version = "0.9.3"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-14 15:12:39 +00:00
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2021-10-18 08:26:11 +00:00
|
|
|
version = "0.8.3"
|
2020-08-01 23:20:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-18 08:26:11 +00:00
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
2020-08-01 23:20:20 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-06-02 13:58:28 +00:00
|
|
|
name = "cpufeatures"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "0.2.5"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
|
2021-06-02 13:58:28 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"libc",
|
2021-06-02 13:58:28 +00:00
|
|
|
]
|
2019-12-03 05:30:57 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2022-08-07 05:07:39 +00:00
|
|
|
version = "1.3.2"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-07 05:07:39 +00:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"cfg-if",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
2022-08-07 04:21:53 +00: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",
|
|
|
|
]
|
|
|
|
|
2020-03-29 07:54:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cssparser"
|
2024-01-13 15:28:10 +00:00
|
|
|
version = "0.33.0"
|
2020-03-29 07:54:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 15:28:10 +00:00
|
|
|
checksum = "9be934d936a0fbed5bcdc01042b770de1398bf79d0e192f49fa7faea0e99281e"
|
2020-03-29 07:54:20 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"cssparser-macros",
|
|
|
|
"dtoa-short",
|
2022-08-14 15:12:39 +00:00
|
|
|
"itoa",
|
2024-01-14 16:30:36 +00:00
|
|
|
"phf",
|
2021-06-02 14:00:18 +00:00
|
|
|
"smallvec",
|
2020-03-29 07:54:20 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cssparser-macros"
|
2024-01-13 15:28:10 +00:00
|
|
|
version = "0.6.1"
|
2020-03-29 07:54:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 15:28:10 +00:00
|
|
|
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
|
2020-03-29 07:54:20 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"quote",
|
2024-01-13 15:28:10 +00:00
|
|
|
"syn 2.0.48",
|
2020-03-29 07:54:20 +00:00
|
|
|
]
|
|
|
|
|
2022-11-10 16:22:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cxx"
|
|
|
|
version = "1.0.81"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97abf9f0eca9e52b7f81b945524e76710e6cb2366aead23b7d4fbf72e281f888"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cxxbridge-flags",
|
|
|
|
"cxxbridge-macro",
|
|
|
|
"link-cplusplus",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxx-build"
|
|
|
|
version = "1.0.81"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7cc32cc5fea1d894b77d269ddb9f192110069a8a9c1f1d441195fba90553dea3"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"codespan-reporting",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"scratch",
|
2024-01-13 15:28:10 +00:00
|
|
|
"syn 1.0.103",
|
2022-11-10 16:22:51 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-flags"
|
|
|
|
version = "1.0.81"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ca220e4794c934dc6b1207c3b42856ad4c302f2df1712e9f8d2eec5afaacf1f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-macro"
|
|
|
|
version = "1.0.81"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b846f081361125bfc8dc9d3940c84e1fd83ba54bbca7b17cd29483c828be0704"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-13 15:28:10 +00:00
|
|
|
"syn 1.0.103",
|
2022-11-10 16:22:51 +00:00
|
|
|
]
|
|
|
|
|
2020-02-14 04:46:08 +00:00
|
|
|
[[package]]
|
2021-07-04 05:31:55 +00:00
|
|
|
name = "difflib"
|
|
|
|
version = "0.4.0"
|
2020-02-14 04:46:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-04 05:31:55 +00:00
|
|
|
checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
|
2020-02-14 04:46:08 +00:00
|
|
|
|
2020-05-02 10:13:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2024-01-13 15:28:10 +00:00
|
|
|
version = "0.10.7"
|
2020-05-02 10:13:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 15:28:10 +00:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2020-05-02 10:13:28 +00:00
|
|
|
dependencies = [
|
2022-08-07 04:21:53 +00:00
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
2020-05-02 10:13:28 +00:00
|
|
|
]
|
|
|
|
|
2020-02-14 04:46:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "doc-comment"
|
2020-08-01 23:20:20 +00:00
|
|
|
version = "0.3.3"
|
2020-02-14 04:46:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-02 14:00:18 +00:00
|
|
|
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
2020-02-14 04:46:08 +00:00
|
|
|
|
2019-12-03 05:30:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
2021-06-02 13:58:28 +00:00
|
|
|
version = "0.4.8"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-02 14:00:18 +00:00
|
|
|
checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
|
2019-12-03 05:30:57 +00:00
|
|
|
|
2020-03-29 07:54:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa-short"
|
2021-01-30 02:22:10 +00:00
|
|
|
version = "0.3.3"
|
2020-03-29 07:54:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-02 14:00:18 +00:00
|
|
|
checksum = "bde03329ae10e79ede66c9ce4dc930aa8599043b0743008548680f25b91502d6"
|
2020-03-29 07:54:20 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"dtoa",
|
2020-03-29 07:54:20 +00:00
|
|
|
]
|
|
|
|
|
2021-07-04 05:31:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "1.8.0"
|
2021-07-04 05:31:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
|
2021-07-04 05:31:55 +00:00
|
|
|
|
2019-12-03 05:30:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2024-01-13 15:28:10 +00:00
|
|
|
version = "0.8.33"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 15:28:10 +00:00
|
|
|
checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"cfg-if",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
2022-08-14 15:12:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
|
|
|
version = "1.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2019-12-03 05:30:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2022-08-07 05:07:39 +00:00
|
|
|
version = "1.0.24"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-07 05:07:39 +00:00
|
|
|
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2020-08-01 23:20:20 +00:00
|
|
|
version = "1.0.7"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-02 14:00:18 +00:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2019-12-03 05:30:57 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-02 14:00:18 +00:00
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"foreign-types-shared",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-02 14:00:18 +00:00
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
2019-12-03 05:30:57 +00:00
|
|
|
|
2020-11-20 10:29:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2024-01-13 15:28:10 +00:00
|
|
|
version = "1.2.1"
|
2020-11-20 10:29:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 15:28:10 +00:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2020-11-20 10:29:26 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"percent-encoding",
|
2020-11-20 10:29:26 +00:00
|
|
|
]
|
|
|
|
|
2019-12-03 05:30:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futf"
|
2022-08-14 15:12:39 +00:00
|
|
|
version = "0.1.5"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-14 15:12:39 +00:00
|
|
|
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"mac",
|
|
|
|
"new_debug_unreachable",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-01-07 04:22:28 +00:00
|
|
|
name = "futures-channel"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "0.3.25"
|
2020-01-07 04:22:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"
|
2020-01-07 04:22:28 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"futures-core",
|
2020-01-07 04:22:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "0.3.25"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
|
2019-12-03 05:30:57 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-01-07 04:22:28 +00:00
|
|
|
name = "futures-io"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "0.3.25"
|
2020-01-07 04:22:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"
|
2020-01-07 04:22:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "0.3.25"
|
2020-01-07 04:22:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
|
2020-01-07 04:22:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "0.3.25"
|
2020-01-07 04:22:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"
|
2020-01-07 04:22:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "0.3.25"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
2020-05-02 10:13:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2022-08-14 15:12:39 +00:00
|
|
|
version = "0.14.6"
|
2020-05-02 10:13:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-14 15:12:39 +00:00
|
|
|
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
|
2020-05-02 10:13:28 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"typenum",
|
|
|
|
"version_check",
|
2020-05-02 10:13:28 +00:00
|
|
|
]
|
|
|
|
|
2019-12-03 05:30:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "0.2.8"
|
2021-01-30 02:22:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
|
2021-01-30 02:22:10 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2024-01-13 15:28:10 +00:00
|
|
|
"wasi",
|
2021-01-30 02:22:10 +00:00
|
|
|
]
|
|
|
|
|
2019-12-03 05:30:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "0.3.15"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
2020-01-07 04:22:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-08-01 23:20:20 +00:00
|
|
|
name = "hashbrown"
|
2022-08-14 15:12:39 +00:00
|
|
|
version = "0.12.3"
|
2020-01-07 04:22:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-14 15:12:39 +00:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2019-12-03 05:30:57 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-07-04 05:31:55 +00:00
|
|
|
version = "0.1.19"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-04 05:31:55 +00:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"libc",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "html5ever"
|
2024-01-14 16:30:36 +00:00
|
|
|
version = "0.26.0"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-14 16:30:36 +00:00
|
|
|
checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"log",
|
|
|
|
"mac",
|
|
|
|
"markup5ever",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-13 15:28:10 +00:00
|
|
|
"syn 1.0.103",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2022-08-14 15:12:39 +00:00
|
|
|
version = "0.2.8"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-14 15:12:39 +00:00
|
|
|
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"bytes",
|
|
|
|
"fnv",
|
2022-08-14 15:12:39 +00:00
|
|
|
"itoa",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2022-08-14 15:12:39 +00:00
|
|
|
version = "0.4.5"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-14 15:12:39 +00:00
|
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"pin-project-lite",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "1.8.0"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
2019-12-03 05:30:57 +00:00
|
|
|
|
2021-01-30 02:22:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2022-08-14 15:12:39 +00:00
|
|
|
version = "1.0.2"
|
2021-01-30 02:22:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-14 15:12:39 +00:00
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
2021-01-30 02:22:10 +00:00
|
|
|
|
2019-12-03 05:30:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "0.14.23"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
2022-08-14 15:12:39 +00:00
|
|
|
"itoa",
|
2021-06-08 12:30:15 +00:00
|
|
|
"pin-project-lite",
|
2021-06-02 14:00:18 +00:00
|
|
|
"socket2",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
2021-01-30 02:22:10 +00:00
|
|
|
version = "0.5.0"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-02 14:00:18 +00:00
|
|
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"bytes",
|
|
|
|
"hyper",
|
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
2022-08-14 15:12:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "0.1.53"
|
2022-08-14 15:12:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
|
2022-08-14 15:12:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
2022-11-10 16:22:51 +00:00
|
|
|
"iana-time-zone-haiku",
|
2022-08-14 15:12:39 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-11-10 16:22:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
|
|
|
|
dependencies = [
|
|
|
|
"cxx",
|
|
|
|
"cxx-build",
|
|
|
|
]
|
|
|
|
|
2019-12-03 05:30:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2024-01-13 15:28:10 +00:00
|
|
|
version = "0.5.0"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 15:28:10 +00:00
|
|
|
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2022-08-14 15:12:39 +00:00
|
|
|
version = "1.9.1"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-14 15:12:39 +00:00
|
|
|
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2024-01-14 16:30:36 +00:00
|
|
|
"autocfg",
|
2021-06-02 14:00:18 +00:00
|
|
|
"hashbrown",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
2022-08-14 15:12:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2020-08-01 23:20:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "2.5.1"
|
2020-08-01 23:20:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "f88c5561171189e69df9d98bcf18fd5f9558300f7ea7b801eb8a0fd748bd8745"
|
2021-07-04 05:31:55 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2024-01-13 15:28:10 +00:00
|
|
|
version = "0.11.0"
|
2021-07-04 05:31:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 15:28:10 +00:00
|
|
|
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
|
2021-07-04 05:31:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
2020-08-01 23:20:20 +00:00
|
|
|
|
2022-08-07 04:21:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "1.0.4"
|
2022-08-07 04:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"
|
2022-08-07 04:21:53 +00:00
|
|
|
|
2020-01-07 04:22:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "0.3.60"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"wasm-bindgen",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-02 14:00:18 +00:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2019-12-03 05:30:57 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "0.2.137"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "link-cplusplus"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
2019-12-03 05:30:57 +00:00
|
|
|
|
2024-01-14 16:30:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
|
|
|
version = "0.4.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2019-12-03 05:30:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-08-14 15:12:39 +00:00
|
|
|
version = "0.4.17"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-14 15:12:39 +00:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"cfg-if",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mac"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-02 14:00:18 +00:00
|
|
|
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
2019-12-03 05:30:57 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "markup5ever"
|
2024-01-14 16:30:36 +00:00
|
|
|
version = "0.11.0"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-14 16:30:36 +00:00
|
|
|
checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"log",
|
2024-01-14 16:30:36 +00:00
|
|
|
"phf",
|
2021-06-02 14:00:18 +00:00
|
|
|
"phf_codegen",
|
|
|
|
"string_cache",
|
|
|
|
"string_cache_codegen",
|
|
|
|
"tendril",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
2024-01-14 16:30:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "markup5ever_rcdom"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9521dd6750f8e80ee6c53d65e2e4656d7de37064f3a7a5d2d11d05df93839c2"
|
|
|
|
dependencies = [
|
|
|
|
"html5ever",
|
|
|
|
"markup5ever",
|
|
|
|
"tendril",
|
|
|
|
"xml5ever",
|
|
|
|
]
|
|
|
|
|
2019-12-03 05:30:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-01-13 15:28:10 +00:00
|
|
|
version = "2.7.1"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 15:28:10 +00:00
|
|
|
checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
|
2019-12-03 05:30:57 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2020-08-01 23:20:20 +00:00
|
|
|
version = "0.3.16"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-02 14:00:18 +00:00
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
2019-12-03 05:30:57 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "0.5.4"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"adler",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "0.8.5"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
2024-01-13 15:28:10 +00:00
|
|
|
"wasi",
|
2022-11-10 16:22:51 +00:00
|
|
|
"windows-sys 0.42.0",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "monolith"
|
2024-01-14 01:58:48 +00:00
|
|
|
version = "2.8.1"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"assert_cmd",
|
|
|
|
"atty",
|
|
|
|
"base64",
|
|
|
|
"chrono",
|
|
|
|
"clap",
|
|
|
|
"cssparser",
|
2021-06-08 12:30:15 +00:00
|
|
|
"encoding_rs",
|
2021-06-02 14:00:18 +00:00
|
|
|
"html5ever",
|
2024-01-14 16:30:36 +00:00
|
|
|
"markup5ever_rcdom",
|
2021-10-18 08:26:11 +00:00
|
|
|
"percent-encoding",
|
2021-06-02 14:00:18 +00:00
|
|
|
"regex",
|
|
|
|
"reqwest",
|
|
|
|
"sha2",
|
|
|
|
"url",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "0.2.11"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"openssl",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
|
|
|
"tempfile",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-01-30 02:22:10 +00:00
|
|
|
name = "new_debug_unreachable"
|
|
|
|
version = "1.0.4"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-02 14:00:18 +00:00
|
|
|
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
|
2019-12-03 05:30:57 +00:00
|
|
|
|
2020-06-20 05:05:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2022-08-14 15:12:39 +00:00
|
|
|
version = "0.2.15"
|
2020-06-20 05:05:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-14 15:12:39 +00:00
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
2020-06-20 05:05:39 +00:00
|
|
|
dependencies = [
|
2024-01-14 16:30:36 +00:00
|
|
|
"autocfg",
|
2020-06-20 05:05:39 +00:00
|
|
|
]
|
|
|
|
|
2019-12-03 05:30:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "1.14.0"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
2020-08-01 23:20:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "1.16.0"
|
2020-08-01 23:20:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
|
2020-08-01 23:20:20 +00:00
|
|
|
|
2019-12-03 05:30:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "0.10.42"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "12fc0523e3bd51a692c8850d075d74dc062ccf251c0110668cbd921917118a13"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"bitflags",
|
|
|
|
"cfg-if",
|
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
2022-08-14 15:12:39 +00:00
|
|
|
"openssl-macros",
|
2021-06-02 14:00:18 +00:00
|
|
|
"openssl-sys",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
2022-08-14 15:12:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-13 15:28:10 +00:00
|
|
|
"syn 1.0.103",
|
2022-08-14 15:12:39 +00:00
|
|
|
]
|
|
|
|
|
2019-12-03 05:30:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2022-08-14 15:12:39 +00:00
|
|
|
version = "0.1.5"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-14 15:12:39 +00:00
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
2019-12-03 05:30:57 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "0.9.77"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "b03b84c3b2d099b81f0953422b4d4ad58761589d0229b5506356afca05a3670a"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2024-01-14 16:30:36 +00:00
|
|
|
"autocfg",
|
2021-06-02 14:00:18 +00:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
2022-08-07 04:21:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
2024-01-13 15:28:10 +00:00
|
|
|
version = "6.6.1"
|
2022-08-07 04:21:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 15:28:10 +00:00
|
|
|
checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1"
|
2022-08-07 04:21:53 +00:00
|
|
|
|
2019-12-03 05:30:57 +00:00
|
|
|
[[package]]
|
2024-01-14 16:30:36 +00:00
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.1"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-14 16:30:36 +00:00
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
2019-12-03 05:30:57 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-01-14 16:30:36 +00:00
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.9.9"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-14 16:30:36 +00:00
|
|
|
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2024-01-14 16:30:36 +00:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall 0.4.1",
|
|
|
|
"smallvec",
|
|
|
|
"windows-targets 0.48.5",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
2024-01-14 16:30:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
|
|
|
|
2020-03-29 07:54:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
2022-08-14 15:12:39 +00:00
|
|
|
version = "0.10.1"
|
2020-03-29 07:54:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-14 15:12:39 +00:00
|
|
|
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
|
2020-03-29 07:54:20 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"phf_macros",
|
2024-01-14 16:30:36 +00:00
|
|
|
"phf_shared",
|
2021-06-02 14:00:18 +00:00
|
|
|
"proc-macro-hack",
|
2020-03-29 07:54:20 +00:00
|
|
|
]
|
|
|
|
|
2019-12-03 05:30:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
2024-01-14 16:30:36 +00:00
|
|
|
version = "0.10.0"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-14 16:30:36 +00:00
|
|
|
checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2024-01-14 16:30:36 +00:00
|
|
|
"phf_generator",
|
|
|
|
"phf_shared",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
2020-03-29 07:54:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
2022-08-14 15:12:39 +00:00
|
|
|
version = "0.10.0"
|
2020-03-29 07:54:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-14 15:12:39 +00:00
|
|
|
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
|
2020-03-29 07:54:20 +00:00
|
|
|
dependencies = [
|
2024-01-14 16:30:36 +00:00
|
|
|
"phf_shared",
|
|
|
|
"rand",
|
2020-03-29 07:54:20 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_macros"
|
2022-08-14 15:12:39 +00:00
|
|
|
version = "0.10.0"
|
2020-03-29 07:54:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-14 15:12:39 +00:00
|
|
|
checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0"
|
2020-03-29 07:54:20 +00:00
|
|
|
dependencies = [
|
2024-01-14 16:30:36 +00:00
|
|
|
"phf_generator",
|
|
|
|
"phf_shared",
|
2021-06-02 14:00:18 +00:00
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-13 15:28:10 +00:00
|
|
|
"syn 1.0.103",
|
2020-03-29 07:54:20 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2022-08-14 15:12:39 +00:00
|
|
|
version = "0.10.0"
|
2020-03-29 07:54:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-14 15:12:39 +00:00
|
|
|
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
|
2020-03-29 07:54:20 +00:00
|
|
|
dependencies = [
|
2024-01-14 16:30:36 +00:00
|
|
|
"siphasher",
|
2020-03-29 07:54:20 +00:00
|
|
|
]
|
|
|
|
|
2020-11-20 10:29:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2022-08-14 15:12:39 +00:00
|
|
|
version = "0.2.9"
|
2020-11-20 10:29:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-14 15:12:39 +00:00
|
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
2020-11-20 10:29:26 +00:00
|
|
|
|
2020-01-07 04:22:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
2020-08-01 23:20:20 +00:00
|
|
|
version = "0.1.0"
|
2020-01-07 04:22:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-02 14:00:18 +00:00
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2020-01-07 04:22:28 +00:00
|
|
|
|
2019-12-03 05:30:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "0.3.26"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
|
2019-12-03 05:30:57 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "0.2.17"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
2019-12-03 05:30:57 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "precomputed-hash"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-02 14:00:18 +00:00
|
|
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
2019-12-03 05:30:57 +00:00
|
|
|
|
2020-02-14 04:46:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "predicates"
|
2024-01-13 15:28:10 +00:00
|
|
|
version = "3.0.4"
|
2020-02-14 04:46:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 15:28:10 +00:00
|
|
|
checksum = "6dfc28575c2e3f19cb3c73b93af36460ae898d426eba6fc15b9bd2a5220758a0"
|
2020-02-14 04:46:08 +00:00
|
|
|
dependencies = [
|
2024-01-13 15:28:10 +00:00
|
|
|
"anstyle",
|
2021-07-04 05:31:55 +00:00
|
|
|
"difflib",
|
|
|
|
"itertools",
|
2021-06-02 14:00:18 +00:00
|
|
|
"predicates-core",
|
2020-02-14 04:46:08 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "predicates-core"
|
2024-01-13 15:28:10 +00:00
|
|
|
version = "1.0.6"
|
2020-02-14 04:46:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 15:28:10 +00:00
|
|
|
checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"
|
2020-02-14 04:46:08 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "predicates-tree"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "1.0.6"
|
2020-02-14 04:46:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "ad3f7fa8d61e139cbc7c3edfebf3b6678883a53f5ffac65d1259329a93ee43a5"
|
2020-02-14 04:46:08 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"predicates-core",
|
2021-10-18 08:26:11 +00:00
|
|
|
"termtree",
|
2020-02-14 04:46:08 +00:00
|
|
|
]
|
|
|
|
|
2020-03-29 07:54:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
2021-01-30 02:22:10 +00:00
|
|
|
version = "0.5.19"
|
2020-03-29 07:54:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-02 14:00:18 +00:00
|
|
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
2020-03-29 07:54:20 +00:00
|
|
|
|
2019-12-03 05:30:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-01-13 15:28:10 +00:00
|
|
|
version = "1.0.76"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 15:28:10 +00:00
|
|
|
checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2022-08-14 15:12:39 +00:00
|
|
|
"unicode-ident",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-01-13 15:28:10 +00:00
|
|
|
version = "1.0.35"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 15:28:10 +00:00
|
|
|
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"proc-macro2",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-08-14 15:12:39 +00:00
|
|
|
version = "0.8.5"
|
2021-01-30 02:22:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-14 15:12:39 +00:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-01-30 02:22:10 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"libc",
|
2024-01-14 16:30:36 +00:00
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
2021-01-30 02:22:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-07-04 05:31:55 +00:00
|
|
|
version = "0.3.1"
|
2021-01-30 02:22:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-04 05:31:55 +00:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2021-01-30 02:22:10 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"ppv-lite86",
|
2024-01-14 16:30:36 +00:00
|
|
|
"rand_core",
|
2021-01-30 02:22:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "0.6.4"
|
2021-01-30 02:22:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2021-01-30 02:22:10 +00:00
|
|
|
dependencies = [
|
2022-08-14 15:12:39 +00:00
|
|
|
"getrandom",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-01-14 16:30:36 +00:00
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.2.16"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-14 16:30:36 +00:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2024-01-14 16:30:36 +00:00
|
|
|
"bitflags",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2024-01-14 16:30:36 +00:00
|
|
|
version = "0.4.1"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-14 16:30:36 +00:00
|
|
|
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
|
2021-01-30 02:22:10 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"bitflags",
|
2021-01-30 02:22:10 +00:00
|
|
|
]
|
2019-12-03 05:30:57 +00:00
|
|
|
|
2020-12-26 07:54:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-01-13 15:28:10 +00:00
|
|
|
version = "1.10.2"
|
2020-12-26 07:54:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 15:28:10 +00:00
|
|
|
checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
|
2020-12-26 07:54:52 +00:00
|
|
|
dependencies = [
|
2024-01-13 15:28:10 +00:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata 0.4.3",
|
2021-06-02 14:00:18 +00:00
|
|
|
"regex-syntax",
|
2021-03-09 12:07:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2021-06-02 13:58:28 +00:00
|
|
|
version = "0.1.10"
|
2021-03-09 12:07:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-02 14:00:18 +00:00
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
2020-12-26 07:54:52 +00:00
|
|
|
|
2024-01-13 15:28:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
|
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
2020-12-26 07:54:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2024-01-13 15:28:10 +00:00
|
|
|
version = "0.8.2"
|
2020-12-26 07:54:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 15:28:10 +00:00
|
|
|
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
|
2020-12-26 07:54:52 +00:00
|
|
|
|
2019-12-03 05:30:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2020-08-01 23:20:20 +00:00
|
|
|
version = "0.5.3"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-02 14:00:18 +00:00
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"winapi",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2024-01-13 15:28:10 +00:00
|
|
|
version = "0.11.23"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 15:28:10 +00:00
|
|
|
checksum = "37b1ae8d9ac08420c66222fb9096fc5de435c3c48542bc5336c51892cffafb41"
|
2021-06-02 14:00:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-compression",
|
|
|
|
"base64",
|
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2022-08-07 04:21:53 +00:00
|
|
|
"h2",
|
2021-06-02 14:00:18 +00:00
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-tls",
|
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"native-tls",
|
2022-11-10 16:22:51 +00:00
|
|
|
"once_cell",
|
2021-06-02 14:00:18 +00:00
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"serde",
|
2021-10-18 08:26:11 +00:00
|
|
|
"serde_json",
|
2021-06-02 14:00:18 +00:00
|
|
|
"serde_urlencoded",
|
2024-01-13 15:28:10 +00:00
|
|
|
"system-configuration",
|
2021-06-02 14:00:18 +00:00
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
|
|
|
"tokio-util",
|
2022-08-07 04:21:53 +00:00
|
|
|
"tower-service",
|
2021-06-02 14:00:18 +00:00
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
"winreg",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2022-08-14 15:12:39 +00:00
|
|
|
version = "1.0.11"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-14 15:12:39 +00:00
|
|
|
checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
|
2019-12-03 05:30:57 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2022-08-14 15:12:39 +00:00
|
|
|
version = "0.1.20"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-14 15:12:39 +00:00
|
|
|
checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"lazy_static",
|
2022-11-10 16:22:51 +00:00
|
|
|
"windows-sys 0.36.1",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
2024-01-14 16:30:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
|
|
2022-11-10 16:22:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scratch"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"
|
|
|
|
|
2019-12-03 05:30:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "2.7.0"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"bitflags",
|
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2022-08-14 15:12:39 +00:00
|
|
|
version = "2.6.1"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-14 15:12:39 +00:00
|
|
|
checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "1.0.147"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
|
2019-12-03 05:30:57 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "1.0.87"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2022-08-14 15:12:39 +00:00
|
|
|
"itoa",
|
2021-06-02 14:00:18 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2022-08-07 04:21:53 +00:00
|
|
|
version = "0.7.1"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-07 04:21:53 +00:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"form_urlencoded",
|
2022-08-14 15:12:39 +00:00
|
|
|
"itoa",
|
2021-06-02 14:00:18 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
2020-05-02 10:13:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2024-01-13 15:28:10 +00:00
|
|
|
version = "0.10.8"
|
2020-05-02 10:13:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 15:28:10 +00:00
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
2020-05-02 10:13:28 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
2020-05-02 10:13:28 +00:00
|
|
|
]
|
|
|
|
|
2020-03-29 07:54:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2022-08-14 15:12:39 +00:00
|
|
|
version = "0.3.10"
|
2020-03-29 07:54:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-14 15:12:39 +00:00
|
|
|
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
|
2020-03-29 07:54:20 +00:00
|
|
|
|
2019-12-03 05:30:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2022-08-14 15:12:39 +00:00
|
|
|
version = "0.4.7"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-14 15:12:39 +00:00
|
|
|
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
|
|
|
|
dependencies = [
|
2024-01-14 16:30:36 +00:00
|
|
|
"autocfg",
|
2022-08-14 15:12:39 +00:00
|
|
|
]
|
2019-12-03 05:30:57 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "1.10.0"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
2019-12-03 05:30:57 +00:00
|
|
|
|
2020-06-20 05:05:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "0.4.7"
|
2020-06-20 05:05:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
|
2020-06-20 05:05:39 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
2020-06-20 05:05:39 +00:00
|
|
|
]
|
|
|
|
|
2019-12-03 05:30:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "string_cache"
|
2024-01-14 16:30:36 +00:00
|
|
|
version = "0.8.7"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-14 16:30:36 +00:00
|
|
|
checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"new_debug_unreachable",
|
2024-01-14 16:30:36 +00:00
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
|
|
|
"phf_shared",
|
2021-06-02 14:00:18 +00:00
|
|
|
"precomputed-hash",
|
|
|
|
"serde",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "string_cache_codegen"
|
2024-01-14 16:30:36 +00:00
|
|
|
version = "0.5.2"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-14 16:30:36 +00:00
|
|
|
checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2024-01-14 16:30:36 +00:00
|
|
|
"phf_generator",
|
|
|
|
"phf_shared",
|
2021-06-02 14:00:18 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2022-08-07 04:21:53 +00:00
|
|
|
version = "0.10.0"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-07 04:21:53 +00:00
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
2019-12-03 05:30:57 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "1.0.103"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-08-14 15:12:39 +00:00
|
|
|
"unicode-ident",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
2024-01-13 15:28:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "2.0.48"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "system-configuration"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"core-foundation",
|
|
|
|
"system-configuration-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "system-configuration-sys"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2019-12-03 05:30:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2022-08-14 15:12:39 +00:00
|
|
|
version = "3.3.0"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-14 15:12:39 +00:00
|
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"cfg-if",
|
2022-08-14 15:12:39 +00:00
|
|
|
"fastrand",
|
2021-06-02 14:00:18 +00:00
|
|
|
"libc",
|
2024-01-14 16:30:36 +00:00
|
|
|
"redox_syscall 0.2.16",
|
2021-06-02 14:00:18 +00:00
|
|
|
"remove_dir_all",
|
|
|
|
"winapi",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tendril"
|
2022-08-14 15:12:39 +00:00
|
|
|
version = "0.4.3"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-14 15:12:39 +00:00
|
|
|
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"futf",
|
|
|
|
"mac",
|
|
|
|
"utf-8",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
2022-08-07 04:21:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
|
|
|
version = "1.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2021-10-18 08:26:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "termtree"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "0.4.0"
|
2021-10-18 08:26:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8"
|
2021-10-18 08:26:11 +00:00
|
|
|
|
2019-12-03 05:30:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "0.16.0"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
|
2019-12-03 05:30:57 +00:00
|
|
|
|
2020-08-01 23:20:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-08-14 15:12:39 +00:00
|
|
|
version = "1.6.0"
|
2021-01-30 02:22:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-14 15:12:39 +00:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2021-01-30 02:22:10 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"tinyvec_macros",
|
2021-01-30 02:22:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
2020-08-01 23:20:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-02 14:00:18 +00:00
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
2020-08-01 23:20:20 +00:00
|
|
|
|
2019-12-03 05:30:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2024-01-13 15:28:10 +00:00
|
|
|
version = "1.26.0"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 15:28:10 +00:00
|
|
|
checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2024-01-14 16:30:36 +00:00
|
|
|
"autocfg",
|
2021-06-02 14:00:18 +00:00
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"memchr",
|
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
|
|
|
"pin-project-lite",
|
2022-08-07 04:21:53 +00:00
|
|
|
"socket2",
|
2024-01-13 15:28:10 +00:00
|
|
|
"windows-sys 0.45.0",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-01-30 02:22:10 +00:00
|
|
|
name = "tokio-native-tls"
|
|
|
|
version = "0.3.0"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-02 14:00:18 +00:00
|
|
|
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-01-07 04:22:28 +00:00
|
|
|
name = "tokio-util"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "0.7.4"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2022-08-07 04:21:53 +00:00
|
|
|
"tracing",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-01-07 04:22:28 +00:00
|
|
|
name = "tower-service"
|
2022-08-14 15:12:39 +00:00
|
|
|
version = "0.3.2"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-14 15:12:39 +00:00
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
2019-12-03 05:30:57 +00:00
|
|
|
|
2020-08-01 23:20:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "0.1.37"
|
2020-08-01 23:20:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
2020-08-01 23:20:20 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"cfg-if",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-core",
|
2020-08-01 23:20:20 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "0.1.30"
|
2020-08-01 23:20:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
|
2020-08-01 23:20:20 +00:00
|
|
|
dependencies = [
|
2022-08-14 15:12:39 +00:00
|
|
|
"once_cell",
|
2020-08-01 23:20:20 +00:00
|
|
|
]
|
|
|
|
|
2019-12-03 05:30:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2020-08-01 23:20:20 +00:00
|
|
|
version = "0.2.3"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-02 14:00:18 +00:00
|
|
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
2019-12-03 05:30:57 +00:00
|
|
|
|
2020-05-02 10:13:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2022-08-14 15:12:39 +00:00
|
|
|
version = "1.15.0"
|
2020-05-02 10:13:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-14 15:12:39 +00:00
|
|
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
2020-05-02 10:13:28 +00:00
|
|
|
|
2019-12-03 05:30:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2024-01-13 15:28:10 +00:00
|
|
|
version = "0.3.14"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 15:28:10 +00:00
|
|
|
checksum = "6f2528f27a9eb2b21e69c95319b30bd0efd85d09c379741b0f78ea1d86be2416"
|
2022-08-14 15:12:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "1.0.5"
|
2022-08-14 15:12:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
|
2019-12-03 05:30:57 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "0.1.22"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"tinyvec",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
2022-11-10 16:22:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
|
|
|
|
2019-12-03 05:30:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2024-01-13 15:28:10 +00:00
|
|
|
version = "2.5.0"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 15:28:10 +00:00
|
|
|
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf-8"
|
2021-06-02 13:58:28 +00:00
|
|
|
version = "0.7.6"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-02 14:00:18 +00:00
|
|
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
2019-12-03 05:30:57 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2021-07-04 05:31:55 +00:00
|
|
|
version = "0.2.15"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-04 05:31:55 +00:00
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2019-12-03 05:30:57 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-08-14 15:12:39 +00:00
|
|
|
version = "0.9.4"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-14 15:12:39 +00:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2019-12-03 05:30:57 +00:00
|
|
|
|
2020-06-20 05:05:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wait-timeout"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-02 14:00:18 +00:00
|
|
|
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
|
2020-06-20 05:05:39 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"libc",
|
2020-06-20 05:05:39 +00:00
|
|
|
]
|
|
|
|
|
2019-12-03 05:30:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2020-01-07 04:22:28 +00:00
|
|
|
version = "0.3.0"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-02 14:00:18 +00:00
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"log",
|
|
|
|
"try-lock",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
2022-08-07 04:21:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2020-01-07 04:22:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "0.2.83"
|
2020-01-07 04:22:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
|
2020-01-07 04:22:28 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
2020-01-07 04:22:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "0.2.83"
|
2020-01-07 04:22:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
|
2020-01-07 04:22:28 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2022-08-14 15:12:39 +00:00
|
|
|
"once_cell",
|
2021-06-02 14:00:18 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-13 15:28:10 +00:00
|
|
|
"syn 1.0.103",
|
2021-06-02 14:00:18 +00:00
|
|
|
"wasm-bindgen-shared",
|
2020-01-07 04:22:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "0.4.33"
|
2020-01-07 04:22:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"
|
2020-01-07 04:22:28 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
2020-01-07 04:22:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "0.2.83"
|
2020-01-07 04:22:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
|
2020-01-07 04:22:28 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
2020-01-07 04:22:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "0.2.83"
|
2020-01-07 04:22:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
|
2020-01-07 04:22:28 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-13 15:28:10 +00:00
|
|
|
"syn 1.0.103",
|
2021-06-02 14:00:18 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
2020-01-07 04:22:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "0.2.83"
|
2020-01-07 04:22:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
|
2020-01-07 04:22:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2022-11-10 16:22:51 +00:00
|
|
|
version = "0.3.60"
|
2020-01-07 04:22:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 16:22:51 +00:00
|
|
|
checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
|
2020-01-07 04:22:28 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2020-01-07 04:22:28 +00:00
|
|
|
]
|
|
|
|
|
2019-12-03 05:30:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-08-01 23:20:20 +00:00
|
|
|
version = "0.3.9"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-02 14:00:18 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2021-06-02 14:00:18 +00:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2019-12-03 05:30:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-02 14:00:18 +00:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2019-12-03 05:30:57 +00:00
|
|
|
|
2022-08-07 04:21:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2019-12-03 05:30:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-02 14:00:18 +00:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2019-12-03 05:30:57 +00:00
|
|
|
|
2022-08-07 04:21:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
|
|
|
|
dependencies = [
|
2022-11-10 16:22:51 +00:00
|
|
|
"windows_aarch64_msvc 0.36.1",
|
|
|
|
"windows_i686_gnu 0.36.1",
|
|
|
|
"windows_i686_msvc 0.36.1",
|
|
|
|
"windows_x86_64_gnu 0.36.1",
|
|
|
|
"windows_x86_64_msvc 0.36.1",
|
2022-08-07 04:21:53 +00:00
|
|
|
]
|
|
|
|
|
2022-11-10 16:22:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
|
|
|
dependencies = [
|
2024-01-13 15:28:10 +00:00
|
|
|
"windows_aarch64_gnullvm 0.42.2",
|
|
|
|
"windows_aarch64_msvc 0.42.2",
|
|
|
|
"windows_i686_gnu 0.42.2",
|
|
|
|
"windows_i686_msvc 0.42.2",
|
|
|
|
"windows_x86_64_gnu 0.42.2",
|
|
|
|
"windows_x86_64_gnullvm 0.42.2",
|
|
|
|
"windows_x86_64_msvc 0.42.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.45.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.42.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm 0.42.2",
|
|
|
|
"windows_aarch64_msvc 0.42.2",
|
|
|
|
"windows_i686_gnu 0.42.2",
|
|
|
|
"windows_i686_msvc 0.42.2",
|
|
|
|
"windows_x86_64_gnu 0.42.2",
|
|
|
|
"windows_x86_64_gnullvm 0.42.2",
|
|
|
|
"windows_x86_64_msvc 0.42.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.48.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",
|
2022-11-10 16:22:51 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-01-13 15:28:10 +00:00
|
|
|
version = "0.42.2"
|
2022-11-10 16:22:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 15:28:10 +00:00
|
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2022-11-10 16:22:51 +00:00
|
|
|
|
2022-08-07 04:21:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
|
|
|
|
|
2022-11-10 16:22:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-01-13 15:28:10 +00:00
|
|
|
version = "0.42.2"
|
2022-11-10 16:22:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 15:28:10 +00:00
|
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2022-11-10 16:22:51 +00:00
|
|
|
|
2022-08-07 04:21:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
|
|
|
|
|
2022-11-10 16:22:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-01-13 15:28:10 +00:00
|
|
|
version = "0.42.2"
|
2022-11-10 16:22:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 15:28:10 +00:00
|
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2022-11-10 16:22:51 +00:00
|
|
|
|
2022-08-07 04:21:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
|
|
|
|
|
2022-11-10 16:22:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-01-13 15:28:10 +00:00
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.48.5"
|
2022-11-10 16:22:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 15:28:10 +00:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2022-11-10 16:22:51 +00:00
|
|
|
|
2022-08-07 04:21:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
|
|
|
|
|
2022-11-10 16:22:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-01-13 15:28:10 +00:00
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.48.5"
|
2022-11-10 16:22:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 15:28:10 +00:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2022-11-10 16:22:51 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-01-13 15:28:10 +00:00
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.48.5"
|
2022-11-10 16:22:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 15:28:10 +00:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2022-11-10 16:22:51 +00:00
|
|
|
|
2022-08-07 04:21:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
|
|
|
|
|
2022-11-10 16:22:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-01-13 15:28:10 +00:00
|
|
|
version = "0.42.2"
|
2022-11-10 16:22:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 15:28:10 +00:00
|
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2022-11-10 16:22:51 +00:00
|
|
|
|
2019-12-03 05:30:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2024-01-13 15:28:10 +00:00
|
|
|
version = "0.50.0"
|
2019-12-03 05:30:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 15:28:10 +00:00
|
|
|
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
|
2019-12-03 05:30:57 +00:00
|
|
|
dependencies = [
|
2024-01-13 15:28:10 +00:00
|
|
|
"cfg-if",
|
|
|
|
"windows-sys 0.48.0",
|
2021-06-02 14:00:18 +00:00
|
|
|
]
|
2024-01-14 16:30:36 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xml5ever"
|
|
|
|
version = "0.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4034e1d05af98b51ad7214527730626f019682d797ba38b51689212118d8e650"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"mac",
|
|
|
|
"markup5ever",
|
|
|
|
]
|