libreddit/Cargo.lock

1468 lines
36 KiB
Plaintext
Raw Normal View History

2021-04-15 06:44:16 +02:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2021-04-15 06:44:16 +02:00
[[package]]
name = "aho-corasick"
2021-05-06 21:31:59 +02:00
version = "0.7.18"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-06 21:31:59 +02:00
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
2021-04-15 06:44:16 +02:00
dependencies = [
"memchr",
]
[[package]]
name = "askama"
version = "0.11.1"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb98f10f371286b177db5eeb9a6e5396609555686a35e1d4f7b9a9c6d8af0139"
2021-04-15 06:44:16 +02:00
dependencies = [
"askama_derive",
"askama_escape",
"askama_shared",
]
[[package]]
name = "askama_derive"
version = "0.11.2"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87bf87e6e8b47264efa9bde63d6225c6276a52e05e91bf37eaa8afd0032d6b71"
2021-04-15 06:44:16 +02:00
dependencies = [
"askama_shared",
"proc-macro2",
"syn",
]
[[package]]
name = "askama_escape"
version = "0.10.3"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
2021-04-15 06:44:16 +02:00
[[package]]
name = "askama_shared"
version = "0.12.2"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf722b94118a07fcbc6640190f247334027685d4e218b794dbfe17c32bf38ed0"
2021-04-15 06:44:16 +02:00
dependencies = [
"askama_escape",
"mime",
"mime_guess",
2021-04-15 06:44:16 +02:00
"nom",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "async-recursion"
2022-01-06 01:39:56 +01:00
version = "1.0.0"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-06 01:39:56 +01:00
checksum = "2cda8f4bcc10624c4e85bc66b3f452cca98cfa5ca002dc83a16aad2367641bea"
2021-04-15 06:44:16 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "async-trait"
2022-03-26 21:09:24 +01:00
version = "0.1.53"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-26 21:09:24 +01:00
checksum = "ed6aa3524a2dfcf9fe180c51eae2b58738348d819517ceadf95789c51fff7600"
2021-04-15 06:44:16 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "async_once"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ce4f10ea3abcd6617873bae9f91d1c5332b4a778bd9ce34d0cd517474c1de82"
2021-04-15 06:44:16 +02:00
[[package]]
name = "autocfg"
version = "1.1.0"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2021-04-15 06:44:16 +02:00
[[package]]
name = "base64"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
[[package]]
name = "bitflags"
2021-09-06 21:02:52 +02:00
version = "1.3.2"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-06 21:02:52 +02:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2021-04-15 06:44:16 +02:00
[[package]]
name = "block-buffer"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
dependencies = [
"generic-array",
]
2021-04-15 06:44:16 +02:00
[[package]]
name = "bumpalo"
version = "3.9.1"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
2021-04-15 06:44:16 +02:00
[[package]]
name = "bytes"
2021-09-06 21:02:52 +02:00
version = "1.1.0"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-06 21:02:52 +02:00
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
2021-04-15 06:44:16 +02:00
[[package]]
name = "cached"
version = "0.34.0"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aadf76ddea74bab35ebeb8f1eb115b9bc04eaee42d8acc0d5f477dee6b176c9a"
2021-04-15 06:44:16 +02:00
dependencies = [
"async-trait",
"async_once",
2021-04-15 06:44:16 +02:00
"cached_proc_macro",
"cached_proc_macro_types",
"futures",
"hashbrown 0.12.1",
"lazy_static",
2021-04-15 06:44:16 +02:00
"once_cell",
"thiserror",
"tokio",
2021-04-15 06:44:16 +02:00
]
[[package]]
name = "cached_proc_macro"
version = "0.12.0"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bce0f37f9b77c6b93cdf3f060c89adca303d2ab052cacb3c3d1ab543e8cecd2f"
2021-04-15 06:44:16 +02: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"
version = "1.0.73"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
2021-04-15 06:44:16 +02:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
version = "3.1.18"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2dbdf4bdacb33466e854ce889eee8dfd5729abf7ccd7664d0a2d60cd384440b"
2021-04-15 06:44:16 +02:00
dependencies = [
"bitflags",
"clap_lex",
2022-01-06 01:39:56 +01:00
"indexmap",
2021-04-15 06:44:16 +02:00
"textwrap",
]
[[package]]
name = "clap_lex"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a37c35f1112dad5e6e0b1adaff798507497a18fceeb30cceb3bae7d1427b9213"
dependencies = [
"os_str_bytes",
]
2021-04-15 06:44:16 +02:00
[[package]]
name = "cookie"
2021-12-31 19:42:44 +01:00
version = "0.16.0"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-31 19:42:44 +01:00
checksum = "94d4706de1b0fa5b132270cddffa8585166037822e260a944fe161acd137ca05"
2021-04-15 06:44:16 +02:00
dependencies = [
"time",
"version_check",
]
[[package]]
name = "core-foundation"
version = "0.9.3"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
2021-04-15 06:44:16 +02:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
2021-10-26 06:27:55 +02:00
version = "0.8.3"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-26 06:27:55 +02:00
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2021-04-15 06:44:16 +02:00
[[package]]
name = "cpufeatures"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
dependencies = [
"libc",
]
2021-04-15 06:44:16 +02:00
[[package]]
name = "darling"
version = "0.13.4"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
2021-04-15 06:44:16 +02:00
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
version = "0.13.4"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
2021-04-15 06:44:16 +02:00
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
"syn",
]
[[package]]
name = "darling_macro"
version = "0.13.4"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
2021-04-15 06:44:16 +02:00
dependencies = [
"darling_core",
"quote",
"syn",
]
[[package]]
name = "digest"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
"generic-array",
]
2021-04-15 06:44:16 +02:00
[[package]]
name = "fastrand"
version = "1.7.0"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
2021-04-15 06:44:16 +02: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"
version = "0.3.21"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
2021-04-15 06:44:16 +02:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
version = "0.3.21"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
2021-04-15 06:44:16 +02:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.21"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
2021-04-15 06:44:16 +02:00
[[package]]
name = "futures-executor"
version = "0.3.21"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
2021-04-15 06:44:16 +02:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.21"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
2021-04-15 06:44:16 +02:00
[[package]]
name = "futures-lite"
version = "1.12.0"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
2021-04-15 06:44:16 +02:00
dependencies = [
"fastrand",
"futures-core",
"futures-io",
"memchr",
"parking",
"pin-project-lite",
"waker-fn",
]
[[package]]
name = "futures-macro"
version = "0.3.21"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
2021-04-15 06:44:16 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "futures-sink"
version = "0.3.21"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
2021-04-15 06:44:16 +02:00
[[package]]
name = "futures-task"
version = "0.3.21"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
2021-04-15 06:44:16 +02:00
[[package]]
name = "futures-util"
version = "0.3.21"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
2021-04-15 06:44:16 +02:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "generic-array"
version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
dependencies = [
"typenum",
"version_check",
]
2021-04-15 06:44:16 +02:00
[[package]]
name = "h2"
2022-04-03 06:24:20 +02:00
version = "0.3.13"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-03 06:24:20 +02:00
checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"
2021-04-15 06:44:16 +02:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
2021-08-04 20:52:24 +02:00
[[package]]
name = "hashbrown"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
[[package]]
name = "hashbrown"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3"
2021-04-15 06:44:16 +02:00
[[package]]
name = "hermit-abi"
2021-08-04 20:52:24 +02:00
version = "0.1.19"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-04 20:52:24 +02:00
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2021-04-15 06:44:16 +02:00
dependencies = [
"libc",
]
[[package]]
name = "http"
version = "0.2.7"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff8670570af52249509a86f5e3e18a08c60b177071826898fde8997cf5f6bfbb"
2021-04-15 06:44:16 +02:00
dependencies = [
"bytes",
"fnv",
"itoa",
2021-04-15 06:44:16 +02:00
]
[[package]]
name = "http-body"
2022-05-21 04:20:44 +02:00
version = "0.4.5"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-21 04:20:44 +02:00
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
2021-04-15 06:44:16 +02:00
dependencies = [
"bytes",
"http",
"pin-project-lite",
]
[[package]]
name = "httparse"
version = "1.7.1"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"
2021-04-15 06:44:16 +02:00
[[package]]
name = "httpdate"
version = "1.0.2"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
2021-04-15 06:44:16 +02:00
[[package]]
name = "hyper"
2022-05-29 04:55:13 +02:00
version = "0.14.19"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-29 04:55:13 +02:00
checksum = "42dc3c131584288d375f2d07f822b0cb012d8c6fb899a5b9fdb3cb7eb9b6004f"
2021-04-15 06:44:16 +02:00
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
2021-04-15 06:44:16 +02:00
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper-rustls"
version = "0.23.0"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"
2021-04-15 06:44:16 +02:00
dependencies = [
"http",
2021-04-15 06:44:16 +02: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"
version = "0.2.3"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
2021-04-15 06:44:16 +02:00
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "indexmap"
2022-05-29 04:55:13 +02:00
version = "1.8.2"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-29 04:55:13 +02:00
checksum = "e6012d540c5baa3589337a98ce73408de9b5a25ec9fc2c6fd6be8f0d39e0ca5a"
2021-04-15 06:44:16 +02:00
dependencies = [
"autocfg",
"hashbrown 0.11.2",
2021-04-15 06:44:16 +02:00
]
[[package]]
name = "instant"
2021-10-26 06:27:55 +02:00
version = "0.1.12"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-26 06:27:55 +02:00
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2021-04-15 06:44:16 +02:00
dependencies = [
"cfg-if",
]
[[package]]
name = "itoa"
2022-05-21 04:20:44 +02:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-21 04:20:44 +02:00
checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
2021-04-15 06:44:16 +02:00
[[package]]
name = "js-sys"
version = "0.3.57"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397"
2021-04-15 06:44:16 +02: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"
2022-05-21 04:20:44 +02:00
version = "0.2.126"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-21 04:20:44 +02:00
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
2021-04-15 06:44:16 +02:00
[[package]]
name = "libreddit"
2022-05-29 04:55:13 +02:00
version = "0.22.9"
2021-04-15 06:44:16 +02:00
dependencies = [
"askama",
"async-recursion",
"cached",
"clap",
"cookie",
"futures-lite",
"hyper",
"hyper-rustls",
"percent-encoding",
2021-04-15 06:44:16 +02:00
"regex",
"route-recognizer",
"rust-embed",
2021-04-15 06:44:16 +02:00
"serde",
"serde_json",
"time",
"tokio",
"url",
]
[[package]]
name = "lock_api"
2022-04-03 06:24:20 +02:00
version = "0.4.7"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-03 06:24:20 +02:00
checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
2021-04-15 06:44:16 +02:00
dependencies = [
2022-04-03 06:24:20 +02:00
"autocfg",
2021-04-15 06:44:16 +02:00
"scopeguard",
]
[[package]]
name = "log"
version = "0.4.17"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2021-04-15 06:44:16 +02:00
dependencies = [
"cfg-if",
]
[[package]]
name = "matches"
2021-09-06 21:02:52 +02:00
version = "0.1.9"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-06 21:02:52 +02:00
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
2021-04-15 06:44:16 +02:00
[[package]]
name = "memchr"
version = "2.5.0"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2021-04-15 06:44:16 +02:00
[[package]]
name = "mime"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
[[package]]
name = "mime_guess"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
dependencies = [
"mime",
"unicase",
]
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2021-04-15 06:44:16 +02:00
[[package]]
name = "mio"
version = "0.8.3"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "713d550d9b44d89174e066b7a6217ae06234c10cb47819a88290d2b353c31799"
2021-04-15 06:44:16 +02:00
dependencies = [
"libc",
"log",
"wasi",
"windows-sys",
2021-04-15 06:44:16 +02:00
]
[[package]]
name = "nom"
2022-03-26 21:09:24 +01:00
version = "7.1.1"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-26 21:09:24 +01:00
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
2021-04-15 06:44:16 +02:00
dependencies = [
"memchr",
"minimal-lexical",
2021-04-15 06:44:16 +02:00
]
[[package]]
name = "num_cpus"
version = "1.13.1"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
2021-04-15 06:44:16 +02:00
dependencies = [
"hermit-abi",
"libc",
]
[[package]]
name = "num_threads"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
dependencies = [
"libc",
]
2021-04-15 06:44:16 +02:00
[[package]]
name = "once_cell"
2022-05-29 04:55:13 +02:00
version = "1.12.0"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-29 04:55:13 +02:00
checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"
2021-04-15 06:44:16 +02:00
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
2021-04-15 06:44:16 +02:00
[[package]]
name = "openssl-probe"
version = "0.1.5"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2021-04-15 06:44:16 +02:00
2022-01-06 01:39:56 +01:00
[[package]]
name = "os_str_bytes"
2022-05-29 04:55:13 +02:00
version = "6.1.0"
2022-01-06 01:39:56 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-29 04:55:13 +02:00
checksum = "21326818e99cfe6ce1e524c2a805c189a99b5ae555a35d19f9a284b427d86afa"
2022-01-06 01:39:56 +01:00
2021-04-15 06:44:16 +02:00
[[package]]
name = "parking"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
[[package]]
name = "parking_lot"
version = "0.12.0"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"
2021-04-15 06:44:16 +02:00
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.9.3"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
2021-04-15 06:44:16 +02:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
"windows-sys",
2021-04-15 06:44:16 +02:00
]
[[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"
version = "0.2.9"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
2021-04-15 06:44:16 +02: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"
2022-05-21 04:20:44 +02:00
version = "1.0.39"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-21 04:20:44 +02:00
checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"
2021-04-15 06:44:16 +02:00
dependencies = [
2022-05-21 04:20:44 +02:00
"unicode-ident",
2021-04-15 06:44:16 +02:00
]
[[package]]
name = "quote"
version = "1.0.18"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
2021-04-15 06:44:16 +02:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "redox_syscall"
2022-04-03 06:24:20 +02:00
version = "0.2.13"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-03 06:24:20 +02:00
checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
2021-04-15 06:44:16 +02:00
dependencies = [
"bitflags",
]
[[package]]
name = "regex"
2022-05-21 04:20:44 +02:00
version = "1.5.6"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-21 04:20:44 +02:00
checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"
2021-04-15 06:44:16 +02:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2022-05-21 04:20:44 +02:00
version = "0.6.26"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-21 04:20:44 +02:00
checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"
2021-04-15 06:44:16 +02: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 06:27:55 +02:00
version = "0.3.1"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-26 06:27:55 +02:00
checksum = "afab94fb28594581f62d981211a9a4d53cc8130bbcbbb89a0440d9b8e81a7746"
2021-04-15 06:44:16 +02:00
[[package]]
name = "rust-embed"
version = "6.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a17e5ac65b318f397182ae94e532da0ba56b88dd1200b774715d36c4943b1c3"
dependencies = [
"rust-embed-impl",
"rust-embed-utils",
"walkdir",
]
[[package]]
name = "rust-embed-impl"
version = "6.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94e763e24ba2bf0c72bc6be883f967f794a019fafd1b86ba1daff9c91a7edd30"
dependencies = [
"proc-macro2",
"quote",
"rust-embed-utils",
"syn",
"walkdir",
]
[[package]]
name = "rust-embed-utils"
version = "7.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "756feca3afcbb1487a1d01f4ecd94cf8ec98ea074c55a69e7136d29fb6166029"
dependencies = [
"sha2",
"walkdir",
]
2021-04-15 06:44:16 +02:00
[[package]]
name = "rustls"
2022-05-21 04:20:44 +02:00
version = "0.20.6"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-21 04:20:44 +02:00
checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"
2021-04-15 06:44:16 +02:00
dependencies = [
"log",
"ring",
"sct",
"webpki",
]
[[package]]
name = "rustls-native-certs"
version = "0.6.2"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"
2021-04-15 06:44:16 +02:00
dependencies = [
"openssl-probe",
"rustls-pemfile",
2021-04-15 06:44:16 +02:00
"schannel",
"security-framework",
]
[[package]]
name = "rustls-pemfile"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"
dependencies = [
"base64",
]
2021-04-15 06:44:16 +02:00
[[package]]
name = "ryu"
2022-05-21 04:20:44 +02:00
version = "1.0.10"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-21 04:20:44 +02:00
checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
2021-04-15 06:44:16 +02:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2021-04-15 06:44:16 +02:00
[[package]]
name = "schannel"
2022-05-21 04:20:44 +02:00
version = "0.1.20"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-21 04:20:44 +02:00
checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
2021-04-15 06:44:16 +02:00
dependencies = [
"lazy_static",
2022-05-21 04:20:44 +02:00
"windows-sys",
2021-04-15 06:44:16 +02:00
]
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "sct"
version = "0.7.0"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
2021-04-15 06:44:16 +02:00
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "security-framework"
version = "2.6.1"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"
2021-04-15 06:44:16 +02:00
dependencies = [
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
version = "2.6.1"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
2021-04-15 06:44:16 +02:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "serde"
version = "1.0.137"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"
2021-04-15 06:44:16 +02:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.137"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"
2021-04-15 06:44:16 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
version = "1.0.81"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"
2021-04-15 06:44:16 +02:00
dependencies = [
"itoa",
2021-04-15 06:44:16 +02:00
"ryu",
"serde",
]
[[package]]
name = "sha2"
version = "0.9.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
dependencies = [
"block-buffer",
"cfg-if",
"cpufeatures",
"digest",
"opaque-debug",
]
2021-04-15 06:44:16 +02:00
[[package]]
name = "signal-hook-registry"
version = "1.4.0"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
2021-04-15 06:44:16 +02:00
dependencies = [
"libc",
]
[[package]]
name = "slab"
2022-04-03 06:24:20 +02:00
version = "0.4.6"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-03 06:24:20 +02:00
checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
2021-04-15 06:44:16 +02:00
[[package]]
name = "smallvec"
version = "1.8.0"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
2021-04-15 06:44:16 +02:00
[[package]]
name = "socket2"
version = "0.4.4"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
2021-04-15 06:44:16 +02: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 06:27:55 +02:00
version = "0.10.0"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-26 06:27:55 +02:00
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2021-04-15 06:44:16 +02:00
[[package]]
name = "syn"
2022-05-21 04:20:44 +02:00
version = "1.0.95"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-21 04:20:44 +02:00
checksum = "fbaf6116ab8924f39d52792136fb74fd60a80194cf1b1c6ffa6453eef1c3f942"
2021-04-15 06:44:16 +02:00
dependencies = [
"proc-macro2",
"quote",
2022-05-21 04:20:44 +02:00
"unicode-ident",
2021-04-15 06:44:16 +02:00
]
[[package]]
name = "textwrap"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
[[package]]
name = "thiserror"
version = "1.0.31"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2021-04-15 06:44:16 +02:00
[[package]]
name = "time"
2022-03-26 21:09:24 +01:00
version = "0.3.9"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-26 21:09:24 +01:00
checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"
2021-04-15 06:44:16 +02:00
dependencies = [
"itoa",
2021-04-15 06:44:16 +02:00
"libc",
"num_threads",
2021-04-15 06:44:16 +02:00
"time-macros",
]
[[package]]
name = "time-macros"
2022-03-26 21:09:24 +01:00
version = "0.2.4"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-26 21:09:24 +01:00
checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"
2021-04-15 06:44:16 +02:00
[[package]]
name = "tinyvec"
version = "1.6.0"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2021-04-15 06:44:16 +02: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"
version = "1.18.2"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395"
2021-04-15 06:44:16 +02:00
dependencies = [
"bytes",
"libc",
"memchr",
"mio",
"num_cpus",
"once_cell",
"parking_lot",
"pin-project-lite",
"signal-hook-registry",
"socket2",
2021-04-15 06:44:16 +02:00
"tokio-macros",
"winapi",
]
[[package]]
name = "tokio-macros"
version = "1.7.0"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"
2021-04-15 06:44:16 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tokio-rustls"
version = "0.23.4"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
2021-04-15 06:44:16 +02:00
dependencies = [
"rustls",
"tokio",
"webpki",
]
[[package]]
name = "tokio-util"
version = "0.7.2"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c"
2021-04-15 06:44:16 +02:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
2022-04-03 06:24:20 +02:00
"tracing",
2021-04-15 06:44:16 +02:00
]
[[package]]
name = "tower-service"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
[[package]]
name = "tracing"
version = "0.1.34"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"
2021-04-15 06:44:16 +02:00
dependencies = [
"cfg-if",
"pin-project-lite",
2022-04-03 06:24:20 +02:00
"tracing-attributes",
2021-04-15 06:44:16 +02:00
"tracing-core",
]
2022-04-03 06:24:20 +02:00
[[package]]
name = "tracing-attributes"
version = "0.1.21"
2022-04-03 06:24:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c"
2022-04-03 06:24:20 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2021-04-15 06:44:16 +02:00
[[package]]
name = "tracing-core"
version = "0.1.26"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"
2021-04-15 06:44:16 +02: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 = "typenum"
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
[[package]]
name = "unicase"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
"version_check",
]
2021-04-15 06:44:16 +02:00
[[package]]
name = "unicode-bidi"
version = "0.3.8"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
2021-04-15 06:44:16 +02:00
2022-05-21 04:20:44 +02:00
[[package]]
name = "unicode-ident"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee"
2021-04-15 06:44:16 +02:00
[[package]]
name = "unicode-normalization"
version = "0.1.19"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
2021-04-15 06:44:16 +02:00
dependencies = [
"tinyvec",
]
[[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 07:09:47 +02:00
version = "2.2.2"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-09 07:09:47 +02:00
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
2021-04-15 06:44:16 +02:00
dependencies = [
"form_urlencoded",
"idna",
"matches",
"percent-encoding",
]
[[package]]
name = "version_check"
2021-12-31 19:42:44 +01:00
version = "0.9.4"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-31 19:42:44 +01:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2021-04-15 06:44:16 +02:00
[[package]]
name = "waker-fn"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
[[package]]
name = "walkdir"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
dependencies = [
"same-file",
"winapi",
"winapi-util",
]
2021-04-15 06:44:16 +02:00
[[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 = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2021-04-15 06:44:16 +02:00
[[package]]
name = "wasm-bindgen"
version = "0.2.80"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"
2021-04-15 06:44:16 +02:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.80"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"
2021-04-15 06:44:16 +02:00
dependencies = [
"bumpalo",
"lazy_static",
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.80"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"
2021-04-15 06:44:16 +02:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.80"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"
2021-04-15 06:44:16 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.80"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"
2021-04-15 06:44:16 +02:00
[[package]]
name = "web-sys"
version = "0.3.57"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"
2021-04-15 06:44:16 +02:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki"
version = "0.22.0"
2021-04-15 06:44:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
2021-04-15 06:44:16 +02: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-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
]
2021-04-15 06:44:16 +02: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 = [
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_msvc",
]
[[package]]
name = "windows_aarch64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
[[package]]
name = "windows_i686_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
[[package]]
name = "windows_i686_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
[[package]]
name = "windows_x86_64_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
[[package]]
name = "windows_x86_64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"