libcachebust/Cargo.lock

1683 lines
41 KiB
Text
Raw Normal View History

2021-04-08 19:38:26 +05:30
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-04-08 22:00:41 +05:30
version = 3
2021-04-08 22:08:21 +05:30
[[package]]
2021-07-04 15:04:14 +05:30
name = "actix-codec"
2021-11-18 17:15:35 +05:30
version = "0.4.1"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-18 17:15:35 +05:30
checksum = "13895df506faee81e423febbae3a33b27fca71831b96bb3d60adf16ebcfea952"
2021-07-04 15:04:14 +05:30
dependencies = [
"bitflags",
"bytes",
"futures-core",
"futures-sink",
"log",
2021-11-18 17:15:35 +05:30
"memchr",
2021-07-04 15:04:14 +05:30
"pin-project-lite",
"tokio",
"tokio-util",
]
[[package]]
name = "actix-http"
2021-12-17 11:39:02 +05:30
version = "3.0.0-beta.15"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-17 11:39:02 +05:30
checksum = "a1ff7b149cc1b99967c22cb81c2c31f128ac88ed12bbf80c29c55a7511d46edb"
2021-07-04 15:04:14 +05:30
dependencies = [
"actix-codec",
"actix-rt",
"actix-service",
"actix-utils",
"ahash",
"base64",
"bitflags",
"brotli2",
"bytes",
"bytestring",
"derive_more",
"encoding_rs",
"flate2",
"futures-core",
"futures-util",
"h2",
"http",
"httparse",
2021-11-18 17:15:35 +05:30
"httpdate",
2021-12-17 11:39:02 +05:30
"itoa 0.4.8",
2021-07-04 15:04:14 +05:30
"language-tags",
"local-channel",
"log",
"mime",
"percent-encoding",
"pin-project",
"pin-project-lite",
"rand",
"sha-1",
"smallvec",
"zstd",
]
[[package]]
name = "actix-macros"
2021-11-18 17:15:35 +05:30
version = "0.2.3"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-18 17:15:35 +05:30
checksum = "465a6172cf69b960917811022d8f29bc0b7fa1398bc4f78b3c466673db1213b6"
2021-07-04 15:04:14 +05:30
dependencies = [
"quote",
"syn",
]
[[package]]
name = "actix-router"
2021-11-18 17:15:35 +05:30
version = "0.5.0-beta.2"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-18 17:15:35 +05:30
checksum = "36b95ce0d76d1aa2f98b681702807475ade0f99bd4552546a6843a966d42ea3d"
2021-07-04 15:04:14 +05:30
dependencies = [
"bytestring",
2021-11-18 17:15:35 +05:30
"firestorm",
2021-07-04 15:04:14 +05:30
"http",
"log",
"regex",
"serde",
]
[[package]]
name = "actix-rt"
2021-12-17 11:39:02 +05:30
version = "2.5.0"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-17 11:39:02 +05:30
checksum = "05c2f80ce8d0c990941c7a7a931f69fd0701b76d521f8d36298edf59cd3fbf1f"
2021-07-04 15:04:14 +05:30
dependencies = [
"actix-macros",
"futures-core",
"tokio",
]
[[package]]
name = "actix-server"
2021-12-17 11:39:02 +05:30
version = "2.0.0-rc.1"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-17 11:39:02 +05:30
checksum = "78c9b22794b8af1c2e02434873ef858f2a7db40dbbf861ce77a04cd81ac6b767"
2021-07-04 15:04:14 +05:30
dependencies = [
"actix-rt",
"actix-service",
"actix-utils",
"futures-core",
2021-11-18 17:15:35 +05:30
"futures-util",
2021-07-04 15:04:14 +05:30
"log",
2021-12-17 11:39:02 +05:30
"mio 0.8.0",
2021-07-04 15:04:14 +05:30
"num_cpus",
2021-11-18 17:15:35 +05:30
"socket2",
2021-07-04 15:04:14 +05:30
"tokio",
]
[[package]]
name = "actix-service"
2021-11-18 17:15:35 +05:30
version = "2.0.1"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-18 17:15:35 +05:30
checksum = "8d3dc6a618b082974a08d7a4781d24d4691cba51500059bfebe6656a61ebfe1e"
2021-07-04 15:04:14 +05:30
dependencies = [
"futures-core",
"paste",
"pin-project-lite",
]
[[package]]
name = "actix-utils"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e491cbaac2e7fc788dfff99ff48ef317e23b3cf63dbaf7aaab6418f40f92aa94"
dependencies = [
"local-waker",
"pin-project-lite",
]
[[package]]
name = "actix-web"
2021-04-08 22:08:21 +05:30
version = "0.1.0"
dependencies = [
2021-07-04 15:04:14 +05:30
"actix-rt",
2021-12-17 11:39:02 +05:30
"actix-web 4.0.0-beta.14",
2021-04-08 22:08:21 +05:30
"cache-buster",
2021-07-04 15:04:14 +05:30
"lazy_static",
"log",
"mime",
"mime_guess",
"pretty_env_logger",
"rust-embed",
]
[[package]]
name = "actix-web"
2021-12-17 11:39:02 +05:30
version = "4.0.0-beta.14"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-17 11:39:02 +05:30
checksum = "9387ea044357f12b606b8fad0652d3804ba498954f66ae5c677236cb0bd47db4"
2021-07-04 15:04:14 +05:30
dependencies = [
"actix-codec",
"actix-http",
"actix-macros",
"actix-router",
"actix-rt",
"actix-server",
"actix-service",
"actix-utils",
"actix-web-codegen",
"ahash",
"bytes",
"cfg-if",
"cookie",
"derive_more",
"either",
"encoding_rs",
"futures-core",
"futures-util",
2021-12-17 11:39:02 +05:30
"itoa 0.4.8",
2021-07-04 15:04:14 +05:30
"language-tags",
"log",
2021-04-08 22:08:21 +05:30
"mime",
2021-07-04 15:04:14 +05:30
"once_cell",
"paste",
2021-12-17 11:39:02 +05:30
"pin-project-lite",
2021-07-04 15:04:14 +05:30
"regex",
"serde",
"serde_json",
"serde_urlencoded",
"smallvec",
"socket2",
2021-11-18 17:15:35 +05:30
"time 0.3.5",
2021-07-04 15:04:14 +05:30
"url",
2021-04-08 22:08:21 +05:30
]
2021-07-04 15:04:14 +05:30
[[package]]
name = "actix-web-codegen"
2021-12-17 11:39:02 +05:30
version = "0.5.0-beta.6"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-17 11:39:02 +05:30
checksum = "30a90b7f6c2fde9a1fe3df4da758c2c3c9d620dfa3eae4da0b6925dc0a13444a"
2021-07-04 15:04:14 +05:30
dependencies = [
2021-11-18 17:15:35 +05:30
"actix-router",
2021-07-04 15:04:14 +05:30
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "ahash"
2021-11-18 17:15:35 +05:30
version = "0.7.6"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-18 17:15:35 +05:30
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
2021-07-04 15:04:14 +05:30
dependencies = [
"getrandom",
"once_cell",
"version_check",
]
[[package]]
name = "aho-corasick"
version = "0.7.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
dependencies = [
"memchr",
]
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi",
"libc",
"winapi",
]
[[package]]
name = "autocfg"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
[[package]]
name = "base-x"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"
[[package]]
name = "base64"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
[[package]]
name = "bitflags"
2021-08-30 18:17:25 +05:30
version = "1.3.2"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-30 18:17:25 +05:30
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2021-07-04 15:04:14 +05:30
2021-04-08 19:38:26 +05:30
[[package]]
name = "block-buffer"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
dependencies = [
2021-07-04 15:04:14 +05:30
"generic-array",
]
2021-12-17 11:47:22 +05:30
[[package]]
name = "block-buffer"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1d36a02058e76b040de25a4464ba1c80935655595b661505c8b39b664828b95"
dependencies = [
"generic-array",
]
2021-07-04 15:04:14 +05:30
[[package]]
name = "brotli-sys"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4445dea95f4c2b41cde57cc9fee236ae4dbae88d8fcbdb4750fc1bb5d86aaecd"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "brotli2"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0cb036c3eade309815c15ddbacec5b22c4d1f3983a774ab2eac2e3e9ea85568e"
dependencies = [
"brotli-sys",
"libc",
]
[[package]]
name = "bumpalo"
2021-11-18 17:15:35 +05:30
version = "3.8.0"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-18 17:15:35 +05:30
checksum = "8f1e260c3a9040a7c19a12468758f4c16f31a81a1fe087482be9570ec864bb6c"
2021-07-04 15:04:14 +05:30
[[package]]
name = "bytes"
2021-08-30 18:17:25 +05:30
version = "1.1.0"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-30 18:17:25 +05:30
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
2021-07-04 15:04:14 +05:30
[[package]]
name = "bytestring"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90706ba19e97b90786e19dc0d5e2abd80008d99d4c0c5d1ad0b5e72cec7c494d"
dependencies = [
"bytes",
]
[[package]]
name = "cache-buster"
version = "0.2.0"
dependencies = [
"data-encoding",
"derive_builder",
"mime",
"mime_guess",
"serde",
"serde_json",
2021-12-17 11:47:22 +05:30
"sha2 0.10.0",
2021-07-04 15:04:14 +05:30
"walkdir",
]
[[package]]
name = "cc"
2021-11-18 17:15:35 +05:30
version = "1.0.72"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-18 17:15:35 +05:30
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
2021-07-04 15:04:14 +05:30
dependencies = [
"jobserver",
]
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "const_fn"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f92cfa0fd5690b3cf8c1ef2cabbd9b7ef22fa53cf5e1f92b05103f6d5d1cf6e7"
[[package]]
name = "convert_case"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
[[package]]
name = "cookie"
2021-08-30 18:17:25 +05:30
version = "0.15.1"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-30 18:17:25 +05:30
checksum = "d5f1c7727e460397e56abc4bddc1d49e07a1ad78fc98eb2e1c8f032a58a2f80d"
2021-07-04 15:04:14 +05:30
dependencies = [
"percent-encoding",
2021-11-18 17:15:35 +05:30
"time 0.2.27",
2021-07-04 15:04:14 +05:30
"version_check",
]
[[package]]
name = "cpufeatures"
2021-08-30 18:17:25 +05:30
version = "0.2.1"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-30 18:17:25 +05:30
checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"
2021-07-04 15:04:14 +05:30
dependencies = [
"libc",
]
[[package]]
name = "crc32fast"
2021-12-17 11:39:02 +05:30
version = "1.3.0"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-17 11:39:02 +05:30
checksum = "738c290dfaea84fc1ca15ad9c168d083b05a714e1efddd8edaab678dc28d2836"
2021-07-04 15:04:14 +05:30
dependencies = [
"cfg-if",
]
2021-12-17 11:47:22 +05:30
[[package]]
name = "crypto-common"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "683d6b536309245c849479fba3da410962a43ed8e51c26b729208ec0ac2798d0"
dependencies = [
"generic-array",
]
2021-07-04 15:04:14 +05:30
[[package]]
name = "darling"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f2c43f534ea4b0b049015d00269734195e6d3f0f6635cb692251aca6f9f8b3c"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e91455b86830a1c21799d94524df0845183fa55bafd9aa137b01c7d1065fa36"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
"syn",
]
[[package]]
name = "darling_macro"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29b5acf0dea37a7f66f7b25d2c5e93fd46f8f6968b1a5d7a3e02e97768afc95a"
dependencies = [
"darling_core",
"quote",
"syn",
]
[[package]]
name = "data-encoding"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"
[[package]]
name = "derive_builder"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d13202debe11181040ae9063d739fa32cfcaaebe2275fe387703460ae2365b30"
dependencies = [
"derive_builder_macro",
]
[[package]]
name = "derive_builder_core"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66e616858f6187ed828df7c64a6d71720d83767a7f19740b2d1b6fe6327b36e5"
dependencies = [
"darling",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "derive_builder_macro"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58a94ace95092c5acb1e97a7e846b310cfbd499652f72297da7493f618a98d73"
dependencies = [
"derive_builder_core",
"syn",
]
[[package]]
name = "derive_more"
2021-12-17 11:39:02 +05:30
version = "0.99.17"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-17 11:39:02 +05:30
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
2021-07-04 15:04:14 +05:30
dependencies = [
"convert_case",
"proc-macro2",
"quote",
2021-12-17 11:39:02 +05:30
"rustc_version 0.4.0",
2021-07-04 15:04:14 +05:30
"syn",
]
[[package]]
name = "digest"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
"generic-array",
]
2021-12-17 11:47:22 +05:30
[[package]]
name = "digest"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b697d66081d42af4fba142d56918a3cb21dc8eb63372c6b85d14f44fb9c5979b"
dependencies = [
"block-buffer 0.10.0",
"crypto-common",
"generic-array",
]
2021-07-04 15:04:14 +05:30
[[package]]
name = "discard"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
[[package]]
name = "either"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
[[package]]
name = "encoding_rs"
2021-12-17 11:39:02 +05:30
version = "0.8.30"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-17 11:39:02 +05:30
checksum = "7896dc8abb250ffdda33912550faa54c88ec8b998dec0b2c55ab224921ce11df"
2021-07-04 15:04:14 +05:30
dependencies = [
"cfg-if",
]
[[package]]
name = "env_logger"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
dependencies = [
"atty",
"humantime",
"log",
"regex",
"termcolor",
]
2021-11-18 17:15:35 +05:30
[[package]]
name = "firestorm"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31586bda1b136406162e381a3185a506cdfc1631708dd40cba2f6628d8634499"
2021-07-04 15:04:14 +05:30
[[package]]
name = "flate2"
2021-11-18 17:15:35 +05:30
version = "1.0.22"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-18 17:15:35 +05:30
checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"
2021-07-04 15:04:14 +05:30
dependencies = [
"cfg-if",
"crc32fast",
"libc",
"miniz_oxide",
]
[[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-core"
2021-08-30 18:17:25 +05:30
version = "0.3.17"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-30 18:17:25 +05:30
checksum = "88d1c26957f23603395cd326b0ffe64124b818f4449552f960d815cfba83a53d"
2021-07-04 15:04:14 +05:30
[[package]]
name = "futures-sink"
2021-08-30 18:17:25 +05:30
version = "0.3.17"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-30 18:17:25 +05:30
checksum = "36ea153c13024fe480590b3e3d4cad89a0cfacecc24577b68f86c6ced9c2bc11"
2021-07-04 15:04:14 +05:30
[[package]]
name = "futures-task"
2021-08-30 18:17:25 +05:30
version = "0.3.17"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-30 18:17:25 +05:30
checksum = "1d3d00f4eddb73e498a54394f228cd55853bdf059259e8e7bc6e69d408892e99"
2021-07-04 15:04:14 +05:30
[[package]]
name = "futures-util"
2021-08-30 18:17:25 +05:30
version = "0.3.17"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-30 18:17:25 +05:30
checksum = "36568465210a3a6ee45e1f165136d68671471a501e632e9a98d96872222b5481"
2021-07-04 15:04:14 +05:30
dependencies = [
"autocfg",
"futures-core",
"futures-sink",
"futures-task",
"pin-project-lite",
"pin-utils",
]
[[package]]
name = "generic-array"
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
dependencies = [
"cfg-if",
"libc",
"wasi",
]
[[package]]
name = "h2"
2021-12-17 11:39:02 +05:30
version = "0.3.9"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-17 11:39:02 +05:30
checksum = "8f072413d126e57991455e0a922b31e4c8ba7c2ffbebf6b78b4f8521397d65cd"
2021-07-04 15:04:14 +05:30
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "hashbrown"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
[[package]]
name = "hermit-abi"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
[[package]]
name = "http"
2021-11-18 17:15:35 +05:30
version = "0.2.5"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-18 17:15:35 +05:30
checksum = "1323096b05d41827dadeaee54c9981958c0f94e670bc94ed80037d1a7b8b186b"
2021-07-04 15:04:14 +05:30
dependencies = [
"bytes",
"fnv",
2021-12-17 11:39:02 +05:30
"itoa 0.4.8",
2021-07-04 15:04:14 +05:30
]
[[package]]
name = "httparse"
2021-08-30 18:17:25 +05:30
version = "1.5.1"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-30 18:17:25 +05:30
checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503"
2021-07-04 15:04:14 +05:30
2021-11-18 17:15:35 +05:30
[[package]]
name = "httpdate"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
2021-07-04 15:04:14 +05:30
[[package]]
name = "humantime"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
dependencies = [
"quick-error",
]
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "indexmap"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
dependencies = [
"autocfg",
"hashbrown",
]
[[package]]
name = "instant"
2021-11-18 17:15:35 +05:30
version = "0.1.12"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-18 17:15:35 +05:30
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2021-07-04 15:04:14 +05:30
dependencies = [
"cfg-if",
]
[[package]]
name = "itoa"
2021-08-30 18:17:25 +05:30
version = "0.4.8"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-30 18:17:25 +05:30
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
2021-07-04 15:04:14 +05:30
2021-12-17 11:39:02 +05:30
[[package]]
name = "itoa"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
2021-07-04 15:04:14 +05:30
[[package]]
name = "jobserver"
2021-08-30 18:17:25 +05:30
version = "0.1.24"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-30 18:17:25 +05:30
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
2021-07-04 15:04:14 +05:30
dependencies = [
"libc",
]
[[package]]
name = "language-tags"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
2021-12-17 11:39:02 +05:30
version = "0.2.112"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-17 11:39:02 +05:30
checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125"
2021-07-04 15:04:14 +05:30
[[package]]
name = "local-channel"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6246c68cf195087205a0512559c97e15eaf95198bf0e206d662092cdcb03fe9f"
dependencies = [
"futures-core",
"futures-sink",
"futures-util",
"local-waker",
]
[[package]]
name = "local-waker"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84f9a2d3e27ce99ce2c3aad0b09b1a7b916293ea9b2bf624c13fe646fadd8da4"
[[package]]
name = "lock_api"
2021-08-30 18:17:25 +05:30
version = "0.4.5"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-30 18:17:25 +05:30
checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"
2021-07-04 15:04:14 +05:30
dependencies = [
"scopeguard",
]
[[package]]
name = "log"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
dependencies = [
"cfg-if",
]
[[package]]
name = "matches"
2021-08-30 18:17:25 +05:30
version = "0.1.9"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-30 18:17:25 +05:30
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
2021-07-04 15:04:14 +05:30
[[package]]
name = "memchr"
2021-08-30 18:17:25 +05:30
version = "2.4.1"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-30 18:17:25 +05:30
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
2021-07-04 15:04:14 +05:30
[[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.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
dependencies = [
"mime",
"unicase",
]
[[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"
2021-11-18 17:15:35 +05:30
version = "0.7.14"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-18 17:15:35 +05:30
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
2021-07-04 15:04:14 +05:30
dependencies = [
"libc",
"log",
"miow",
"ntapi",
"winapi",
]
2021-12-17 11:39:02 +05:30
[[package]]
name = "mio"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba272f85fa0b41fc91872be579b3bbe0f56b792aa361a380eb669469f68dafb2"
dependencies = [
"libc",
"log",
"miow",
"ntapi",
"winapi",
]
2021-07-04 15:04:14 +05:30
[[package]]
name = "miow"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
dependencies = [
"winapi",
]
[[package]]
name = "ntapi"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
dependencies = [
"winapi",
]
[[package]]
name = "num_cpus"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
dependencies = [
"hermit-abi",
"libc",
]
[[package]]
name = "once_cell"
2021-12-17 11:39:02 +05:30
version = "1.9.0"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-17 11:39:02 +05:30
checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
2021-07-04 15:04:14 +05:30
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
[[package]]
name = "parking_lot"
2021-08-30 18:17:25 +05:30
version = "0.11.2"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-30 18:17:25 +05:30
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
2021-07-04 15:04:14 +05:30
dependencies = [
"instant",
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2021-08-30 18:17:25 +05:30
version = "0.8.5"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-30 18:17:25 +05:30
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
2021-07-04 15:04:14 +05:30
dependencies = [
"cfg-if",
"instant",
"libc",
"redox_syscall",
"smallvec",
"winapi",
]
[[package]]
name = "paste"
2021-11-18 17:15:35 +05:30
version = "1.0.6"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-18 17:15:35 +05:30
checksum = "0744126afe1a6dd7f394cb50a716dbe086cb06e255e53d8d0185d82828358fb5"
2021-07-04 15:04:14 +05:30
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]
name = "pin-project"
2021-08-30 18:17:25 +05:30
version = "1.0.8"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-30 18:17:25 +05:30
checksum = "576bc800220cc65dac09e99e97b08b358cfab6e17078de8dc5fee223bd2d0c08"
2021-07-04 15:04:14 +05:30
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2021-08-30 18:17:25 +05:30
version = "1.0.8"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-30 18:17:25 +05:30
checksum = "6e8fe8163d14ce7f0cdac2e040116f22eac817edabff0be91e8aff7e9accf389"
2021-07-04 15:04:14 +05:30
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pin-project-lite"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "ppv-lite86"
2021-11-18 17:15:35 +05:30
version = "0.2.15"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-18 17:15:35 +05:30
checksum = "ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba"
2021-07-04 15:04:14 +05:30
[[package]]
name = "pretty_env_logger"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
dependencies = [
"env_logger",
"log",
]
[[package]]
name = "proc-macro-hack"
version = "0.5.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
[[package]]
name = "proc-macro2"
2021-12-17 11:39:02 +05:30
version = "1.0.34"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-17 11:39:02 +05:30
checksum = "2f84e92c0f7c9d58328b85a78557813e4bd845130db68d7184635344399423b1"
2021-07-04 15:04:14 +05:30
dependencies = [
"unicode-xid",
]
[[package]]
name = "quick-error"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
[[package]]
name = "quote"
2021-11-18 17:15:35 +05:30
version = "1.0.10"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-18 17:15:35 +05:30
checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
2021-07-04 15:04:14 +05:30
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
"rand_hc",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
dependencies = [
"getrandom",
]
[[package]]
name = "rand_hc"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
dependencies = [
"rand_core",
]
[[package]]
name = "redox_syscall"
2021-08-30 18:17:25 +05:30
version = "0.2.10"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-30 18:17:25 +05:30
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
2021-07-04 15:04:14 +05:30
dependencies = [
"bitflags",
]
[[package]]
name = "regex"
version = "1.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.6.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
[[package]]
name = "rust-embed"
2021-12-17 11:39:02 +05:30
version = "6.3.0"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-17 11:39:02 +05:30
checksum = "d40377bff8cceee81e28ddb73ac97f5c2856ce5522f0b260b763f434cdfae602"
2021-07-04 15:04:14 +05:30
dependencies = [
"rust-embed-impl",
"rust-embed-utils",
"walkdir",
]
[[package]]
name = "rust-embed-impl"
2021-12-17 11:39:02 +05:30
version = "6.2.0"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-17 11:39:02 +05:30
checksum = "94e763e24ba2bf0c72bc6be883f967f794a019fafd1b86ba1daff9c91a7edd30"
2021-07-04 15:04:14 +05:30
dependencies = [
"proc-macro2",
"quote",
"rust-embed-utils",
"syn",
"walkdir",
]
[[package]]
name = "rust-embed-utils"
2021-12-17 11:39:02 +05:30
version = "7.1.0"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-17 11:39:02 +05:30
checksum = "ad22c7226e4829104deab21df575e995bfbc4adfad13a595e387477f238c1aec"
2021-07-04 15:04:14 +05:30
dependencies = [
2021-12-17 11:47:22 +05:30
"sha2 0.9.8",
2021-07-04 15:04:14 +05:30
"walkdir",
]
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
dependencies = [
2021-08-30 18:17:25 +05:30
"semver 0.9.0",
]
[[package]]
name = "rustc_version"
2021-12-17 11:39:02 +05:30
version = "0.4.0"
2021-08-30 18:17:25 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-17 11:39:02 +05:30
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
2021-08-30 18:17:25 +05:30
dependencies = [
2021-12-17 11:39:02 +05:30
"semver 1.0.4",
2021-07-04 15:04:14 +05:30
]
[[package]]
name = "ryu"
2021-12-17 11:39:02 +05:30
version = "1.0.9"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-17 11:39:02 +05:30
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
2021-07-04 15:04:14 +05:30
[[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-08 19:38:26 +05:30
]
[[package]]
2021-07-04 15:04:14 +05:30
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2021-04-08 19:38:26 +05:30
[[package]]
2021-07-04 15:04:14 +05:30
name = "semver"
version = "0.9.0"
2021-04-08 19:38:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-04 15:04:14 +05:30
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
dependencies = [
2021-12-17 11:39:02 +05:30
"semver-parser",
2021-08-30 18:17:25 +05:30
]
[[package]]
name = "semver"
2021-12-17 11:39:02 +05:30
version = "1.0.4"
2021-08-30 18:17:25 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-17 11:39:02 +05:30
checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012"
2021-04-08 19:38:26 +05:30
[[package]]
2021-07-04 15:04:14 +05:30
name = "semver-parser"
version = "0.7.0"
2021-04-08 19:38:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-04 15:04:14 +05:30
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2021-04-08 19:38:26 +05:30
[[package]]
2021-07-04 15:04:14 +05:30
name = "serde"
2021-12-17 11:39:02 +05:30
version = "1.0.132"
2021-04-08 19:38:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-17 11:39:02 +05:30
checksum = "8b9875c23cf305cd1fd7eb77234cbb705f21ea6a72c637a5c6db5fe4b8e7f008"
2021-04-08 19:38:26 +05:30
dependencies = [
2021-07-04 15:04:14 +05:30
"serde_derive",
2021-04-08 19:38:26 +05:30
]
[[package]]
2021-07-04 15:04:14 +05:30
name = "serde_derive"
2021-12-17 11:39:02 +05:30
version = "1.0.132"
2021-04-08 19:38:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-17 11:39:02 +05:30
checksum = "ecc0db5cb2556c0e558887d9bbdcf6ac4471e83ff66cf696e5419024d1606276"
2021-04-08 19:38:26 +05:30
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
2021-07-04 15:04:14 +05:30
name = "serde_json"
2021-12-17 11:39:02 +05:30
version = "1.0.73"
2021-04-08 19:38:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-17 11:39:02 +05:30
checksum = "bcbd0344bc6533bc7ec56df11d42fb70f1b912351c0825ccb7211b59d8af7cf5"
2021-04-08 19:38:26 +05:30
dependencies = [
2021-12-17 11:39:02 +05:30
"itoa 1.0.1",
2021-07-04 15:04:14 +05:30
"ryu",
"serde",
2021-04-08 19:38:26 +05:30
]
[[package]]
2021-07-04 15:04:14 +05:30
name = "serde_urlencoded"
version = "0.7.0"
2021-04-08 19:38:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-04 15:04:14 +05:30
checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
dependencies = [
"form_urlencoded",
2021-12-17 11:39:02 +05:30
"itoa 0.4.8",
2021-07-04 15:04:14 +05:30
"ryu",
"serde",
]
2021-04-08 19:38:26 +05:30
[[package]]
2021-07-04 15:04:14 +05:30
name = "sha-1"
2021-08-30 18:17:25 +05:30
version = "0.9.8"
2021-04-08 19:38:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-30 18:17:25 +05:30
checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
2021-04-08 19:38:26 +05:30
dependencies = [
2021-12-17 11:47:22 +05:30
"block-buffer 0.9.0",
2021-07-04 15:04:14 +05:30
"cfg-if",
"cpufeatures",
2021-12-17 11:47:22 +05:30
"digest 0.9.0",
2021-07-04 15:04:14 +05:30
"opaque-debug",
2021-04-08 19:38:26 +05:30
]
[[package]]
2021-07-04 15:04:14 +05:30
name = "sha1"
version = "0.6.0"
2021-04-08 19:38:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-04 15:04:14 +05:30
checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
2021-04-08 19:38:26 +05:30
[[package]]
2021-07-04 15:04:14 +05:30
name = "sha2"
2021-11-18 17:15:35 +05:30
version = "0.9.8"
2021-04-08 19:38:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-18 17:15:35 +05:30
checksum = "b69f9a4c9740d74c5baa3fd2e547f9525fa8088a8a958e0ca2409a514e33f5fa"
2021-04-08 19:38:26 +05:30
dependencies = [
2021-12-17 11:47:22 +05:30
"block-buffer 0.9.0",
2021-07-04 15:04:14 +05:30
"cfg-if",
"cpufeatures",
2021-12-17 11:47:22 +05:30
"digest 0.9.0",
2021-07-04 15:04:14 +05:30
"opaque-debug",
2021-04-08 19:38:26 +05:30
]
2021-12-17 11:47:22 +05:30
[[package]]
name = "sha2"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "900d964dd36bb15bcf2f2b35694c072feab74969a54f2bbeec7a2d725d2bdcb6"
dependencies = [
"cfg-if",
"cpufeatures",
"digest 0.10.1",
]
2021-04-08 19:38:26 +05:30
[[package]]
2021-07-04 15:04:14 +05:30
name = "signal-hook-registry"
version = "1.4.0"
2021-04-08 19:38:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-04 15:04:14 +05:30
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
2021-04-08 19:38:26 +05:30
dependencies = [
2021-07-04 15:04:14 +05:30
"libc",
2021-04-08 19:38:26 +05:30
]
[[package]]
2021-07-04 15:04:14 +05:30
name = "slab"
2021-11-18 17:15:35 +05:30
version = "0.4.5"
2021-04-08 19:38:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-18 17:15:35 +05:30
checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
2021-04-08 19:38:26 +05:30
[[package]]
2021-07-04 15:04:14 +05:30
name = "smallvec"
2021-11-18 17:15:35 +05:30
version = "1.7.0"
2021-04-08 19:38:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-18 17:15:35 +05:30
checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
2021-07-04 15:04:14 +05:30
[[package]]
name = "socket2"
2021-11-18 17:15:35 +05:30
version = "0.4.2"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-18 17:15:35 +05:30
checksum = "5dc90fe6c7be1a323296982db1836d1ea9e47b6839496dde9a541bc496df3516"
2021-04-08 19:38:26 +05:30
dependencies = [
2021-07-04 15:04:14 +05:30
"libc",
"winapi",
2021-04-08 19:38:26 +05:30
]
[[package]]
2021-07-04 15:04:14 +05:30
name = "standback"
version = "0.2.17"
2021-04-08 19:38:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-04 15:04:14 +05:30
checksum = "e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff"
dependencies = [
"version_check",
]
2021-04-08 19:38:26 +05:30
2021-04-08 22:00:41 +05:30
[[package]]
2021-07-04 15:04:14 +05:30
name = "stdweb"
version = "0.4.20"
2021-04-08 22:00:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-04 15:04:14 +05:30
checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
dependencies = [
"discard",
2021-08-30 18:17:25 +05:30
"rustc_version 0.2.3",
2021-07-04 15:04:14 +05:30
"stdweb-derive",
"stdweb-internal-macros",
"stdweb-internal-runtime",
"wasm-bindgen",
]
2021-04-08 22:00:41 +05:30
2021-04-08 19:38:26 +05:30
[[package]]
2021-07-04 15:04:14 +05:30
name = "stdweb-derive"
version = "0.5.3"
2021-04-08 19:38:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-04 15:04:14 +05:30
checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
dependencies = [
"proc-macro2",
"quote",
"serde",
"serde_derive",
"syn",
]
2021-04-08 19:38:26 +05:30
[[package]]
2021-07-04 15:04:14 +05:30
name = "stdweb-internal-macros"
version = "0.2.9"
2021-04-08 19:38:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-04 15:04:14 +05:30
checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
2021-04-08 19:38:26 +05:30
dependencies = [
2021-07-04 15:04:14 +05:30
"base-x",
"proc-macro2",
"quote",
"serde",
"serde_derive",
"serde_json",
"sha1",
"syn",
2021-04-08 19:38:26 +05:30
]
[[package]]
2021-07-04 15:04:14 +05:30
name = "stdweb-internal-runtime"
version = "0.1.5"
2021-04-08 19:38:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-04 15:04:14 +05:30
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
2021-04-08 19:38:26 +05:30
[[package]]
2021-07-04 15:04:14 +05:30
name = "strsim"
version = "0.10.0"
2021-04-08 19:38:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-04 15:04:14 +05:30
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2021-04-08 19:38:26 +05:30
[[package]]
2021-07-04 15:04:14 +05:30
name = "syn"
2021-12-17 11:39:02 +05:30
version = "1.0.82"
2021-04-08 19:38:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-17 11:39:02 +05:30
checksum = "8daf5dd0bb60cbd4137b1b587d2fc0ae729bc07cf01cd70b36a1ed5ade3b9d59"
2021-04-08 19:38:26 +05:30
dependencies = [
"proc-macro2",
2021-07-04 15:04:14 +05:30
"quote",
"unicode-xid",
2021-04-08 19:38:26 +05:30
]
2021-04-08 22:00:41 +05:30
[[package]]
2021-07-04 15:04:14 +05:30
name = "termcolor"
version = "1.1.2"
2021-04-08 22:00:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-04 15:04:14 +05:30
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
dependencies = [
"winapi-util",
]
2021-04-08 22:00:41 +05:30
2021-04-08 19:38:26 +05:30
[[package]]
2021-07-04 15:04:14 +05:30
name = "time"
version = "0.2.27"
2021-04-08 19:38:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-04 15:04:14 +05:30
checksum = "4752a97f8eebd6854ff91f1c1824cd6160626ac4bd44287f7f4ea2035a02a242"
2021-04-08 19:38:26 +05:30
dependencies = [
2021-07-04 15:04:14 +05:30
"const_fn",
"libc",
"standback",
"stdweb",
"time-macros",
"version_check",
"winapi",
2021-04-08 19:38:26 +05:30
]
2021-11-18 17:15:35 +05:30
[[package]]
name = "time"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41effe7cfa8af36f439fac33861b66b049edc6f9a32331e2312660529c1c24ad"
dependencies = [
2021-12-17 11:39:02 +05:30
"itoa 0.4.8",
2021-11-18 17:15:35 +05:30
"libc",
]
2021-04-08 20:45:38 +05:30
[[package]]
2021-07-04 15:04:14 +05:30
name = "time-macros"
version = "0.1.1"
2021-04-08 20:45:38 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-04 15:04:14 +05:30
checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
2021-04-08 22:00:41 +05:30
dependencies = [
2021-07-04 15:04:14 +05:30
"proc-macro-hack",
"time-macros-impl",
2021-04-08 22:00:41 +05:30
]
[[package]]
2021-07-04 15:04:14 +05:30
name = "time-macros-impl"
version = "0.1.2"
2021-04-08 22:00:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-04 15:04:14 +05:30
checksum = "fd3c141a1b43194f3f56a1411225df8646c55781d5f26db825b3d98507eb482f"
2021-04-08 22:00:41 +05:30
dependencies = [
2021-07-04 15:04:14 +05:30
"proc-macro-hack",
2021-04-08 22:00:41 +05:30
"proc-macro2",
"quote",
2021-07-04 15:04:14 +05:30
"standback",
2021-04-08 22:00:41 +05:30
"syn",
]
[[package]]
2021-07-04 15:04:14 +05:30
name = "tinyvec"
2021-11-18 17:15:35 +05:30
version = "1.5.1"
2021-04-08 22:00:41 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-18 17:15:35 +05:30
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
2021-04-08 22:00:41 +05:30
dependencies = [
2021-07-04 15:04:14 +05:30
"tinyvec_macros",
2021-04-08 22:00:41 +05:30
]
2021-04-08 20:45:38 +05:30
2021-04-08 19:38:26 +05:30
[[package]]
2021-07-04 15:04:14 +05:30
name = "tinyvec_macros"
version = "0.1.0"
2021-04-08 19:38:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-04 15:04:14 +05:30
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
2021-12-17 11:39:02 +05:30
version = "1.15.0"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-17 11:39:02 +05:30
checksum = "fbbf1c778ec206785635ce8ad57fe52b3009ae9e0c9f574a728f3049d3e55838"
2021-04-08 19:38:26 +05:30
dependencies = [
2021-07-04 15:04:14 +05:30
"bytes",
"libc",
"memchr",
2021-12-17 11:39:02 +05:30
"mio 0.7.14",
2021-07-04 15:04:14 +05:30
"once_cell",
"parking_lot",
"pin-project-lite",
"signal-hook-registry",
"winapi",
2021-04-08 19:38:26 +05:30
]
[[package]]
2021-07-04 15:04:14 +05:30
name = "tokio-util"
2021-11-18 17:15:35 +05:30
version = "0.6.9"
2021-04-08 19:38:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-18 17:15:35 +05:30
checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"
2021-07-04 15:04:14 +05:30
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"log",
"pin-project-lite",
"tokio",
]
2021-04-08 19:38:26 +05:30
[[package]]
2021-07-04 15:04:14 +05:30
name = "tracing"
2021-11-18 17:15:35 +05:30
version = "0.1.29"
2021-04-08 19:38:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-18 17:15:35 +05:30
checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
2021-04-08 19:38:26 +05:30
dependencies = [
2021-07-04 15:04:14 +05:30
"cfg-if",
"pin-project-lite",
"tracing-core",
]
[[package]]
name = "tracing-core"
2021-11-18 17:15:35 +05:30
version = "0.1.21"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-18 17:15:35 +05:30
checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"
2021-07-04 15:04:14 +05:30
dependencies = [
"lazy_static",
2021-04-08 19:38:26 +05:30
]
[[package]]
name = "typenum"
2021-11-18 17:15:35 +05:30
version = "1.14.0"
2021-04-08 19:38:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-18 17:15:35 +05:30
checksum = "b63708a265f51345575b27fe43f9500ad611579e764c79edbc2037b1121959ec"
2021-04-08 19:38:26 +05:30
[[package]]
name = "unicase"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
"version_check",
]
2021-07-04 15:04:14 +05:30
[[package]]
name = "unicode-bidi"
2021-11-18 17:15:35 +05:30
version = "0.3.7"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-18 17:15:35 +05:30
checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
2021-07-04 15:04:14 +05:30
[[package]]
name = "unicode-normalization"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
dependencies = [
"tinyvec",
]
2021-04-08 19:38:26 +05:30
[[package]]
name = "unicode-xid"
2021-07-04 15:04:14 +05:30
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
[[package]]
name = "url"
version = "2.2.2"
2021-04-08 19:38:26 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-04 15:04:14 +05:30
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
dependencies = [
"form_urlencoded",
"idna",
"matches",
"percent-encoding",
]
2021-04-08 19:38:26 +05:30
[[package]]
name = "version_check"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
[[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-07-04 15:04:14 +05:30
[[package]]
name = "wasi"
version = "0.10.2+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
[[package]]
name = "wasm-bindgen"
2021-11-18 17:15:35 +05:30
version = "0.2.78"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-18 17:15:35 +05:30
checksum = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce"
2021-07-04 15:04:14 +05:30
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2021-11-18 17:15:35 +05:30
version = "0.2.78"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-18 17:15:35 +05:30
checksum = "a317bf8f9fba2476b4b2c85ef4c4af8ff39c3c7f0cdfeed4f82c34a880aa837b"
2021-07-04 15:04:14 +05:30
dependencies = [
"bumpalo",
"lazy_static",
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2021-11-18 17:15:35 +05:30
version = "0.2.78"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-18 17:15:35 +05:30
checksum = "d56146e7c495528bf6587663bea13a8eb588d39b36b679d83972e1a2dbbdacf9"
2021-07-04 15:04:14 +05:30
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2021-11-18 17:15:35 +05:30
version = "0.2.78"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-18 17:15:35 +05:30
checksum = "7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab"
2021-07-04 15:04:14 +05:30
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2021-11-18 17:15:35 +05:30
version = "0.2.78"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-18 17:15:35 +05:30
checksum = "0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc"
2021-07-04 15:04:14 +05:30
2021-04-08 19:38:26 +05:30
[[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",
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2021-07-04 15:04:14 +05:30
[[package]]
name = "zstd"
2021-12-17 11:39:02 +05:30
version = "0.9.0+zstd.1.5.0"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-17 11:39:02 +05:30
checksum = "07749a5dc2cb6b36661290245e350f15ec3bbb304e493db54a1d354480522ccd"
2021-07-04 15:04:14 +05:30
dependencies = [
"zstd-safe",
]
[[package]]
name = "zstd-safe"
2021-12-17 11:39:02 +05:30
version = "4.1.1+zstd.1.5.0"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-17 11:39:02 +05:30
checksum = "c91c90f2c593b003603e5e0493c837088df4469da25aafff8bce42ba48caf079"
2021-07-04 15:04:14 +05:30
dependencies = [
"libc",
"zstd-sys",
]
[[package]]
name = "zstd-sys"
2021-12-17 11:39:02 +05:30
version = "1.6.1+zstd.1.5.0"
2021-07-04 15:04:14 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-17 11:39:02 +05:30
checksum = "615120c7a2431d16cf1cf979e7fc31ba7a5b5e5707b29c8a99e5dbf8a8392a33"
2021-07-04 15:04:14 +05:30
dependencies = [
"cc",
"libc",
]