2021-04-15 16:44:16 +12:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-05-04 04:48:21 +12:00
|
|
|
version = 3
|
|
|
|
|
2021-04-15 16:44:16 +12:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2021-05-07 07:31:59 +12:00
|
|
|
version = "0.7.18"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-07 07:31:59 +12:00
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "askama"
|
2021-12-27 18:18:20 +13:00
|
|
|
version = "0.11.0"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 18:18:20 +13:00
|
|
|
checksum = "4d8f355701c672c2ba3d718acbd213f740beea577cc4eae66accdffe15be1882"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"askama_derive",
|
|
|
|
"askama_escape",
|
|
|
|
"askama_shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "askama_derive"
|
2021-12-27 18:18:20 +13:00
|
|
|
version = "0.11.0"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 18:18:20 +13:00
|
|
|
checksum = "84704cab5b7ae0fd3a9f78ee5eb7b27f3749df445f04623db6633459ae283267"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"askama_shared",
|
|
|
|
"proc-macro2",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "askama_escape"
|
2021-12-27 18:18:20 +13:00
|
|
|
version = "0.10.2"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 18:18:20 +13:00
|
|
|
checksum = "9a1bb320f97e6edf9f756bf015900038e43c7700e059688e5724a928c8f3b8d5"
|
2021-04-15 16:44:16 +12:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "askama_shared"
|
2021-12-27 18:18:20 +13:00
|
|
|
version = "0.12.0"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 18:18:20 +13:00
|
|
|
checksum = "dae03eebba55a2697a376e58b573a29fe36893157173ac8df312ad85f3c0e012"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"askama_escape",
|
|
|
|
"nom",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-mutex"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"
|
|
|
|
dependencies = [
|
|
|
|
"event-listener",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-recursion"
|
2022-01-06 13:39:56 +13:00
|
|
|
version = "1.0.0"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 13:39:56 +13:00
|
|
|
checksum = "2cda8f4bcc10624c4e85bc66b3f452cca98cfa5ca002dc83a16aad2367641bea"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-10-26 17:27:55 +13:00
|
|
|
[[package]]
|
|
|
|
name = "async-rwlock"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "261803dcc39ba9e72760ba6e16d0199b1eef9fc44e81bffabbebb9f5aea3906c"
|
|
|
|
dependencies = [
|
|
|
|
"async-mutex",
|
|
|
|
"event-listener",
|
|
|
|
]
|
|
|
|
|
2021-04-15 16:44:16 +12:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2021-12-27 18:18:20 +13:00
|
|
|
version = "0.1.52"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 18:18:20 +13:00
|
|
|
checksum = "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-09-07 07:02:52 +12:00
|
|
|
version = "1.3.2"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-07 07:02:52 +12:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2021-04-15 16:44:16 +12:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2021-10-26 17:27:55 +13:00
|
|
|
version = "3.8.0"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-26 17:27:55 +13:00
|
|
|
checksum = "8f1e260c3a9040a7c19a12468758f4c16f31a81a1fe087482be9570ec864bb6c"
|
2021-04-15 16:44:16 +12:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2021-09-07 07:02:52 +12:00
|
|
|
version = "1.1.0"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-07 07:02:52 +12:00
|
|
|
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
2021-04-15 16:44:16 +12:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cached"
|
2021-10-26 17:27:55 +13:00
|
|
|
version = "0.26.2"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-26 17:27:55 +13:00
|
|
|
checksum = "c2bc2fd249a24a9cdd4276f3a3e0461713271ab63b0e9e656e200e8e21c8c927"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"async-mutex",
|
2021-10-26 17:27:55 +13:00
|
|
|
"async-rwlock",
|
2021-04-15 16:44:16 +12:00
|
|
|
"async-trait",
|
|
|
|
"cached_proc_macro",
|
|
|
|
"cached_proc_macro_types",
|
|
|
|
"futures",
|
2021-10-26 17:27:55 +13:00
|
|
|
"hashbrown",
|
2021-04-15 16:44:16 +12:00
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cached_proc_macro"
|
2021-10-26 17:27:55 +13:00
|
|
|
version = "0.7.1"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-26 17:27:55 +13:00
|
|
|
checksum = "ac3531903b39df48a378a7ed515baee7c1fff32488489c7d0725eb1749b22a91"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"cached_proc_macro_types",
|
|
|
|
"darling",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cached_proc_macro_types"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3a4f925191b4367301851c6d99b09890311d74b0d43f274c0b34c86d308a3663"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2021-11-15 15:51:36 +13:00
|
|
|
version = "1.0.72"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-15 15:51:36 +13:00
|
|
|
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
|
2021-04-15 16:44:16 +12:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2022-01-06 13:39:56 +13:00
|
|
|
version = "3.0.5"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 13:39:56 +13:00
|
|
|
checksum = "f6f34b09b9ee8c7c7b400fe2f8df39cafc9538b03d6ba7f4ae13e4cb90bfbb7d"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2022-01-06 13:39:56 +13:00
|
|
|
"indexmap",
|
|
|
|
"os_str_bytes",
|
2021-04-15 16:44:16 +12:00
|
|
|
"textwrap",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cookie"
|
2022-01-01 07:42:44 +13:00
|
|
|
version = "0.16.0"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-01 07:42:44 +13:00
|
|
|
checksum = "94d4706de1b0fa5b132270cddffa8585166037822e260a944fe161acd137ca05"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"time",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2021-10-26 17:27:55 +13:00
|
|
|
version = "0.9.2"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-26 17:27:55 +13:00
|
|
|
checksum = "6888e10551bb93e424d8df1d07f1a8b4fceb0001a3a4b048bfc47554946f47b3"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2021-10-26 17:27:55 +13:00
|
|
|
version = "0.8.3"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-26 17:27:55 +13:00
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
2021-04-15 16:44:16 +12:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2021-12-27 18:18:20 +13:00
|
|
|
version = "0.13.1"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 18:18:20 +13:00
|
|
|
checksum = "d0d720b8683f8dd83c65155f0530560cba68cd2bf395f6513a483caee57ff7f4"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2021-12-27 18:18:20 +13:00
|
|
|
version = "0.13.1"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 18:18:20 +13:00
|
|
|
checksum = "7a340f241d2ceed1deb47ae36c4144b2707ec7dd0b649f894cb39bb595986324"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2021-12-27 18:18:20 +13:00
|
|
|
version = "0.13.1"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 18:18:20 +13:00
|
|
|
checksum = "72c41b3b7352feb3211a0d743dc5700a4e3b60f51bd2b368892d1e0f9a95f44b"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
|
|
|
version = "2.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2021-12-27 18:18:20 +13:00
|
|
|
version = "1.6.0"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 18:18:20 +13:00
|
|
|
checksum = "779d043b6a0b90cc4c0ed7ee380a6504394cee7efd7db050e3774eee387324b2"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2021-12-27 18:18:20 +13:00
|
|
|
version = "0.3.19"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 18:18:20 +13:00
|
|
|
checksum = "28560757fe2bb34e79f907794bb6b22ae8b0e5c669b638a1132f2592b19035b4"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2021-12-27 18:18:20 +13:00
|
|
|
version = "0.3.19"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 18:18:20 +13:00
|
|
|
checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2021-12-27 18:18:20 +13:00
|
|
|
version = "0.3.19"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 18:18:20 +13:00
|
|
|
checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7"
|
2021-04-15 16:44:16 +12:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2021-12-27 18:18:20 +13:00
|
|
|
version = "0.3.19"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 18:18:20 +13:00
|
|
|
checksum = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2021-12-27 18:18:20 +13:00
|
|
|
version = "0.3.19"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 18:18:20 +13:00
|
|
|
checksum = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2"
|
2021-04-15 16:44:16 +12:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
2021-06-12 06:03:36 +12:00
|
|
|
version = "1.12.0"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-12 06:03:36 +12:00
|
|
|
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"fastrand",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"memchr",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
"waker-fn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2021-12-27 18:18:20 +13:00
|
|
|
version = "0.3.19"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 18:18:20 +13:00
|
|
|
checksum = "6dbd947adfffb0efc70599b3ddcf7b5597bb5fa9e245eb99f62b3a5f7bb8bd3c"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2021-12-27 18:18:20 +13:00
|
|
|
version = "0.3.19"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 18:18:20 +13:00
|
|
|
checksum = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508"
|
2021-04-15 16:44:16 +12:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2021-12-27 18:18:20 +13:00
|
|
|
version = "0.3.19"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 18:18:20 +13:00
|
|
|
checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72"
|
2021-04-15 16:44:16 +12:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2021-12-27 18:18:20 +13:00
|
|
|
version = "0.3.19"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 18:18:20 +13:00
|
|
|
checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2021-12-27 18:18:20 +13:00
|
|
|
version = "0.3.9"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 18:18:20 +13:00
|
|
|
checksum = "8f072413d126e57991455e0a922b31e4c8ba7c2ffbebf6b78b4f8521397d65cd"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2021-08-05 06:52:24 +12:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
|
|
|
|
2021-04-15 16:44:16 +12:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-08-05 06:52:24 +12:00
|
|
|
version = "0.1.19"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-05 06:52:24 +12:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2022-01-01 07:42:44 +13:00
|
|
|
version = "0.2.6"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-01 07:42:44 +13:00
|
|
|
checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
2022-01-01 07:42:44 +13:00
|
|
|
"itoa 1.0.1",
|
2021-04-15 16:44:16 +12:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2021-10-26 17:27:55 +13:00
|
|
|
version = "0.4.4"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-26 17:27:55 +13:00
|
|
|
checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2021-09-07 07:02:52 +12:00
|
|
|
version = "1.5.1"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-07 07:02:52 +12:00
|
|
|
checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503"
|
2021-04-15 16:44:16 +12:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2021-11-22 19:30:44 +13:00
|
|
|
version = "1.0.2"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-22 19:30:44 +13:00
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
2021-04-15 16:44:16 +12:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2021-12-27 18:18:20 +13:00
|
|
|
version = "0.14.16"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 18:18:20 +13:00
|
|
|
checksum = "b7ec3e62bdc98a2f0393a5048e4c30ef659440ea6e0e572965103e72bd836f55"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
2021-12-27 18:18:20 +13:00
|
|
|
"itoa 0.4.8",
|
2021-06-12 06:03:36 +12:00
|
|
|
"pin-project-lite",
|
2021-04-15 16:44:16 +12:00
|
|
|
"socket2",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
2021-11-22 19:30:44 +13:00
|
|
|
version = "0.23.0"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-22 19:30:44 +13:00
|
|
|
checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
2021-11-22 19:30:44 +13:00
|
|
|
"http",
|
2021-04-15 16:44:16 +12:00
|
|
|
"hyper",
|
|
|
|
"log",
|
|
|
|
"rustls",
|
|
|
|
"rustls-native-certs",
|
|
|
|
"tokio",
|
|
|
|
"tokio-rustls",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2021-04-17 09:47:42 +12:00
|
|
|
version = "0.2.3"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-17 09:47:42 +12:00
|
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2021-08-05 06:52:24 +12:00
|
|
|
version = "1.7.0"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-05 06:52:24 +12:00
|
|
|
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2021-10-26 17:27:55 +13:00
|
|
|
"hashbrown",
|
2021-04-15 16:44:16 +12:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2021-10-26 17:27:55 +13:00
|
|
|
version = "0.1.12"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-26 17:27:55 +13:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2021-09-07 07:02:52 +12:00
|
|
|
version = "0.4.8"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-07 07:02:52 +12:00
|
|
|
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
2021-04-15 16:44:16 +12:00
|
|
|
|
2021-12-27 18:18:20 +13:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
|
|
|
|
|
2021-04-15 16:44:16 +12:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2021-09-20 09:37:31 +12:00
|
|
|
version = "0.3.55"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-20 09:37:31 +12:00
|
|
|
checksum = "7cc9ffccd38c451a86bf13657df244e9c3f37493cce8e5e21e940963777acc84"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2021-12-27 18:18:20 +13:00
|
|
|
version = "0.2.112"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 18:18:20 +13:00
|
|
|
checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125"
|
2021-04-15 16:44:16 +12:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libreddit"
|
2022-01-06 13:39:56 +13:00
|
|
|
version = "0.21.6"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"askama",
|
|
|
|
"async-recursion",
|
|
|
|
"cached",
|
|
|
|
"clap",
|
|
|
|
"cookie",
|
|
|
|
"futures-lite",
|
|
|
|
"hyper",
|
|
|
|
"hyper-rustls",
|
|
|
|
"regex",
|
|
|
|
"route-recognizer",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"time",
|
|
|
|
"tokio",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2021-09-07 07:02:52 +12:00
|
|
|
version = "0.4.5"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-07 07:02:52 +12:00
|
|
|
checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
|
|
|
version = "0.4.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2021-09-07 07:02:52 +12:00
|
|
|
version = "0.1.9"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-07 07:02:52 +12:00
|
|
|
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
2021-04-15 16:44:16 +12:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2021-09-07 07:02:52 +12:00
|
|
|
version = "2.4.1"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-07 07:02:52 +12:00
|
|
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
2021-04-15 16:44:16 +12:00
|
|
|
|
2021-12-27 18:18:20 +13:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2021-04-15 16:44:16 +12:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2021-10-26 17:27:55 +13:00
|
|
|
version = "0.7.14"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-26 17:27:55 +13:00
|
|
|
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"miow",
|
|
|
|
"ntapi",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2021-12-27 18:18:20 +13:00
|
|
|
version = "7.1.0"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 18:18:20 +13:00
|
|
|
checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2021-12-27 18:18:20 +13:00
|
|
|
"minimal-lexical",
|
2021-04-15 16:44:16 +12:00
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ntapi"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2021-12-27 18:18:20 +13:00
|
|
|
version = "1.13.1"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 18:18:20 +13:00
|
|
|
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2021-12-27 18:18:20 +13:00
|
|
|
version = "1.9.0"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 18:18:20 +13:00
|
|
|
checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
|
2021-04-15 16:44:16 +12:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2021-05-16 08:59:42 +12:00
|
|
|
version = "0.1.4"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-16 08:59:42 +12:00
|
|
|
checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
|
2021-04-15 16:44:16 +12:00
|
|
|
|
2022-01-06 13:39:56 +13:00
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
|
|
|
version = "6.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2021-04-15 16:44:16 +12:00
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2021-09-07 07:02:52 +12:00
|
|
|
version = "0.11.2"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-07 07:02:52 +12:00
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2021-09-07 07:02:52 +12:00
|
|
|
version = "0.8.5"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-07 07:02:52 +12:00
|
|
|
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"instant",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2022-01-01 07:42:44 +13:00
|
|
|
version = "0.2.8"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-01 07:42:44 +13:00
|
|
|
checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
|
2021-04-15 16:44:16 +12:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2021-12-30 08:38:35 +13:00
|
|
|
version = "1.0.36"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-30 08:38:35 +13:00
|
|
|
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2021-12-30 08:38:35 +13:00
|
|
|
version = "1.0.14"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-30 08:38:35 +13:00
|
|
|
checksum = "47aa80447ce4daf1717500037052af176af5d38cc3e571d9ec1c7353fc10c87d"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2021-08-12 15:49:42 +12:00
|
|
|
version = "0.2.10"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-12 15:49:42 +12:00
|
|
|
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2021-05-09 17:09:47 +12:00
|
|
|
version = "1.5.4"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-09 17:09:47 +12:00
|
|
|
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2021-05-07 07:31:59 +12:00
|
|
|
version = "0.6.25"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-07 07:31:59 +12:00
|
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
2021-04-15 16:44:16 +12:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
|
|
|
version = "0.16.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"spin",
|
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "route-recognizer"
|
2021-10-26 17:27:55 +13:00
|
|
|
version = "0.3.1"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-26 17:27:55 +13:00
|
|
|
checksum = "afab94fb28594581f62d981211a9a4d53cc8130bbcbbb89a0440d9b8e81a7746"
|
2021-04-15 16:44:16 +12:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2021-11-22 19:30:44 +13:00
|
|
|
version = "0.20.2"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-22 19:30:44 +13:00
|
|
|
checksum = "d37e5e2290f3e040b594b1a9e04377c2c671f1a1cfd9bfdef82106ac1c113f84"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"sct",
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-native-certs"
|
2021-11-22 19:30:44 +13:00
|
|
|
version = "0.6.1"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-22 19:30:44 +13:00
|
|
|
checksum = "5ca9ebdfa27d3fc180e42879037b5338ab1c040c06affd00d8338598e7800943"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"openssl-probe",
|
2021-11-22 19:30:44 +13:00
|
|
|
"rustls-pemfile",
|
2021-04-15 16:44:16 +12:00
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
]
|
|
|
|
|
2021-11-22 19:30:44 +13:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"
|
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
]
|
|
|
|
|
2021-04-15 16:44:16 +12:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2021-12-27 18:18:20 +13:00
|
|
|
version = "1.0.9"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 18:18:20 +13:00
|
|
|
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
|
2021-04-15 16:44:16 +12:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
|
|
|
version = "0.1.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
2021-11-22 19:30:44 +13:00
|
|
|
version = "0.7.0"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-22 19:30:44 +13:00
|
|
|
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2021-09-07 07:02:52 +12:00
|
|
|
version = "2.4.2"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-07 07:02:52 +12:00
|
|
|
checksum = "525bc1abfda2e1998d152c45cf13e696f76d0a4972310b22fac1658b05df7c87"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2021-09-07 07:02:52 +12:00
|
|
|
version = "2.4.2"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-07 07:02:52 +12:00
|
|
|
checksum = "a9dd14d83160b528b7bfd66439110573efcfbe281b17fc2ca9f39f550d619c7e"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-01-06 13:39:56 +13:00
|
|
|
version = "1.0.133"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 13:39:56 +13:00
|
|
|
checksum = "97565067517b60e2d1ea8b268e59ce036de907ac523ad83a0475da04e818989a"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2022-01-06 13:39:56 +13:00
|
|
|
version = "1.0.133"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 13:39:56 +13:00
|
|
|
checksum = "ed201699328568d8d08208fdd080e3ff594e6c422e438b6705905da01005d537"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2022-01-06 13:39:56 +13:00
|
|
|
version = "1.0.74"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 13:39:56 +13:00
|
|
|
checksum = "ee2bb9cd061c5865d345bb02ca49fcef1391741b672b54a0bf7b679badec3142"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
2021-12-27 18:18:20 +13:00
|
|
|
"itoa 1.0.1",
|
2021-04-15 16:44:16 +12:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2021-06-12 06:03:36 +12:00
|
|
|
version = "1.4.0"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-12 06:03:36 +12:00
|
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2021-10-26 17:27:55 +13:00
|
|
|
version = "0.4.5"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-26 17:27:55 +13:00
|
|
|
checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
|
2021-04-15 16:44:16 +12:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2021-10-26 17:27:55 +13:00
|
|
|
version = "1.7.0"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-26 17:27:55 +13:00
|
|
|
checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
|
2021-04-15 16:44:16 +12:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2021-09-20 09:37:31 +12:00
|
|
|
version = "0.4.2"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-20 09:37:31 +12:00
|
|
|
checksum = "5dc90fe6c7be1a323296982db1836d1ea9e47b6839496dde9a541bc496df3516"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2021-10-26 17:27:55 +13:00
|
|
|
version = "0.10.0"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-26 17:27:55 +13:00
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
2021-04-15 16:44:16 +12:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2021-12-27 18:18:20 +13:00
|
|
|
version = "1.0.84"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 18:18:20 +13:00
|
|
|
checksum = "ecb2e6da8ee5eb9a61068762a32fa9619cc591ceb055b3687f4cd4051ec2e06b"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2022-01-06 13:39:56 +13:00
|
|
|
version = "0.14.2"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-06 13:39:56 +13:00
|
|
|
checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80"
|
2021-04-15 16:44:16 +12:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2021-12-30 08:38:35 +13:00
|
|
|
version = "0.3.5"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-30 08:38:35 +13:00
|
|
|
checksum = "41effe7cfa8af36f439fac33861b66b049edc6f9a32331e2312660529c1c24ad"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
2021-12-30 08:38:35 +13:00
|
|
|
"itoa 0.4.8",
|
2021-04-15 16:44:16 +12:00
|
|
|
"libc",
|
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2021-12-30 08:38:35 +13:00
|
|
|
version = "0.2.3"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-30 08:38:35 +13:00
|
|
|
checksum = "25eb0ca3468fc0acc11828786797f6ef9aa1555e4a211a60d64cc8e4d1be47d6"
|
2021-04-15 16:44:16 +12:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2021-11-15 15:51:36 +13:00
|
|
|
version = "1.5.1"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-15 15:51:36 +13:00
|
|
|
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2021-12-27 18:18:20 +13:00
|
|
|
version = "1.15.0"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 18:18:20 +13:00
|
|
|
checksum = "fbbf1c778ec206785635ce8ad57fe52b3009ae9e0c9f574a728f3049d3e55838"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"memchr",
|
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
|
|
|
"pin-project-lite",
|
|
|
|
"signal-hook-registry",
|
|
|
|
"tokio-macros",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2021-12-27 18:18:20 +13:00
|
|
|
version = "1.7.0"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 18:18:20 +13:00
|
|
|
checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
2021-12-27 18:18:20 +13:00
|
|
|
version = "0.23.2"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-27 18:18:20 +13:00
|
|
|
checksum = "a27d5f2b839802bd8267fa19b0530f5a08b9c08cd417976be2a65d130fe1c11b"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"rustls",
|
|
|
|
"tokio",
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2021-11-15 15:51:36 +13:00
|
|
|
version = "0.6.9"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-15 15:51:36 +13:00
|
|
|
checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2021-10-26 17:27:55 +13:00
|
|
|
version = "0.1.29"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-26 17:27:55 +13:00
|
|
|
checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2021-10-26 17:27:55 +13:00
|
|
|
version = "0.1.21"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-26 17:27:55 +13:00
|
|
|
checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2021-10-26 17:27:55 +13:00
|
|
|
version = "0.3.7"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-26 17:27:55 +13:00
|
|
|
checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
|
2021-04-15 16:44:16 +12:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2021-06-12 06:03:36 +12:00
|
|
|
version = "0.1.19"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-12 06:03:36 +12:00
|
|
|
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2021-05-07 07:31:59 +12:00
|
|
|
version = "0.2.2"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-07 07:31:59 +12:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2021-04-15 16:44:16 +12:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2021-05-09 17:09:47 +12:00
|
|
|
version = "2.2.2"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-09 17:09:47 +12:00
|
|
|
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-01-01 07:42:44 +13:00
|
|
|
version = "0.9.4"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-01 07:42:44 +13:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2021-04-15 16:44:16 +12:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "waker-fn"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2021-09-20 09:37:31 +12:00
|
|
|
version = "0.2.78"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-20 09:37:31 +12:00
|
|
|
checksum = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2021-09-20 09:37:31 +12:00
|
|
|
version = "0.2.78"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-20 09:37:31 +12:00
|
|
|
checksum = "a317bf8f9fba2476b4b2c85ef4c4af8ff39c3c7f0cdfeed4f82c34a880aa837b"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2021-09-20 09:37:31 +12:00
|
|
|
version = "0.2.78"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-20 09:37:31 +12:00
|
|
|
checksum = "d56146e7c495528bf6587663bea13a8eb588d39b36b679d83972e1a2dbbdacf9"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2021-09-20 09:37:31 +12:00
|
|
|
version = "0.2.78"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-20 09:37:31 +12:00
|
|
|
checksum = "7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2021-09-20 09:37:31 +12:00
|
|
|
version = "0.2.78"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-20 09:37:31 +12:00
|
|
|
checksum = "0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc"
|
2021-04-15 16:44:16 +12:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2021-09-20 09:37:31 +12:00
|
|
|
version = "0.3.55"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-20 09:37:31 +12:00
|
|
|
checksum = "38eb105f1c59d9eaa6b5cdc92b859d85b926e82cb2e0945cd0c9259faa6fe9fb"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
2021-11-22 19:30:44 +13:00
|
|
|
version = "0.22.0"
|
2021-04-15 16:44:16 +12:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-22 19:30:44 +13:00
|
|
|
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
|
2021-04-15 16:44:16 +12:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
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-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|