2021-10-16 09:50:11 -07:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2021-10-26 18:19:14 -07:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2021-10-16 09:50:11 -07:00
|
|
|
[[package]]
|
|
|
|
name = "aead"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
2022-01-18 18:09:28 -08:00
|
|
|
"rand_core",
|
2021-10-16 09:50:11 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "1.0.55"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "159bb86af3a200e19a068f4224eae4c8bb2d0fa054c7e5d1cacd5cef95e684cd"
|
2021-10-16 09:50:11 -07:00
|
|
|
|
2021-10-30 18:38:55 -07:00
|
|
|
[[package]]
|
|
|
|
name = "argon2"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.3.4"
|
2021-10-30 18:38:55 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "25df3c03f1040d0069fcd3907e24e36d59f9b6fa07ba49be0eb25a794f036ba7"
|
2021-10-30 18:38:55 -07:00
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
"blake2",
|
|
|
|
"password-hash",
|
|
|
|
]
|
|
|
|
|
2021-10-16 09:50:11 -07:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2021-12-19 19:38:01 -08:00
|
|
|
version = "0.1.52"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-19 19:38:01 -08:00
|
|
|
checksum = "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "1.1.0"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2021-10-16 09:50:11 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.4.6"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "157d3c6bef9a248ecf0492f05bb91019ced3c5b0f4cd9ec09b16d06596e1e743"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
2022-01-18 00:36:02 -08:00
|
|
|
"axum-core",
|
2021-10-16 09:50:11 -07:00
|
|
|
"bitflags",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"headers",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
2021-11-14 14:02:55 -08:00
|
|
|
"matchit",
|
2022-01-18 00:36:02 -08:00
|
|
|
"memchr",
|
2021-11-14 14:02:55 -08:00
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
2021-10-16 09:50:11 -07:00
|
|
|
"pin-project-lite",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"sync_wrapper",
|
|
|
|
"tokio",
|
|
|
|
"tower",
|
2022-02-27 16:30:21 -08:00
|
|
|
"tower-http",
|
2021-10-16 09:50:11 -07:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
2022-01-18 00:36:02 -08:00
|
|
|
[[package]]
|
|
|
|
name = "axum-core"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.1.2"
|
2022-01-18 00:36:02 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "6dbcda393bef9c87572779cb8ef916f12d77750b27535dd6819fa86591627a51"
|
2022-01-18 00:36:02 -08:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"mime",
|
|
|
|
]
|
|
|
|
|
2021-10-16 09:50:11 -07:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
|
|
|
|
2021-10-30 18:38:55 -07:00
|
|
|
[[package]]
|
|
|
|
name = "base64ct"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a32fd6af2b5827bce66c29053ba0e7c42b9dcab01835835058558c10851a46b"
|
|
|
|
|
2021-10-16 09:50:11 -07:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
|
|
|
version = "1.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
2021-12-19 19:38:01 -08:00
|
|
|
version = "0.59.2"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-19 19:38:01 -08:00
|
|
|
checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cexpr",
|
|
|
|
"clang-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"peeking_take_while",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
|
|
|
[[package]]
|
2021-12-19 19:38:01 -08:00
|
|
|
name = "blake2"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.10.4"
|
2021-10-30 18:38:55 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "b9cf849ee05b2ee5fba5e36f97ff8ec2533916700fc0758d40d92136a42f3388"
|
2021-10-30 18:38:55 -07:00
|
|
|
dependencies = [
|
2022-02-27 16:30:21 -08:00
|
|
|
"digest",
|
2021-10-30 18:38:55 -07:00
|
|
|
]
|
|
|
|
|
2021-10-16 09:50:11 -07:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.10.2"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2022-01-11 19:31:18 -08:00
|
|
|
version = "3.9.1"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 19:31:18 -08:00
|
|
|
checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
|
2021-10-16 09:50:11 -07:00
|
|
|
|
2021-10-23 10:10:55 -07:00
|
|
|
[[package]]
|
|
|
|
name = "byte-unit"
|
|
|
|
version = "4.0.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "956ffc5b0ec7d7a6949e3f21fd63ba5af4cffdc2ba1e0b7bf62b481458c4ae7f"
|
|
|
|
dependencies = [
|
|
|
|
"utf8-width",
|
|
|
|
]
|
|
|
|
|
2021-10-24 11:40:19 -07:00
|
|
|
[[package]]
|
|
|
|
name = "bytecount"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72feb31ffc86498dacdbd0fcebb56138e7177a8cc5cea4516031d15ae85a742e"
|
|
|
|
|
2021-10-26 18:19:14 -07:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
|
2021-10-16 09:50:11 -07:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-02-27 16:30:21 -08:00
|
|
|
[[package]]
|
|
|
|
name = "bzip2-sys"
|
|
|
|
version = "0.1.11+1.0.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2021-10-16 09:50:11 -07:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "1.0.73"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cexpr"
|
2021-12-19 19:38:01 -08:00
|
|
|
version = "0.6.0"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-19 19:38:01 -08:00
|
|
|
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
2021-12-19 19:38:01 -08:00
|
|
|
"nom",
|
2021-10-16 09:50:11 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chacha20"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "01b72a433d0cf2aef113ba70f62634c56fddb0f244e6377185c56a7cadbd8f91"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cipher",
|
|
|
|
"cpufeatures",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chacha20poly1305"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3b84ed6d1d5f7aa9bdde921a5090e0ca4d934d250ea3b402a5fab3a994e28a2a"
|
|
|
|
dependencies = [
|
|
|
|
"aead",
|
|
|
|
"chacha20",
|
|
|
|
"cipher",
|
|
|
|
"poly1305",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
|
|
|
version = "0.4.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2021-10-19 02:18:33 -07:00
|
|
|
"serde",
|
|
|
|
"time",
|
2021-10-16 09:50:11 -07:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cipher"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "1.3.1"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "4cc00842eed744b858222c4c9faf7243aafc6d33f92f96935263ef4d8a41ce21"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"glob",
|
|
|
|
"libc",
|
|
|
|
"libloading",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "3.1.2"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "5177fac1ab67102d8989464efd043c6ff44191b1557ec1ddd489b4f7e1447e77"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"clap_derive",
|
|
|
|
"indexmap",
|
|
|
|
"lazy_static",
|
|
|
|
"os_str_bytes",
|
|
|
|
"strsim",
|
|
|
|
"termcolor",
|
|
|
|
"textwrap",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "3.1.2"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "01d42c94ce7c2252681b5fed4d3627cc807b13dfc033246bd05d5b252399000e"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-10-24 20:54:49 -07:00
|
|
|
[[package]]
|
|
|
|
name = "console_error_panic_hook"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2021-10-16 09:50:11 -07:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-10-26 18:19:14 -07:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "1.3.2"
|
2021-10-26 18:19:14 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2021-10-26 18:19:14 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2021-10-30 18:38:55 -07:00
|
|
|
[[package]]
|
2021-12-19 19:38:01 -08:00
|
|
|
name = "crypto-common"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.1.3"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
2022-02-27 16:30:21 -08:00
|
|
|
"typenum",
|
2021-10-16 09:50:11 -07:00
|
|
|
]
|
|
|
|
|
2021-12-19 19:38:01 -08:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.10.3"
|
2021-12-19 19:38:01 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
|
2021-12-19 19:38:01 -08:00
|
|
|
dependencies = [
|
2022-02-27 16:30:21 -08:00
|
|
|
"block-buffer",
|
2021-12-19 19:38:01 -08:00
|
|
|
"crypto-common",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2021-10-16 09:50:11 -07:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2021-12-19 19:38:01 -08:00
|
|
|
version = "0.8.30"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-19 19:38:01 -08:00
|
|
|
checksum = "7896dc8abb250ffdda33912550faa54c88ec8b998dec0b2c55ab224921ce11df"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2022-01-15 19:47:14 -08:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "975ccf83d8d9d0d84682850a38c8169027be83368805971cc4f238c2b245bc98"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-10-24 11:40:19 -07:00
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
2022-01-11 19:31:18 -08:00
|
|
|
version = "0.4.1"
|
2021-10-24 11:40:19 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 19:31:18 -08:00
|
|
|
checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e"
|
2021-10-24 11:40:19 -07:00
|
|
|
|
2021-10-26 18:19:14 -07:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
|
|
|
version = "1.0.22"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crc32fast",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
2021-10-16 09:50:11 -07:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2021-10-23 10:10:55 -07:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.3.21"
|
2021-10-23 10:10:55 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
|
2021-10-23 10:10:55 -07:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
2021-10-16 09:50:11 -07:00
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.3.21"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
2021-10-23 10:10:55 -07:00
|
|
|
"futures-sink",
|
2021-10-16 09:50:11 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.3.21"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
|
2021-10-16 09:50:11 -07:00
|
|
|
|
2021-10-23 10:10:55 -07:00
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.3.21"
|
2021-10-23 10:10:55 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
|
2021-10-23 10:10:55 -07:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
2021-10-16 09:50:11 -07:00
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.3.21"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
|
2021-10-16 09:50:11 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.3.21"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.3.21"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
|
2021-10-16 09:50:11 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.3.21"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
|
2021-10-16 09:50:11 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.3.21"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
2021-10-23 10:10:55 -07:00
|
|
|
"futures-channel",
|
2021-10-16 09:50:11 -07:00
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
2021-10-23 10:10:55 -07:00
|
|
|
"futures-sink",
|
2021-10-16 09:50:11 -07:00
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2022-01-11 19:31:18 -08:00
|
|
|
version = "0.14.5"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 19:31:18 -08:00
|
|
|
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.2.5"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "d39cd93900197114fa1fcb7ae84ca742095eed9442088988ae74fa744e930e77"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2021-10-19 02:18:33 -07:00
|
|
|
"js-sys",
|
2021-10-16 09:50:11 -07:00
|
|
|
"libc",
|
|
|
|
"wasi",
|
2021-10-19 02:18:33 -07:00
|
|
|
"wasm-bindgen",
|
2021-10-16 09:50:11 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
|
|
|
2021-10-19 02:18:33 -07:00
|
|
|
[[package]]
|
|
|
|
name = "gloo-console"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.2.1"
|
2021-10-19 02:18:33 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "3907f786f65bbb4f419e918b0c5674175ef1c231ecda93b2dbd65fd1e8882637"
|
2021-10-19 02:18:33 -07:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"serde",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2022-02-27 16:30:21 -08:00
|
|
|
[[package]]
|
|
|
|
name = "gloo-utils"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05c77af6f96a4f9e27c8ac23a88407381a31f4a74c3fb985c85aa79b8d898136"
|
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2021-10-16 09:50:11 -07:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.3.11"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "d9f1f717ddc7b2ba36df7e871fd88db79326551d3d6f1fc406fbfd28b582ff8e"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
2022-02-27 16:30:21 -08:00
|
|
|
"tokio-util 0.6.9",
|
2021-10-16 09:50:11 -07:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "headers"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.3.7"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "4cff78e5788be1e0ab65b04d306b2ed5092c815ec97ec70f4ebd5aee158aa55d"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"bitflags",
|
|
|
|
"bytes",
|
|
|
|
"headers-core",
|
|
|
|
"http",
|
2021-10-26 18:19:14 -07:00
|
|
|
"httpdate",
|
2021-10-16 09:50:11 -07:00
|
|
|
"mime",
|
|
|
|
"sha-1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "headers-core"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
|
|
|
|
dependencies = [
|
|
|
|
"http",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2022-01-11 19:31:18 -08:00
|
|
|
version = "0.4.0"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 19:31:18 -08:00
|
|
|
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
|
2021-10-16 09:50:11 -07:00
|
|
|
|
|
|
|
[[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"
|
2022-01-11 19:31:18 -08:00
|
|
|
version = "0.2.6"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 19:31:18 -08:00
|
|
|
checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
2022-02-27 16:30:21 -08:00
|
|
|
"itoa",
|
2021-10-16 09:50:11 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2021-10-26 18:19:14 -07:00
|
|
|
version = "0.4.4"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-26 18:19:14 -07:00
|
|
|
checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2022-01-18 00:36:02 -08:00
|
|
|
[[package]]
|
|
|
|
name = "http-range-header"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29"
|
|
|
|
|
2021-10-16 09:50:11 -07:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "1.6.0"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "9100414882e15fb7feccb4897e5f0ff0ff1ca7d1a86a23208ada4d7a18e6c6c4"
|
2021-10-16 09:50:11 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2021-12-19 19:38:01 -08:00
|
|
|
version = "1.0.2"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-19 19:38:01 -08:00
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
2021-10-16 09:50:11 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.14.17"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "043f0e083e9901b6cc658a77d1eb86f4fc650bbb977a4337dd63192826aa85dd"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
2022-02-27 16:30:21 -08:00
|
|
|
"itoa",
|
2021-10-16 09:50:11 -07:00
|
|
|
"pin-project-lite",
|
|
|
|
"socket2",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
2021-12-19 19:38:01 -08:00
|
|
|
version = "0.23.0"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-19 19:38:01 -08:00
|
|
|
checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
2021-12-19 19:38:01 -08:00
|
|
|
"http",
|
2021-10-16 09:50:11 -07:00
|
|
|
"hyper",
|
|
|
|
"rustls",
|
|
|
|
"tokio",
|
|
|
|
"tokio-rustls",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2022-01-11 19:31:18 -08:00
|
|
|
version = "1.8.0"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 19:31:18 -08:00
|
|
|
checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
|
|
|
version = "2.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9"
|
|
|
|
|
2021-12-19 19:38:01 -08:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
|
|
|
|
|
2021-10-16 09:50:11 -07:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
|
|
|
version = "0.1.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.3.56"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.2.119"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4"
|
2021-10-16 09:50:11 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2022-01-15 19:47:14 -08:00
|
|
|
version = "0.7.3"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-15 19:47:14 -08:00
|
|
|
checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "librocksdb-sys"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.6.1+6.28.2"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "81bc587013734dadb7cf23468e531aa120788b87243648be42e2d3a072186291"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"bindgen",
|
2022-02-27 16:30:21 -08:00
|
|
|
"bzip2-sys",
|
2021-10-16 09:50:11 -07:00
|
|
|
"cc",
|
|
|
|
"glob",
|
|
|
|
"libc",
|
2022-02-27 16:30:21 -08:00
|
|
|
"libz-sys",
|
|
|
|
"zstd-sys",
|
2021-10-16 09:50:11 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-27 16:30:21 -08:00
|
|
|
name = "libz-sys"
|
|
|
|
version = "1.1.3"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
2022-02-27 16:30:21 -08:00
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2021-10-16 09:50:11 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-27 16:30:21 -08:00
|
|
|
name = "log"
|
|
|
|
version = "0.4.14"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
2022-02-27 16:30:21 -08:00
|
|
|
"cfg-if",
|
2021-10-16 09:50:11 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
|
|
|
|
2021-11-14 14:02:55 -08:00
|
|
|
[[package]]
|
|
|
|
name = "matchit"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.4.6"
|
2021-11-14 14:02:55 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "9376a4f0340565ad675d11fc1419227faf5f60cd7ac9cb2e7185a471f30af833"
|
2021-11-14 14:02:55 -08:00
|
|
|
|
2021-10-16 09:50:11 -07:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
|
|
|
version = "2.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
|
|
|
2021-10-26 23:51:05 -07:00
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "2.0.4"
|
2021-10-26 23:51:05 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
|
2021-10-26 23:51:05 -07:00
|
|
|
dependencies = [
|
|
|
|
"mime",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2021-10-24 11:40:19 -07:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
2021-12-19 19:38:01 -08:00
|
|
|
version = "0.2.1"
|
2021-10-24 11:40:19 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-19 19:38:01 -08:00
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
2021-10-24 11:40:19 -07:00
|
|
|
|
2021-10-26 18:19:14 -07:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
|
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2021-10-16 09:50:11 -07:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.8.0"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "ba272f85fa0b41fc91872be579b3bbe0f56b792aa361a380eb669469f68dafb2"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"miow",
|
|
|
|
"ntapi",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2021-12-19 19:38:01 -08:00
|
|
|
version = "7.1.0"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-19 19:38:01 -08:00
|
|
|
checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
|
2021-10-24 11:40:19 -07:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-10-16 09:50:11 -07:00
|
|
|
[[package]]
|
|
|
|
name = "ntapi"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.3.7"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-11 19:31:18 -08:00
|
|
|
version = "1.13.1"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 19:31:18 -08:00
|
|
|
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-10-31 15:54:27 -07:00
|
|
|
name = "omegaupload"
|
2022-01-17 21:30:32 -08:00
|
|
|
version = "0.1.1"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"atty",
|
|
|
|
"clap",
|
2022-01-17 21:29:39 -08:00
|
|
|
"omegaupload-common 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2021-10-16 09:50:11 -07:00
|
|
|
"reqwest",
|
2021-10-30 23:15:41 -07:00
|
|
|
"rpassword",
|
2021-10-16 09:50:11 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "omegaupload-common"
|
2022-01-17 21:29:39 -08:00
|
|
|
version = "0.2.0"
|
2021-10-19 02:18:33 -07:00
|
|
|
dependencies = [
|
2021-10-30 18:38:55 -07:00
|
|
|
"argon2",
|
2021-10-19 02:18:33 -07:00
|
|
|
"base64",
|
2021-10-21 18:35:54 -07:00
|
|
|
"bytes",
|
2021-10-19 02:18:33 -07:00
|
|
|
"chacha20poly1305",
|
2021-10-21 18:35:54 -07:00
|
|
|
"chrono",
|
2022-01-17 21:29:39 -08:00
|
|
|
"gloo-console",
|
2021-10-21 18:35:54 -07:00
|
|
|
"headers",
|
2022-01-17 21:29:39 -08:00
|
|
|
"http",
|
2021-10-21 18:35:54 -07:00
|
|
|
"lazy_static",
|
2021-10-19 02:18:33 -07:00
|
|
|
"rand",
|
2021-10-30 21:00:09 -07:00
|
|
|
"secrecy",
|
2021-10-21 18:35:54 -07:00
|
|
|
"serde",
|
2021-10-19 02:18:33 -07:00
|
|
|
"thiserror",
|
2021-10-30 18:38:55 -07:00
|
|
|
"typenum",
|
2021-10-19 02:18:33 -07:00
|
|
|
"url",
|
2022-01-17 21:29:39 -08:00
|
|
|
"web-sys",
|
2021-10-19 02:18:33 -07:00
|
|
|
]
|
2021-10-16 09:50:11 -07:00
|
|
|
|
2021-10-31 16:07:07 -07:00
|
|
|
[[package]]
|
|
|
|
name = "omegaupload-common"
|
2022-01-17 21:27:25 -08:00
|
|
|
version = "0.2.0"
|
2022-01-17 21:29:39 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b0e6112dcb442b5d280f65cf14b9d6749f3585709d1ed2f1b8821f12c3b6c16"
|
2021-10-31 16:07:07 -07:00
|
|
|
dependencies = [
|
|
|
|
"argon2",
|
|
|
|
"base64",
|
|
|
|
"bytes",
|
|
|
|
"chacha20poly1305",
|
|
|
|
"chrono",
|
|
|
|
"headers",
|
|
|
|
"lazy_static",
|
|
|
|
"rand",
|
|
|
|
"secrecy",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"typenum",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2021-10-16 09:50:11 -07:00
|
|
|
[[package]]
|
|
|
|
name = "omegaupload-server"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"axum",
|
|
|
|
"bincode",
|
|
|
|
"bytes",
|
2021-10-19 02:18:33 -07:00
|
|
|
"chrono",
|
2021-10-30 23:38:20 -07:00
|
|
|
"futures",
|
2021-10-16 09:50:11 -07:00
|
|
|
"headers",
|
2021-10-27 19:16:43 -07:00
|
|
|
"lazy_static",
|
2022-01-17 21:27:25 -08:00
|
|
|
"omegaupload-common 0.2.0",
|
2021-10-16 09:50:11 -07:00
|
|
|
"rand",
|
|
|
|
"rocksdb",
|
|
|
|
"serde",
|
2021-10-30 23:38:20 -07:00
|
|
|
"signal-hook",
|
|
|
|
"signal-hook-tokio",
|
2021-10-16 09:50:11 -07:00
|
|
|
"tokio",
|
2022-02-27 16:30:21 -08:00
|
|
|
"tower-http",
|
2021-10-16 09:50:11 -07:00
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "omegaupload-web"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-10-24 13:12:14 -07:00
|
|
|
"anyhow",
|
2021-10-23 10:10:55 -07:00
|
|
|
"byte-unit",
|
2021-10-19 18:49:38 -07:00
|
|
|
"bytes",
|
2021-10-24 20:54:49 -07:00
|
|
|
"console_error_panic_hook",
|
2022-01-15 19:47:14 -08:00
|
|
|
"flate2",
|
2021-10-19 02:18:33 -07:00
|
|
|
"getrandom",
|
|
|
|
"gloo-console",
|
|
|
|
"http",
|
2021-10-22 19:15:23 -07:00
|
|
|
"js-sys",
|
2022-01-16 00:49:07 -08:00
|
|
|
"mime_guess",
|
2022-01-17 21:27:25 -08:00
|
|
|
"omegaupload-common 0.2.0",
|
2021-10-23 10:10:55 -07:00
|
|
|
"reqwasm",
|
2021-10-26 18:19:14 -07:00
|
|
|
"serde",
|
2022-01-15 19:47:14 -08:00
|
|
|
"tar",
|
2021-10-24 11:40:19 -07:00
|
|
|
"tree_magic_mini",
|
2021-10-22 19:15:23 -07:00
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
2021-10-19 02:18:33 -07:00
|
|
|
"web-sys",
|
2021-10-26 18:19:14 -07:00
|
|
|
"zip",
|
2021-10-16 09:50:11 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2021-12-19 19:38:01 -08:00
|
|
|
version = "1.9.0"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-19 19:38:01 -08:00
|
|
|
checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
|
2021-10-16 09:50:11 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
2021-12-19 19:38:01 -08:00
|
|
|
version = "6.0.0"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-19 19:38:01 -08:00
|
|
|
checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
|
2021-10-26 18:19:14 -07:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2021-10-16 09:50:11 -07:00
|
|
|
|
2021-10-30 18:38:55 -07:00
|
|
|
[[package]]
|
|
|
|
name = "password-hash"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d791538a6dcc1e7cb7fe6f6b58aca40e7f79403c45b2bc274008b5e647af1d8"
|
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
"rand_core",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2021-10-16 09:50:11 -07:00
|
|
|
[[package]]
|
|
|
|
name = "peeking_take_while"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
|
|
|
2021-10-24 11:40:19 -07:00
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"
|
|
|
|
dependencies = [
|
|
|
|
"fixedbitset",
|
|
|
|
"indexmap",
|
|
|
|
]
|
|
|
|
|
2021-10-16 09:50:11 -07:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2022-01-11 19:31:18 -08:00
|
|
|
version = "1.0.10"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 19:31:18 -08:00
|
|
|
checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2022-01-11 19:31:18 -08:00
|
|
|
version = "1.0.10"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 19:31:18 -08:00
|
|
|
checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2022-01-11 19:31:18 -08:00
|
|
|
version = "0.2.8"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 19:31:18 -08:00
|
|
|
checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
|
2021-10-16 09:50:11 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2022-02-27 16:30:21 -08:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
|
|
|
version = "0.3.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"
|
|
|
|
|
2021-10-16 09:50:11 -07:00
|
|
|
[[package]]
|
|
|
|
name = "poly1305"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"
|
|
|
|
dependencies = [
|
|
|
|
"cpufeatures",
|
|
|
|
"opaque-debug",
|
|
|
|
"universal-hash",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2022-01-11 19:31:18 -08:00
|
|
|
version = "0.2.16"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 19:31:18 -08:00
|
|
|
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
|
2021-10-16 09:50:11 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-01-11 19:31:18 -08:00
|
|
|
version = "1.0.36"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 19:31:18 -08:00
|
|
|
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "1.0.15"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.8.5"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2022-01-15 19:47:14 -08:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.2.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2021-10-16 09:50:11 -07:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
|
|
|
version = "1.5.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
|
|
|
|
dependencies = [
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.6.25"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
|
|
|
|
2021-10-23 10:10:55 -07:00
|
|
|
[[package]]
|
|
|
|
name = "reqwasm"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.4.1"
|
2021-10-23 10:10:55 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "ee625fb8e28ee1dac344e1d135c3b9815ddd5b44b3062cb69fe83168e5225a10"
|
2021-10-23 10:10:55 -07:00
|
|
|
dependencies = [
|
2022-02-27 16:30:21 -08:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"gloo-utils",
|
2021-10-23 10:10:55 -07:00
|
|
|
"js-sys",
|
2022-02-27 16:30:21 -08:00
|
|
|
"pin-project",
|
2021-10-23 10:10:55 -07:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2021-10-16 09:50:11 -07:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2022-01-11 19:31:18 -08:00
|
|
|
version = "0.11.9"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 19:31:18 -08:00
|
|
|
checksum = "87f242f1488a539a79bac6dbe7c8609ae43b7914b7736210f239a37cccb32525"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2022-01-11 19:31:18 -08:00
|
|
|
"h2",
|
2021-10-16 09:50:11 -07:00
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-rustls",
|
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustls",
|
2021-12-19 19:38:01 -08:00
|
|
|
"rustls-pemfile",
|
2021-10-16 09:50:11 -07:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"tokio",
|
|
|
|
"tokio-rustls",
|
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
"webpki-roots",
|
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
|
|
|
version = "0.16.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"spin",
|
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rocksdb"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.18.0"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"librocksdb-sys",
|
|
|
|
]
|
|
|
|
|
2021-10-30 23:15:41 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rpassword"
|
|
|
|
version = "5.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-10-16 09:50:11 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.20.4"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "4fbfeb8d0ddb84706bc597a5574ab8912817c52a397f819e5b614e2265206921"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"sct",
|
2022-01-11 19:31:18 -08:00
|
|
|
"webpki",
|
2021-12-19 19:38:01 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"
|
|
|
|
dependencies = [
|
|
|
|
"base64",
|
2021-10-16 09:50:11 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2021-12-19 19:38:01 -08:00
|
|
|
version = "1.0.9"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-19 19:38:01 -08:00
|
|
|
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
|
2021-10-16 09:50:11 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
2021-12-19 19:38:01 -08:00
|
|
|
version = "0.7.0"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-19 19:38:01 -08:00
|
|
|
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "secrecy"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"
|
|
|
|
dependencies = [
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "1.0.136"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "1.0.136"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "1.0.79"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
2022-02-27 16:30:21 -08:00
|
|
|
"itoa",
|
2021-10-16 09:50:11 -07:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2022-01-17 21:29:39 -08:00
|
|
|
version = "0.7.1"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-17 21:29:39 -08:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
2022-02-27 16:30:21 -08:00
|
|
|
"itoa",
|
2021-10-16 09:50:11 -07:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha-1"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.10.0"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
2022-02-27 16:30:21 -08:00
|
|
|
"digest",
|
2021-10-16 09:50:11 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
|
|
|
|
|
2021-10-30 23:38:20 -07:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook"
|
2022-01-11 19:31:18 -08:00
|
|
|
version = "0.3.13"
|
2021-10-30 23:38:20 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 19:31:18 -08:00
|
|
|
checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d"
|
2021-10-30 23:38:20 -07:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"signal-hook-registry",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-tokio"
|
2022-01-11 19:31:18 -08:00
|
|
|
version = "0.3.1"
|
2021-10-30 23:38:20 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 19:31:18 -08:00
|
|
|
checksum = "213241f76fb1e37e27de3b6aa1b068a2c333233b59cca6634f634b80a27ecf1e"
|
2021-10-30 23:38:20 -07:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"libc",
|
|
|
|
"signal-hook",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2021-10-16 09:50:11 -07:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-01-15 19:47:14 -08:00
|
|
|
version = "1.8.0"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-15 19:47:14 -08:00
|
|
|
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
|
2021-10-16 09:50:11 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.4.4"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
|
|
|
version = "2.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "1.0.86"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "20518fe4a4c9acf048008599e464deb21beeae3d3578418951a189c235a7a9a8"
|
|
|
|
|
2022-01-15 19:47:14 -08:00
|
|
|
[[package]]
|
|
|
|
name = "tar"
|
|
|
|
version = "0.4.38"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
|
|
|
|
dependencies = [
|
|
|
|
"filetime",
|
|
|
|
"libc",
|
|
|
|
"xattr",
|
|
|
|
]
|
|
|
|
|
2021-10-16 09:50:11 -07:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.14.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
|
|
|
version = "1.0.30"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
|
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
|
|
|
version = "1.0.30"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "1.1.4"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
|
|
|
version = "0.1.43"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2021-12-19 19:38:01 -08:00
|
|
|
version = "1.5.1"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-19 19:38:01 -08:00
|
|
|
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
|
2021-10-16 09:50:11 -07: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-02-27 16:30:21 -08:00
|
|
|
version = "1.17.0"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"memchr",
|
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
|
|
|
"pin-project-lite",
|
2022-02-27 16:30:21 -08:00
|
|
|
"socket2",
|
2021-10-16 09:50:11 -07:00
|
|
|
"tokio-macros",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2021-12-19 19:38:01 -08:00
|
|
|
version = "1.7.0"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-19 19:38:01 -08:00
|
|
|
checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
2021-12-19 19:38:01 -08:00
|
|
|
version = "0.23.2"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-19 19:38:01 -08:00
|
|
|
checksum = "a27d5f2b839802bd8267fa19b0530f5a08b9c08cd417976be2a65d130fe1c11b"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"rustls",
|
|
|
|
"tokio",
|
2022-01-11 19:31:18 -08:00
|
|
|
"webpki",
|
2021-10-16 09:50:11 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2021-12-19 19:38:01 -08:00
|
|
|
version = "0.6.9"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-19 19:38:01 -08:00
|
|
|
checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-27 16:30:21 -08:00
|
|
|
name = "tokio-util"
|
|
|
|
version = "0.7.0"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "64910e1b9c1901aaf5375561e35b9c057d95ff41a44ede043a03e09279eabaf1"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
2022-02-27 16:30:21 -08:00
|
|
|
"bytes",
|
2021-10-16 09:50:11 -07:00
|
|
|
"futures-core",
|
2022-02-27 16:30:21 -08:00
|
|
|
"futures-sink",
|
|
|
|
"log",
|
2021-10-16 09:50:11 -07:00
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-27 16:30:21 -08:00
|
|
|
name = "tower"
|
|
|
|
version = "0.4.12"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "9a89fd63ad6adf737582df5db40d286574513c69a11dac5214dc3b5603d6713e"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"pin-project",
|
2022-02-27 16:30:21 -08:00
|
|
|
"pin-project-lite",
|
2021-10-26 23:51:05 -07:00
|
|
|
"tokio",
|
2022-02-27 16:30:21 -08:00
|
|
|
"tokio-util 0.7.0",
|
2021-10-16 09:50:11 -07:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
2022-02-27 16:30:21 -08:00
|
|
|
"tracing",
|
2021-10-16 09:50:11 -07:00
|
|
|
]
|
|
|
|
|
2022-01-18 00:36:02 -08:00
|
|
|
[[package]]
|
|
|
|
name = "tower-http"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.2.3"
|
2022-01-18 00:36:02 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "2bb284cac1883d54083a0edbdc9cabf931dfed87455f8c7266c01ece6394a43a"
|
2022-01-18 00:36:02 -08:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"http-range-header",
|
2022-02-27 16:30:21 -08:00
|
|
|
"httpdate",
|
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
|
|
|
"percent-encoding",
|
2022-01-18 00:36:02 -08:00
|
|
|
"pin-project-lite",
|
2022-02-27 16:30:21 -08:00
|
|
|
"tokio",
|
|
|
|
"tokio-util 0.7.0",
|
|
|
|
"tower",
|
2022-01-18 00:36:02 -08:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
2021-10-16 09:50:11 -07:00
|
|
|
[[package]]
|
|
|
|
name = "tower-layer"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "343bc9466d3fe6b0f960ef45960509f84480bf4fd96f92901afe7ff3df9d3a62"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.1.31"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "f6c650a8ef0cd2dd93736f033d21cbd1224c5a967aa0c258d00fcf7dafef9b9f"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.1.19"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "8276d9a4a3a558d7b7ad5303ad50b53d58264641b82914b7ada36bd762e7a716"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.1.22"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "03cfcb51380632a72d3111cb8d3447a8d908e577d31beeac006f836383d29a23"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
2022-02-27 16:30:21 -08:00
|
|
|
"valuable",
|
2021-10-16 09:50:11 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.3.9"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "9e0ab7bdc962035a87fba73f3acca9b8a8d0034c2e6f60b84aeaaddddc155dce"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"ansi_term",
|
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
]
|
|
|
|
|
2021-10-24 11:40:19 -07:00
|
|
|
[[package]]
|
|
|
|
name = "tree_magic_db"
|
|
|
|
version = "3.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e73fc24a5427b3b15e2b0bcad8ef61b5affb1da8ac89c8bf3f196c8692d57f02"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tree_magic_mini"
|
2022-01-11 19:31:18 -08:00
|
|
|
version = "3.0.3"
|
2021-10-24 11:40:19 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 19:31:18 -08:00
|
|
|
checksum = "91adfd0607cacf6e4babdb870e9bec4037c1c4b151cfd279ccefc5e0c7feaa6d"
|
2021-10-24 11:40:19 -07:00
|
|
|
dependencies = [
|
|
|
|
"bytecount",
|
|
|
|
"fnv",
|
|
|
|
"lazy_static",
|
2021-12-19 19:38:01 -08:00
|
|
|
"nom",
|
2021-10-24 11:40:19 -07:00
|
|
|
"once_cell",
|
|
|
|
"petgraph",
|
|
|
|
"tree_magic_db",
|
|
|
|
]
|
|
|
|
|
2021-10-16 09:50:11 -07:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2022-01-11 19:31:18 -08:00
|
|
|
version = "1.15.0"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 19:31:18 -08:00
|
|
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
2021-10-16 09:50:11 -07:00
|
|
|
|
2021-10-26 18:19:14 -07:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-10-16 09:50:11 -07:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
|
|
|
version = "0.1.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
|
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "universal-hash"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
|
|
|
version = "2.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2021-10-23 10:10:55 -07:00
|
|
|
[[package]]
|
|
|
|
name = "utf8-width"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7cf7d77f457ef8dfa11e4cd5933c5ddb5dc52a94664071951219a97710f0a32b"
|
|
|
|
|
2022-02-27 16:30:21 -08:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
|
2021-10-16 09:50:11 -07:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-01-11 19:31:18 -08:00
|
|
|
version = "0.9.4"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 19:31:18 -08:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2021-10-16 09:50:11 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.2.79"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2021-10-19 02:18:33 -07:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-10-16 09:50:11 -07:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.2.79"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.4.29"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.2.79"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.2.79"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.2.79"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"
|
2021-10-16 09:50:11 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2022-02-27 16:30:21 -08:00
|
|
|
version = "0.3.56"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:30:21 -08:00
|
|
|
checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2021-12-19 19:38:01 -08:00
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
|
|
|
version = "0.22.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2021-10-16 09:50:11 -07:00
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2022-01-11 19:31:18 -08:00
|
|
|
version = "0.22.2"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-11 19:31:18 -08:00
|
|
|
checksum = "552ceb903e957524388c4d3475725ff2c8b7960922063af6ce53c9a43da07449"
|
2021-10-16 09:50:11 -07:00
|
|
|
dependencies = [
|
2022-01-11 19:31:18 -08:00
|
|
|
"webpki",
|
2021-10-16 09:50:11 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-01-15 19:47:14 -08:00
|
|
|
[[package]]
|
|
|
|
name = "xattr"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-10-16 09:50:11 -07:00
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
2021-12-19 19:38:01 -08:00
|
|
|
version = "1.4.3"
|
2021-10-16 09:50:11 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-19 19:38:01 -08:00
|
|
|
checksum = "d68d9dcec5f9b43a30d38c49f91dfedfaac384cb8f085faca366c26207dd1619"
|
2021-10-26 18:19:14 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zip"
|
|
|
|
version = "0.5.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93ab48844d61251bb3835145c521d88aa4031d7139e8485990f60ca911fa0815"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"crc32fast",
|
|
|
|
"flate2",
|
|
|
|
"thiserror",
|
|
|
|
]
|
2022-02-27 16:30:21 -08:00
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|