2020-08-27 10:07:46 +03:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-07-03 14:51:55 +03:00
|
|
|
version = 3
|
|
|
|
|
2020-10-14 14:24:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "adler32"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
|
|
|
|
|
2023-07-09 06:14:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-06-05 06:06:26 +03:00
|
|
|
version = "1.0.2"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-05 06:06:26 +03:00
|
|
|
checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
|
2020-10-14 14:24:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alloc-no-stdlib"
|
2022-09-13 11:27:07 +03:00
|
|
|
version = "2.0.4"
|
2020-10-14 14:24:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-13 11:27:07 +03:00
|
|
|
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
|
2020-10-14 14:24:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alloc-stdlib"
|
2022-09-13 11:27:07 +03:00
|
|
|
version = "0.2.2"
|
2020-10-14 14:24:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-13 11:27:07 +03:00
|
|
|
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"alloc-no-stdlib",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
2023-06-01 17:35:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
2022-08-09 18:44:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
2022-08-31 11:24:42 +03:00
|
|
|
version = "0.1.5"
|
2022-08-09 18:44:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-31 11:24:42 +03:00
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
2022-08-09 18:44:36 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-03-29 11:07:07 +03:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2023-05-02 06:02:45 +03:00
|
|
|
version = "0.3.2"
|
2023-03-29 11:07:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-02 06:02:45 +03:00
|
|
|
checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
|
2023-03-29 11:07:07 +03:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
2023-04-13 19:40:34 +03:00
|
|
|
"anstyle-query",
|
2023-03-29 11:07:07 +03:00
|
|
|
"anstyle-wincon",
|
2023-04-13 19:40:34 +03:00
|
|
|
"colorchoice",
|
2023-03-29 11:07:07 +03:00
|
|
|
"is-terminal",
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2023-06-21 06:01:59 +03:00
|
|
|
version = "1.0.1"
|
2023-03-29 11:07:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-21 06:01:59 +03:00
|
|
|
checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd"
|
2023-03-29 11:07:07 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2023-06-21 06:01:59 +03:00
|
|
|
version = "0.2.1"
|
2023-03-29 11:07:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-21 06:01:59 +03:00
|
|
|
checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
|
2023-03-29 11:07:07 +03:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
2023-04-13 19:40:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
|
|
|
|
dependencies = [
|
2023-07-03 17:32:57 +03:00
|
|
|
"windows-sys",
|
2023-04-13 19:40:34 +03:00
|
|
|
]
|
|
|
|
|
2023-03-29 11:07:07 +03:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2023-04-25 06:02:23 +03:00
|
|
|
version = "1.0.1"
|
2023-03-29 11:07:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-25 06:02:23 +03:00
|
|
|
checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188"
|
2023-03-29 11:07:07 +03:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2023-07-03 17:32:57 +03:00
|
|
|
"windows-sys",
|
2023-03-29 11:07:07 +03:00
|
|
|
]
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "1.1.0"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 14:41:57 +03:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2023-06-01 17:35:26 +03:00
|
|
|
version = "0.21.2"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-01 17:35:26 +03:00
|
|
|
checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-set"
|
2022-07-23 11:20:45 +03:00
|
|
|
version = "0.5.3"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-23 11:20:45 +03:00
|
|
|
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"bit-vec",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-vec"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "0.6.3"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 14:41:57 +03:00
|
|
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "1.3.2"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 14:41:57 +03:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2020-10-14 14:24:11 +03:00
|
|
|
|
2023-06-30 06:06:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "2.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
|
|
|
|
|
2021-06-17 21:28:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-03-09 11:06:33 +03:00
|
|
|
version = "0.10.4"
|
2021-06-17 21:28:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-09 11:06:33 +03:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2021-06-17 21:28:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2020-10-14 14:24:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "brotli"
|
2022-04-01 13:10:38 +03:00
|
|
|
version = "3.3.4"
|
2020-10-14 14:24:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-01 13:10:38 +03:00
|
|
|
checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
|
2020-10-14 14:24:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
"brotli-decompressor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "brotli-decompressor"
|
2023-01-16 11:06:10 +03:00
|
|
|
version = "2.3.4"
|
2020-10-14 14:24:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 11:06:10 +03:00
|
|
|
checksum = "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744"
|
2020-10-14 14:24:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
]
|
2020-08-27 10:07:46 +03:00
|
|
|
|
2022-08-05 14:52:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-06-01 18:50:52 +03:00
|
|
|
version = "3.13.0"
|
2022-08-05 14:52:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-01 18:50:52 +03:00
|
|
|
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
|
2022-08-05 14:52:13 +03:00
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "1.4.3"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 14:41:57 +03:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-01-29 11:05:35 +03:00
|
|
|
version = "1.0.79"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-29 11:05:35 +03:00
|
|
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
2020-11-02 20:36:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2023-06-01 17:35:26 +03:00
|
|
|
version = "0.4.26"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-01 17:35:26 +03:00
|
|
|
checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2023-06-01 17:35:26 +03:00
|
|
|
"android-tzdata",
|
2022-08-09 18:44:36 +03:00
|
|
|
"iana-time-zone",
|
2020-10-14 14:24:11 +03:00
|
|
|
"num-traits",
|
2020-11-02 20:36:20 +03:00
|
|
|
"winapi",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-07-20 06:01:44 +03:00
|
|
|
version = "4.3.17"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-20 06:01:44 +03:00
|
|
|
checksum = "5b0827b011f6f8ab38590295339817b0d26f344aa4932c3ced71b45b0c54b4a9"
|
2023-03-28 15:46:49 +03:00
|
|
|
dependencies = [
|
|
|
|
"clap_builder",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2023-07-20 06:01:44 +03:00
|
|
|
version = "4.3.17"
|
2023-03-28 15:46:49 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-20 06:01:44 +03:00
|
|
|
checksum = "9441b403be87be858db6a23edb493e7f694761acdc3343d5a0fcaafd304cbc9e"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2023-03-29 11:07:07 +03:00
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
2022-05-06 14:41:57 +03:00
|
|
|
"clap_lex",
|
2022-06-14 22:56:29 +03:00
|
|
|
"once_cell",
|
2020-10-14 14:24:11 +03:00
|
|
|
"strsim",
|
2022-09-30 15:55:40 +03:00
|
|
|
"terminal_size",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
2022-05-06 14:41:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2023-06-01 17:35:26 +03:00
|
|
|
version = "0.5.0"
|
2022-10-09 11:28:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-01 17:35:26 +03:00
|
|
|
checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
|
2022-10-09 11:28:02 +03:00
|
|
|
|
2023-04-13 19:40:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
|
|
|
|
2021-02-13 22:51:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "colored"
|
2023-07-05 19:09:57 +03:00
|
|
|
version = "2.0.4"
|
2021-02-13 22:51:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-05 19:09:57 +03:00
|
|
|
checksum = "2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6"
|
2021-02-13 22:51:22 +03:00
|
|
|
dependencies = [
|
2023-07-05 06:12:08 +03:00
|
|
|
"is-terminal",
|
2021-02-13 22:51:22 +03:00
|
|
|
"lazy_static",
|
2023-07-05 19:09:57 +03:00
|
|
|
"windows-sys",
|
2021-02-13 22:51:22 +03:00
|
|
|
]
|
|
|
|
|
2022-08-09 18:44:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2023-04-03 06:03:33 +03:00
|
|
|
version = "0.8.4"
|
2022-08-09 18:44:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-03 06:03:33 +03:00
|
|
|
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
|
2022-08-09 18:44:36 +03:00
|
|
|
|
2023-07-09 06:14:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "core2"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2021-06-17 21:28:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2023-07-05 15:47:56 +03:00
|
|
|
version = "0.2.9"
|
2021-06-17 21:28:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-05 15:47:56 +03:00
|
|
|
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
|
2021-06-17 21:28:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-10-14 14:24:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "1.3.2"
|
2020-10-14 14:24:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 14:41:57 +03:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2020-10-14 14:24:11 +03:00
|
|
|
dependencies = [
|
2022-05-06 14:41:57 +03:00
|
|
|
"cfg-if",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
2021-12-08 18:34:37 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
2022-07-17 11:18:42 +03:00
|
|
|
version = "0.1.6"
|
2021-12-08 18:34:37 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-17 11:18:42 +03:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2021-12-08 18:34:37 +03:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
2022-02-22 11:33:11 +03:00
|
|
|
"typenum",
|
2021-12-08 18:34:37 +03:00
|
|
|
]
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "curl"
|
2022-07-22 11:23:29 +03:00
|
|
|
version = "0.4.44"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-22 11:23:29 +03:00
|
|
|
checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"curl-sys",
|
|
|
|
"libc",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"socket2",
|
|
|
|
"winapi",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "curl-sys"
|
2023-06-01 18:50:52 +03:00
|
|
|
version = "0.4.63+curl-8.1.2"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-01 18:50:52 +03:00
|
|
|
checksum = "aeb0fef7046022a1e2ad67a004978f0e3cacb9e3123dc62ce768f92197b771dc"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"libz-sys",
|
|
|
|
"openssl-sys",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
"winapi",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
2023-07-09 06:14:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dary_heap"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7762d17f1241643615821a8455a0b2c3e803784b058693d990b11f2dce25a0ca"
|
|
|
|
|
2021-06-17 21:28:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-06-01 18:50:52 +03:00
|
|
|
version = "0.10.7"
|
2021-06-17 21:28:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-01 18:50:52 +03:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2021-06-17 21:28:13 +03:00
|
|
|
dependencies = [
|
2021-12-08 18:34:37 +03:00
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
2021-06-17 21:28:13 +03:00
|
|
|
]
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "encoding"
|
|
|
|
version = "0.2.33"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"encoding-index-japanese",
|
|
|
|
"encoding-index-korean",
|
|
|
|
"encoding-index-simpchinese",
|
|
|
|
"encoding-index-singlebyte",
|
|
|
|
"encoding-index-tradchinese",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-japanese"
|
|
|
|
version = "1.20141219.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"encoding_index_tests",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-korean"
|
|
|
|
version = "1.20141219.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"encoding_index_tests",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-simpchinese"
|
|
|
|
version = "1.20141219.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"encoding_index_tests",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-singlebyte"
|
|
|
|
version = "1.20141219.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"encoding_index_tests",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-tradchinese"
|
|
|
|
version = "1.20141219.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"encoding_index_tests",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_index_tests"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
2023-03-29 11:07:07 +03:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2023-04-09 06:02:46 +03:00
|
|
|
version = "0.3.1"
|
2023-03-29 11:07:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-09 06:02:46 +03:00
|
|
|
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
|
2023-03-29 11:07:07 +03:00
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
2023-07-03 17:32:57 +03:00
|
|
|
"windows-sys",
|
2023-03-29 11:07:07 +03:00
|
|
|
]
|
|
|
|
|
2022-09-30 15:55:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-05-06 14:41:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2023-07-21 06:01:37 +03:00
|
|
|
version = "2.0.0"
|
2022-05-06 14:41:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-21 06:01:37 +03:00
|
|
|
checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
|
2022-05-06 14:41:57 +03:00
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "float-cmp"
|
2021-07-24 10:42:46 +03:00
|
|
|
version = "0.9.0"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-24 10:42:46 +03:00
|
|
|
checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"num-traits",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "1.0.7"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 14:41:57 +03:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
2021-07-03 14:51:55 +03:00
|
|
|
name = "form_urlencoded"
|
2023-06-05 18:13:49 +03:00
|
|
|
version = "1.2.0"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-05 18:13:49 +03:00
|
|
|
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
|
2021-07-03 14:51:55 +03:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
2020-08-27 10:07:46 +03:00
|
|
|
|
2021-06-17 21:28:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-03-28 15:46:49 +03:00
|
|
|
version = "0.14.7"
|
2021-06-17 21:28:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 15:46:49 +03:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2021-06-17 21:28:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-06-07 06:08:37 +03:00
|
|
|
version = "0.2.10"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-07 06:08:37 +03:00
|
|
|
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2022-05-06 14:41:57 +03:00
|
|
|
"cfg-if",
|
2020-10-14 14:24:11 +03:00
|
|
|
"libc",
|
2022-06-17 12:23:37 +03:00
|
|
|
"wasi",
|
2021-07-03 14:51:55 +03:00
|
|
|
]
|
|
|
|
|
2021-12-04 13:15:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
2023-01-07 11:05:18 +03:00
|
|
|
version = "0.3.1"
|
2021-12-04 13:15:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-07 11:05:18 +03:00
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
2021-12-04 13:15:46 +03:00
|
|
|
|
2021-12-07 12:12:59 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-07-18 11:21:54 +03:00
|
|
|
version = "0.12.3"
|
2021-12-07 12:12:59 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 11:21:54 +03:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2021-12-07 12:12:59 +03:00
|
|
|
|
2023-07-09 06:14:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.13.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
]
|
|
|
|
|
2022-11-25 01:11:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2023-07-05 06:12:08 +03:00
|
|
|
version = "0.3.2"
|
2022-11-25 01:11:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-05 06:12:08 +03:00
|
|
|
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
|
2022-11-25 01:11:38 +03:00
|
|
|
|
2021-06-17 22:53:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
2021-06-17 21:28:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hex-literal"
|
2023-04-06 00:16:37 +03:00
|
|
|
version = "0.4.1"
|
2021-06-17 21:28:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-06 00:16:37 +03:00
|
|
|
checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46"
|
2021-06-17 21:28:13 +03:00
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hurl"
|
2023-06-29 17:05:31 +03:00
|
|
|
version = "4.1.0-SNAPSHOT"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"base64",
|
|
|
|
"brotli",
|
2021-05-26 11:06:29 +03:00
|
|
|
"cc",
|
2020-10-14 14:24:11 +03:00
|
|
|
"chrono",
|
|
|
|
"clap",
|
2021-02-13 22:51:22 +03:00
|
|
|
"colored",
|
2020-10-14 14:24:11 +03:00
|
|
|
"curl",
|
2023-02-22 00:02:11 +03:00
|
|
|
"curl-sys",
|
2020-10-14 14:24:11 +03:00
|
|
|
"encoding",
|
|
|
|
"float-cmp",
|
2021-12-04 13:15:46 +03:00
|
|
|
"glob",
|
2021-06-17 22:53:31 +03:00
|
|
|
"hex",
|
2021-06-17 21:28:13 +03:00
|
|
|
"hex-literal",
|
2020-11-02 20:30:13 +03:00
|
|
|
"hurl_core",
|
2021-12-07 12:12:59 +03:00
|
|
|
"indexmap",
|
2022-12-11 22:58:05 +03:00
|
|
|
"lazy_static",
|
2020-11-02 20:30:13 +03:00
|
|
|
"libflate",
|
|
|
|
"libxml",
|
2021-07-14 22:04:28 +03:00
|
|
|
"md5",
|
2021-05-14 20:31:18 +03:00
|
|
|
"percent-encoding",
|
2020-11-02 20:30:13 +03:00
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-06-17 21:28:13 +03:00
|
|
|
"sha2",
|
2021-01-16 16:18:21 +03:00
|
|
|
"termion",
|
2020-11-02 20:30:13 +03:00
|
|
|
"url",
|
2023-02-21 15:38:38 +03:00
|
|
|
"uuid",
|
2021-11-30 18:27:38 +03:00
|
|
|
"winres",
|
2021-12-07 12:12:59 +03:00
|
|
|
"xmltree",
|
2020-11-02 20:30:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hurl_core"
|
2023-06-29 17:05:31 +03:00
|
|
|
version = "4.1.0-SNAPSHOT"
|
2020-11-02 20:30:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"float-cmp",
|
2021-05-25 17:56:55 +03:00
|
|
|
"regex",
|
2020-11-02 20:30:13 +03:00
|
|
|
"sxd-document",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hurlfmt"
|
2023-06-29 17:05:31 +03:00
|
|
|
version = "4.1.0-SNAPSHOT"
|
2020-11-02 20:30:13 +03:00
|
|
|
dependencies = [
|
2021-06-16 22:13:17 +03:00
|
|
|
"base64",
|
2020-11-02 20:30:13 +03:00
|
|
|
"clap",
|
2021-02-13 22:51:22 +03:00
|
|
|
"colored",
|
2020-11-02 20:30:13 +03:00
|
|
|
"hurl_core",
|
2020-10-14 14:24:11 +03:00
|
|
|
"proptest",
|
|
|
|
"regex",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
2022-08-09 18:44:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2023-06-08 06:08:05 +03:00
|
|
|
version = "0.1.57"
|
2022-08-09 18:44:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 06:08:05 +03:00
|
|
|
checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
|
2022-08-09 18:44:36 +03:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
2022-08-12 17:05:11 +03:00
|
|
|
"core-foundation-sys",
|
2022-10-09 11:28:02 +03:00
|
|
|
"iana-time-zone-haiku",
|
2022-08-09 18:44:36 +03:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2023-03-22 11:06:37 +03:00
|
|
|
"windows",
|
2022-08-09 18:44:36 +03:00
|
|
|
]
|
|
|
|
|
2022-10-09 11:28:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
2023-06-01 18:50:52 +03:00
|
|
|
version = "0.1.2"
|
2022-10-09 11:28:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-01 18:50:52 +03:00
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
2022-10-09 11:28:02 +03:00
|
|
|
dependencies = [
|
2023-06-01 18:50:52 +03:00
|
|
|
"cc",
|
2022-10-09 11:28:02 +03:00
|
|
|
]
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2023-06-05 18:13:49 +03:00
|
|
|
version = "0.4.0"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-05 18:13:49 +03:00
|
|
|
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
2021-12-07 12:12:59 +03:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-03-25 11:06:24 +03:00
|
|
|
version = "1.9.3"
|
2021-12-07 12:12:59 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 11:06:24 +03:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2021-12-07 12:12:59 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2023-07-09 06:14:33 +03:00
|
|
|
"hashbrown 0.12.3",
|
2021-12-07 12:12:59 +03:00
|
|
|
]
|
|
|
|
|
2022-09-30 15:55:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
2023-05-25 06:03:23 +03:00
|
|
|
version = "1.0.11"
|
2022-11-25 01:11:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-25 06:03:23 +03:00
|
|
|
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
2022-11-25 01:11:38 +03:00
|
|
|
dependencies = [
|
2023-07-03 16:49:38 +03:00
|
|
|
"hermit-abi",
|
2022-11-25 01:11:38 +03:00
|
|
|
"libc",
|
2023-07-03 17:32:57 +03:00
|
|
|
"windows-sys",
|
2022-11-25 01:11:38 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
2023-07-07 06:11:47 +03:00
|
|
|
version = "0.4.9"
|
2022-11-25 01:11:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-07 06:11:47 +03:00
|
|
|
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
|
2022-11-25 01:11:38 +03:00
|
|
|
dependencies = [
|
2023-07-03 16:49:38 +03:00
|
|
|
"hermit-abi",
|
2023-07-12 06:10:06 +03:00
|
|
|
"rustix 0.38.4",
|
2023-07-03 17:32:57 +03:00
|
|
|
"windows-sys",
|
2022-11-25 01:11:38 +03:00
|
|
|
]
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-07-16 06:16:15 +03:00
|
|
|
version = "1.0.9"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-16 06:16:15 +03:00
|
|
|
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
2022-08-05 14:52:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2023-06-13 17:38:31 +03:00
|
|
|
version = "0.3.64"
|
2022-08-05 14:52:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 17:38:31 +03:00
|
|
|
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
|
2022-08-05 14:52:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-06-26 06:15:23 +03:00
|
|
|
version = "0.2.147"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 06:15:23 +03:00
|
|
|
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
|
2020-10-14 14:24:11 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libflate"
|
2023-07-09 06:14:33 +03:00
|
|
|
version = "2.0.0"
|
2020-10-14 14:24:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-09 06:14:33 +03:00
|
|
|
checksum = "9f7d5654ae1795afc7ff76f4365c2c8791b0feb18e8996a96adad8ffd7c3b2bf"
|
2020-10-14 14:24:11 +03:00
|
|
|
dependencies = [
|
|
|
|
"adler32",
|
2023-07-09 06:14:33 +03:00
|
|
|
"core2",
|
2020-10-14 14:24:11 +03:00
|
|
|
"crc32fast",
|
2023-07-09 06:14:33 +03:00
|
|
|
"dary_heap",
|
2020-10-14 14:24:11 +03:00
|
|
|
"libflate_lz77",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libflate_lz77"
|
2023-07-09 06:14:33 +03:00
|
|
|
version = "2.0.0"
|
2020-10-14 14:24:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-09 06:14:33 +03:00
|
|
|
checksum = "be5f52fb8c451576ec6b79d3f4deb327398bc05bbdbd99021a6e77a4c855d524"
|
2021-07-03 14:51:55 +03:00
|
|
|
dependencies = [
|
2023-07-09 06:14:33 +03:00
|
|
|
"core2",
|
|
|
|
"hashbrown 0.13.2",
|
2021-07-03 14:51:55 +03:00
|
|
|
"rle-decode-fast",
|
|
|
|
]
|
2020-08-27 10:07:46 +03:00
|
|
|
|
2023-02-07 11:21:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
2023-06-01 18:50:52 +03:00
|
|
|
version = "0.2.7"
|
2023-02-07 11:21:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-01 18:50:52 +03:00
|
|
|
checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"
|
2023-02-07 11:21:23 +03:00
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libxml"
|
2023-07-18 06:09:48 +03:00
|
|
|
version = "0.3.3"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-18 06:09:48 +03:00
|
|
|
checksum = "5fe73cdec2bcb36d25a9fe3f607ffcd44bb8907ca0100c4098d1aa342d1e7bec"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
2020-11-02 20:36:20 +03:00
|
|
|
"vcpkg",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
2023-04-29 06:02:26 +03:00
|
|
|
version = "1.1.9"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 06:02:26 +03:00
|
|
|
checksum = "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
2023-03-29 11:07:07 +03:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-06-01 18:50:52 +03:00
|
|
|
version = "0.3.8"
|
2023-03-29 11:07:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-01 18:50:52 +03:00
|
|
|
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
2023-03-29 11:07:07 +03:00
|
|
|
|
2023-06-30 06:06:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0"
|
|
|
|
|
2022-08-05 14:52:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-06-11 06:13:48 +03:00
|
|
|
version = "0.4.19"
|
2022-08-05 14:52:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-11 06:13:48 +03:00
|
|
|
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
|
2022-08-05 14:52:13 +03:00
|
|
|
|
2021-07-14 22:04:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "md5"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "2.5.0"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 14:41:57 +03:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
2020-09-17 20:55:25 +03:00
|
|
|
name = "num-traits"
|
2023-07-21 06:01:37 +03:00
|
|
|
version = "0.2.16"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-21 06:01:37 +03:00
|
|
|
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2021-07-03 14:51:55 +03:00
|
|
|
"autocfg",
|
2023-02-07 11:21:23 +03:00
|
|
|
"libm",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
2021-01-16 16:18:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "numtoa"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
|
|
|
|
|
2022-06-14 22:56:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-06-05 06:06:26 +03:00
|
|
|
version = "1.18.0"
|
2022-06-14 22:56:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-05 06:06:26 +03:00
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
2022-06-14 22:56:29 +03:00
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "0.1.5"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 14:41:57 +03:00
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2023-06-21 06:01:59 +03:00
|
|
|
version = "0.9.90"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-21 06:01:59 +03:00
|
|
|
checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-06-05 18:13:49 +03:00
|
|
|
version = "2.3.0"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-05 18:13:49 +03:00
|
|
|
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "peresil"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "f658886ed52e196e850cfbbfddab9eaa7f6d90dd0929e264c31e5cec07e09e57"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2023-05-03 16:32:58 +03:00
|
|
|
version = "0.3.27"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-03 16:32:58 +03:00
|
|
|
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2022-11-05 21:04:45 +03:00
|
|
|
version = "0.2.17"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-05 21:04:45 +03:00
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
2022-08-05 14:52:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-07-17 06:14:22 +03:00
|
|
|
version = "1.0.66"
|
2022-08-05 14:52:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-17 06:14:22 +03:00
|
|
|
checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
|
2022-08-05 14:52:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proptest"
|
2023-06-01 17:35:26 +03:00
|
|
|
version = "1.2.0"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-01 17:35:26 +03:00
|
|
|
checksum = "4e35c06b98bf36aba164cc17cb25f7e232f5c4aeea73baa14b8a9f0d92dbfa65"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"bit-set",
|
2023-06-30 06:06:31 +03:00
|
|
|
"bitflags 1.3.2",
|
2020-10-14 14:24:11 +03:00
|
|
|
"byteorder",
|
|
|
|
"lazy_static",
|
|
|
|
"num-traits",
|
2022-05-06 14:41:57 +03:00
|
|
|
"rand",
|
|
|
|
"rand_chacha",
|
2020-10-14 14:24:11 +03:00
|
|
|
"rand_xorshift",
|
2023-04-21 06:02:21 +03:00
|
|
|
"regex-syntax 0.6.29",
|
2020-10-14 14:24:11 +03:00
|
|
|
"rusty-fork",
|
|
|
|
"tempfile",
|
2023-02-07 11:21:23 +03:00
|
|
|
"unarray",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "1.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
2022-08-05 14:52:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-07-17 06:14:22 +03:00
|
|
|
version = "1.0.31"
|
2022-08-05 14:52:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-17 06:14:22 +03:00
|
|
|
checksum = "5fe8a65d69dd0808184ebb5f836ab526bb259db23c657efa38711b1072ee47f0"
|
2022-08-05 14:52:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "0.8.5"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 14:41:57 +03:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2021-07-03 14:51:55 +03:00
|
|
|
"libc",
|
2022-05-06 14:41:57 +03:00
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-07-03 14:51:55 +03:00
|
|
|
name = "rand_chacha"
|
2020-08-27 10:07:46 +03:00
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-03 14:51:55 +03:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2021-07-03 14:51:55 +03:00
|
|
|
"ppv-lite86",
|
2022-05-06 14:41:57 +03:00
|
|
|
"rand_core",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-07-03 14:51:55 +03:00
|
|
|
name = "rand_core"
|
2022-09-17 11:26:35 +03:00
|
|
|
version = "0.6.4"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-17 11:26:35 +03:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2022-05-06 14:41:57 +03:00
|
|
|
"getrandom",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_xorshift"
|
2021-07-03 14:51:55 +03:00
|
|
|
version = "0.3.0"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-03 14:51:55 +03:00
|
|
|
checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2022-05-06 14:41:57 +03:00
|
|
|
"rand_core",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-07-03 14:51:55 +03:00
|
|
|
name = "redox_syscall"
|
2022-07-27 11:25:20 +03:00
|
|
|
version = "0.2.16"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 11:25:20 +03:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2021-07-03 14:51:55 +03:00
|
|
|
dependencies = [
|
2023-06-30 06:06:31 +03:00
|
|
|
"bitflags 1.3.2",
|
2021-07-03 14:51:55 +03:00
|
|
|
]
|
2020-08-27 10:07:46 +03:00
|
|
|
|
2023-03-29 11:07:07 +03:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
|
|
|
dependencies = [
|
2023-06-30 06:06:31 +03:00
|
|
|
"bitflags 1.3.2",
|
2023-03-29 11:07:07 +03:00
|
|
|
]
|
|
|
|
|
2021-01-16 16:18:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "redox_termios"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "0.1.2"
|
2021-01-16 16:18:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 14:41:57 +03:00
|
|
|
checksum = "8440d8acb4fd3d277125b4bd01a6f38aee8d814b3b5fc09b3f2b825d37d3fe8f"
|
2021-01-16 16:18:21 +03:00
|
|
|
dependencies = [
|
2023-03-29 11:07:07 +03:00
|
|
|
"redox_syscall 0.2.16",
|
2021-01-16 16:18:21 +03:00
|
|
|
]
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-07-08 06:13:10 +03:00
|
|
|
version = "1.9.1"
|
2023-07-05 15:47:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-08 06:13:10 +03:00
|
|
|
checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575"
|
2023-07-05 15:47:56 +03:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
2023-07-11 06:06:23 +03:00
|
|
|
"regex-syntax 0.7.4",
|
2023-07-05 15:47:56 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2023-07-13 06:12:41 +03:00
|
|
|
version = "0.3.3"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-13 06:12:41 +03:00
|
|
|
checksum = "39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2023-07-11 06:06:23 +03:00
|
|
|
"regex-syntax 0.7.4",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-03-22 11:06:37 +03:00
|
|
|
version = "0.6.29"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-22 11:06:37 +03:00
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
2023-04-21 06:02:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-07-11 06:06:23 +03:00
|
|
|
version = "0.7.4"
|
2023-04-21 06:02:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-11 06:06:23 +03:00
|
|
|
checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
|
2023-04-21 06:02:21 +03:00
|
|
|
|
2020-10-14 14:24:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rle-decode-fast"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "1.0.3"
|
2020-10-14 14:24:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 14:41:57 +03:00
|
|
|
checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422"
|
2020-10-14 14:24:11 +03:00
|
|
|
|
2022-09-30 15:55:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-07-05 19:09:57 +03:00
|
|
|
version = "0.37.23"
|
2023-03-29 11:07:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-05 19:09:57 +03:00
|
|
|
checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
|
2023-03-29 11:07:07 +03:00
|
|
|
dependencies = [
|
2023-06-30 06:06:31 +03:00
|
|
|
"bitflags 1.3.2",
|
2023-04-05 06:03:08 +03:00
|
|
|
"errno",
|
2023-03-29 11:07:07 +03:00
|
|
|
"io-lifetimes",
|
|
|
|
"libc",
|
2023-06-30 06:06:31 +03:00
|
|
|
"linux-raw-sys 0.3.8",
|
2023-07-03 17:32:57 +03:00
|
|
|
"windows-sys",
|
2023-06-30 06:06:31 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-07-12 06:10:06 +03:00
|
|
|
version = "0.38.4"
|
2023-06-30 06:06:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-12 06:10:06 +03:00
|
|
|
checksum = "0a962918ea88d644592894bc6dc55acc6c0956488adcebbfb6e273506b7fd6e5"
|
2023-06-30 06:06:31 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.3.3",
|
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys 0.4.3",
|
2023-07-03 17:32:57 +03:00
|
|
|
"windows-sys",
|
2022-09-30 15:55:40 +03:00
|
|
|
]
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rusty-fork"
|
2021-07-03 14:51:55 +03:00
|
|
|
version = "0.3.0"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-03 14:51:55 +03:00
|
|
|
checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"fnv",
|
2023-06-01 17:35:26 +03:00
|
|
|
"quick-error",
|
2020-10-14 14:24:11 +03:00
|
|
|
"tempfile",
|
|
|
|
"wait-timeout",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-07-16 06:16:15 +03:00
|
|
|
version = "1.0.15"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-16 06:16:15 +03:00
|
|
|
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2023-07-03 17:32:57 +03:00
|
|
|
version = "0.1.22"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 17:32:57 +03:00
|
|
|
checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2023-07-03 17:32:57 +03:00
|
|
|
"windows-sys",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-07-20 06:01:44 +03:00
|
|
|
version = "1.0.173"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-20 06:01:44 +03:00
|
|
|
checksum = "e91f70896d6720bc714a4a57d22fc91f1db634680e65c8efe13323f1fa38d53f"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-07-16 06:16:15 +03:00
|
|
|
version = "1.0.103"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-16 06:16:15 +03:00
|
|
|
checksum = "d03b412469450d4404fe8499a268edd7f8b79fecb074b0d812ad64ca21f4031b"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
2021-06-17 21:28:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2023-06-15 23:33:36 +03:00
|
|
|
version = "0.10.7"
|
2021-06-17 21:28:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-15 23:33:36 +03:00
|
|
|
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
|
2021-06-17 21:28:13 +03:00
|
|
|
dependencies = [
|
2022-05-06 14:41:57 +03:00
|
|
|
"cfg-if",
|
2021-06-17 21:28:13 +03:00
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2023-03-04 11:06:03 +03:00
|
|
|
version = "0.4.9"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-04 11:06:03 +03:00
|
|
|
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2022-01-06 22:35:23 +03:00
|
|
|
version = "0.10.0"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 22:35:23 +03:00
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sxd-document"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "94d82f37be9faf1b10a82c4bd492b74f698e40082f0f40de38ab275f31d42078"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"peresil",
|
|
|
|
"typed-arena",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
2022-08-05 14:52:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-07-16 06:16:15 +03:00
|
|
|
version = "2.0.26"
|
2023-05-04 12:33:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-16 06:16:15 +03:00
|
|
|
checksum = "45c3457aacde3c65315de5031ec191ce46604304d2446e803d71ade03308d970"
|
2023-03-18 11:06:10 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2023-07-21 06:01:37 +03:00
|
|
|
version = "3.7.0"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-21 06:01:37 +03:00
|
|
|
checksum = "5486094ee78b2e5038a6382ed7645bc084dc2ec433426ca4c3cb61e2007b8998"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2022-05-06 14:41:57 +03:00
|
|
|
"cfg-if",
|
|
|
|
"fastrand",
|
2023-03-29 11:07:07 +03:00
|
|
|
"redox_syscall 0.3.5",
|
2023-07-21 06:01:37 +03:00
|
|
|
"rustix 0.38.4",
|
2023-07-03 17:32:57 +03:00
|
|
|
"windows-sys",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
2022-09-30 15:55:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "terminal_size"
|
2023-04-05 06:03:08 +03:00
|
|
|
version = "0.2.6"
|
2022-09-30 15:55:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-05 06:03:08 +03:00
|
|
|
checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237"
|
2022-09-30 15:55:40 +03:00
|
|
|
dependencies = [
|
2023-07-05 19:09:57 +03:00
|
|
|
"rustix 0.37.23",
|
2023-07-03 17:32:57 +03:00
|
|
|
"windows-sys",
|
2022-09-30 15:55:40 +03:00
|
|
|
]
|
|
|
|
|
2021-01-16 16:18:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "termion"
|
2022-10-22 11:30:57 +03:00
|
|
|
version = "2.0.1"
|
2021-01-16 16:18:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-22 11:30:57 +03:00
|
|
|
checksum = "659c1f379f3408c7e5e84c7d0da6d93404e3800b6b9d063ba24436419302ec90"
|
2021-01-16 16:18:21 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"numtoa",
|
2023-03-29 11:07:07 +03:00
|
|
|
"redox_syscall 0.2.16",
|
2021-01-16 16:18:21 +03:00
|
|
|
"redox_termios",
|
|
|
|
]
|
|
|
|
|
2020-11-02 20:36:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "1.6.0"
|
2020-11-02 20:36:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 14:41:57 +03:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-02-03 11:06:02 +03:00
|
|
|
version = "0.1.1"
|
2022-05-06 14:41:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-03 11:06:02 +03:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2020-11-02 20:36:20 +03:00
|
|
|
|
2021-11-30 18:27:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-01-20 11:05:45 +03:00
|
|
|
version = "0.5.11"
|
2021-11-30 18:27:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-20 11:05:45 +03:00
|
|
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
2021-11-30 18:27:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "typed-arena"
|
|
|
|
version = "1.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "a9b2228007eba4120145f785df0f6c92ea538f5a3635a612ecf4e334c8c1446d"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
2021-06-17 21:28:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2022-12-11 01:01:41 +03:00
|
|
|
version = "1.16.0"
|
2021-06-17 21:28:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-11 01:01:41 +03:00
|
|
|
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
2021-06-17 21:28:13 +03:00
|
|
|
|
2023-02-07 11:21:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unarray"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2023-03-21 11:07:00 +03:00
|
|
|
version = "0.3.13"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-21 11:07:00 +03:00
|
|
|
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
2022-08-05 14:52:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-07-16 06:16:15 +03:00
|
|
|
version = "1.0.11"
|
2022-08-05 14:52:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-16 06:16:15 +03:00
|
|
|
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
|
2022-08-05 14:52:13 +03:00
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2022-09-17 11:26:35 +03:00
|
|
|
version = "0.1.22"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-17 11:26:35 +03:00
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-11-02 20:36:20 +03:00
|
|
|
"tinyvec",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2023-06-05 18:13:49 +03:00
|
|
|
version = "2.4.0"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-05 18:13:49 +03:00
|
|
|
checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2021-07-03 14:51:55 +03:00
|
|
|
"form_urlencoded",
|
2020-10-14 14:24:11 +03:00
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
2023-03-29 11:07:07 +03:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
|
|
|
|
2023-02-21 15:38:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2023-07-17 12:46:23 +03:00
|
|
|
version = "1.4.1"
|
2023-02-21 15:38:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-17 12:46:23 +03:00
|
|
|
checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"
|
2023-02-21 15:38:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"rand",
|
|
|
|
]
|
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "0.2.15"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 14:41:57 +03:00
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
2021-06-17 21:28:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-05-06 14:41:57 +03:00
|
|
|
version = "0.9.4"
|
2021-06-17 21:28:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 14:41:57 +03:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2021-06-17 21:28:13 +03:00
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wait-timeout"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"libc",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
2022-06-14 22:56:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2022-08-05 14:52:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2023-06-13 17:38:31 +03:00
|
|
|
version = "0.2.87"
|
2022-08-05 14:52:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 17:38:31 +03:00
|
|
|
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
|
2022-08-05 14:52:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-06-13 17:38:31 +03:00
|
|
|
version = "0.2.87"
|
2022-08-05 14:52:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 17:38:31 +03:00
|
|
|
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
|
2022-08-05 14:52:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-01 18:50:52 +03:00
|
|
|
"syn",
|
2022-08-05 14:52:13 +03:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-06-13 17:38:31 +03:00
|
|
|
version = "0.2.87"
|
2022-08-05 14:52:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 17:38:31 +03:00
|
|
|
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
|
2022-08-05 14:52:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-06-13 17:38:31 +03:00
|
|
|
version = "0.2.87"
|
2022-08-05 14:52:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 17:38:31 +03:00
|
|
|
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
|
2022-08-05 14:52:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-01 18:50:52 +03:00
|
|
|
"syn",
|
2022-08-05 14:52:13 +03:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-06-13 17:38:31 +03:00
|
|
|
version = "0.2.87"
|
2022-08-05 14:52:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 17:38:31 +03:00
|
|
|
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
|
2022-08-05 14:52:13 +03:00
|
|
|
|
2020-08-27 10:07:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2021-07-03 14:51:55 +03:00
|
|
|
version = "0.3.9"
|
2020-08-27 10:07:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-03 14:51:55 +03:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2020-08-27 10:07:46 +03:00
|
|
|
dependencies = [
|
2020-10-14 14:24:11 +03:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2020-08-27 10:07:46 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 14:24:11 +03:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2021-11-30 18:27:38 +03:00
|
|
|
|
2022-11-04 20:52:42 +03:00
|
|
|
[[package]]
|
2023-03-22 11:06:37 +03:00
|
|
|
name = "windows"
|
2023-04-05 06:03:08 +03:00
|
|
|
version = "0.48.0"
|
2023-03-22 11:06:37 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-05 06:03:08 +03:00
|
|
|
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
|
2023-03-22 11:06:37 +03:00
|
|
|
dependencies = [
|
2023-06-07 06:08:37 +03:00
|
|
|
"windows-targets",
|
2023-03-22 11:06:37 +03:00
|
|
|
]
|
|
|
|
|
2023-04-05 06:03:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
2023-06-07 06:08:37 +03:00
|
|
|
"windows-targets",
|
2023-04-05 06:03:08 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-06-29 17:05:31 +03:00
|
|
|
version = "0.48.1"
|
2023-04-05 06:03:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-29 17:05:31 +03:00
|
|
|
checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
|
2023-04-05 06:03:08 +03:00
|
|
|
dependencies = [
|
2023-07-03 17:32:57 +03:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
2023-02-02 12:37:39 +03:00
|
|
|
]
|
|
|
|
|
2023-04-05 06:03:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|
|
|
|
|
2021-11-30 18:27:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winres"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c"
|
|
|
|
dependencies = [
|
|
|
|
"toml",
|
|
|
|
]
|
2021-12-07 12:12:59 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
2023-07-20 06:01:44 +03:00
|
|
|
version = "0.8.16"
|
2021-12-07 12:12:59 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-20 06:01:44 +03:00
|
|
|
checksum = "47430998a7b5d499ccee752b41567bc3afc57e1327dc855b1a2aa44ce29b5fa1"
|
2021-12-07 12:12:59 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xmltree"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d7d8a75eaf6557bb84a65ace8609883db44a29951042ada9b393151532e41fcb"
|
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"xml-rs",
|
|
|
|
]
|