2021-05-01 12:39:40 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-12-20 17:42:30 +01:00
|
|
|
version = 3
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "actix-codec"
|
2022-03-01 00:53:47 +01:00
|
|
|
version = "0.5.0"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "57a7559404a7f3573127aab53c08ce37a6c6a315c374a31070f3c91cd1b4a7fe"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2022-03-01 00:53:47 +01:00
|
|
|
"bytes",
|
2021-05-01 12:39:40 +02:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"log",
|
2022-03-01 00:53:47 +01:00
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
2021-05-01 12:39:40 +02:00
|
|
|
"tokio",
|
2022-03-01 00:53:47 +01:00
|
|
|
"tokio-util 0.7.0",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
2021-05-02 12:32:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "actix-files"
|
2022-03-01 00:53:47 +01:00
|
|
|
version = "0.6.0"
|
2021-05-02 12:32:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "d81bde9a79336aa51ebed236e91fc1a0528ff67cfdf4f68ca4c61ede9fd26fb5"
|
2021-05-02 12:32:13 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"actix-http",
|
2021-05-02 12:32:13 +02:00
|
|
|
"actix-service",
|
2022-03-01 00:53:47 +01:00
|
|
|
"actix-utils",
|
2021-05-02 12:32:13 +02:00
|
|
|
"actix-web",
|
2022-03-01 00:53:47 +01:00
|
|
|
"askama_escape",
|
2021-05-02 12:32:13 +02:00
|
|
|
"bitflags",
|
2022-03-01 00:53:47 +01:00
|
|
|
"bytes",
|
2021-05-02 12:32:13 +02:00
|
|
|
"derive_more",
|
|
|
|
"futures-core",
|
2022-03-01 00:53:47 +01:00
|
|
|
"http-range",
|
2021-05-02 12:32:13 +02:00
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
|
|
|
"percent-encoding",
|
2022-03-01 00:53:47 +01:00
|
|
|
"pin-project-lite",
|
2021-05-02 12:32:13 +02:00
|
|
|
]
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "actix-http"
|
2022-03-01 00:53:47 +01:00
|
|
|
version = "3.0.0"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "0f3fdd63b9cfeaf92eeeece719dabbddddb420a57d3fd171ce1490ecfb7086b1"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"actix-codec",
|
|
|
|
"actix-rt",
|
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
2022-03-01 00:53:47 +01:00
|
|
|
"ahash",
|
2021-05-01 12:39:40 +02:00
|
|
|
"base64",
|
|
|
|
"bitflags",
|
2022-03-01 00:53:47 +01:00
|
|
|
"brotli",
|
|
|
|
"bytes",
|
|
|
|
"bytestring",
|
2021-05-01 12:39:40 +02:00
|
|
|
"derive_more",
|
|
|
|
"encoding_rs",
|
|
|
|
"flate2",
|
|
|
|
"futures-core",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"httparse",
|
2022-03-01 00:53:47 +01:00
|
|
|
"httpdate",
|
|
|
|
"itoa 1.0.1",
|
2021-05-01 12:39:40 +02:00
|
|
|
"language-tags",
|
2022-03-01 00:53:47 +01:00
|
|
|
"local-channel",
|
2021-05-01 12:39:40 +02:00
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
2022-03-01 00:53:47 +01:00
|
|
|
"pin-project-lite",
|
|
|
|
"rand",
|
2021-05-01 12:39:40 +02:00
|
|
|
"sha-1",
|
2022-03-01 00:53:47 +01:00
|
|
|
"smallvec",
|
|
|
|
"zstd",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-macros"
|
2022-03-01 00:53:47 +01:00
|
|
|
version = "0.2.3"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "465a6172cf69b960917811022d8f29bc0b7fa1398bc4f78b3c466673db1213b6"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-router"
|
2022-03-01 00:53:47 +01:00
|
|
|
version = "0.5.0"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "eb60846b52c118f2f04a56cc90880a274271c489b2498623d58176f8ca21fa80"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"bytestring",
|
2022-03-01 00:53:47 +01:00
|
|
|
"firestorm",
|
2021-05-01 12:39:40 +02:00
|
|
|
"http",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-rt"
|
2022-03-01 00:53:47 +01:00
|
|
|
version = "2.6.0"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "cdf3f2183be1241ed4dd22611850b85d38de0b08a09f1f7bcccbd0809084b359"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"futures-core",
|
2021-05-01 12:39:40 +02:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-server"
|
2022-03-01 00:53:47 +01:00
|
|
|
version = "2.0.0"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "d9e7472ac180abb0a8e592b653744345983a7a14f44691c8394a799d0df4dbbf"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"actix-rt",
|
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
2022-03-01 00:53:47 +01:00
|
|
|
"futures-core",
|
2021-05-01 12:39:40 +02:00
|
|
|
"futures-util",
|
|
|
|
"log",
|
2022-03-01 00:53:47 +01:00
|
|
|
"mio 0.8.0",
|
2021-05-01 12:39:40 +02:00
|
|
|
"num_cpus",
|
|
|
|
"socket2",
|
2022-03-01 00:53:47 +01:00
|
|
|
"tokio",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-service"
|
2022-03-01 00:53:47 +01:00
|
|
|
version = "2.0.2"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"futures-core",
|
|
|
|
"paste",
|
|
|
|
"pin-project-lite",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-utils"
|
2022-03-01 00:53:47 +01:00
|
|
|
version = "3.0.0"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "e491cbaac2e7fc788dfff99ff48ef317e23b3cf63dbaf7aaab6418f40f92aa94"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"local-waker",
|
|
|
|
"pin-project-lite",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-web"
|
2022-03-01 00:53:47 +01:00
|
|
|
version = "4.0.1"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "f4e5ebffd51d50df56a3ae0de0e59487340ca456f05dd0b90c0a7a6dd6a74d31"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"actix-codec",
|
|
|
|
"actix-http",
|
|
|
|
"actix-macros",
|
|
|
|
"actix-router",
|
|
|
|
"actix-rt",
|
|
|
|
"actix-server",
|
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
|
|
|
"actix-web-codegen",
|
2022-03-01 00:53:47 +01:00
|
|
|
"ahash",
|
|
|
|
"bytes",
|
|
|
|
"bytestring",
|
|
|
|
"cfg-if",
|
|
|
|
"cookie",
|
2021-05-01 12:39:40 +02:00
|
|
|
"derive_more",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2022-03-01 00:53:47 +01:00
|
|
|
"itoa 1.0.1",
|
|
|
|
"language-tags",
|
2021-05-01 12:39:40 +02:00
|
|
|
"log",
|
|
|
|
"mime",
|
2022-03-01 00:53:47 +01:00
|
|
|
"once_cell",
|
|
|
|
"pin-project-lite",
|
2021-05-01 12:39:40 +02:00
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2022-03-01 00:53:47 +01:00
|
|
|
"smallvec",
|
2021-05-01 12:39:40 +02:00
|
|
|
"socket2",
|
|
|
|
"time",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-web-codegen"
|
2022-03-01 00:53:47 +01:00
|
|
|
version = "4.0.0"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "7525bedf54704abb1d469e88d7e7e9226df73778798a69cea5022d53b2ae91bc"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"actix-router",
|
2021-05-01 12:39:40 +02:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
|
|
|
[[package]]
|
2022-03-01 00:53:47 +01:00
|
|
|
name = "ahash"
|
|
|
|
version = "0.7.6"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-03-01 00:53:47 +01:00
|
|
|
name = "aho-corasick"
|
|
|
|
version = "0.7.18"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"memchr",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-03-01 00:53:47 +01:00
|
|
|
name = "alloc-no-stdlib"
|
|
|
|
version = "2.0.3"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "35ef4730490ad1c4eae5c4325b2a95f521d023e5c885853ff7aca0a6a1631db3"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
2022-03-01 00:53:47 +01:00
|
|
|
name = "alloc-stdlib"
|
|
|
|
version = "0.2.1"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "697ed7edc0f1711de49ce108c541623a0af97c6c60b2f6e2b65229847ac843c2"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"alloc-no-stdlib",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-03-01 00:53:47 +01:00
|
|
|
name = "askama_escape"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.0.1"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
2021-05-01 12:39:40 +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-12-20 17:42:30 +01:00
|
|
|
version = "1.3.2"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2022-03-01 00:53:47 +01:00
|
|
|
version = "0.10.2"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-03-01 00:53:47 +01:00
|
|
|
name = "brotli"
|
|
|
|
version = "3.3.3"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "f838e47a451d5a8fa552371f80024dd6ace9b7acdf25c4c3d0f9bc6816fb1c39"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
"brotli-decompressor",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-03-01 00:53:47 +01:00
|
|
|
name = "brotli-decompressor"
|
|
|
|
version = "2.3.2"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "59ad2d4653bf5ca36ae797b1f4bb4dbddb60ce49ca4aed8a2ce4829f60425b80"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bs62"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "0.1.4"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "afdf0f7a8a430954ae6cba49be4af8fa3a4bee15d9210aa8a82aee6abca531bd"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"num-bigint",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "3.8.0"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "8f1e260c3a9040a7c19a12468758f4c16f31a81a1fe087482be9570ec864bb6c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byte-unit"
|
|
|
|
version = "4.0.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "956ffc5b0ec7d7a6949e3f21fd63ba5af4cffdc2ba1e0b7bf62b481458c4ae7f"
|
|
|
|
dependencies = [
|
|
|
|
"utf8-width",
|
|
|
|
]
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "1.1.0"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytestring"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90706ba19e97b90786e19dc0d5e2abd80008d99d4c0c5d1ad0b5e72cec7c494d"
|
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"bytes",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "1.0.72"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
|
2022-03-01 00:53:47 +01:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
]
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cookie"
|
2022-03-01 00:53:47 +01:00
|
|
|
version = "0.16.0"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "94d4706de1b0fa5b132270cddffa8585166037822e260a944fe161acd137ca05"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
"time",
|
2022-03-01 00:53:47 +01:00
|
|
|
"version_check",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-12-20 17:42:30 +01:00
|
|
|
name = "cpufeatures"
|
|
|
|
version = "0.2.1"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "1.3.0"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "738c290dfaea84fc1ca15ad9c168d083b05a714e1efddd8edaab678dc28d2836"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"cfg-if",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cryptgeon"
|
2022-01-16 14:04:49 +01:00
|
|
|
version = "1.4.0"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2021-05-02 12:32:13 +02:00
|
|
|
"actix-files",
|
2021-05-01 12:39:40 +02:00
|
|
|
"actix-web",
|
|
|
|
"bs62",
|
2021-12-20 17:42:30 +01:00
|
|
|
"byte-unit",
|
2021-12-21 00:15:04 +01:00
|
|
|
"dotenv",
|
2021-05-01 12:39:40 +02:00
|
|
|
"lazy_static",
|
2021-05-02 03:07:08 +02:00
|
|
|
"memcache",
|
2021-12-22 13:10:08 +01:00
|
|
|
"mime",
|
2021-05-01 12:39:40 +02:00
|
|
|
"ring",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2022-03-01 00:53:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "0.99.17"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"convert_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-03-01 00:53:47 +01:00
|
|
|
"rustc_version",
|
2021-05-01 12:39:40 +02:00
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2022-03-01 00:53:47 +01:00
|
|
|
version = "0.10.3"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
2021-12-21 00:15:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "dotenv"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "0.8.30"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "7896dc8abb250ffdda33912550faa54c88ec8b998dec0b2c55ab224921ce11df"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"cfg-if",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
2021-05-02 03:07:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "enum_dispatch"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "0.3.7"
|
2021-05-02 03:07:08 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "bd53b3fde38a39a06b2e66dc282f3e86191e53bd04cc499929c15742beae3df8"
|
2021-05-02 03:07:08 +02:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-03-01 00:53:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "firestorm"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4d3d6188b8804df28032815ea256b6955c9625c24da7525f387a7af02fbb8f01"
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "1.0.22"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"cfg-if",
|
2021-05-01 12:39:40 +02:00
|
|
|
"crc32fast",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2021-05-02 03:07:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
dependencies = [
|
|
|
|
"foreign-types-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[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-core"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "0.3.19"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "0.3.19"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "0.3.19"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "0.3.19"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
2022-03-01 00:53:47 +01:00
|
|
|
"pin-project-lite",
|
2021-05-01 12:39:40 +02:00
|
|
|
"pin-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.14.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
2022-03-01 00:53:47 +01:00
|
|
|
"version_check",
|
2021-12-20 17:42:30 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
|
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"cfg-if",
|
2021-12-20 17:42:30 +01:00
|
|
|
"libc",
|
2022-03-01 00:53:47 +01:00
|
|
|
"wasi",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2022-03-01 00:53:47 +01:00
|
|
|
version = "0.3.11"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "d9f1f717ddc7b2ba36df7e871fd88db79326551d3d6f1fc406fbfd28b582ff8e"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"bytes",
|
2021-05-01 12:39:40 +02:00
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
2022-03-01 00:53:47 +01:00
|
|
|
"tokio-util 0.6.9",
|
2021-05-01 12:39:40 +02:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "0.11.2"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "0.1.19"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2022-01-02 23:46:08 +01:00
|
|
|
version = "0.2.6"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-02 23:46:08 +01:00
|
|
|
checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"bytes",
|
2021-05-01 12:39:40 +02:00
|
|
|
"fnv",
|
2022-01-02 23:46:08 +01:00
|
|
|
"itoa 1.0.1",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
2022-03-01 00:53:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "http-range"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573"
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "1.5.1"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
2022-03-01 00:53:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "1.7.0"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "0.1.12"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"cfg-if",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "0.4.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
|
|
|
version = "1.0.1"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
2022-03-01 00:53:47 +01:00
|
|
|
name = "jobserver"
|
|
|
|
version = "0.1.24"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"libc",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-03-01 00:53:47 +01:00
|
|
|
name = "js-sys"
|
|
|
|
version = "0.3.55"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "7cc9ffccd38c451a86bf13657df244e9c3f37493cce8e5e21e940963777acc84"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"wasm-bindgen",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "language-tags"
|
2022-03-01 00:53:47 +01:00
|
|
|
version = "0.3.2"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-03-01 00:53:47 +01:00
|
|
|
version = "0.2.119"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "local-channel"
|
|
|
|
version = "0.1.2"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "6246c68cf195087205a0512559c97e15eaf95198bf0e206d662092cdcb03fe9f"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"local-waker",
|
|
|
|
]
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
2022-03-01 00:53:47 +01:00
|
|
|
name = "local-waker"
|
|
|
|
version = "0.1.2"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "902eb695eb0591864543cbfbf6d742510642a605a61fc5e97fe6ceb5a30ac4fb"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "0.4.5"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
|
|
|
version = "0.4.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"cfg-if",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "0.1.9"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
2021-05-02 03:07:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "memcache"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "0.16.0"
|
2021-05-02 03:07:08 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "757b4de02817c63ff4efc98a282b305977a7468b2bdf2085c140cdab1604fa61"
|
2021-05-02 03:07:08 +02:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"enum_dispatch",
|
|
|
|
"openssl",
|
|
|
|
"r2d2",
|
2022-03-01 00:53:47 +01:00
|
|
|
"rand",
|
2021-05-02 03:07:08 +02:00
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "2.4.1"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
|
|
|
2021-05-02 12:32:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
|
|
|
version = "2.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
|
|
|
|
dependencies = [
|
|
|
|
"mime",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
|
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2022-03-01 00:53:47 +01:00
|
|
|
version = "0.7.14"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"miow",
|
2022-03-01 00:53:47 +01:00
|
|
|
"ntapi",
|
|
|
|
"winapi",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-03-01 00:53:47 +01:00
|
|
|
name = "mio"
|
|
|
|
version = "0.8.0"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "ba272f85fa0b41fc91872be579b3bbe0f56b792aa361a380eb669469f68dafb2"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-03-01 00:53:47 +01:00
|
|
|
"log",
|
|
|
|
"miow",
|
|
|
|
"ntapi",
|
|
|
|
"winapi",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2022-03-01 00:53:47 +01:00
|
|
|
version = "0.3.7"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"winapi",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
2021-05-02 12:32:13 +02:00
|
|
|
[[package]]
|
2022-03-01 00:53:47 +01:00
|
|
|
name = "ntapi"
|
|
|
|
version = "0.3.7"
|
2021-05-02 12:32:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
|
2021-05-02 12:32:13 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"winapi",
|
2021-05-02 12:32:13 +02:00
|
|
|
]
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "0.4.3"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.44"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2022-01-02 23:46:08 +01:00
|
|
|
version = "1.13.1"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-02 23:46:08 +01:00
|
|
|
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-03-01 00:53:47 +01:00
|
|
|
name = "num_threads"
|
|
|
|
version = "0.1.3"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "97ba99ba6393e2c3734791401b66902d981cb03bf190af674ca69949b6d5fb15"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
2022-03-01 00:53:47 +01:00
|
|
|
name = "once_cell"
|
|
|
|
version = "1.9.0"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
2021-05-02 03:07:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "0.10.38"
|
2021-05-02 03:07:08 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95"
|
2021-05-02 03:07:08 +02:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2022-03-01 00:53:47 +01:00
|
|
|
"cfg-if",
|
2021-05-02 03:07:08 +02:00
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"openssl-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "0.9.72"
|
2021-05-02 03:07:08 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb"
|
2021-05-02 03:07:08 +02:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "0.11.2"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"instant",
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-03-01 00:53:47 +01:00
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.8.5"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"cfg-if",
|
|
|
|
"instant",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
|
|
|
"winapi",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-03-01 00:53:47 +01:00
|
|
|
name = "paste"
|
|
|
|
version = "1.0.6"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "0744126afe1a6dd7f394cb50a716dbe086cb06e255e53d8d0185d82828358fb5"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
2022-03-01 00:53:47 +01:00
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2022-01-02 23:46:08 +01:00
|
|
|
version = "0.2.8"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-02 23:46:08 +01:00
|
|
|
checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2021-05-02 03:07:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "0.3.24"
|
2021-05-02 03:07:08 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"
|
2021-05-02 03:07:08 +02:00
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2022-01-02 23:46:08 +01:00
|
|
|
version = "0.2.16"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-02 23:46:08 +01:00
|
|
|
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-01-02 23:46:08 +01:00
|
|
|
version = "1.0.36"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-02 23:46:08 +01:00
|
|
|
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-01-02 23:46:08 +01:00
|
|
|
version = "1.0.14"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-02 23:46:08 +01:00
|
|
|
checksum = "47aa80447ce4daf1717500037052af176af5d38cc3e571d9ec1c7353fc10c87d"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2021-05-02 03:07:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "r2d2"
|
|
|
|
version = "0.8.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "545c5bc2b880973c9c10e4067418407a0ccaa3091781d1671d46eb35107cb26f"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"parking_lot",
|
|
|
|
"scheduled-thread-pool",
|
|
|
|
]
|
|
|
|
|
2021-12-20 17:42:30 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
|
|
|
|
dependencies = [
|
2021-05-01 12:39:40 +02:00
|
|
|
"libc",
|
2022-03-01 00:53:47 +01:00
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
"rand_hc",
|
2021-12-20 17:42:30 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2022-03-01 00:53:47 +01:00
|
|
|
"rand_core",
|
2021-12-20 17:42:30 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"getrandom",
|
2021-12-20 17:42:30 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
|
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"rand_core",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "0.2.10"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "1.5.4"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "0.6.25"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
2021-05-01 12:39:40 +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",
|
2022-03-01 00:53:47 +01:00
|
|
|
"winapi",
|
2021-12-20 17:42:30 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"semver",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "1.0.9"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
2021-05-02 03:07:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "scheduled-thread-pool"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc6f74fd1204073fa02d5d5d68bec8021be4c38690b61264b2fdb48083d0e7d7"
|
|
|
|
dependencies = [
|
|
|
|
"parking_lot",
|
|
|
|
]
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
2021-12-20 17:42:30 +01:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012"
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-01-02 23:46:08 +01:00
|
|
|
version = "1.0.133"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-02 23:46:08 +01:00
|
|
|
checksum = "97565067517b60e2d1ea8b268e59ce036de907ac523ad83a0475da04e818989a"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2022-01-02 23:46:08 +01:00
|
|
|
version = "1.0.133"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-02 23:46:08 +01:00
|
|
|
checksum = "ed201699328568d8d08208fdd080e3ff594e6c422e438b6705905da01005d537"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2022-01-02 23:46:08 +01:00
|
|
|
version = "1.0.74"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-02 23:46:08 +01:00
|
|
|
checksum = "ee2bb9cd061c5865d345bb02ca49fcef1391741b672b54a0bf7b679badec3142"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2021-12-20 17:42:30 +01:00
|
|
|
"itoa 1.0.1",
|
2021-05-01 12:39:40 +02:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
|
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
2021-12-20 17:42:30 +01:00
|
|
|
"itoa 0.4.8",
|
2021-05-01 12:39:40 +02:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha-1"
|
2022-03-01 00:53:47 +01:00
|
|
|
version = "0.10.0"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"cfg-if",
|
2021-12-20 17:42:30 +01:00
|
|
|
"cpufeatures",
|
2021-05-01 12:39:40 +02:00
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "1.4.0"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "0.4.5"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "1.7.0"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2022-03-01 00:53:47 +01:00
|
|
|
version = "0.4.4"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-03-01 00:53:47 +01:00
|
|
|
"winapi",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-01-02 23:46:08 +01:00
|
|
|
version = "1.0.84"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-02 23:46:08 +01:00
|
|
|
checksum = "ecb2e6da8ee5eb9a61068762a32fa9619cc591ceb055b3687f4cd4051ec2e06b"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2022-03-01 00:53:47 +01:00
|
|
|
version = "0.3.7"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "004cbc98f30fa233c61a38bc77e96a9106e65c88f2d3bef182ae952027e5753d"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"itoa 1.0.1",
|
2021-05-01 12:39:40 +02:00
|
|
|
"libc",
|
2022-03-01 00:53:47 +01:00
|
|
|
"num_threads",
|
2021-05-01 12:39:40 +02:00
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2022-03-01 00:53:47 +01:00
|
|
|
version = "0.2.3"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "25eb0ca3468fc0acc11828786797f6ef9aa1555e4a211a60d64cc8e4d1be47d6"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "1.5.1"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
|
2021-05-01 12:39:40 +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"
|
2022-03-01 00:53:47 +01:00
|
|
|
version = "1.16.1"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "0c27a64b625de6d309e8c57716ba93021dccf1b3b5c97edd6d3dd2d2135afc0a"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"bytes",
|
2021-05-01 12:39:40 +02:00
|
|
|
"libc",
|
|
|
|
"memchr",
|
2022-03-01 00:53:47 +01:00
|
|
|
"mio 0.7.14",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
|
|
|
"pin-project-lite",
|
2021-05-01 12:39:40 +02:00
|
|
|
"signal-hook-registry",
|
2022-03-01 00:53:47 +01:00
|
|
|
"winapi",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2022-03-01 00:53:47 +01:00
|
|
|
version = "0.6.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
|
|
|
version = "0.7.0"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "64910e1b9c1901aaf5375561e35b9c057d95ff41a44ede043a03e09279eabaf1"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"bytes",
|
2021-05-01 12:39:40 +02:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"log",
|
2022-03-01 00:53:47 +01:00
|
|
|
"pin-project-lite",
|
2021-05-01 12:39:40 +02:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "0.1.29"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"cfg-if",
|
|
|
|
"pin-project-lite",
|
2021-05-01 12:39:40 +02:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "0.1.21"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2022-01-02 23:46:08 +01:00
|
|
|
version = "1.15.0"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-02 23:46:08 +01:00
|
|
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
2021-05-02 12:32:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"version_check",
|
2021-05-02 12:32:13 +02:00
|
|
|
]
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "0.3.7"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "0.1.19"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "2.2.2"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2021-12-20 17:42:30 +01:00
|
|
|
[[package]]
|
|
|
|
name = "utf8-width"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7cf7d77f457ef8dfa11e4cd5933c5ddb5dc52a94664071951219a97710f0a32b"
|
|
|
|
|
2021-05-02 03:07:08 +02:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "0.2.15"
|
2021-05-02 03:07:08 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2021-05-02 03:07:08 +02:00
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-01-02 23:46:08 +01:00
|
|
|
version = "0.9.4"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-02 23:46:08 +01:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
2021-12-20 17:42:30 +01:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
|
|
|
|
2021-05-01 12:39:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "0.2.78"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"cfg-if",
|
2021-05-01 12:39:40 +02:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "0.2.78"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "a317bf8f9fba2476b4b2c85ef4c4af8ff39c3c7f0cdfeed4f82c34a880aa837b"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "0.2.78"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "d56146e7c495528bf6587663bea13a8eb588d39b36b679d83972e1a2dbbdacf9"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "0.2.78"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "0.2.78"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc"
|
2021-05-01 12:39:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2021-12-20 17:42:30 +01:00
|
|
|
version = "0.3.55"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 17:42:30 +01:00
|
|
|
checksum = "38eb105f1c59d9eaa6b5cdc92b859d85b926e82cb2e0945cd0c9259faa6fe9fb"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
|
|
|
|
[[package]]
|
2022-03-01 00:53:47 +01:00
|
|
|
name = "zstd"
|
|
|
|
version = "0.10.0+zstd.1.5.2"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "3b1365becbe415f3f0fcd024e2f7b45bacfb5bdd055f0dc113571394114e7bdd"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"zstd-safe",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-03-01 00:53:47 +01:00
|
|
|
name = "zstd-safe"
|
|
|
|
version = "4.1.4+zstd.1.5.2"
|
2021-05-01 12:39:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 00:53:47 +01:00
|
|
|
checksum = "2f7cd17c9af1a4d6c24beb1cc54b17e2ef7b593dc92f19e9d9acad8b182bbaee"
|
2021-05-01 12:39:40 +02:00
|
|
|
dependencies = [
|
2022-03-01 00:53:47 +01:00
|
|
|
"libc",
|
|
|
|
"zstd-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-sys"
|
|
|
|
version = "1.6.3+zstd.1.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fc49afa5c8d634e75761feda8c592051e7eeb4683ba827211eb0d731d3402ea8"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
2021-05-01 12:39:40 +02:00
|
|
|
]
|