KIT-ILIAS-downloader/Cargo.lock

2658 lines
65 KiB
Plaintext
Raw Normal View History

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"
2022-10-21 07:52:39 +00:00
version = "0.3.6"
2020-04-21 20:41:28 +00:00
dependencies = [
"anyhow",
2022-12-19 18:13:08 +00:00
"async-recursion",
"atty",
2021-06-02 09:13:13 +00:00
"bytes",
2022-07-11 08:21:51 +00:00
"cfg-if",
"colored",
"cookie_store",
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",
"ignore",
"indicatif",
"keyring",
"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",
"tempfile",
2020-04-21 20:41:28 +00:00
"tokio",
2022-07-11 08:21:51 +00:00
"tokio-util",
"toml",
2020-11-01 10:55:44 +00:00
"url",
2020-04-21 20:41:28 +00:00
]
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
[[package]]
name = "aes"
2022-07-11 08:21:51 +00:00
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-11 08:21:51 +00:00
checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"
dependencies = [
2022-07-11 08:21:51 +00:00
"cfg-if",
"cipher",
2022-07-11 08:21:51 +00:00
"cpufeatures",
"opaque-debug",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "aho-corasick"
2022-10-21 07:47:47 +00:00
version = "0.7.19"
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 = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"
2020-04-21 20:41:28 +00:00
dependencies = [
"memchr",
]
2020-04-21 21:03:30 +00:00
[[package]]
name = "ansi_term"
version = "0.12.1"
2020-04-21 21:03:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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
]
[[package]]
name = "anyhow"
2022-10-21 07:47:47 +00:00
version = "1.0.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 07:47:47 +00:00
checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
2020-04-21 20:41:28 +00:00
2020-04-21 21:31:47 +00:00
[[package]]
name = "async-compression"
2022-10-21 07:47:47 +00:00
version = "0.3.15"
2020-04-21 21:31:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 07:47:47 +00:00
checksum = "942c7cd7ae39e91bde4820d74132e9862e62c2f386c3aa90ccf55949f5bad63a"
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
]
[[package]]
name = "async-io"
2022-10-21 07:47:47 +00:00
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 07:47:47 +00:00
checksum = "83e21f3a490c72b3b0cf44962180e60045de2925d8dff97918f7ee43c8f637c7"
dependencies = [
2022-10-21 07:47:47 +00:00
"autocfg",
"concurrent-queue",
"futures-lite",
"libc",
"log",
"once_cell",
"parking",
"polling",
"slab",
"socket2",
"waker-fn",
"winapi",
]
2022-12-19 18:13:08 +00:00
[[package]]
name = "async-recursion"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cda8f4bcc10624c4e85bc66b3f452cca98cfa5ca002dc83a16aad2367641bea"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
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 = [
"hermit-abi",
"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
2020-11-28 11:56:23 +00:00
[[package]]
name = "base64"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
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
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-11 08:21:51 +00:00
checksum = "2cb03d1bed155d89dce0f845b7899b18a9a163e148fd004e1c28421a783e2d8e"
dependencies = [
"block-padding",
"cipher",
]
[[package]]
name = "block-padding"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"
[[package]]
name = "bstr"
2021-10-01 07:16:46 +00:00
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-01 07:16:46 +00:00
checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
dependencies = [
"memchr",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "bumpalo"
2022-10-21 07:47:47 +00:00
version = "3.11.1"
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 = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
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"
2022-10-21 07:47:47 +00:00
version = "1.2.1"
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 = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
2020-04-21 20:41:28 +00:00
[[package]]
name = "cache-padded"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
2020-04-21 20:41:28 +00:00
[[package]]
name = "cc"
2022-03-21 10:47:01 +00:00
version = "1.0.73"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-21 10:47:01 +00:00
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
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"
[[package]]
name = "cipher"
2022-07-11 08:21:51 +00:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-11 08:21:51 +00:00
checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
dependencies = [
"generic-array",
]
2020-04-21 21:03:30 +00:00
[[package]]
name = "clap"
version = "2.34.0"
2020-04-21 21:03:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
2020-04-21 21:03:30 +00:00
dependencies = [
"ansi_term",
"atty",
"bitflags",
"strsim",
"textwrap",
"unicode-width",
"vec_map",
]
[[package]]
name = "colored"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
dependencies = [
"atty",
"lazy_static",
"winapi",
]
[[package]]
name = "concurrent-queue"
2022-10-21 07:47:47 +00:00
version = "1.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 07:47:47 +00:00
checksum = "af4780a44ab5696ea9e28294517f1fffb421a83a25af521333c838635509db9c"
dependencies = [
"cache-padded",
]
[[package]]
name = "console"
2022-10-21 07:47:47 +00:00
version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 07:47:47 +00:00
checksum = "c050367d967ced717c04b65d8c619d863ef9292ce0c5760028655a2fb298718c"
dependencies = [
"encode_unicode",
2022-10-21 07:47:47 +00:00
"lazy_static",
"libc",
"terminal_size",
"winapi",
]
2021-04-10 11:23:17 +00:00
[[package]]
name = "convert_case"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2020-11-01 10:55:44 +00:00
2021-05-30 11:38:52 +00:00
[[package]]
name = "cookie"
2022-10-21 07:47:47 +00:00
version = "0.16.1"
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 = "344adc371239ef32293cb1c4fe519592fcf21206c79c02854320afcdf3ab4917"
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"
2022-07-11 08:21:51 +00:00
version = "0.16.1"
2021-05-30 11:38:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-11 08:21:51 +00:00
checksum = "2e4b6aa369f41f5faa04bb80c9b1f4216ea81646ed6124d76ba5c49a7aafd9cd"
2021-05-30 11:38:52 +00:00
dependencies = [
"cookie",
2022-10-21 07:47:47 +00:00
"idna 0.2.3",
2021-05-30 11:38:52 +00:00
"log",
"publicsuffix",
2020-04-21 20:41:28 +00:00
"serde",
"serde_json",
"time",
2020-11-01 10:55:44 +00:00
"url",
2020-04-21 20:41:28 +00:00
]
[[package]]
name = "core-foundation"
2022-03-21 10:47:01 +00:00
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-21 10:47:01 +00:00
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
[[package]]
2021-05-07 07:18:29 +00:00
name = "cpufeatures"
2022-10-21 07:47:47 +00:00
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 07:47:47 +00:00
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
2021-05-07 07:18:29 +00:00
dependencies = [
"libc",
]
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
]
[[package]]
name = "crossbeam-utils"
2022-10-21 07:47:47 +00:00
version = "0.8.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 07:47:47 +00:00
checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac"
dependencies = [
2022-07-11 08:21:51 +00:00
"cfg-if",
]
[[package]]
name = "crypto-mac"
2022-07-11 08:21:51 +00:00
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-11 08:21:51 +00:00
checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"
dependencies = [
"generic-array",
"subtle",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "cssparser"
2020-06-19 14:51:26 +00:00
version = "0.27.2"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-19 14:51:26 +00:00
checksum = "754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a"
2020-04-21 20:41:28 +00:00
dependencies = [
"cssparser-macros",
"dtoa-short",
"itoa 0.4.8",
2020-04-21 20:41:28 +00:00
"matches",
"phf 0.8.0",
2020-04-21 20:41:28 +00:00
"proc-macro2",
"quote",
2020-06-19 14:51:26 +00:00
"smallvec",
2020-04-21 20:41:28 +00:00
"syn",
]
[[package]]
name = "cssparser-macros"
2020-06-19 14:51:26 +00:00
version = "0.6.0"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-19 14:51:26 +00:00
checksum = "dfae75de57f2b2e85e8768c3ea840fd159c8f33e2b6522c7835b7abac81be16e"
2020-04-21 20:41:28 +00:00
dependencies = [
"quote",
"syn",
]
[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
2020-06-19 14:51:26 +00:00
name = "derive_more"
version = "0.99.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
dependencies = [
2021-04-10 11:23:17 +00:00
"convert_case",
2020-06-19 14:51:26 +00:00
"proc-macro2",
"quote",
2022-07-11 08:21:51 +00:00
"rustc_version",
2020-06-19 14:51:26 +00:00
"syn",
]
[[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"
2021-04-10 11:23:17 +00:00
version = "0.4.8"
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 = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
2020-04-21 20:41:28 +00:00
[[package]]
name = "dtoa-short"
2021-01-20 09:26:38 +00:00
version = "0.3.3"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-20 09:26:38 +00:00
checksum = "bde03329ae10e79ede66c9ce4dc930aa8599043b0743008548680f25b91502d6"
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"
2022-10-21 07:47:47 +00:00
version = "1.8.0"
2021-04-14 15:07:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 07:47:47 +00:00
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
2021-04-14 15:07:16 +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"
version = "0.8.31"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
2020-04-21 20:41:28 +00:00
dependencies = [
2022-07-11 08:21:51 +00:00
"cfg-if",
]
[[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",
"syn",
]
[[package]]
name = "fastrand"
2022-10-21 07:47:47 +00:00
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 07:47:47 +00:00
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
dependencies = [
"instant",
2020-04-21 20:41:28 +00:00
]
2020-04-21 21:31:47 +00:00
[[package]]
name = "flate2"
version = "1.0.24"
2020-04-21 21:31:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
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"
2022-10-21 07:47:47 +00:00
version = "1.1.0"
2020-11-28 11:56:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 07:47:47 +00:00
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
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"
2022-10-21 07:47:47 +00:00
version = "0.3.25"
2020-11-28 15:42:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 07:47:47 +00:00
checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"
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"
2022-10-21 07:47:47 +00:00
version = "0.3.25"
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 = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"
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"
2022-10-21 07:47:47 +00:00
version = "0.3.25"
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 = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
2020-04-21 20:41:28 +00:00
2020-11-28 15:42:26 +00:00
[[package]]
name = "futures-executor"
2022-10-21 07:47:47 +00:00
version = "0.3.25"
2020-11-28 15:42:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 07:47:47 +00:00
checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"
2020-11-28 15:42:26 +00:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2022-10-21 07:47:47 +00:00
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 07:47:47 +00:00
checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"
[[package]]
name = "futures-lite"
version = "1.12.0"
2020-11-28 15:42:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
dependencies = [
"fastrand",
"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"
2022-10-21 07:47:47 +00:00
version = "0.3.25"
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 = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"
2020-04-21 20:41:28 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "futures-sink"
2022-10-21 07:47:47 +00:00
version = "0.3.25"
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 = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
2020-04-21 20:41:28 +00:00
[[package]]
name = "futures-task"
2022-10-21 07:47:47 +00:00
version = "0.3.25"
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 = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"
2020-04-21 20:41:28 +00:00
[[package]]
name = "futures-util"
2022-10-21 07:47:47 +00:00
version = "0.3.25"
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 = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
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",
]
[[package]]
name = "generic-array"
2022-10-21 07:47:47 +00:00
version = "0.14.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 07:47:47 +00:00
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
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"
2021-01-20 09:26:38 +00:00
version = "0.1.16"
2020-06-19 14:51:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-20 09:26:38 +00:00
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
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",
"wasi 0.9.0+wasi-snapshot-preview1",
]
[[package]]
name = "getrandom"
2022-10-21 07:47:47 +00:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 07:47:47 +00:00
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
dependencies = [
2022-07-11 08:21:51 +00:00
"cfg-if",
"libc",
2022-07-11 08:21:51 +00:00
"wasi 0.11.0+wasi-snapshot-preview1",
2020-06-19 14:51:26 +00:00
]
[[package]]
name = "globset"
2022-07-11 08:21:51 +00:00
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-11 08:21:51 +00:00
checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"
dependencies = [
"aho-corasick",
"bstr",
"fnv",
"log",
"regex",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "h2"
2022-10-21 07:47:47 +00:00
version = "0.3.14"
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 = "5ca32592cf21ac7ccab1825cd87f6c9b3d9022c44d086172ed0966bec8af30be"
2020-04-21 20:41:28 +00:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"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
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",
]
[[package]]
name = "hkdf"
2022-07-11 08:21:51 +00:00
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-11 08:21:51 +00:00
checksum = "01706d578d5c281058480e673ae4086a9f4710d8df1ad80a5b03e39ece5f886b"
dependencies = [
"digest",
"hmac",
]
[[package]]
name = "hmac"
2022-07-11 08:21:51 +00:00
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-11 08:21:51 +00:00
checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
dependencies = [
"crypto-mac",
"digest",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "html5ever"
version = "0.26.0"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
2020-04-21 20:41:28 +00:00
dependencies = [
"log",
"mac",
"markup5ever",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "http"
2022-07-11 08:21:51 +00:00
version = "0.2.8"
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 = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
2020-04-21 20:41:28 +00:00
dependencies = [
"bytes",
"fnv",
2022-10-21 07:47:47 +00:00
"itoa 1.0.4",
2020-04-21 20:41:28 +00:00
]
[[package]]
name = "http-body"
version = "0.4.5"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
version = "1.0.2"
2020-11-01 10:55:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
2020-11-01 10:55:44 +00:00
2020-04-21 20:41:28 +00:00
[[package]]
name = "hyper"
2022-07-11 08:21:51 +00:00
version = "0.14.20"
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 = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac"
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",
2022-10-21 07:47:47 +00:00
"itoa 1.0.4",
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]]
name = "hyper-rustls"
version = "0.23.0"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"
2020-04-21 20:41:28 +00:00
dependencies = [
"http",
2020-04-21 20:41:28 +00:00
"hyper",
"rustls",
2020-04-21 20:41:28 +00:00
"tokio",
"tokio-rustls",
2020-04-21 20:41:28 +00:00
]
[[package]]
name = "idna"
version = "0.2.3"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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",
]
[[package]]
name = "ignore"
2021-07-08 17:42:14 +00:00
version = "0.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-08 17:42:14 +00:00
checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d"
dependencies = [
"crossbeam-utils",
"globset",
"lazy_static",
"log",
"memchr",
"regex",
"same-file",
"thread_local",
"walkdir",
"winapi-util",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "indexmap"
2022-07-11 08:21:51 +00:00
version = "1.9.1"
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 = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
2020-04-21 20:41:28 +00:00
dependencies = [
2020-06-19 14:51:26 +00:00
"autocfg",
2022-10-21 07:47:47 +00:00
"hashbrown",
2020-04-21 20:41:28 +00:00
]
[[package]]
name = "indicatif"
version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b"
dependencies = [
"console",
"lazy_static",
"number_prefix",
"regex",
]
[[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",
]
2020-11-01 10:55:44 +00:00
[[package]]
name = "ipnet"
version = "2.5.0"
2020-11-01 10:55:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
2020-11-01 10:55:44 +00:00
2020-04-21 20:41:28 +00:00
[[package]]
name = "itoa"
2021-10-01 07:16:46 +00:00
version = "0.4.8"
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 = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
2020-04-21 20:41:28 +00:00
[[package]]
name = "itoa"
2022-10-21 07:47:47 +00:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 07:47:47 +00:00
checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"
2020-04-21 20:41:28 +00:00
[[package]]
name = "js-sys"
2022-10-21 07:47:47 +00:00
version = "0.3.60"
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 = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
2020-04-21 20:41:28 +00:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "keyring"
2022-07-11 08:21:51 +00:00
version = "1.2.0"
source = "git+https://github.com/FliegendeWurst/keyring-rs#f2f28978b76d9498b50abe58299a381d27911260"
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"
2022-10-21 07:47:47 +00:00
version = "0.2.135"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 07:47:47 +00:00
checksum = "68783febc7782c6c5cb401fbda4de5a9898be1762314da0bb2c10ced61f18b0c"
[[package]]
name = "lock_api"
2022-10-21 07:47:47 +00:00
version = "0.4.9"
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 = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
dependencies = [
"autocfg",
"scopeguard",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "log"
version = "0.4.17"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
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
]
[[package]]
name = "mac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
[[package]]
name = "markup5ever"
version = "0.11.0"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
2020-04-21 20:41:28 +00:00
dependencies = [
"log",
"phf 0.10.1",
"phf_codegen 0.10.0",
2020-04-21 20:41:28 +00:00
"string_cache",
"string_cache_codegen",
"tendril",
]
[[package]]
name = "matches"
2021-10-01 07:16:46 +00:00
version = "0.1.9"
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 = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
2020-04-21 20:41:28 +00:00
[[package]]
name = "memchr"
version = "2.5.0"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
2020-04-21 21:31:47 +00:00
[[package]]
name = "miniz_oxide"
2022-10-21 07:47:47 +00:00
version = "0.5.4"
2020-04-21 21:31:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 07:47:47 +00:00
checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
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"
2022-07-11 08:21:51 +00:00
version = "0.8.4"
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 = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"
2020-04-21 20:41:28 +00:00
dependencies = [
"libc",
"log",
2022-03-21 10:47:01 +00:00
"wasi 0.11.0+wasi-snapshot-preview1",
2022-10-21 07:47:47 +00:00
"windows-sys 0.36.1",
2020-04-21 20:41:28 +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"
[[package]]
name = "nix"
2022-07-11 08:21:51 +00:00
version = "0.22.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-11 08:21:51 +00:00
checksum = "e4916f159ed8e5de0082076562152a76b7a1f64a01fd9d1e0fea002c37624faf"
dependencies = [
"bitflags",
"cc",
2022-07-11 08:21:51 +00:00
"cfg-if",
"libc",
2022-07-11 08:21:51 +00:00
"memoffset",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "nodrop"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
[[package]]
name = "num"
2022-07-11 08:21:51 +00:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-11 08:21:51 +00:00
checksum = "43db66d1170d347f9a065114077f7dccb00c1b9478c89384490a3425279a4606"
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"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-11 08:21:51 +00:00
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-complex"
2022-07-11 08:21:51 +00:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-11 08:21:51 +00:00
checksum = "7ae39348c8bc5fbd7f40c727a9925f03517afd2ab27d46702108b6a7e5414c19"
dependencies = [
"num-traits",
]
[[package]]
name = "num-integer"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-iter"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-rational"
2022-07-11 08:21:51 +00:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-11 08:21:51 +00:00
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
dependencies = [
"autocfg",
"num-bigint",
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
dependencies = [
"autocfg",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "num_cpus"
version = "1.13.1"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
2020-04-21 20:41:28 +00:00
dependencies = [
"hermit-abi",
"libc",
]
2022-07-11 08:21:51 +00:00
[[package]]
name = "num_threads"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
dependencies = [
"libc",
]
[[package]]
name = "number_prefix"
2021-05-11 07:46:23 +00:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-11 07:46:23 +00:00
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
2020-05-03 19:48:24 +00:00
[[package]]
name = "once_cell"
2022-10-21 07:47:47 +00:00
version = "1.15.0"
2020-05-03 19:48:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 07:47:47 +00:00
checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1"
2020-05-03 19:48:24 +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]]
name = "parking"
version = "2.0.0"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
2020-04-21 20:41:28 +00:00
2021-10-01 07:16:46 +00:00
[[package]]
name = "parking_lot"
version = "0.12.1"
2021-10-01 07:16:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2021-10-01 07:16:46 +00:00
dependencies = [
"lock_api",
"parking_lot_core",
2021-10-01 07:16:46 +00:00
]
[[package]]
name = "parking_lot_core"
2022-10-21 07:47:47 +00:00
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 07:47:47 +00:00
checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"
dependencies = [
2022-07-11 08:21:51 +00:00
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
2022-10-21 07:47:47 +00:00
"windows-sys 0.42.0",
]
[[package]]
name = "percent-encoding"
2022-10-21 07:47:47 +00:00
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 07:47:47 +00:00
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
2020-04-21 20:41:28 +00:00
[[package]]
name = "phf"
2020-06-19 14:51:26 +00:00
version = "0.8.0"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-19 14:51:26 +00:00
checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
2020-04-21 20:41:28 +00:00
dependencies = [
2020-06-19 14:51:26 +00:00
"phf_macros",
2022-03-21 10:47:01 +00:00
"phf_shared 0.8.0",
2020-06-19 14:51:26 +00:00
"proc-macro-hack",
2020-04-21 20:41:28 +00:00
]
[[package]]
name = "phf"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
dependencies = [
"phf_shared 0.10.0",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "phf_codegen"
2020-06-19 14:51:26 +00:00
version = "0.8.0"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-19 14:51:26 +00:00
checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
2020-04-21 20:41:28 +00:00
dependencies = [
"phf_generator 0.8.0",
2022-03-21 10:47:01 +00:00
"phf_shared 0.8.0",
2020-04-21 20:41:28 +00:00
]
[[package]]
name = "phf_codegen"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
dependencies = [
"phf_generator 0.10.0",
"phf_shared 0.10.0",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "phf_generator"
2020-06-19 14:51:26 +00:00
version = "0.8.0"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-19 14:51:26 +00:00
checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
2020-04-21 20:41:28 +00:00
dependencies = [
2022-03-21 10:47:01 +00:00
"phf_shared 0.8.0",
"rand 0.7.3",
2020-04-21 20:41:28 +00:00
]
[[package]]
name = "phf_generator"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
dependencies = [
"phf_shared 0.10.0",
"rand 0.8.5",
]
2020-06-19 14:51:26 +00:00
[[package]]
name = "phf_macros"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c"
dependencies = [
"phf_generator 0.8.0",
2022-03-21 10:47:01 +00:00
"phf_shared 0.8.0",
2020-06-19 14:51:26 +00:00
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "phf_shared"
2020-06-19 14:51:26 +00:00
version = "0.8.0"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-19 14:51:26 +00:00
checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
2020-04-21 20:41:28 +00:00
dependencies = [
"siphasher",
]
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"
version = "0.2.9"
2020-11-28 11:56:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
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
[[package]]
name = "polling"
2022-10-21 07:47:47 +00:00
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 07:47:47 +00:00
checksum = "899b00b9c8ab553c743b3e11e87c5c7d423b2a2de229ba95b24a756344748011"
dependencies = [
2022-10-21 07:47:47 +00:00
"autocfg",
2022-07-11 08:21:51 +00:00
"cfg-if",
"libc",
"log",
"wepoll-ffi",
"winapi",
]
2020-06-19 14:51:26 +00:00
[[package]]
name = "ppv-lite86"
version = "0.2.16"
2020-06-19 14:51:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
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"
[[package]]
name = "proc-macro-crate"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
dependencies = [
"toml",
]
[[package]]
name = "proc-macro-crate"
2022-10-21 07:47:47 +00:00
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 07:47:47 +00:00
checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"
dependencies = [
2022-10-21 07:47:47 +00:00
"once_cell",
"thiserror",
"toml",
]
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",
"syn",
"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"
2020-11-01 10:55:44 +00:00
version = "0.5.19"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 10:55:44 +00:00
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
2020-04-21 20:41:28 +00:00
[[package]]
name = "proc-macro2"
2022-10-21 07:47:47 +00:00
version = "1.0.47"
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 = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
2020-04-21 20:41:28 +00:00
dependencies = [
"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"
2022-10-21 07:47:47 +00:00
version = "1.0.21"
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 = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
2020-04-21 20:41:28 +00:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
2020-06-19 14:51:26 +00:00
version = "0.7.3"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-19 14:51:26 +00:00
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2020-04-21 20:41:28 +00:00
dependencies = [
"getrandom 0.1.16",
2020-04-21 20:41:28 +00:00
"libc",
"rand_chacha 0.2.2",
"rand_core 0.5.1",
2022-03-21 10:47:01 +00:00
"rand_hc",
2020-04-21 20:41:28 +00:00
"rand_pcg",
]
[[package]]
name = "rand"
2022-03-21 10:47:01 +00:00
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-21 10:47:01 +00:00
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha 0.3.1",
2022-10-21 07:47:47 +00:00
"rand_core 0.6.4",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "rand_chacha"
2020-06-19 14:51:26 +00:00
version = "0.2.2"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-19 14:51:26 +00:00
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2020-04-21 20:41:28 +00:00
dependencies = [
2020-06-19 14:51:26 +00:00
"ppv-lite86",
"rand_core 0.5.1",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
2022-10-21 07:47:47 +00:00
"rand_core 0.6.4",
2020-04-21 20:41:28 +00:00
]
[[package]]
name = "rand_core"
2020-06-19 14:51:26 +00:00
version = "0.5.1"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-19 14:51:26 +00:00
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2020-04-21 20:41:28 +00:00
dependencies = [
"getrandom 0.1.16",
]
[[package]]
name = "rand_core"
2022-10-21 07:47:47 +00:00
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 07:47:47 +00:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
2022-10-21 07:47:47 +00:00
"getrandom 0.2.8",
2020-04-21 20:41:28 +00:00
]
[[package]]
name = "rand_hc"
2020-06-19 14:51:26 +00:00
version = "0.2.0"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-19 14:51:26 +00:00
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2020-04-21 20:41:28 +00:00
dependencies = [
"rand_core 0.5.1",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "rand_pcg"
2020-06-19 14:51:26 +00:00
version = "0.2.1"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-19 14:51:26 +00:00
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
2020-04-21 20:41:28 +00:00
dependencies = [
"rand_core 0.5.1",
]
[[package]]
name = "redox_syscall"
2022-10-21 07:47:47 +00:00
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 07:47:47 +00:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
dependencies = [
"bitflags",
2020-04-21 20:41:28 +00:00
]
[[package]]
name = "regex"
2022-07-11 08:21:51 +00:00
version = "1.6.0"
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 = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
2020-04-21 20:41:28 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2022-07-11 08:21:51 +00:00
version = "0.6.27"
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 = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
2020-04-21 20:41:28 +00:00
[[package]]
name = "remove_dir_all"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
dependencies = [
"winapi",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "reqwest"
2022-10-21 07:47:47 +00:00
version = "0.11.12"
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 = "431949c384f4e2ae07605ccaa56d1d9d2ecdb5cadd4f9577ccfab29f2e5149fc"
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",
"cookie",
"cookie_store",
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",
"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",
"proc-macro-hack",
"rustls",
"rustls-pemfile",
2020-04-21 20:41:28 +00:00
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
"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",
"web-sys",
"webpki-roots",
2020-04-21 20:41:28 +00:00
"winreg",
]
2021-05-30 11:38:52 +00:00
[[package]]
name = "reqwest_cookie_store"
2022-07-11 08:21:51 +00:00
version = "0.3.0"
2021-05-30 11:38:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-11 08:21:51 +00:00
checksum = "5fc7d9a4063adcdfbb061aa3011b813cce95d3a8990f9ccb5ea85017916a1b0b"
2021-05-30 11:38:52 +00:00
dependencies = [
"bytes",
"cookie",
"cookie_store",
2021-05-30 11:38:52 +00:00
"reqwest",
"url",
]
[[package]]
name = "ring"
2021-02-16 09:06:44 +00:00
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-16 09:06:44 +00:00
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
"libc",
2020-05-03 19:48:24 +00:00
"once_cell",
"spin",
"untrusted",
"web-sys",
2021-01-20 09:26:38 +00:00
"winapi",
]
2020-04-21 21:12:05 +00:00
[[package]]
name = "rpassword"
2022-03-21 10:47:01 +00:00
version = "6.0.1"
2020-04-21 21:12:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-21 10:47:01 +00:00
checksum = "2bf099a1888612545b683d2661a1940089f6c2e5a8e38979b2159da876bfd956"
2020-04-21 21:12:05 +00:00
dependencies = [
"libc",
2022-03-21 10:47:01 +00:00
"serde",
"serde_json",
2021-01-20 09:26:38 +00:00
"winapi",
2020-04-21 21:12:05 +00:00
]
[[package]]
name = "rprompt"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b386f4748bdae2aefc96857f5fda07647f851d089420e577831e2a14b45230f8"
2021-10-01 07:16:46 +00:00
[[package]]
name = "rustc_version"
version = "0.4.0"
2021-10-01 07:16:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
2021-10-01 07:16:46 +00:00
dependencies = [
2022-07-11 08:21:51 +00:00
"semver",
2020-11-01 10:55:44 +00:00
]
[[package]]
name = "rustls"
2022-10-21 07:47:47 +00:00
version = "0.20.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 07:47:47 +00:00
checksum = "539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c"
dependencies = [
"log",
"ring",
"sct",
"webpki",
]
[[package]]
name = "rustls-pemfile"
2022-10-21 07:47:47 +00:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 07:47:47 +00:00
checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55"
dependencies = [
"base64",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "ryu"
2022-10-21 07:47:47 +00:00
version = "1.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 = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
2020-04-21 20:41:28 +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",
]
[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2020-04-21 20:41:28 +00:00
[[package]]
name = "scraper"
version = "0.13.0"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5684396b456f3eb69ceeb34d1b5cb1a2f6acf7ca4452131efa3ba0ee2c2d0a70"
2020-04-21 20:41:28 +00:00
dependencies = [
"cssparser",
"ego-tree",
"getopts",
"html5ever",
"matches",
"selectors",
2020-06-19 14:51:26 +00:00
"smallvec",
2020-04-21 20:41:28 +00:00
"tendril",
]
[[package]]
name = "sct"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "secret-service"
2022-07-11 08:21:51 +00:00
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-11 08:21:51 +00:00
checksum = "e1da5c423b8783185fd3fecd1c8796c267d2c089d894ce5a93c280a5d3f780a2"
dependencies = [
"aes",
"block-modes",
"hkdf",
"lazy_static",
"num",
2022-03-21 10:47:01 +00:00
"rand 0.8.5",
"serde",
"sha2",
"zbus",
"zbus_macros",
"zvariant",
"zvariant_derive",
]
[[package]]
name = "security-framework"
2022-10-21 07:47:47 +00:00
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 07:47:47 +00:00
checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"
dependencies = [
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2022-03-21 10:47:01 +00:00
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-21 10:47:01 +00:00
checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
dependencies = [
"core-foundation-sys",
"libc",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "selectors"
2020-06-19 14:51:26 +00:00
version = "0.22.0"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-19 14:51:26 +00:00
checksum = "df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe"
2020-04-21 20:41:28 +00:00
dependencies = [
"bitflags",
"cssparser",
2020-06-19 14:51:26 +00:00
"derive_more",
2020-04-21 20:41:28 +00:00
"fxhash",
"log",
"matches",
"phf 0.8.0",
"phf_codegen 0.8.0",
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
"thin-slice",
]
2020-11-01 10:55:44 +00:00
[[package]]
name = "semver"
2022-10-21 07:47:47 +00:00
version = "1.0.14"
2020-11-01 10:55:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 07:47:47 +00:00
checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"
2020-11-01 10:55:44 +00:00
2020-04-21 20:41:28 +00:00
[[package]]
name = "serde"
2022-10-21 07:47:47 +00:00
version = "1.0.145"
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 = "728eb6351430bccb993660dfffc5a72f91ccc1295abaa8ce19b27ebe4f75568b"
2020-04-21 20:41:28 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2022-10-21 07:47:47 +00:00
version = "1.0.145"
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 = "81fa1584d3d1bcacd84c277a0dfe21f5b0f6accf4a23d04d4c6d61f1af522b4c"
2020-04-21 20:41:28 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
2022-10-21 07:47:47 +00:00
version = "1.0.87"
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 = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45"
2020-04-21 20:41:28 +00:00
dependencies = [
2022-10-21 07:47:47 +00:00
"itoa 1.0.4",
2020-04-21 20:41:28 +00:00
"ryu",
"serde",
]
[[package]]
name = "serde_repr"
2022-10-21 07:47:47 +00:00
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 07:47:47 +00:00
checksum = "1fe39d9fbb0ebf5eb2c7cb7e2a47e4f462fad1379f1166b8ae49ad9eae89a7ca"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
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",
2022-10-21 07:47:47 +00:00
"itoa 1.0.4",
2020-11-28 11:56:23 +00:00
"ryu",
2020-04-21 20:41:28 +00:00
"serde",
]
[[package]]
name = "servo_arc"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d98238b800e0d1576d8b6e3de32827c2d74bee68bb97748dcf5071fb53965432"
dependencies = [
"nodrop",
"stable_deref_trait",
]
[[package]]
name = "sha2"
2022-01-21 16:43:54 +00:00
version = "0.9.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-21 16:43:54 +00:00
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
dependencies = [
"block-buffer",
2022-07-11 08:21:51 +00:00
"cfg-if",
2021-05-07 07:18:29 +00:00
"cpufeatures",
"digest",
"opaque-debug",
]
[[package]]
name = "signal-hook-registry"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
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"
2022-10-21 07:47:47 +00:00
version = "0.4.7"
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 = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
dependencies = [
"autocfg",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "smallvec"
2022-10-21 07:47:47 +00:00
version = "1.10.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 = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
2020-04-21 20:41:28 +00:00
[[package]]
name = "socket2"
2022-10-21 07:47:47 +00:00
version = "0.4.7"
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 = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
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
]
[[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
[[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"
version = "0.8.4"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213494b7a2b503146286049378ce02b482200519accc31872ee8be91fa820a08"
2020-04-21 20:41:28 +00:00
dependencies = [
"new_debug_unreachable",
"once_cell",
"parking_lot",
2022-03-21 10:47:01 +00:00
"phf_shared 0.10.0",
2020-04-21 20:41:28 +00:00
"precomputed-hash",
"serde",
]
[[package]]
name = "string_cache_codegen"
version = "0.5.2"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
2020-04-21 20:41:28 +00:00
dependencies = [
"phf_generator 0.10.0",
"phf_shared 0.10.0",
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"
version = "0.4.18"
2020-04-21 21:03:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
2020-04-21 21:03:30 +00:00
dependencies = [
"heck",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "subtle"
2021-10-01 07:16:46 +00:00
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-01 07:16:46 +00:00
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
2020-04-21 20:41:28 +00:00
[[package]]
name = "syn"
2022-10-21 07:47:47 +00:00
version = "1.0.103"
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 = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
2020-04-21 20:41:28 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
2020-04-21 20:41:28 +00:00
]
[[package]]
name = "tempfile"
2022-01-21 16:43:54 +00:00
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-21 16:43:54 +00:00
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
dependencies = [
2022-07-11 08:21:51 +00:00
"cfg-if",
2022-01-21 16:43:54 +00:00
"fastrand",
"libc",
"redox_syscall",
"remove_dir_all",
"winapi",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "tendril"
version = "0.4.3"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
2020-04-21 20:41:28 +00:00
dependencies = [
"futf",
"mac",
"utf-8",
]
[[package]]
name = "terminal_size"
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
dependencies = [
"libc",
"winapi",
]
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",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "thin-slice"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c"
2021-04-14 15:07:16 +00:00
[[package]]
name = "thiserror"
2022-10-21 07:47:47 +00:00
version = "1.0.37"
2021-04-14 15:07:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 07:47:47 +00:00
checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"
2021-04-14 15:07:16 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2022-10-21 07:47:47 +00:00
version = "1.0.37"
2021-04-14 15:07:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 07:47:47 +00:00
checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"
2021-04-14 15:07:16 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "thread_local"
2022-03-21 10:47:01 +00:00
version = "1.1.4"
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 = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
2020-04-21 20:41:28 +00:00
dependencies = [
2021-02-16 09:06:44 +00:00
"once_cell",
2020-04-21 20:41:28 +00:00
]
[[package]]
name = "time"
2022-10-21 07:47:47 +00:00
version = "0.3.15"
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 = "d634a985c4d4238ec39cacaed2e7ae552fbd3c476b552c1deac3021b7d7eaf0c"
2020-04-21 20:41:28 +00:00
dependencies = [
2022-10-21 07:47:47 +00:00
"itoa 1.0.4",
2020-04-21 20:41:28 +00:00
"libc",
2022-07-11 08:21:51 +00:00
"num_threads",
2020-11-01 10:55:44 +00:00
"time-macros",
2020-04-21 20:41:28 +00:00
]
2020-11-01 10:55:44 +00:00
[[package]]
name = "time-macros"
2022-07-11 08:21:51 +00:00
version = "0.2.4"
2020-11-01 10:55:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-11 08:21:51 +00:00
checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"
2020-11-01 10:55:44 +00:00
2020-06-19 14:51:26 +00:00
[[package]]
name = "tinyvec"
version = "1.6.0"
2020-06-19 14:51:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2020-11-28 11:56:23 +00:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
2020-06-19 14:51:26 +00:00
2020-04-21 20:41:28 +00:00
[[package]]
name = "tokio"
version = "1.24.2"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "597a12a59981d9e3c38d216785b0c37399f6e415e8d0712047620f189371b0bb"
2020-04-21 20:41:28 +00:00
dependencies = [
2022-10-21 07:47:47 +00:00
"autocfg",
2020-04-21 20:41:28 +00:00
"bytes",
"libc",
"memchr",
"mio",
"num_cpus",
2021-01-20 09:26:38 +00:00
"pin-project-lite",
"signal-hook-registry",
2022-03-21 10:47:01 +00:00
"socket2",
2020-04-21 20:41:28 +00:00
"tokio-macros",
"windows-sys 0.42.0",
2020-04-21 20:41:28 +00:00
]
[[package]]
name = "tokio-macros"
version = "1.8.0"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"
2020-04-21 20:41:28 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tokio-rustls"
version = "0.23.4"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
2020-04-21 20:41:28 +00:00
dependencies = [
"rustls",
2020-04-21 20:41:28 +00:00
"tokio",
"webpki",
2020-04-21 20:41:28 +00:00
]
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"
2022-10-21 07:47:47 +00:00
version = "0.7.4"
2022-03-21 10:47:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 07:47:47 +00:00
checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
2022-03-21 10:47:01 +00:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
"tracing",
2022-03-21 10:47:01 +00:00
]
[[package]]
name = "toml"
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
dependencies = [
"serde",
]
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"
2022-10-21 07:47:47 +00:00
version = "0.1.30"
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 = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
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"
2020-07-13 07:44:27 +00:00
version = "0.2.3"
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 = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
2020-04-21 20:41:28 +00:00
[[package]]
name = "typenum"
version = "1.15.0"
2021-10-01 07:16:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
2020-04-21 20:41:28 +00:00
[[package]]
name = "unicode-bidi"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
[[package]]
name = "unicode-ident"
2022-10-21 07:47:47 +00:00
version = "1.0.5"
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 = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
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"
2022-10-21 07:47:47 +00:00
version = "1.10.0"
2020-04-21 21:03:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 07:47:47 +00:00
checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
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
[[package]]
name = "untrusted"
2020-05-03 19:48:24 +00:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-03 19:48:24 +00:00
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2020-04-21 20:41:28 +00:00
[[package]]
name = "url"
2022-10-21 07:47:47 +00:00
version = "2.3.1"
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 = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
2020-04-21 20:41:28 +00:00
dependencies = [
2020-11-28 11:56:23 +00:00
"form_urlencoded",
2022-10-21 07:47:47 +00:00
"idna 0.3.0",
2020-11-01 10:55:44 +00:00
"percent-encoding",
2020-04-21 20:41:28 +00:00
]
[[package]]
name = "utf-8"
version = "0.7.6"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
version = "0.9.4"
2020-04-21 20:41:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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
[[package]]
name = "walkdir"
2021-04-10 11:23:17 +00:00
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-10 11:23:17 +00:00
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
dependencies = [
"same-file",
2021-01-20 09:26:38 +00:00
"winapi",
"winapi-util",
]
2020-04-21 20:41:28 +00:00
[[package]]
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
"log",
"try-lock",
]
2020-06-19 14:51:26 +00:00
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
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"
2022-10-21 07:47:47 +00:00
version = "0.2.83"
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 = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
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"
2022-10-21 07:47:47 +00:00
version = "0.2.83"
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 = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
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",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2022-10-21 07:47:47 +00:00
version = "0.4.33"
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 = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"
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"
2022-10-21 07:47:47 +00:00
version = "0.2.83"
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 = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
2020-04-21 20:41:28 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2022-10-21 07:47:47 +00:00
version = "0.2.83"
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 = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
2020-04-21 20:41:28 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2022-10-21 07:47:47 +00:00
version = "0.2.83"
2020-11-28 11:56:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 07:47:47 +00:00
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
2020-11-28 11:56:23 +00:00
2020-04-21 20:41:28 +00:00
[[package]]
name = "web-sys"
2022-10-21 07:47:47 +00:00
version = "0.3.60"
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 = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
2020-04-21 20:41:28 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "webpki-roots"
2022-10-21 07:47:47 +00:00
version = "0.22.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-21 07:47:47 +00:00
checksum = "368bfe657969fb01238bb756d351dcade285e0f6fcbd36dcb23359a5169975be"
dependencies = [
"webpki",
]
[[package]]
name = "wepoll-ffi"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
dependencies = [
"cc",
]
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"
[[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-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"
[[package]]
name = "windows-sys"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
dependencies = [
2022-10-21 07:47:47 +00:00
"windows_aarch64_msvc 0.36.1",
"windows_i686_gnu 0.36.1",
"windows_i686_msvc 0.36.1",
"windows_x86_64_gnu 0.36.1",
"windows_x86_64_msvc 0.36.1",
]
[[package]]
name = "windows-sys"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc 0.42.0",
"windows_i686_gnu 0.42.0",
"windows_i686_msvc 0.42.0",
"windows_x86_64_gnu 0.42.0",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc 0.42.0",
]
2022-10-21 07:47:47 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
[[package]]
name = "windows_aarch64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
2022-10-21 07:47:47 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
[[package]]
name = "windows_i686_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
2022-10-21 07:47:47 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
[[package]]
name = "windows_i686_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
2022-10-21 07:47:47 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
[[package]]
name = "windows_x86_64_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
2022-10-21 07:47:47 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
[[package]]
name = "windows_x86_64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
2022-10-21 07:47:47 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
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
]
[[package]]
name = "zbus"
2022-07-11 08:21:51 +00:00
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-11 08:21:51 +00:00
checksum = "9cbeb2291cd7267a94489b71376eda33496c1b9881adf6b36f26cc2779f3fc49"
dependencies = [
"async-io",
"byteorder",
"derivative",
"enumflags2",
"fastrand",
"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"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-11 08:21:51 +00:00
checksum = "fa3959a7847cf95e3d51e312856617c5b1b77191176c65a79a5f14d778bbe0a6"
dependencies = [
"proc-macro-crate 0.1.5",
"proc-macro2",
"quote",
"syn",
]
[[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 = [
2022-10-21 07:47:47 +00:00
"proc-macro-crate 1.2.1",
"proc-macro2",
"quote",
"syn",
]