2020-04-21 20:41:28 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-05-18 06:50:24 +00:00
|
|
|
version = 3
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "KIT-ILIAS-downloader"
|
2023-07-24 06:52:31 +00:00
|
|
|
version = "0.3.7"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
2020-05-08 19:25:45 +00:00
|
|
|
"anyhow",
|
2022-12-19 18:13:08 +00:00
|
|
|
"async-recursion",
|
2021-04-21 18:18:54 +00:00
|
|
|
"atty",
|
2021-06-02 09:13:13 +00:00
|
|
|
"bytes",
|
2022-07-11 08:21:51 +00:00
|
|
|
"cfg-if",
|
2021-04-16 11:24:10 +00:00
|
|
|
"colored",
|
2023-07-24 06:50:34 +00:00
|
|
|
"cookie_store 0.20.0",
|
2022-01-06 15:41:04 +00:00
|
|
|
"ego-tree",
|
2020-11-28 15:42:26 +00:00
|
|
|
"futures",
|
2020-11-28 11:56:23 +00:00
|
|
|
"futures-channel",
|
2020-04-21 20:41:28 +00:00
|
|
|
"futures-util",
|
2021-05-13 09:08:35 +00:00
|
|
|
"h2",
|
2020-04-24 08:14:53 +00:00
|
|
|
"ignore",
|
2021-04-21 18:18:54 +00:00
|
|
|
"indicatif",
|
2021-04-17 13:38:18 +00:00
|
|
|
"keyring",
|
2021-04-21 18:18:54 +00:00
|
|
|
"once_cell",
|
2020-04-21 20:41:28 +00:00
|
|
|
"regex",
|
|
|
|
"reqwest",
|
2021-05-30 11:38:52 +00:00
|
|
|
"reqwest_cookie_store",
|
2020-04-21 21:12:05 +00:00
|
|
|
"rpassword",
|
|
|
|
"rprompt",
|
2020-04-21 20:41:28 +00:00
|
|
|
"scraper",
|
|
|
|
"serde_json",
|
2020-04-21 21:03:30 +00:00
|
|
|
"structopt",
|
2021-11-01 16:36:25 +00:00
|
|
|
"tempfile",
|
2020-04-21 20:41:28 +00:00
|
|
|
"tokio",
|
2022-07-11 08:21:51 +00:00
|
|
|
"tokio-util",
|
2023-07-24 06:50:34 +00:00
|
|
|
"toml 0.7.6",
|
2020-11-01 10:55:44 +00:00
|
|
|
"url",
|
2020-04-21 20:41:28 +00:00
|
|
|
]
|
|
|
|
|
2023-07-24 06:50:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
|
|
|
version = "0.20.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3"
|
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
2020-04-21 21:31:47 +00:00
|
|
|
[[package]]
|
2020-07-13 07:44:27 +00:00
|
|
|
name = "adler"
|
2021-04-10 11:23:17 +00:00
|
|
|
version = "1.0.2"
|
2020-04-21 21:31:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 11:23:17 +00:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
2020-04-21 21:31:47 +00:00
|
|
|
|
2021-04-17 13:38:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aes"
|
2022-07-11 08:21:51 +00:00
|
|
|
version = "0.7.5"
|
2021-04-17 13:38:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-11 08:21:51 +00:00
|
|
|
checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"
|
2021-04-17 13:38:18 +00:00
|
|
|
dependencies = [
|
2022-07-11 08:21:51 +00:00
|
|
|
"cfg-if",
|
2021-04-17 13:38:18 +00:00
|
|
|
"cipher",
|
2022-07-11 08:21:51 +00:00
|
|
|
"cpufeatures",
|
2021-04-17 13:38:18 +00:00
|
|
|
"opaque-debug",
|
|
|
|
]
|
|
|
|
|
2023-07-24 06:50:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "1.0.2"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2020-04-21 21:03:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
2022-01-06 14:57:50 +00:00
|
|
|
version = "0.12.1"
|
2020-04-21 21:03:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 14:57:50 +00:00
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
2020-04-21 21:03:30 +00:00
|
|
|
dependencies = [
|
2021-01-20 09:26:38 +00:00
|
|
|
"winapi",
|
2020-04-21 21:03:30 +00:00
|
|
|
]
|
|
|
|
|
2020-05-08 19:25:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "1.0.72"
|
2020-05-08 19:25:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854"
|
2020-04-21 20:41:28 +00:00
|
|
|
|
2020-04-21 21:31:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-compression"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.4.1"
|
2020-04-21 21:31:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "62b74f44609f0f91493e3082d3734d98497e094777144380ea4db9f9905dd5b6"
|
2020-04-21 21:31:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"flate2",
|
|
|
|
"futures-core",
|
|
|
|
"memchr",
|
2021-01-20 09:26:38 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2020-04-21 21:31:47 +00:00
|
|
|
]
|
|
|
|
|
2022-01-06 14:57:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-io"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "1.13.0"
|
2022-01-06 14:57:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
|
2022-01-06 14:57:50 +00:00
|
|
|
dependencies = [
|
2023-07-24 06:50:34 +00:00
|
|
|
"async-lock",
|
2022-10-21 07:47:47 +00:00
|
|
|
"autocfg",
|
2023-07-24 06:50:34 +00:00
|
|
|
"cfg-if",
|
2022-01-06 14:57:50 +00:00
|
|
|
"concurrent-queue",
|
|
|
|
"futures-lite",
|
|
|
|
"log",
|
|
|
|
"parking",
|
|
|
|
"polling",
|
2023-07-24 06:50:34 +00:00
|
|
|
"rustix 0.37.23",
|
2022-01-06 14:57:50 +00:00
|
|
|
"slab",
|
|
|
|
"socket2",
|
|
|
|
"waker-fn",
|
2023-07-24 06:50:34 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
|
|
|
version = "2.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7"
|
|
|
|
dependencies = [
|
|
|
|
"event-listener",
|
2022-01-06 14:57:50 +00:00
|
|
|
]
|
|
|
|
|
2022-12-19 18:13:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-recursion"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "1.0.4"
|
2022-12-19 18:13:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba"
|
2022-12-19 18:13:08 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-24 06:50:34 +00:00
|
|
|
"syn 2.0.27",
|
2022-12-19 18:13:08 +00:00
|
|
|
]
|
|
|
|
|
2020-04-21 21:03:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
2023-07-24 06:50:34 +00:00
|
|
|
"hermit-abi 0.1.19",
|
2020-04-21 21:03:30 +00:00
|
|
|
"libc",
|
2021-01-20 09:26:38 +00:00
|
|
|
"winapi",
|
2020-04-21 21:03:30 +00:00
|
|
|
]
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-03-21 10:47:01 +00:00
|
|
|
version = "1.1.0"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-21 10:47:01 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2020-04-21 20:41:28 +00:00
|
|
|
|
2023-07-24 06:50:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
|
|
|
version = "0.3.68"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12"
|
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2020-11-28 11:56:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.21.2"
|
2020-11-28 11:56:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
|
2020-11-28 11:56:23 +00:00
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-10-01 07:16:46 +00:00
|
|
|
version = "1.3.2"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-01 07:16:46 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2020-04-21 20:41:28 +00:00
|
|
|
|
2023-07-24 06:50:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "2.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
|
|
|
|
|
2021-04-17 13:38:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-modes"
|
2022-07-11 08:21:51 +00:00
|
|
|
version = "0.8.1"
|
2021-04-17 13:38:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-11 08:21:51 +00:00
|
|
|
checksum = "2cb03d1bed155d89dce0f845b7899b18a9a163e148fd004e1c28421a783e2d8e"
|
2021-04-17 13:38:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"block-padding",
|
|
|
|
"cipher",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-padding"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"
|
|
|
|
|
2020-04-24 08:14:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "1.6.0"
|
2020-04-24 08:14:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05"
|
2020-04-24 08:14:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2023-07-24 06:50:34 +00:00
|
|
|
"serde",
|
2020-04-24 08:14:53 +00:00
|
|
|
]
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "3.13.0"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
|
2020-04-21 20:41:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-04-10 11:23:17 +00:00
|
|
|
version = "1.4.3"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-10 11:23:17 +00:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2020-04-21 20:41:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "1.4.0"
|
2022-01-06 14:57:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
|
2022-01-06 14:57:50 +00:00
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "1.0.79"
|
2022-01-06 14:57:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
2022-01-06 14:57:50 +00:00
|
|
|
|
2020-11-01 10:55:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2021-04-17 13:38:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cipher"
|
2022-07-11 08:21:51 +00:00
|
|
|
version = "0.3.0"
|
2021-04-17 13:38:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-11 08:21:51 +00:00
|
|
|
checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
|
2021-04-17 13:38:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2020-04-21 21:03:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2022-01-06 14:57:50 +00:00
|
|
|
version = "2.34.0"
|
2020-04-21 21:03:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 14:57:50 +00:00
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
2020-04-21 21:03:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
2023-07-24 06:50:34 +00:00
|
|
|
"bitflags 1.3.2",
|
2020-04-21 21:03:30 +00:00
|
|
|
"strsim",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
|
|
|
]
|
|
|
|
|
2021-04-16 11:24:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "colored"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "2.0.4"
|
2021-04-16 11:24:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6"
|
2021-04-16 11:24:10 +00:00
|
|
|
dependencies = [
|
2023-07-24 06:50:34 +00:00
|
|
|
"is-terminal",
|
2021-04-16 11:24:10 +00:00
|
|
|
"lazy_static",
|
2023-07-24 06:50:34 +00:00
|
|
|
"windows-sys 0.48.0",
|
2021-04-16 11:24:10 +00:00
|
|
|
]
|
|
|
|
|
2022-01-06 14:57:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "2.2.0"
|
2022-01-06 14:57:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c"
|
2022-01-06 14:57:50 +00:00
|
|
|
dependencies = [
|
2023-07-24 06:50:34 +00:00
|
|
|
"crossbeam-utils",
|
2022-01-06 14:57:50 +00:00
|
|
|
]
|
|
|
|
|
2021-04-21 18:18:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "console"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.15.7"
|
2021-04-21 18:18:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8"
|
2021-04-21 18:18:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"encode_unicode",
|
2022-10-21 07:47:47 +00:00
|
|
|
"lazy_static",
|
2021-04-21 18:18:54 +00:00
|
|
|
"libc",
|
2023-07-24 06:50:34 +00:00
|
|
|
"unicode-width",
|
|
|
|
"windows-sys 0.45.0",
|
2021-04-21 18:18:54 +00:00
|
|
|
]
|
|
|
|
|
2021-04-10 11:23:17 +00:00
|
|
|
[[package]]
|
2023-07-24 06:50:34 +00:00
|
|
|
name = "cookie"
|
|
|
|
version = "0.16.2"
|
2021-04-10 11:23:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb"
|
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
"time",
|
|
|
|
"version_check",
|
|
|
|
]
|
2020-11-01 10:55:44 +00:00
|
|
|
|
2021-05-30 11:38:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cookie"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.17.0"
|
2021-05-30 11:38:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "7efb37c3e1ccb1ff97164ad95ac1606e8ccd35b3fa0a7d99a304c7f4a428cc24"
|
2021-05-30 11:38:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
"time",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cookie_store"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.16.2"
|
2021-05-30 11:38:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "d606d0fba62e13cf04db20536c05cb7f13673c161cb47a47a82b9b9e7d3f1daa"
|
2021-05-30 11:38:52 +00:00
|
|
|
dependencies = [
|
2023-07-24 06:50:34 +00:00
|
|
|
"cookie 0.16.2",
|
2022-10-21 07:47:47 +00:00
|
|
|
"idna 0.2.3",
|
2021-05-30 11:38:52 +00:00
|
|
|
"log",
|
2022-01-06 14:57:50 +00:00
|
|
|
"publicsuffix",
|
2020-04-21 20:41:28 +00:00
|
|
|
"serde",
|
2023-07-24 06:50:34 +00:00
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"time",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cookie_store"
|
|
|
|
version = "0.20.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "387461abbc748185c3a6e1673d826918b450b87ff22639429c694619a83b6cf6"
|
|
|
|
dependencies = [
|
|
|
|
"cookie 0.17.0",
|
|
|
|
"idna 0.3.0",
|
|
|
|
"log",
|
|
|
|
"publicsuffix",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
2020-04-21 20:41:28 +00:00
|
|
|
"serde_json",
|
|
|
|
"time",
|
2020-11-01 10:55:44 +00:00
|
|
|
"url",
|
2020-04-21 20:41:28 +00:00
|
|
|
]
|
|
|
|
|
2021-04-17 13:38:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2022-03-21 10:47:01 +00:00
|
|
|
version = "0.9.3"
|
2021-04-17 13:38:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-21 10:47:01 +00:00
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
2021-04-17 13:38:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.8.4"
|
2021-04-17 13:38:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
|
2021-04-17 13:38:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-05-07 07:18:29 +00:00
|
|
|
name = "cpufeatures"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.2.9"
|
2021-04-17 13:38:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
|
2021-05-07 07:18:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2021-04-17 13:38:18 +00:00
|
|
|
|
2020-04-21 21:31:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2022-03-21 10:47:01 +00:00
|
|
|
version = "1.3.2"
|
2020-04-21 21:31:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-21 10:47:01 +00:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2020-04-21 21:31:47 +00:00
|
|
|
dependencies = [
|
2022-07-11 08:21:51 +00:00
|
|
|
"cfg-if",
|
2020-04-21 21:31:47 +00:00
|
|
|
]
|
|
|
|
|
2020-04-24 08:14:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.8.16"
|
2020-04-24 08:14:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
|
2020-04-24 08:14:53 +00:00
|
|
|
dependencies = [
|
2022-07-11 08:21:51 +00:00
|
|
|
"cfg-if",
|
2020-04-24 08:14:53 +00:00
|
|
|
]
|
|
|
|
|
2021-04-17 13:38:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-mac"
|
2022-07-11 08:21:51 +00:00
|
|
|
version = "0.11.1"
|
2021-04-17 13:38:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-11 08:21:51 +00:00
|
|
|
checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"
|
2021-04-17 13:38:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cssparser"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.31.2"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "5b3df4f93e5fbbe73ec01ec8d3f68bba73107993a5b1e7519273c32db9b0d5be"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"cssparser-macros",
|
|
|
|
"dtoa-short",
|
2023-07-24 06:50:34 +00:00
|
|
|
"itoa",
|
|
|
|
"phf",
|
2020-06-19 14:51:26 +00:00
|
|
|
"smallvec",
|
2020-04-21 20:41:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cssparser-macros"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.6.1"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
2023-07-24 06:50:34 +00:00
|
|
|
"syn 2.0.27",
|
2020-04-21 20:41:28 +00:00
|
|
|
]
|
|
|
|
|
2021-04-17 13:38:18 +00:00
|
|
|
[[package]]
|
2022-01-06 14:57:50 +00:00
|
|
|
name = "derivative"
|
|
|
|
version = "2.2.0"
|
2021-04-17 13:38:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 14:57:50 +00:00
|
|
|
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
|
2021-04-17 13:38:18 +00:00
|
|
|
dependencies = [
|
2022-01-06 14:57:50 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-24 06:50:34 +00:00
|
|
|
"syn 1.0.109",
|
2021-04-17 13:38:18 +00:00
|
|
|
]
|
|
|
|
|
2020-04-21 21:29:32 +00:00
|
|
|
[[package]]
|
2020-06-19 14:51:26 +00:00
|
|
|
name = "derive_more"
|
2022-01-06 14:57:50 +00:00
|
|
|
version = "0.99.17"
|
2020-04-21 21:29:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 14:57:50 +00:00
|
|
|
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
2020-04-21 21:29:32 +00:00
|
|
|
dependencies = [
|
2020-06-19 14:51:26 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-24 06:50:34 +00:00
|
|
|
"syn 1.0.109",
|
2020-04-21 21:29:32 +00:00
|
|
|
]
|
|
|
|
|
2021-04-17 13:38:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "1.0.9"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653"
|
2020-04-21 20:41:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dtoa-short"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.3.4"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "dbaceec3c6e4211c79e7b1800fb9680527106beb2f9c51904a3210c03a448c74"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"dtoa",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ego-tree"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3a68a4904193147e0a8dec3314640e6db742afd5f6e634f428a6af230d9b3591"
|
|
|
|
|
2021-04-14 15:07:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "1.9.0"
|
2021-04-14 15:07:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
2021-04-14 15:07:16 +00:00
|
|
|
|
2021-04-21 18:18:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encode_unicode"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.8.32"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
2022-07-11 08:21:51 +00:00
|
|
|
"cfg-if",
|
2022-01-06 14:57:50 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "enumflags2"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0"
|
|
|
|
dependencies = [
|
|
|
|
"enumflags2_derive",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "enumflags2_derive"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-24 06:50:34 +00:00
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
|
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
2022-01-06 14:57:50 +00:00
|
|
|
]
|
|
|
|
|
2023-07-24 06:50:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
|
|
|
version = "2.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
|
|
|
|
2022-01-06 14:57:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "1.9.0"
|
2022-01-06 14:57:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
2022-01-06 14:57:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
2020-04-21 20:41:28 +00:00
|
|
|
]
|
|
|
|
|
2023-07-24 06:50:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
|
|
|
|
|
2020-04-21 21:31:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "1.0.26"
|
2020-04-21 21:31:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
|
2020-04-21 21:31:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2020-05-18 09:14:21 +00:00
|
|
|
version = "1.0.7"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-18 09:14:21 +00:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2020-04-21 20:41:28 +00:00
|
|
|
|
2020-11-28 11:56:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "1.2.0"
|
2020-11-28 11:56:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
|
2020-11-28 11:56:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futf"
|
2022-03-21 10:47:01 +00:00
|
|
|
version = "0.1.5"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-21 10:47:01 +00:00
|
|
|
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"mac",
|
|
|
|
"new_debug_unreachable",
|
|
|
|
]
|
|
|
|
|
2020-11-28 15:42:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.3.28"
|
2020-11-28 15:42:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
|
2020-11-28 15:42:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.3.28"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
2020-11-28 15:42:26 +00:00
|
|
|
"futures-sink",
|
2020-04-21 20:41:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.3.28"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
|
2020-04-21 20:41:28 +00:00
|
|
|
|
2020-11-28 15:42:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.3.28"
|
2020-11-28 15:42:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
|
2020-11-28 15:42:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.3.28"
|
2022-01-06 14:57:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
|
2022-01-06 14:57:50 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "1.13.0"
|
2020-11-28 15:42:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
|
2022-01-06 14:57:50 +00:00
|
|
|
dependencies = [
|
2023-07-24 06:50:34 +00:00
|
|
|
"fastrand 1.9.0",
|
2022-01-06 14:57:50 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"memchr",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
"waker-fn",
|
|
|
|
]
|
2020-11-28 15:42:26 +00:00
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.3.28"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-24 06:50:34 +00:00
|
|
|
"syn 2.0.27",
|
2020-04-21 20:41:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.3.28"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
|
2020-04-21 20:41:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.3.28"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
|
2020-04-21 20:41:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.3.28"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
2020-11-28 15:42:26 +00:00
|
|
|
"futures-channel",
|
2020-04-21 20:41:28 +00:00
|
|
|
"futures-core",
|
2020-11-28 15:42:26 +00:00
|
|
|
"futures-io",
|
2020-04-21 20:41:28 +00:00
|
|
|
"futures-macro",
|
2020-11-28 15:42:26 +00:00
|
|
|
"futures-sink",
|
2020-04-21 20:41:28 +00:00
|
|
|
"futures-task",
|
2020-11-28 15:42:26 +00:00
|
|
|
"memchr",
|
2021-01-20 09:26:38 +00:00
|
|
|
"pin-project-lite",
|
2020-04-21 20:41:28 +00:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fxhash"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
2021-04-17 13:38:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.14.7"
|
2021-04-17 13:38:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2021-04-17 13:38:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
|
|
|
version = "0.2.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-06-19 14:51:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.2.10"
|
2020-06-19 14:51:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
|
2020-06-19 14:51:26 +00:00
|
|
|
dependencies = [
|
2022-07-11 08:21:51 +00:00
|
|
|
"cfg-if",
|
2020-06-19 14:51:26 +00:00
|
|
|
"libc",
|
2023-07-24 06:50:34 +00:00
|
|
|
"wasi",
|
2021-11-01 16:36:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-07-24 06:50:34 +00:00
|
|
|
name = "gimli"
|
|
|
|
version = "0.27.3"
|
2021-11-01 16:36:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
|
2020-06-19 14:51:26 +00:00
|
|
|
|
2020-04-24 08:14:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "globset"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.4.11"
|
2020-04-24 08:14:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "1391ab1f92ffcc08911957149833e682aa3fe252b9f45f966d2ef972274c97df"
|
2020-04-24 08:14:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"bstr",
|
|
|
|
"fnv",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.3.20"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "97ec8491ebaf99c8eaa73058b045fe58073cd6be7f596ac993ced0b0a0c01049"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
2023-07-24 06:50:34 +00:00
|
|
|
"indexmap 1.9.3",
|
2020-04-21 20:41:28 +00:00
|
|
|
"slab",
|
|
|
|
"tokio",
|
2022-07-11 08:21:51 +00:00
|
|
|
"tokio-util",
|
2020-07-15 20:36:39 +00:00
|
|
|
"tracing",
|
2020-04-21 20:41:28 +00:00
|
|
|
]
|
|
|
|
|
2021-05-30 11:38:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-10-21 07:47:47 +00:00
|
|
|
version = "0.12.3"
|
2022-07-11 08:21:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-21 07:47:47 +00:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2022-07-11 08:21:51 +00:00
|
|
|
|
2023-07-24 06:50:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
|
|
|
|
|
2020-04-21 21:03:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2021-06-11 13:21:52 +00:00
|
|
|
version = "0.3.3"
|
2020-04-21 21:03:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-11 13:21:52 +00:00
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
2020-04-21 21:03:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-10-01 07:16:46 +00:00
|
|
|
version = "0.1.19"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-01 07:16:46 +00:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-07-24 06:50:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
|
|
|
|
|
2021-04-17 13:38:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hkdf"
|
2022-07-11 08:21:51 +00:00
|
|
|
version = "0.11.0"
|
2021-04-17 13:38:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-11 08:21:51 +00:00
|
|
|
checksum = "01706d578d5c281058480e673ae4086a9f4710d8df1ad80a5b03e39ece5f886b"
|
2021-04-17 13:38:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
"hmac",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
2022-07-11 08:21:51 +00:00
|
|
|
version = "0.11.0"
|
2021-04-17 13:38:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-11 08:21:51 +00:00
|
|
|
checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
|
2021-04-17 13:38:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"crypto-mac",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "html5ever"
|
2022-06-05 15:41:47 +00:00
|
|
|
version = "0.26.0"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-05 15:41:47 +00:00
|
|
|
checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"mac",
|
|
|
|
"markup5ever",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-24 06:50:34 +00:00
|
|
|
"syn 1.0.109",
|
2020-04-21 20:41:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.2.9"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
2023-07-24 06:50:34 +00:00
|
|
|
"itoa",
|
2020-04-21 20:41:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2022-06-05 15:41:47 +00:00
|
|
|
version = "0.4.5"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-05 15:41:47 +00:00
|
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
2021-04-10 11:23:17 +00:00
|
|
|
"pin-project-lite",
|
2020-04-21 20:41:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2022-10-21 07:47:47 +00:00
|
|
|
version = "1.8.0"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-21 07:47:47 +00:00
|
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
2020-04-21 20:41:28 +00:00
|
|
|
|
2020-11-01 10:55:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2022-01-06 14:57:50 +00:00
|
|
|
version = "1.0.2"
|
2020-11-01 10:55:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 14:57:50 +00:00
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
2020-11-01 10:55:44 +00:00
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.14.27"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
2020-11-01 10:55:44 +00:00
|
|
|
"httpdate",
|
2023-07-24 06:50:34 +00:00
|
|
|
"itoa",
|
2021-06-11 13:21:52 +00:00
|
|
|
"pin-project-lite",
|
2020-06-19 14:51:26 +00:00
|
|
|
"socket2",
|
2020-04-21 20:41:28 +00:00
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
2020-07-15 20:36:39 +00:00
|
|
|
"tracing",
|
2020-04-21 20:41:28 +00:00
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-04-21 21:29:32 +00:00
|
|
|
name = "hyper-rustls"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.24.1"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
2023-07-24 06:50:34 +00:00
|
|
|
"futures-util",
|
2022-01-06 14:57:50 +00:00
|
|
|
"http",
|
2020-04-21 20:41:28 +00:00
|
|
|
"hyper",
|
2020-04-21 21:29:32 +00:00
|
|
|
"rustls",
|
2020-04-21 20:41:28 +00:00
|
|
|
"tokio",
|
2020-04-21 21:29:32 +00:00
|
|
|
"tokio-rustls",
|
2020-04-21 20:41:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2021-04-17 13:38:18 +00:00
|
|
|
version = "0.2.3"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-17 13:38:18 +00:00
|
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2022-10-21 07:47:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2023-07-24 06:50:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2020-04-24 08:14:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ignore"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.4.20"
|
2020-04-24 08:14:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
|
2020-04-24 08:14:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"globset",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"regex",
|
|
|
|
"same-file",
|
|
|
|
"thread_local",
|
|
|
|
"walkdir",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "1.9.3"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
2020-06-19 14:51:26 +00:00
|
|
|
"autocfg",
|
2023-07-24 06:50:34 +00:00
|
|
|
"hashbrown 0.12.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
|
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
|
|
|
"hashbrown 0.14.0",
|
2020-04-21 20:41:28 +00:00
|
|
|
]
|
|
|
|
|
2021-04-21 18:18:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indicatif"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.17.5"
|
2021-04-21 18:18:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "8ff8cc23a7393a397ed1d7f56e6365cba772aba9f9912ab968b03043c395d057"
|
2021-04-21 18:18:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"console",
|
2023-07-24 06:50:34 +00:00
|
|
|
"instant",
|
2021-04-21 18:18:54 +00:00
|
|
|
"number_prefix",
|
2023-07-24 06:50:34 +00:00
|
|
|
"portable-atomic",
|
|
|
|
"unicode-width",
|
2021-04-21 18:18:54 +00:00
|
|
|
]
|
|
|
|
|
2022-01-06 14:57:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
dependencies = [
|
2022-07-11 08:21:51 +00:00
|
|
|
"cfg-if",
|
2022-01-06 14:57:50 +00:00
|
|
|
]
|
|
|
|
|
2023-07-24 06:50:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
|
|
|
version = "1.0.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi 0.3.2",
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2020-11-01 10:55:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "2.8.0"
|
2020-11-01 10:55:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
|
2020-11-01 10:55:44 +00:00
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
2023-07-24 06:50:34 +00:00
|
|
|
name = "is-terminal"
|
|
|
|
version = "0.4.9"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi 0.3.2",
|
|
|
|
"rustix 0.38.4",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
2020-04-21 20:41:28 +00:00
|
|
|
|
2022-01-06 14:57:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "1.0.9"
|
2022-01-06 14:57:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
|
2022-01-06 14:57:50 +00:00
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.3.64"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2021-04-17 13:38:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "keyring"
|
2022-07-11 08:21:51 +00:00
|
|
|
version = "1.2.0"
|
|
|
|
source = "git+https://github.com/FliegendeWurst/keyring-rs#f2f28978b76d9498b50abe58299a381d27911260"
|
2021-04-17 13:38:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"secret-service",
|
|
|
|
"security-framework",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.2.147"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.4.3"
|
2022-01-06 14:57:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0"
|
2022-01-06 14:57:50 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.4.10"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
|
2022-01-06 14:57:50 +00:00
|
|
|
dependencies = [
|
2022-06-05 15:41:47 +00:00
|
|
|
"autocfg",
|
2022-01-06 14:57:50 +00:00
|
|
|
"scopeguard",
|
|
|
|
]
|
2020-04-21 20:41:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.4.19"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
|
2020-04-21 20:41:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mac"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "markup5ever"
|
2022-06-05 15:41:47 +00:00
|
|
|
version = "0.11.0"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-05 15:41:47 +00:00
|
|
|
checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
2023-07-24 06:50:34 +00:00
|
|
|
"phf",
|
|
|
|
"phf_codegen",
|
2020-04-21 20:41:28 +00:00
|
|
|
"string_cache",
|
|
|
|
"string_cache_codegen",
|
|
|
|
"tendril",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.1.10"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
|
2020-04-21 20:41:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-06-05 15:41:47 +00:00
|
|
|
version = "2.5.0"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-05 15:41:47 +00:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2020-04-21 20:41:28 +00:00
|
|
|
|
2022-07-11 08:21:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.3.17"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2020-04-21 20:41:28 +00:00
|
|
|
|
2020-04-21 21:31:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.7.1"
|
2020-04-21 21:31:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
2020-04-21 21:31:47 +00:00
|
|
|
dependencies = [
|
2020-07-13 07:44:27 +00:00
|
|
|
"adler",
|
2020-04-21 21:31:47 +00:00
|
|
|
]
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.8.8"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-07-24 06:50:34 +00:00
|
|
|
"wasi",
|
|
|
|
"windows-sys 0.48.0",
|
2020-04-21 20:41:28 +00:00
|
|
|
]
|
|
|
|
|
2022-01-06 14:57:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nb-connect"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1bb540dc6ef51cfe1916ec038ce7a620daf3a111e2502d745197cd53d6bca15"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"socket2",
|
|
|
|
]
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "new_debug_unreachable"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
|
|
|
|
|
2022-01-06 14:57:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2022-07-11 08:21:51 +00:00
|
|
|
version = "0.22.3"
|
2022-01-06 14:57:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-11 08:21:51 +00:00
|
|
|
checksum = "e4916f159ed8e5de0082076562152a76b7a1f64a01fd9d1e0fea002c37624faf"
|
2022-01-06 14:57:50 +00:00
|
|
|
dependencies = [
|
2023-07-24 06:50:34 +00:00
|
|
|
"bitflags 1.3.2",
|
2022-01-06 14:57:50 +00:00
|
|
|
"cc",
|
2022-07-11 08:21:51 +00:00
|
|
|
"cfg-if",
|
2022-01-06 14:57:50 +00:00
|
|
|
"libc",
|
2022-07-11 08:21:51 +00:00
|
|
|
"memoffset",
|
2022-01-06 14:57:50 +00:00
|
|
|
]
|
|
|
|
|
2021-04-17 13:38:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.4.1"
|
2021-04-17 13:38:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "b05180d69e3da0e530ba2a1dae5110317e49e3b7f3d41be227dc5f92e49ee7af"
|
2021-04-17 13:38:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-bigint",
|
|
|
|
"num-complex",
|
|
|
|
"num-integer",
|
|
|
|
"num-iter",
|
|
|
|
"num-rational",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2022-07-11 08:21:51 +00:00
|
|
|
version = "0.4.3"
|
2021-04-17 13:38:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-11 08:21:51 +00:00
|
|
|
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
|
2021-04-17 13:38:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-complex"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.4.3"
|
2021-04-17 13:38:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d"
|
2021-04-17 13:38:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2022-06-05 15:41:47 +00:00
|
|
|
version = "0.1.45"
|
2021-04-17 13:38:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-05 15:41:47 +00:00
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
2021-04-17 13:38:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
2022-06-05 15:41:47 +00:00
|
|
|
version = "0.1.43"
|
2021-04-17 13:38:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-05 15:41:47 +00:00
|
|
|
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
|
2021-04-17 13:38:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
2022-07-11 08:21:51 +00:00
|
|
|
version = "0.4.1"
|
2021-04-17 13:38:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-11 08:21:51 +00:00
|
|
|
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
|
2021-04-17 13:38:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-bigint",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.2.16"
|
2021-04-17 13:38:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
|
2021-04-17 13:38:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "1.16.0"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2022-07-11 08:21:51 +00:00
|
|
|
dependencies = [
|
2023-07-24 06:50:34 +00:00
|
|
|
"hermit-abi 0.3.2",
|
2022-07-11 08:21:51 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-04-21 18:18:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "number_prefix"
|
2021-05-11 07:46:23 +00:00
|
|
|
version = "0.4.0"
|
2021-04-21 18:18:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-11 07:46:23 +00:00
|
|
|
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
|
2021-04-21 18:18:54 +00:00
|
|
|
|
2023-07-24 06:50:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
|
|
|
version = "0.31.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2020-05-03 19:48:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "1.18.0"
|
2020-05-03 19:48:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
2020-05-03 19:48:24 +00:00
|
|
|
|
2021-04-17 13:38:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
2022-01-06 14:57:50 +00:00
|
|
|
name = "parking"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "2.1.0"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e"
|
2020-04-21 20:41:28 +00:00
|
|
|
|
2021-10-01 07:16:46 +00:00
|
|
|
[[package]]
|
2022-01-06 14:57:50 +00:00
|
|
|
name = "parking_lot"
|
2022-06-05 15:41:47 +00:00
|
|
|
version = "0.12.1"
|
2021-10-01 07:16:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-05 15:41:47 +00:00
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
2021-10-01 07:16:46 +00:00
|
|
|
dependencies = [
|
2022-01-06 14:57:50 +00:00
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
2021-10-01 07:16:46 +00:00
|
|
|
]
|
|
|
|
|
2022-01-06 14:57:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.9.8"
|
2022-01-06 14:57:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
|
2022-01-06 14:57:50 +00:00
|
|
|
dependencies = [
|
2022-07-11 08:21:51 +00:00
|
|
|
"cfg-if",
|
2022-01-06 14:57:50 +00:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2023-07-24 06:50:34 +00:00
|
|
|
"windows-targets 0.48.1",
|
2022-01-06 14:57:50 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "2.3.0"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
2020-04-21 20:41:28 +00:00
|
|
|
|
2022-06-05 15:41:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
|
|
|
|
dependencies = [
|
2023-07-24 06:50:34 +00:00
|
|
|
"phf_macros",
|
|
|
|
"phf_shared",
|
|
|
|
"proc-macro-hack",
|
2020-04-21 20:41:28 +00:00
|
|
|
]
|
|
|
|
|
2022-06-05 15:41:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
|
|
|
|
dependencies = [
|
2023-07-24 06:50:34 +00:00
|
|
|
"phf_generator",
|
|
|
|
"phf_shared",
|
2020-04-21 20:41:28 +00:00
|
|
|
]
|
|
|
|
|
2022-06-05 15:41:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
|
|
|
|
dependencies = [
|
2023-07-24 06:50:34 +00:00
|
|
|
"phf_shared",
|
|
|
|
"rand",
|
2022-06-05 15:41:47 +00:00
|
|
|
]
|
|
|
|
|
2020-06-19 14:51:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf_macros"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.10.0"
|
2020-06-19 14:51:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0"
|
2020-06-19 14:51:26 +00:00
|
|
|
dependencies = [
|
2023-07-24 06:50:34 +00:00
|
|
|
"phf_generator",
|
|
|
|
"phf_shared",
|
2020-06-19 14:51:26 +00:00
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-24 06:50:34 +00:00
|
|
|
"syn 1.0.109",
|
2020-04-21 20:41:28 +00:00
|
|
|
]
|
|
|
|
|
2022-03-21 10:47:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
|
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.2.10"
|
2020-11-28 11:56:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "4c40d25201921e5ff0c862a505c6557ea88568a4e3ace775ab55e93f2f4f9d57"
|
2020-11-28 11:56:23 +00:00
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
2020-04-28 09:48:44 +00:00
|
|
|
version = "0.1.0"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-28 09:48:44 +00:00
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2020-04-21 20:41:28 +00:00
|
|
|
|
2022-01-06 14:57:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "polling"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "2.8.0"
|
2022-01-06 14:57:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
|
2022-01-06 14:57:50 +00:00
|
|
|
dependencies = [
|
2022-10-21 07:47:47 +00:00
|
|
|
"autocfg",
|
2023-07-24 06:50:34 +00:00
|
|
|
"bitflags 1.3.2",
|
2022-07-11 08:21:51 +00:00
|
|
|
"cfg-if",
|
2023-07-24 06:50:34 +00:00
|
|
|
"concurrent-queue",
|
2022-01-06 14:57:50 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
2023-07-24 06:50:34 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"windows-sys 0.48.0",
|
2022-01-06 14:57:50 +00:00
|
|
|
]
|
|
|
|
|
2023-07-24 06:50:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "portable-atomic"
|
|
|
|
version = "1.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "edc55135a600d700580e406b4de0d59cb9ad25e344a3a091a97ded2622ec4ec6"
|
|
|
|
|
2020-06-19 14:51:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.2.17"
|
2020-06-19 14:51:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
2020-06-19 14:51:26 +00:00
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "precomputed-hash"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
|
|
|
2022-01-06 14:57:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
|
|
|
|
dependencies = [
|
2023-07-24 06:50:34 +00:00
|
|
|
"toml 0.5.11",
|
2022-01-06 14:57:50 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "1.3.1"
|
2022-01-06 14:57:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
|
2022-01-06 14:57:50 +00:00
|
|
|
dependencies = [
|
2022-10-21 07:47:47 +00:00
|
|
|
"once_cell",
|
2023-07-24 06:50:34 +00:00
|
|
|
"toml_edit",
|
2022-01-06 14:57:50 +00:00
|
|
|
]
|
|
|
|
|
2020-04-21 21:03:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
2020-11-01 10:55:44 +00:00
|
|
|
version = "1.0.4"
|
2020-04-21 21:03:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 10:55:44 +00:00
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
2020-04-21 21:03:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-24 06:50:34 +00:00
|
|
|
"syn 1.0.109",
|
2020-04-21 21:03:30 +00:00
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
2020-11-01 10:55:44 +00:00
|
|
|
version = "1.0.4"
|
2020-04-21 21:03:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 10:55:44 +00:00
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
2020-04-21 21:03:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.5.20+deprecated"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
|
2020-04-21 20:41:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "1.0.66"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
2022-06-05 15:41:47 +00:00
|
|
|
"unicode-ident",
|
2020-04-21 20:41:28 +00:00
|
|
|
]
|
|
|
|
|
2021-05-30 11:38:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "psl-types"
|
2022-10-21 07:47:47 +00:00
|
|
|
version = "2.0.11"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-21 07:47:47 +00:00
|
|
|
checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac"
|
2020-04-21 20:41:28 +00:00
|
|
|
|
2021-05-30 11:38:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "publicsuffix"
|
2022-10-21 07:47:47 +00:00
|
|
|
version = "2.2.3"
|
2021-05-30 11:38:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-21 07:47:47 +00:00
|
|
|
checksum = "96a8c1bda5ae1af7f99a2962e49df150414a43d62404644d98dd5c3a93d07457"
|
2021-05-30 11:38:52 +00:00
|
|
|
dependencies = [
|
2022-10-21 07:47:47 +00:00
|
|
|
"idna 0.3.0",
|
2021-05-30 11:38:52 +00:00
|
|
|
"psl-types",
|
|
|
|
]
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "1.0.32"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2021-11-01 16:36:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-03-21 10:47:01 +00:00
|
|
|
version = "0.8.5"
|
2021-11-01 16:36:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-21 10:47:01 +00:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-11-01 16:36:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-07-24 06:50:34 +00:00
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
2021-11-01 16:36:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2023-07-24 06:50:34 +00:00
|
|
|
"rand_core",
|
2021-11-01 16:36:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2022-10-21 07:47:47 +00:00
|
|
|
version = "0.6.4"
|
2021-11-01 16:36:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-21 07:47:47 +00:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2021-11-01 16:36:25 +00:00
|
|
|
dependencies = [
|
2023-07-24 06:50:34 +00:00
|
|
|
"getrandom",
|
2021-11-01 16:36:25 +00:00
|
|
|
]
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
2023-07-24 06:50:34 +00:00
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.3.5"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
2023-07-24 06:50:34 +00:00
|
|
|
"bitflags 1.3.2",
|
2021-11-01 16:36:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-07-24 06:50:34 +00:00
|
|
|
name = "regex"
|
|
|
|
version = "1.9.1"
|
2021-11-01 16:36:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575"
|
2021-11-01 16:36:25 +00:00
|
|
|
dependencies = [
|
2023-07-24 06:50:34 +00:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
2020-04-21 20:41:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-07-24 06:50:34 +00:00
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.3.3"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.7.4"
|
2021-11-01 16:36:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
|
2021-11-01 16:36:25 +00:00
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.11.18"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
2020-04-21 21:31:47 +00:00
|
|
|
"async-compression",
|
2021-01-20 09:26:38 +00:00
|
|
|
"base64",
|
2020-04-21 20:41:28 +00:00
|
|
|
"bytes",
|
2023-07-24 06:50:34 +00:00
|
|
|
"cookie 0.16.2",
|
|
|
|
"cookie_store 0.16.2",
|
2020-04-21 20:41:28 +00:00
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2022-01-21 16:43:54 +00:00
|
|
|
"h2",
|
2020-04-21 20:41:28 +00:00
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
2020-04-21 21:29:32 +00:00
|
|
|
"hyper-rustls",
|
2020-11-01 10:55:44 +00:00
|
|
|
"ipnet",
|
2020-04-21 20:41:28 +00:00
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"mime",
|
2022-10-21 07:47:47 +00:00
|
|
|
"once_cell",
|
2020-11-01 10:55:44 +00:00
|
|
|
"percent-encoding",
|
2021-01-20 09:26:38 +00:00
|
|
|
"pin-project-lite",
|
2020-04-21 21:29:32 +00:00
|
|
|
"rustls",
|
2022-01-06 14:57:50 +00:00
|
|
|
"rustls-pemfile",
|
2020-04-21 20:41:28 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"tokio",
|
2020-04-21 21:29:32 +00:00
|
|
|
"tokio-rustls",
|
2021-04-13 11:01:22 +00:00
|
|
|
"tokio-socks",
|
2022-07-11 08:21:51 +00:00
|
|
|
"tokio-util",
|
|
|
|
"tower-service",
|
2020-11-01 10:55:44 +00:00
|
|
|
"url",
|
2020-04-21 20:41:28 +00:00
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
2023-07-24 06:50:34 +00:00
|
|
|
"wasm-streams",
|
2020-04-21 20:41:28 +00:00
|
|
|
"web-sys",
|
2020-04-21 21:29:32 +00:00
|
|
|
"webpki-roots",
|
2020-04-21 20:41:28 +00:00
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
2021-05-30 11:38:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest_cookie_store"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.6.0"
|
2021-05-30 11:38:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "ba529055ea150e42e4eb9c11dcd380a41025ad4d594b0cb4904ef28b037e1061"
|
2021-05-30 11:38:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2023-07-24 06:50:34 +00:00
|
|
|
"cookie_store 0.20.0",
|
2021-05-30 11:38:52 +00:00
|
|
|
"reqwest",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2020-04-21 21:29:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2021-02-16 09:06:44 +00:00
|
|
|
version = "0.16.20"
|
2020-04-21 21:29:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-16 09:06:44 +00:00
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
2020-04-21 21:29:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
2020-05-03 19:48:24 +00:00
|
|
|
"once_cell",
|
2020-04-21 21:29:32 +00:00
|
|
|
"spin",
|
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
2021-01-20 09:26:38 +00:00
|
|
|
"winapi",
|
2020-04-21 21:29:32 +00:00
|
|
|
]
|
|
|
|
|
2020-04-21 21:12:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rpassword"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "7.2.0"
|
2020-04-21 21:12:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322"
|
2020-04-21 21:12:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-07-24 06:50:34 +00:00
|
|
|
"rtoolbox",
|
2021-01-20 09:26:38 +00:00
|
|
|
"winapi",
|
2020-04-21 21:12:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rprompt"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "2.0.2"
|
2020-04-21 21:12:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "42ac661565a32b2874200835012773dd9f97e9113a0ab78b69792480a8d9b28e"
|
|
|
|
dependencies = [
|
|
|
|
"rtoolbox",
|
|
|
|
"winapi",
|
|
|
|
]
|
2020-04-21 21:12:05 +00:00
|
|
|
|
2021-10-01 07:16:46 +00:00
|
|
|
[[package]]
|
2023-07-24 06:50:34 +00:00
|
|
|
name = "rtoolbox"
|
|
|
|
version = "0.0.1"
|
2021-10-01 07:16:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a"
|
2021-10-01 07:16:46 +00:00
|
|
|
dependencies = [
|
2023-07-24 06:50:34 +00:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
|
|
|
version = "0.37.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"errno",
|
|
|
|
"io-lifetimes",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys 0.3.8",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
|
|
|
version = "0.38.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0a962918ea88d644592894bc6dc55acc6c0956488adcebbfb6e273506b7fd6e5"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.3.3",
|
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys 0.4.3",
|
|
|
|
"windows-sys 0.48.0",
|
2020-11-01 10:55:44 +00:00
|
|
|
]
|
|
|
|
|
2020-04-21 21:29:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.21.5"
|
2020-04-21 21:29:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "79ea77c539259495ce8ca47f53e66ae0330a8819f67e23ac96ca02f50e7b7d36"
|
2020-04-21 21:29:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring",
|
2023-07-24 06:50:34 +00:00
|
|
|
"rustls-webpki",
|
2020-04-21 21:29:32 +00:00
|
|
|
"sct",
|
|
|
|
]
|
|
|
|
|
2022-01-06 14:57:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "1.0.3"
|
2022-01-06 14:57:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
|
2022-01-06 14:57:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
]
|
|
|
|
|
2023-07-24 06:50:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
2023-08-22 18:09:09 +00:00
|
|
|
version = "0.101.4"
|
2023-07-24 06:50:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:09:09 +00:00
|
|
|
checksum = "7d93931baf2d282fff8d3a532bbfd7653f734643161b87e3e01e59a04439bf0d"
|
2023-07-24 06:50:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "1.0.15"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
|
2020-04-21 20:41:28 +00:00
|
|
|
|
2020-04-24 08:14:53 +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-01-06 14:57:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "1.0.1"
|
2022-01-06 14:57:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
|
2022-01-06 14:57:50 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "1.2.0"
|
2022-01-06 14:57:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2022-01-06 14:57:50 +00:00
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scraper"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.17.1"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "c95a930e03325234c18c7071fd2b60118307e025d6fff3e12745ffbf63a3d29c"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
2023-07-24 06:50:34 +00:00
|
|
|
"ahash",
|
2020-04-21 20:41:28 +00:00
|
|
|
"cssparser",
|
|
|
|
"ego-tree",
|
|
|
|
"getopts",
|
|
|
|
"html5ever",
|
2023-07-24 06:50:34 +00:00
|
|
|
"once_cell",
|
2020-04-21 20:41:28 +00:00
|
|
|
"selectors",
|
2020-06-19 14:51:26 +00:00
|
|
|
"smallvec",
|
2020-04-21 20:41:28 +00:00
|
|
|
"tendril",
|
|
|
|
]
|
|
|
|
|
2020-04-21 21:29:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
2022-01-06 14:57:50 +00:00
|
|
|
version = "0.7.0"
|
2020-04-21 21:29:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 14:57:50 +00:00
|
|
|
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
2020-04-21 21:29:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2021-04-17 13:38:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "secret-service"
|
2022-07-11 08:21:51 +00:00
|
|
|
version = "2.0.2"
|
2021-04-17 13:38:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-11 08:21:51 +00:00
|
|
|
checksum = "e1da5c423b8783185fd3fecd1c8796c267d2c089d894ce5a93c280a5d3f780a2"
|
2021-04-17 13:38:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"aes",
|
|
|
|
"block-modes",
|
|
|
|
"hkdf",
|
|
|
|
"lazy_static",
|
|
|
|
"num",
|
2023-07-24 06:50:34 +00:00
|
|
|
"rand",
|
2022-01-06 14:57:50 +00:00
|
|
|
"serde",
|
2021-04-17 13:38:18 +00:00
|
|
|
"sha2",
|
2022-01-06 14:57:50 +00:00
|
|
|
"zbus",
|
|
|
|
"zbus_macros",
|
|
|
|
"zvariant",
|
|
|
|
"zvariant_derive",
|
2021-04-17 13:38:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "2.9.2"
|
2021-04-17 13:38:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
|
2021-04-17 13:38:18 +00:00
|
|
|
dependencies = [
|
2023-07-24 06:50:34 +00:00
|
|
|
"bitflags 1.3.2",
|
2021-04-17 13:38:18 +00:00
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "2.9.1"
|
2021-04-17 13:38:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
|
2021-04-17 13:38:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "selectors"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.25.0"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "4eb30575f3638fc8f6815f448d50cb1a2e255b0897985c8c59f4d37b72a07b06"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
2023-07-24 06:50:34 +00:00
|
|
|
"bitflags 2.3.3",
|
2020-04-21 20:41:28 +00:00
|
|
|
"cssparser",
|
2020-06-19 14:51:26 +00:00
|
|
|
"derive_more",
|
2020-04-21 20:41:28 +00:00
|
|
|
"fxhash",
|
|
|
|
"log",
|
2023-07-24 06:50:34 +00:00
|
|
|
"new_debug_unreachable",
|
|
|
|
"phf",
|
|
|
|
"phf_codegen",
|
2020-04-21 20:41:28 +00:00
|
|
|
"precomputed-hash",
|
|
|
|
"servo_arc",
|
2020-06-19 14:51:26 +00:00
|
|
|
"smallvec",
|
2020-04-21 20:41:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "1.0.175"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "5d25439cd7397d044e2748a6fe2432b5e85db703d6d097bd014b3c0ad1ebff0b"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "1.0.175"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "b23f7ade6f110613c0d63858ddb8b94c1041f550eab58a16b371bdf2c9c80ab4"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-24 06:50:34 +00:00
|
|
|
"syn 2.0.27",
|
2020-04-21 20:41:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "1.0.103"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "d03b412469450d4404fe8499a268edd7f8b79fecb074b0d812ad64ca21f4031b"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
2023-07-24 06:50:34 +00:00
|
|
|
"itoa",
|
2020-04-21 20:41:28 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-01-06 14:57:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_repr"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.1.15"
|
2022-01-06 14:57:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "e168eaaf71e8f9bd6037feb05190485708e019f4fd87d161b3c0a0d37daf85e5"
|
2022-01-06 14:57:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-24 06:50:34 +00:00
|
|
|
"syn 2.0.27",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
2022-01-06 14:57:50 +00:00
|
|
|
]
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2022-01-21 16:43:54 +00:00
|
|
|
version = "0.7.1"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 16:43:54 +00:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
2020-11-28 11:56:23 +00:00
|
|
|
"form_urlencoded",
|
2023-07-24 06:50:34 +00:00
|
|
|
"itoa",
|
2020-11-28 11:56:23 +00:00
|
|
|
"ryu",
|
2020-04-21 20:41:28 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "servo_arc"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.3.0"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "d036d71a959e00c77a63538b90a6c2390969f9772b096ea837205c6bd0491a44"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"stable_deref_trait",
|
|
|
|
]
|
|
|
|
|
2021-04-17 13:38:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2022-01-21 16:43:54 +00:00
|
|
|
version = "0.9.9"
|
2021-04-17 13:38:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 16:43:54 +00:00
|
|
|
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
|
2021-04-17 13:38:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
2022-07-11 08:21:51 +00:00
|
|
|
"cfg-if",
|
2021-05-07 07:18:29 +00:00
|
|
|
"cpufeatures",
|
2021-04-17 13:38:18 +00:00
|
|
|
"digest",
|
|
|
|
"opaque-debug",
|
|
|
|
]
|
|
|
|
|
2021-11-01 16:36:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "1.4.1"
|
2021-11-01 16:36:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
|
2021-11-01 16:36:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2022-03-21 10:47:01 +00:00
|
|
|
version = "0.3.10"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-21 10:47:01 +00:00
|
|
|
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
|
2020-04-21 20:41:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.4.8"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
|
2022-10-21 07:47:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2020-04-21 20:41:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "1.11.0"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
|
2020-04-21 20:41:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.4.9"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-01-20 09:26:38 +00:00
|
|
|
"winapi",
|
2020-04-21 20:41:28 +00:00
|
|
|
]
|
|
|
|
|
2020-04-21 21:29:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
2020-07-13 07:44:27 +00:00
|
|
|
version = "1.2.0"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-13 07:44:27 +00:00
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
2020-04-21 20:41:28 +00:00
|
|
|
|
2022-01-06 14:57:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "string_cache"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.8.7"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"new_debug_unreachable",
|
2022-06-05 15:41:47 +00:00
|
|
|
"once_cell",
|
2022-01-06 14:57:50 +00:00
|
|
|
"parking_lot",
|
2023-07-24 06:50:34 +00:00
|
|
|
"phf_shared",
|
2020-04-21 20:41:28 +00:00
|
|
|
"precomputed-hash",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "string_cache_codegen"
|
2022-06-05 15:41:47 +00:00
|
|
|
version = "0.5.2"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-05 15:41:47 +00:00
|
|
|
checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
2023-07-24 06:50:34 +00:00
|
|
|
"phf_generator",
|
|
|
|
"phf_shared",
|
2020-04-21 20:41:28 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
]
|
|
|
|
|
2020-04-21 21:03:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt"
|
2022-01-21 16:43:54 +00:00
|
|
|
version = "0.3.26"
|
2020-04-21 21:03:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 16:43:54 +00:00
|
|
|
checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
|
2020-04-21 21:03:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
"lazy_static",
|
|
|
|
"structopt-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt-derive"
|
2022-01-06 14:57:50 +00:00
|
|
|
version = "0.4.18"
|
2020-04-21 21:03:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 14:57:50 +00:00
|
|
|
checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
|
2020-04-21 21:03:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-24 06:50:34 +00:00
|
|
|
"syn 1.0.109",
|
2020-04-21 21:03:30 +00:00
|
|
|
]
|
|
|
|
|
2021-04-17 13:38:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2021-10-01 07:16:46 +00:00
|
|
|
version = "2.4.1"
|
2021-04-17 13:38:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-01 07:16:46 +00:00
|
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
2021-04-17 13:38:18 +00:00
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "1.0.109"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "2.0.27"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b60f673f44a8255b9c8c657daf66a596d435f2da81a555b06dc644d080ba45e0"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-06-05 15:41:47 +00:00
|
|
|
"unicode-ident",
|
2020-04-21 20:41:28 +00:00
|
|
|
]
|
|
|
|
|
2021-11-01 16:36:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "3.7.0"
|
2021-11-01 16:36:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "5486094ee78b2e5038a6382ed7645bc084dc2ec433426ca4c3cb61e2007b8998"
|
2021-11-01 16:36:25 +00:00
|
|
|
dependencies = [
|
2022-07-11 08:21:51 +00:00
|
|
|
"cfg-if",
|
2023-07-24 06:50:34 +00:00
|
|
|
"fastrand 2.0.0",
|
2021-11-01 16:36:25 +00:00
|
|
|
"redox_syscall",
|
2023-07-24 06:50:34 +00:00
|
|
|
"rustix 0.38.4",
|
|
|
|
"windows-sys 0.48.0",
|
2021-11-01 16:36:25 +00:00
|
|
|
]
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tendril"
|
2022-06-05 15:41:47 +00:00
|
|
|
version = "0.4.3"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-05 15:41:47 +00:00
|
|
|
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"futf",
|
|
|
|
"mac",
|
|
|
|
"utf-8",
|
|
|
|
]
|
|
|
|
|
2020-04-21 21:03:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2021-04-14 15:07:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "1.0.44"
|
2021-04-14 15:07:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "611040a08a0439f8248d1990b111c95baa9c704c805fa1f62104b39655fd7f90"
|
2021-04-14 15:07:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "1.0.44"
|
2021-04-14 15:07:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96"
|
2021-04-14 15:07:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-24 06:50:34 +00:00
|
|
|
"syn 2.0.27",
|
2021-04-14 15:07:16 +00:00
|
|
|
]
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "1.1.7"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
2023-07-24 06:50:34 +00:00
|
|
|
"cfg-if",
|
2021-02-16 09:06:44 +00:00
|
|
|
"once_cell",
|
2020-04-21 20:41:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.3.23"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "59e399c068f43a5d116fedaf73b203fa4f9c519f17e2b34f63221d3792f81446"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
2023-07-24 06:50:34 +00:00
|
|
|
"itoa",
|
|
|
|
"serde",
|
|
|
|
"time-core",
|
2020-11-01 10:55:44 +00:00
|
|
|
"time-macros",
|
2020-04-21 20:41:28 +00:00
|
|
|
]
|
|
|
|
|
2023-07-24 06:50:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
|
|
|
|
|
2020-11-01 10:55:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.2.10"
|
2020-11-01 10:55:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "96ba15a897f3c86766b757e5ac7221554c6750054d74d5b28844fce5fb36a6c4"
|
|
|
|
dependencies = [
|
|
|
|
"time-core",
|
|
|
|
]
|
2020-11-01 10:55:44 +00:00
|
|
|
|
2020-06-19 14:51:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-06-05 15:41:47 +00:00
|
|
|
version = "1.6.0"
|
2020-06-19 14:51:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-05 15:41:47 +00:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2020-11-28 11:56:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.1.1"
|
2020-11-28 11:56:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2020-06-19 14:51:26 +00:00
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "1.29.1"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
2022-10-21 07:47:47 +00:00
|
|
|
"autocfg",
|
2023-07-24 06:50:34 +00:00
|
|
|
"backtrace",
|
2020-04-21 20:41:28 +00:00
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
2021-01-20 09:26:38 +00:00
|
|
|
"pin-project-lite",
|
2021-11-01 16:36:25 +00:00
|
|
|
"signal-hook-registry",
|
2022-03-21 10:47:01 +00:00
|
|
|
"socket2",
|
2020-04-21 20:41:28 +00:00
|
|
|
"tokio-macros",
|
2023-07-24 06:50:34 +00:00
|
|
|
"windows-sys 0.48.0",
|
2020-04-21 20:41:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "2.1.0"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-24 06:50:34 +00:00
|
|
|
"syn 2.0.27",
|
2020-04-21 20:41:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-04-21 21:29:32 +00:00
|
|
|
name = "tokio-rustls"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.24.1"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
2020-04-21 21:29:32 +00:00
|
|
|
"rustls",
|
2020-04-21 20:41:28 +00:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2021-04-13 11:01:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-socks"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51165dfa029d2a65969413a6cc96f354b86b464498702f174a4efa13608fd8c0"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"futures-util",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2022-03-21 10:47:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.7.8"
|
2022-03-21 10:47:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
|
2022-03-21 10:47:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2022-06-05 15:41:47 +00:00
|
|
|
"tracing",
|
2022-03-21 10:47:01 +00:00
|
|
|
]
|
|
|
|
|
2021-09-30 14:58:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.5.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
|
|
|
version = "0.6.3"
|
2021-09-30 14:58:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
|
2021-09-30 14:58:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-07-24 06:50:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
|
|
|
version = "0.19.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a"
|
|
|
|
dependencies = [
|
|
|
|
"indexmap 2.0.0",
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2022-07-11 08:21:51 +00:00
|
|
|
version = "0.3.2"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-11 08:21:51 +00:00
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
2020-04-21 20:41:28 +00:00
|
|
|
|
2020-07-15 20:36:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2022-10-21 07:47:47 +00:00
|
|
|
version = "0.1.37"
|
2020-07-15 20:36:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-21 07:47:47 +00:00
|
|
|
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
2020-07-15 20:36:39 +00:00
|
|
|
dependencies = [
|
2022-07-11 08:21:51 +00:00
|
|
|
"cfg-if",
|
2021-01-20 09:26:38 +00:00
|
|
|
"pin-project-lite",
|
2020-07-15 20:36:39 +00:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.1.31"
|
2020-07-15 20:36:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
|
2020-07-15 20:36:39 +00:00
|
|
|
dependencies = [
|
2022-07-11 08:21:51 +00:00
|
|
|
"once_cell",
|
2020-07-15 20:36:39 +00:00
|
|
|
]
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.2.4"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
|
2020-04-21 20:41:28 +00:00
|
|
|
|
2021-04-17 13:38:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "1.16.0"
|
2021-10-01 07:16:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
2021-04-17 13:38:18 +00:00
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.3.13"
|
2022-06-05 15:41:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
2022-06-05 15:41:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "1.0.11"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
|
2020-04-21 20:41:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2022-10-21 07:47:47 +00:00
|
|
|
version = "0.1.22"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-21 07:47:47 +00:00
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
2020-06-19 14:51:26 +00:00
|
|
|
"tinyvec",
|
2020-04-21 20:41:28 +00:00
|
|
|
]
|
|
|
|
|
2020-04-21 21:03:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "1.10.1"
|
2020-04-21 21:03:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
2020-04-21 21:03:30 +00:00
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2022-10-21 07:47:47 +00:00
|
|
|
version = "0.1.10"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-21 07:47:47 +00:00
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
2020-04-21 20:41:28 +00:00
|
|
|
|
2020-04-21 21:29:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
2020-05-03 19:48:24 +00:00
|
|
|
version = "0.7.1"
|
2020-04-21 21:29:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-03 19:48:24 +00:00
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
2020-04-21 21:29:32 +00:00
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "2.4.0"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
2020-11-28 11:56:23 +00:00
|
|
|
"form_urlencoded",
|
2023-07-24 06:50:34 +00:00
|
|
|
"idna 0.4.0",
|
2020-11-01 10:55:44 +00:00
|
|
|
"percent-encoding",
|
2020-04-21 20:41:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf-8"
|
2021-04-17 13:38:18 +00:00
|
|
|
version = "0.7.6"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-17 13:38:18 +00:00
|
|
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
2020-04-21 20:41:28 +00:00
|
|
|
|
2020-04-21 21:03:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
2020-05-06 20:51:02 +00:00
|
|
|
version = "0.8.2"
|
2020-04-21 21:03:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-06 20:51:02 +00:00
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
2020-04-21 21:03:30 +00:00
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-01-06 14:57:50 +00:00
|
|
|
version = "0.9.4"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 14:57:50 +00:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "waker-fn"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
|
2020-04-21 20:41:28 +00:00
|
|
|
|
2020-04-24 08:14:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "2.3.3"
|
2020-04-24 08:14:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
|
2020-04-24 08:14:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.3.1"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
2022-03-21 10:47:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.2.87"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
2022-07-11 08:21:51 +00:00
|
|
|
"cfg-if",
|
2020-04-21 20:41:28 +00:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.2.87"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2022-10-21 07:47:47 +00:00
|
|
|
"once_cell",
|
2020-04-21 20:41:28 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-24 06:50:34 +00:00
|
|
|
"syn 2.0.27",
|
2020-04-21 20:41:28 +00:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.4.37"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
2022-07-11 08:21:51 +00:00
|
|
|
"cfg-if",
|
2020-04-21 20:41:28 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.2.87"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.2.87"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-24 06:50:34 +00:00
|
|
|
"syn 2.0.27",
|
2020-04-21 20:41:28 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.2.87"
|
2020-11-28 11:56:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-streams"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6bbae3363c08332cadccd13b67db371814cd214c2524020932f0804b8cf7c078"
|
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
]
|
2020-11-28 11:56:23 +00:00
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.3.64"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2020-04-21 21:29:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
2022-01-06 14:57:50 +00:00
|
|
|
version = "0.22.0"
|
2020-04-21 21:29:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 14:57:50 +00:00
|
|
|
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
|
2020-04-21 21:29:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.22.6"
|
2020-04-21 21:29:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
|
2020-04-21 21:29:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-07-13 07:44:27 +00:00
|
|
|
version = "0.3.9"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-13 07:44:27 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
2020-04-24 08:14:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
2021-01-20 09:26:38 +00:00
|
|
|
"winapi",
|
2020-04-24 08:14:53 +00:00
|
|
|
]
|
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
2022-06-05 15:41:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.45.0"
|
2022-06-05 15:41:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
2022-06-05 15:41:47 +00:00
|
|
|
dependencies = [
|
2023-07-24 06:50:34 +00:00
|
|
|
"windows-targets 0.42.2",
|
2022-10-21 07:47:47 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.48.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm 0.42.2",
|
|
|
|
"windows_aarch64_msvc 0.42.2",
|
|
|
|
"windows_i686_gnu 0.42.2",
|
|
|
|
"windows_i686_msvc 0.42.2",
|
|
|
|
"windows_x86_64_gnu 0.42.2",
|
|
|
|
"windows_x86_64_gnullvm 0.42.2",
|
|
|
|
"windows_x86_64_msvc 0.42.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.48.1"
|
2022-10-21 07:47:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
|
2022-10-21 07:47:47 +00:00
|
|
|
dependencies = [
|
2023-07-24 06:50:34 +00:00
|
|
|
"windows_aarch64_gnullvm 0.48.0",
|
|
|
|
"windows_aarch64_msvc 0.48.0",
|
|
|
|
"windows_i686_gnu 0.48.0",
|
|
|
|
"windows_i686_msvc 0.48.0",
|
|
|
|
"windows_x86_64_gnu 0.48.0",
|
|
|
|
"windows_x86_64_gnullvm 0.48.0",
|
|
|
|
"windows_x86_64_msvc 0.48.0",
|
2022-06-05 15:41:47 +00:00
|
|
|
]
|
|
|
|
|
2022-10-21 07:47:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.48.0"
|
2022-10-21 07:47:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
|
2022-10-21 07:47:47 +00:00
|
|
|
|
2022-06-05 15:41:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.42.2"
|
2022-06-05 15:41:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
2022-06-05 15:41:47 +00:00
|
|
|
|
2022-10-21 07:47:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.48.0"
|
2022-10-21 07:47:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
|
2022-10-21 07:47:47 +00:00
|
|
|
|
2022-06-05 15:41:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.42.2"
|
2022-06-05 15:41:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
2022-06-05 15:41:47 +00:00
|
|
|
|
2022-10-21 07:47:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.48.0"
|
2022-10-21 07:47:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
|
2022-10-21 07:47:47 +00:00
|
|
|
|
2022-06-05 15:41:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.42.2"
|
2022-06-05 15:41:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
2022-06-05 15:41:47 +00:00
|
|
|
|
2022-10-21 07:47:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.48.0"
|
2022-10-21 07:47:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
|
2022-10-21 07:47:47 +00:00
|
|
|
|
2022-06-05 15:41:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.42.2"
|
2022-06-05 15:41:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
2022-06-05 15:41:47 +00:00
|
|
|
|
2022-10-21 07:47:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.48.0"
|
2022-10-21 07:47:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
|
2022-10-21 07:47:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.42.2"
|
2022-10-21 07:47:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
|
2022-10-21 07:47:47 +00:00
|
|
|
|
2022-06-05 15:41:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.42.2"
|
2022-06-05 15:41:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
2022-06-05 15:41:47 +00:00
|
|
|
|
2022-10-21 07:47:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-07-24 06:50:34 +00:00
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
|
|
|
version = "0.5.0"
|
2022-10-21 07:47:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-24 06:50:34 +00:00
|
|
|
checksum = "81fac9742fd1ad1bd9643b991319f72dd031016d44b77039a26977eb667141e7"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2022-10-21 07:47:47 +00:00
|
|
|
|
2020-04-21 20:41:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2022-03-21 10:47:01 +00:00
|
|
|
version = "0.10.1"
|
2020-04-21 20:41:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-21 10:47:01 +00:00
|
|
|
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
|
2020-04-21 20:41:28 +00:00
|
|
|
dependencies = [
|
2021-01-20 09:26:38 +00:00
|
|
|
"winapi",
|
2020-04-21 20:41:28 +00:00
|
|
|
]
|
2022-01-06 14:57:50 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zbus"
|
2022-07-11 08:21:51 +00:00
|
|
|
version = "1.9.3"
|
2022-01-06 14:57:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-11 08:21:51 +00:00
|
|
|
checksum = "9cbeb2291cd7267a94489b71376eda33496c1b9881adf6b36f26cc2779f3fc49"
|
2022-01-06 14:57:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-io",
|
|
|
|
"byteorder",
|
|
|
|
"derivative",
|
|
|
|
"enumflags2",
|
2023-07-24 06:50:34 +00:00
|
|
|
"fastrand 1.9.0",
|
2022-01-06 14:57:50 +00:00
|
|
|
"futures",
|
|
|
|
"nb-connect",
|
|
|
|
"nix",
|
|
|
|
"once_cell",
|
|
|
|
"polling",
|
|
|
|
"scoped-tls",
|
|
|
|
"serde",
|
|
|
|
"serde_repr",
|
|
|
|
"zbus_macros",
|
|
|
|
"zvariant",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zbus_macros"
|
2022-07-11 08:21:51 +00:00
|
|
|
version = "1.9.3"
|
2022-01-06 14:57:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-11 08:21:51 +00:00
|
|
|
checksum = "fa3959a7847cf95e3d51e312856617c5b1b77191176c65a79a5f14d778bbe0a6"
|
2022-01-06 14:57:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro-crate 0.1.5",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-24 06:50:34 +00:00
|
|
|
"syn 1.0.109",
|
2022-01-06 14:57:50 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zvariant"
|
|
|
|
version = "2.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a68c7b55f2074489b7e8e07d2d0a6ee6b4f233867a653c664d8020ba53692525"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"enumflags2",
|
|
|
|
"libc",
|
|
|
|
"serde",
|
|
|
|
"static_assertions",
|
|
|
|
"zvariant_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zvariant_derive"
|
|
|
|
version = "2.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e4ca5e22593eb4212382d60d26350065bf2a02c34b85bc850474a74b589a3de9"
|
|
|
|
dependencies = [
|
2023-07-24 06:50:34 +00:00
|
|
|
"proc-macro-crate 1.3.1",
|
2022-01-06 14:57:50 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-24 06:50:34 +00:00
|
|
|
"syn 1.0.109",
|
2022-01-06 14:57:50 +00:00
|
|
|
]
|