2022-11-21 17:40:18 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "aho-corasick"
|
2023-10-19 13:55:26 +00:00
|
|
|
version = "1.1.2"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 13:55:26 +00:00
|
|
|
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
|
2023-07-15 17:15:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2022-11-21 17:40:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-10-19 13:55:26 +00:00
|
|
|
version = "1.0.75"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 13:55:26 +00:00
|
|
|
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
|
2023-07-15 17:15:38 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
2023-10-19 13:55:26 +00:00
|
|
|
version = "1.9.0"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 13:55:26 +00:00
|
|
|
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
|
2023-07-15 17:15:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"event-listener",
|
|
|
|
"futures-core",
|
|
|
|
]
|
2022-11-21 17:40:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backoff"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"instant",
|
|
|
|
"rand",
|
|
|
|
]
|
|
|
|
|
2022-11-21 17:40:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2024-01-02 11:29:13 +00:00
|
|
|
version = "0.21.5"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-02 11:29:13 +00:00
|
|
|
checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
|
2022-11-21 17:40:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-01-02 11:29:13 +00:00
|
|
|
version = "2.4.1"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-02 11:29:13 +00:00
|
|
|
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
|
2023-07-15 17:15:38 +00:00
|
|
|
|
2022-11-21 17:40:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.10.4"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2022-11-21 17:40:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "bytes"
|
2023-10-19 13:55:26 +00:00
|
|
|
version = "1.5.0"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 13:55:26 +00:00
|
|
|
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
|
2023-07-15 17:15:38 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "castaway"
|
|
|
|
version = "0.1.2"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "a2698f953def977c68f935bb0dfa959375ad4638570e969e2f1e9f433cbf1af6"
|
2022-11-21 17:40:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-10-19 13:55:26 +00:00
|
|
|
version = "1.0.83"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 13:55:26 +00:00
|
|
|
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2022-11-21 17:40:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "concurrent-queue"
|
2023-10-19 13:55:26 +00:00
|
|
|
version = "2.3.0"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 13:55:26 +00:00
|
|
|
checksum = "f057a694a54f12365049b0958a1685bb52d567f5593b355fbf685838e873d400"
|
2022-11-21 17:40:18 +00:00
|
|
|
dependencies = [
|
2023-07-15 17:15:38 +00:00
|
|
|
"crossbeam-utils",
|
2022-11-21 17:40:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "cpufeatures"
|
2024-01-02 11:29:13 +00:00
|
|
|
version = "0.2.11"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-02 11:29:13 +00:00
|
|
|
checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0"
|
2022-11-21 17:40:18 +00:00
|
|
|
dependencies = [
|
2023-07-15 17:15:38 +00:00
|
|
|
"libc",
|
2022-11-21 17:40:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.8.3"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
|
2022-11-21 17:40:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.9.15"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
|
2022-11-21 17:40:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.8.16"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
|
2022-11-21 17:40:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "curl"
|
|
|
|
version = "0.4.44"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
|
|
|
|
dependencies = [
|
|
|
|
"curl-sys",
|
|
|
|
"libc",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"socket2",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "curl-sys"
|
2024-01-02 11:29:13 +00:00
|
|
|
version = "0.4.68+curl-8.4.0"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-02 11:29:13 +00:00
|
|
|
checksum = "b4a0d18d88360e374b16b2273c832b5e57258ffc1d4aa4f96b108e0738d5752f"
|
2023-07-15 17:15:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"libz-sys",
|
|
|
|
"openssl-sys",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2023-10-19 13:55:26 +00:00
|
|
|
"windows-sys",
|
2023-07-15 17:15:38 +00:00
|
|
|
]
|
|
|
|
|
2022-11-21 17:40:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.10.7"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2022-11-21 17:40:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-10-19 13:55:26 +00:00
|
|
|
version = "1.9.0"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 13:55:26 +00:00
|
|
|
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
2022-11-21 17:40:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "env_logger"
|
2024-01-02 11:29:13 +00:00
|
|
|
version = "0.10.1"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-02 11:29:13 +00:00
|
|
|
checksum = "95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece"
|
2022-11-21 17:40:18 +00:00
|
|
|
dependencies = [
|
2023-07-15 17:15:38 +00:00
|
|
|
"humantime",
|
|
|
|
"is-terminal",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
2022-11-21 17:40:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "errno"
|
2024-01-02 11:29:13 +00:00
|
|
|
version = "0.3.7"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-02 11:29:13 +00:00
|
|
|
checksum = "f258a7194e7f7c2a7837a8913aeab7fd8c383457034fa20ce4dd3dcb813e8eb8"
|
2022-11-21 17:40:18 +00:00
|
|
|
dependencies = [
|
2023-07-15 17:15:38 +00:00
|
|
|
"libc",
|
|
|
|
"windows-sys",
|
2022-11-21 17:40:18 +00:00
|
|
|
]
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
|
|
|
version = "2.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
|
|
|
version = "1.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2023-10-19 13:55:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2022-11-21 17:40:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "1.2.0"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
|
2022-11-21 17:40:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2024-01-02 11:29:13 +00:00
|
|
|
version = "0.3.29"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-02 11:29:13 +00:00
|
|
|
checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c"
|
2023-07-15 17:15:38 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2024-01-02 11:29:13 +00:00
|
|
|
version = "0.3.29"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-02 11:29:13 +00:00
|
|
|
checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa"
|
2023-07-15 17:15:38 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
|
|
|
version = "1.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
|
|
|
|
dependencies = [
|
2023-10-19 13:55:26 +00:00
|
|
|
"fastrand 1.9.0",
|
2023-07-15 17:15:38 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"memchr",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
"waker-fn",
|
|
|
|
]
|
|
|
|
|
2022-11-21 17:40:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.14.7"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2022-11-21 17:40:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "getrandom"
|
2024-01-02 11:29:13 +00:00
|
|
|
version = "0.2.11"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-02 11:29:13 +00:00
|
|
|
checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f"
|
2022-11-21 17:40:18 +00:00
|
|
|
dependencies = [
|
2023-07-15 17:15:38 +00:00
|
|
|
"cfg-if",
|
2022-11-21 17:40:18 +00:00
|
|
|
"libc",
|
2023-07-15 17:15:38 +00:00
|
|
|
"wasi",
|
2022-11-21 17:40:18 +00:00
|
|
|
]
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2023-10-19 13:55:26 +00:00
|
|
|
version = "0.3.3"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 13:55:26 +00:00
|
|
|
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
|
2023-07-15 17:15:38 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2024-01-02 11:29:13 +00:00
|
|
|
version = "0.2.11"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-02 11:29:13 +00:00
|
|
|
checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb"
|
2023-07-15 17:15:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
2022-11-21 17:40:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.4.0"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
|
2022-11-21 17:40:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "is-terminal"
|
2023-10-19 13:55:26 +00:00
|
|
|
version = "0.4.9"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 13:55:26 +00:00
|
|
|
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
|
2022-11-21 17:40:18 +00:00
|
|
|
dependencies = [
|
2023-07-15 17:15:38 +00:00
|
|
|
"hermit-abi",
|
2023-10-19 13:55:26 +00:00
|
|
|
"rustix",
|
2023-07-15 17:15:38 +00:00
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "isahc"
|
|
|
|
version = "1.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "334e04b4d781f436dc315cb1e7515bd96826426345d498149e4bde36b67f8ee9"
|
|
|
|
dependencies = [
|
|
|
|
"async-channel",
|
|
|
|
"castaway",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"curl",
|
|
|
|
"curl-sys",
|
|
|
|
"event-listener",
|
|
|
|
"futures-lite",
|
|
|
|
"http",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"polling",
|
|
|
|
"slab",
|
|
|
|
"sluice",
|
|
|
|
"tracing",
|
|
|
|
"tracing-futures",
|
|
|
|
"url",
|
|
|
|
"waker-fn",
|
2022-11-21 17:40:18 +00:00
|
|
|
]
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-10-19 13:55:26 +00:00
|
|
|
version = "1.0.9"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 13:55:26 +00:00
|
|
|
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
|
2023-07-15 17:15:38 +00:00
|
|
|
|
2022-11-21 17:40:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-01-02 11:29:13 +00:00
|
|
|
version = "0.2.150"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-02 11:29:13 +00:00
|
|
|
checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
|
2022-11-21 17:40:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "libz-sys"
|
2023-10-19 13:55:26 +00:00
|
|
|
version = "1.1.12"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 13:55:26 +00:00
|
|
|
checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b"
|
2022-11-21 17:40:18 +00:00
|
|
|
dependencies = [
|
2023-07-15 17:15:38 +00:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2022-11-21 17:40:18 +00:00
|
|
|
]
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2024-01-02 11:29:13 +00:00
|
|
|
version = "0.4.11"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-02 11:29:13 +00:00
|
|
|
checksum = "969488b55f8ac402214f3f5fd243ebb7206cf82de60d3172994707a4bcc2b829"
|
2023-07-15 17:15:38 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-10-19 13:55:26 +00:00
|
|
|
version = "0.4.20"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 13:55:26 +00:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
2023-07-15 17:15:38 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2023-10-19 13:55:26 +00:00
|
|
|
version = "2.6.4"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 13:55:26 +00:00
|
|
|
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
|
2023-07-15 17:15:38 +00:00
|
|
|
|
2022-11-21 17:40:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.9.0"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
|
2022-11-21 17:40:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "once_cell"
|
|
|
|
version = "1.18.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2024-01-02 11:29:13 +00:00
|
|
|
version = "0.9.95"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-02 11:29:13 +00:00
|
|
|
checksum = "40a4130519a360279579c2053038317e40eff64d13fd3f004f9e1b72b8a6aaf9"
|
2022-11-21 17:40:18 +00:00
|
|
|
dependencies = [
|
2023-07-15 17:15:38 +00:00
|
|
|
"cc",
|
2022-11-21 17:40:18 +00:00
|
|
|
"libc",
|
2023-07-15 17:15:38 +00:00
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2022-11-21 17:40:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "parking"
|
2024-01-02 11:29:13 +00:00
|
|
|
version = "2.2.0"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-02 11:29:13 +00:00
|
|
|
checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
|
2022-11-21 17:40:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "2.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2023-10-19 13:55:26 +00:00
|
|
|
version = "1.1.3"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 13:55:26 +00:00
|
|
|
checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
|
2023-07-15 17:15:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2023-10-19 13:55:26 +00:00
|
|
|
version = "1.1.3"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 13:55:26 +00:00
|
|
|
checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
|
2023-07-15 17:15:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2023-10-19 13:55:26 +00:00
|
|
|
version = "0.2.13"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 13:55:26 +00:00
|
|
|
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
|
2023-07-15 17:15:38 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
|
|
|
version = "0.3.27"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "polling"
|
|
|
|
version = "2.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"cfg-if",
|
|
|
|
"concurrent-queue",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
2022-11-21 17:40:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prefetch-npm-deps"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-07-15 17:15:38 +00:00
|
|
|
"backoff",
|
2022-11-21 17:40:18 +00:00
|
|
|
"base64",
|
|
|
|
"digest",
|
2023-07-15 17:15:38 +00:00
|
|
|
"env_logger",
|
|
|
|
"isahc",
|
2024-01-02 11:29:13 +00:00
|
|
|
"log",
|
2022-11-21 17:40:18 +00:00
|
|
|
"rayon",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sha1",
|
|
|
|
"sha2",
|
|
|
|
"tempfile",
|
|
|
|
"url",
|
2023-05-24 13:37:59 +00:00
|
|
|
"walkdir",
|
2022-11-21 17:40:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-10-19 13:55:26 +00:00
|
|
|
version = "1.0.69"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 13:55:26 +00:00
|
|
|
checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
|
2022-11-21 17:40:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-10-19 13:55:26 +00:00
|
|
|
version = "1.0.33"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 13:55:26 +00:00
|
|
|
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
2022-11-21 17:40:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
2022-11-21 17:40:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2023-10-19 13:55:26 +00:00
|
|
|
version = "1.8.0"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 13:55:26 +00:00
|
|
|
checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
|
2022-11-21 17:40:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2023-10-19 13:55:26 +00:00
|
|
|
version = "1.12.0"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 13:55:26 +00:00
|
|
|
checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
|
2022-11-21 17:40:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2024-01-02 11:29:13 +00:00
|
|
|
version = "0.4.1"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-02 11:29:13 +00:00
|
|
|
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
|
2022-11-21 17:40:18 +00:00
|
|
|
dependencies = [
|
2023-07-15 17:15:38 +00:00
|
|
|
"bitflags 1.3.2",
|
2022-11-21 17:40:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "regex"
|
2024-01-02 11:29:13 +00:00
|
|
|
version = "1.10.2"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-02 11:29:13 +00:00
|
|
|
checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
|
2022-11-21 17:40:18 +00:00
|
|
|
dependencies = [
|
2023-07-15 17:15:38 +00:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2023-10-19 13:55:26 +00:00
|
|
|
"regex-automata",
|
2023-07-15 17:15:38 +00:00
|
|
|
"regex-syntax",
|
2022-11-21 17:40:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-19 13:55:26 +00:00
|
|
|
name = "regex-automata"
|
2024-01-02 11:29:13 +00:00
|
|
|
version = "0.4.3"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-02 11:29:13 +00:00
|
|
|
checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
|
2023-10-19 13:55:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
2023-07-15 17:15:38 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-10-19 13:55:26 +00:00
|
|
|
name = "regex-syntax"
|
2024-01-02 11:29:13 +00:00
|
|
|
version = "0.8.2"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-02 11:29:13 +00:00
|
|
|
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
|
2022-11-21 17:40:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "rustix"
|
2024-01-02 11:29:13 +00:00
|
|
|
version = "0.38.25"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-02 11:29:13 +00:00
|
|
|
checksum = "dc99bc2d4f1fed22595588a013687477aedf3cdcfb26558c559edb67b4d9b22e"
|
2022-11-21 17:40:18 +00:00
|
|
|
dependencies = [
|
2024-01-02 11:29:13 +00:00
|
|
|
"bitflags 2.4.1",
|
2023-07-15 17:15:38 +00:00
|
|
|
"errno",
|
|
|
|
"libc",
|
2023-10-19 13:55:26 +00:00
|
|
|
"linux-raw-sys",
|
2023-07-15 17:15:38 +00:00
|
|
|
"windows-sys",
|
2022-11-21 17:40:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-10-19 13:55:26 +00:00
|
|
|
version = "1.0.15"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 13:55:26 +00:00
|
|
|
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
|
2022-11-21 17:40:18 +00:00
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2022-11-21 17:40:18 +00:00
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "schannel"
|
|
|
|
version = "0.1.22"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
|
|
|
|
dependencies = [
|
|
|
|
"windows-sys",
|
|
|
|
]
|
2022-11-21 17:40:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "scopeguard"
|
2023-10-19 13:55:26 +00:00
|
|
|
version = "1.2.0"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 13:55:26 +00:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2022-11-21 17:40:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-01-02 11:29:13 +00:00
|
|
|
version = "1.0.193"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-02 11:29:13 +00:00
|
|
|
checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89"
|
2022-11-21 17:40:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-01-02 11:29:13 +00:00
|
|
|
version = "1.0.193"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-02 11:29:13 +00:00
|
|
|
checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3"
|
2022-11-21 17:40:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-01-02 11:29:13 +00:00
|
|
|
version = "1.0.108"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-02 11:29:13 +00:00
|
|
|
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
|
2022-11-21 17:40:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
2023-10-19 13:55:26 +00:00
|
|
|
version = "0.10.6"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 13:55:26 +00:00
|
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
2022-11-21 17:40:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2023-10-19 13:55:26 +00:00
|
|
|
version = "0.10.8"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 13:55:26 +00:00
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
2022-11-21 17:40:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "slab"
|
2023-10-19 13:55:26 +00:00
|
|
|
version = "0.4.9"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 13:55:26 +00:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2023-07-15 17:15:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sluice"
|
|
|
|
version = "0.5.5"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
|
|
|
|
dependencies = [
|
|
|
|
"async-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2024-01-02 11:29:13 +00:00
|
|
|
version = "0.4.10"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-02 11:29:13 +00:00
|
|
|
checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
|
2023-07-15 17:15:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
2022-11-21 17:40:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-01-02 11:29:13 +00:00
|
|
|
version = "2.0.39"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-02 11:29:13 +00:00
|
|
|
checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a"
|
2022-11-21 17:40:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2024-01-02 11:29:13 +00:00
|
|
|
version = "3.8.1"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-02 11:29:13 +00:00
|
|
|
checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5"
|
2022-11-21 17:40:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2023-10-19 13:55:26 +00:00
|
|
|
"fastrand 2.0.1",
|
2022-11-21 17:40:18 +00:00
|
|
|
"redox_syscall",
|
2023-10-19 13:55:26 +00:00
|
|
|
"rustix",
|
2023-07-15 17:15:38 +00:00
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2024-01-02 11:29:13 +00:00
|
|
|
version = "1.4.0"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-02 11:29:13 +00:00
|
|
|
checksum = "ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449"
|
2023-07-15 17:15:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
2022-11-21 17:40:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-07-15 17:15:38 +00:00
|
|
|
version = "0.1.1"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2022-11-21 17:40:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "tracing"
|
2024-01-02 11:29:13 +00:00
|
|
|
version = "0.1.40"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-02 11:29:13 +00:00
|
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
2023-07-15 17:15:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
2022-11-21 17:40:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "tracing-attributes"
|
2024-01-02 11:29:13 +00:00
|
|
|
version = "0.1.27"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-02 11:29:13 +00:00
|
|
|
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
2023-07-15 17:15:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
2022-11-21 17:40:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "tracing-core"
|
2024-01-02 11:29:13 +00:00
|
|
|
version = "0.1.32"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-02 11:29:13 +00:00
|
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
2023-07-15 17:15:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
]
|
2022-11-21 17:40:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "tracing-futures"
|
|
|
|
version = "0.2.5"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
|
2022-11-21 17:40:18 +00:00
|
|
|
dependencies = [
|
2023-07-15 17:15:38 +00:00
|
|
|
"pin-project",
|
|
|
|
"tracing",
|
2022-11-21 17:40:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "typenum"
|
2023-10-19 13:55:26 +00:00
|
|
|
version = "1.17.0"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 13:55:26 +00:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2022-11-21 17:40:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "unicode-bidi"
|
|
|
|
version = "0.3.13"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-10-19 13:55:26 +00:00
|
|
|
version = "1.0.12"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 13:55:26 +00:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2023-07-15 17:15:38 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
|
|
|
version = "0.1.22"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
2022-11-21 17:40:18 +00:00
|
|
|
dependencies = [
|
2023-07-15 17:15:38 +00:00
|
|
|
"tinyvec",
|
2022-11-21 17:40:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2023-10-19 13:55:26 +00:00
|
|
|
version = "2.4.1"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 13:55:26 +00:00
|
|
|
checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
|
2022-11-21 17:40:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
|
2022-11-21 17:40:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
2023-07-15 17:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "waker-fn"
|
2023-10-19 13:55:26 +00:00
|
|
|
version = "1.1.1"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 13:55:26 +00:00
|
|
|
checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690"
|
2023-07-15 17:15:38 +00:00
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2023-10-19 13:55:26 +00:00
|
|
|
version = "2.4.0"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 13:55:26 +00:00
|
|
|
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
|
2023-05-24 13:37:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2022-11-21 17:40:18 +00:00
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2022-11-21 17:40:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2022-11-21 17:40:18 +00:00
|
|
|
dependencies = [
|
2023-07-15 17:15:38 +00:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2022-11-21 17:40:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2022-11-21 17:40:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "winapi-util"
|
2023-10-19 13:55:26 +00:00
|
|
|
version = "0.1.6"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 13:55:26 +00:00
|
|
|
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
|
2022-11-21 17:40:18 +00:00
|
|
|
dependencies = [
|
2023-07-15 17:15:38 +00:00
|
|
|
"winapi",
|
2022-11-21 17:40:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2022-11-21 17:40:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 17:15:38 +00:00
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
2022-11-21 17:40:18 +00:00
|
|
|
dependencies = [
|
2023-07-15 17:15:38 +00:00
|
|
|
"windows-targets",
|
2022-11-21 17:40:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "windows-targets"
|
2023-10-19 13:55:26 +00:00
|
|
|
version = "0.48.5"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 13:55:26 +00:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2022-11-21 17:40:18 +00:00
|
|
|
dependencies = [
|
2023-07-15 17:15:38 +00: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",
|
2022-11-21 17:40:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-10-19 13:55:26 +00:00
|
|
|
version = "0.48.5"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 13:55:26 +00:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2022-11-21 17:40:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "windows_aarch64_msvc"
|
2023-10-19 13:55:26 +00:00
|
|
|
version = "0.48.5"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 13:55:26 +00:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2022-11-21 17:40:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "windows_i686_gnu"
|
2023-10-19 13:55:26 +00:00
|
|
|
version = "0.48.5"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 13:55:26 +00:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2022-11-21 17:40:18 +00:00
|
|
|
|
2023-05-24 13:37:59 +00:00
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "windows_i686_msvc"
|
2023-10-19 13:55:26 +00:00
|
|
|
version = "0.48.5"
|
2023-05-24 13:37:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 13:55:26 +00:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2023-05-24 13:37:59 +00:00
|
|
|
|
2022-11-21 17:40:18 +00:00
|
|
|
[[package]]
|
2023-07-15 17:15:38 +00:00
|
|
|
name = "windows_x86_64_gnu"
|
2023-10-19 13:55:26 +00:00
|
|
|
version = "0.48.5"
|
2022-11-21 17:40:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 13:55:26 +00:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2023-07-15 17:15:38 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-10-19 13:55:26 +00:00
|
|
|
version = "0.48.5"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 13:55:26 +00:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2023-07-15 17:15:38 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-10-19 13:55:26 +00:00
|
|
|
version = "0.48.5"
|
2023-07-15 17:15:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-19 13:55:26 +00:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|