2021-01-30 18:15:47 +03:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-07-08 18:05:06 +03:00
|
|
|
version = 3
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
2021-03-01 17:27:19 +03:00
|
|
|
version = "1.0.2"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 17:27:19 +03:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
2021-01-30 18:15:47 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler32"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
|
|
|
|
|
2022-01-17 16:46:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "aead"
|
2023-01-17 19:09:15 +03:00
|
|
|
version = "0.5.1"
|
2022-01-17 16:46:14 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 19:09:15 +03:00
|
|
|
checksum = "5c192eb8f11fc081b0fe4259ba5af04217d4e0faddd02417310a927911abd7c8"
|
2022-01-17 16:46:14 +03:00
|
|
|
dependencies = [
|
2023-01-17 19:09:15 +03:00
|
|
|
"crypto-common",
|
2022-02-03 02:07:16 +03:00
|
|
|
"generic-array 0.14.5",
|
2022-01-17 16:46:14 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aes"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"
|
|
|
|
dependencies = [
|
2022-09-29 16:34:50 +03:00
|
|
|
"cfg-if",
|
2023-01-17 19:09:15 +03:00
|
|
|
"cipher 0.3.0",
|
2022-01-17 16:46:14 +03:00
|
|
|
"cpufeatures",
|
|
|
|
"opaque-debug 0.3.0",
|
|
|
|
]
|
|
|
|
|
2023-01-17 19:09:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "aes"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "433cfd6710c9986c576a25ca913c39d66a6474107b406f34f91d4a8923395241"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cipher 0.4.3",
|
|
|
|
"cpufeatures",
|
|
|
|
]
|
|
|
|
|
2022-01-17 16:46:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "aes-gcm"
|
2023-01-17 19:09:15 +03:00
|
|
|
version = "0.10.1"
|
2022-01-17 16:46:14 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 19:09:15 +03:00
|
|
|
checksum = "82e1366e0c69c9f927b1fa5ce2c7bf9eafc8f9268c0b9800729e8b267612447c"
|
2022-01-17 16:46:14 +03:00
|
|
|
dependencies = [
|
|
|
|
"aead",
|
2023-01-17 19:09:15 +03:00
|
|
|
"aes 0.8.2",
|
|
|
|
"cipher 0.4.3",
|
2022-01-17 16:46:14 +03:00
|
|
|
"ctr",
|
|
|
|
"ghash",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2022-09-28 17:44:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.2.7",
|
|
|
|
"once_cell",
|
|
|
|
"serde",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2021-05-05 08:03:41 +03:00
|
|
|
version = "0.7.18"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-05 08:03:41 +03:00
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
2021-02-24 21:16:31 +03:00
|
|
|
"memchr",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
2022-09-28 17:44:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
|
|
|
dependencies = [
|
2022-09-29 16:34:50 +03:00
|
|
|
"winapi",
|
2022-09-28 17:44:14 +03:00
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2022-06-29 07:06:16 +03:00
|
|
|
version = "1.0.58"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-29 07:06:16 +03:00
|
|
|
checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704"
|
2021-01-30 18:15:47 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ar"
|
2021-08-30 17:37:51 +03:00
|
|
|
version = "0.9.0"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-30 17:37:51 +03:00
|
|
|
checksum = "d67af77d68a931ecd5cbd8a3b5987d63a1d1d1278f7f6a60ae33db485cdebb69"
|
2021-01-30 18:15:47 +03:00
|
|
|
|
2022-09-28 19:16:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
|
|
|
version = "0.1.57"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "76464446b8bc32758d7e88ee1a804d9914cd9b1cb264c029899680b0be29826f"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "attohttpc"
|
2022-11-24 18:52:54 +03:00
|
|
|
version = "0.24.0"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-24 18:52:54 +03:00
|
|
|
checksum = "b85f766c20e6ae766956f7a2fcc4e0931e79a7e1f48b29132b5d647021114914"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"flate2",
|
|
|
|
"http",
|
|
|
|
"log",
|
|
|
|
"native-tls",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2022-09-29 16:34:50 +03:00
|
|
|
"winapi",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-02-09 07:24:35 +03:00
|
|
|
version = "1.1.0"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-09 07:24:35 +03:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2021-01-30 18:15:47 +03:00
|
|
|
|
2022-09-28 19:16:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "axum"
|
|
|
|
version = "0.5.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c9e3356844c4d6a6d6467b8da2cffb4a2820be256f50a3a386c9d152bab31043"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"axum-core",
|
2023-01-26 17:23:08 +03:00
|
|
|
"base64 0.13.0",
|
2022-09-28 19:16:58 +03:00
|
|
|
"bitflags",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"itoa 1.0.2",
|
|
|
|
"matchit",
|
|
|
|
"memchr",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"sha-1 0.10.0",
|
|
|
|
"sync_wrapper",
|
|
|
|
"tokio",
|
|
|
|
"tokio-tungstenite",
|
|
|
|
"tower",
|
|
|
|
"tower-http",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum-core"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9f0c0a60006f2a293d82d571f635042a72edf927539b7685bd62d361963839b"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"mime",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
2021-02-20 17:36:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2021-02-24 21:16:31 +03:00
|
|
|
version = "0.13.0"
|
2021-02-20 17:36:17 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-24 21:16:31 +03:00
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
2021-02-20 17:36:17 +03:00
|
|
|
|
2023-01-26 17:23:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.21.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
|
|
|
|
|
2022-03-22 04:34:07 +03:00
|
|
|
[[package]]
|
|
|
|
name = "base64ct"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a32fd6af2b5827bce66c29053ba0e7c42b9dcab01835835058558c10851a46b"
|
|
|
|
|
2022-09-28 17:44:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bit-set"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
|
|
|
|
dependencies = [
|
|
|
|
"bit-vec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-vec"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
|
|
|
|
2022-02-09 19:02:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bit_field"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dcb6dd1c2376d2e096796e234a70e17e94cc2d5d54ff8ce42b28cef1d0d359a4"
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-12-09 18:21:33 +03:00
|
|
|
version = "1.3.2"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-09 18:21:33 +03:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2021-01-30 18:15:47 +03:00
|
|
|
|
2021-03-29 01:58:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bitness"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57792b99d555ebf109c83169228076f7d997e2b37ba1a653850ccd703ac7bab0"
|
|
|
|
dependencies = [
|
|
|
|
"sysctl",
|
|
|
|
"thiserror",
|
|
|
|
"uname",
|
2022-09-29 16:34:50 +03:00
|
|
|
"winapi",
|
2021-03-29 01:58:44 +03:00
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
|
|
|
|
dependencies = [
|
|
|
|
"block-padding",
|
|
|
|
"byte-tools",
|
|
|
|
"byteorder",
|
2021-03-29 01:58:44 +03:00
|
|
|
"generic-array 0.12.4",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
2022-01-17 16:46:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2022-02-09 07:24:35 +03:00
|
|
|
version = "0.10.2"
|
2022-01-17 16:46:14 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-09 07:24:35 +03:00
|
|
|
checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
|
2022-01-17 16:46:14 +03:00
|
|
|
dependencies = [
|
2022-02-03 02:07:16 +03:00
|
|
|
"generic-array 0.14.5",
|
2022-01-17 16:46:14 +03:00
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "block-padding"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
|
|
|
|
dependencies = [
|
|
|
|
"byte-tools",
|
|
|
|
]
|
|
|
|
|
2022-02-11 19:35:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2021-03-26 04:19:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-01-24 00:10:07 +03:00
|
|
|
version = "3.12.0"
|
2021-03-26 04:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-24 00:10:07 +03:00
|
|
|
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
|
2021-03-26 04:19:32 +03:00
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "byte-tools"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
|
|
|
|
|
2022-09-28 17:44:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bytecount"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c"
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2022-04-02 17:25:26 +03:00
|
|
|
version = "1.9.1"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-02 17:25:26 +03:00
|
|
|
checksum = "cdead85bdec19c194affaeeb670c0e41fe23de31459efd1c174d049269cf02cc"
|
2021-01-30 18:15:47 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-03-29 01:58:44 +03:00
|
|
|
version = "1.4.3"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-29 01:58:44 +03:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2021-01-30 18:15:47 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2021-12-09 18:21:33 +03:00
|
|
|
version = "1.1.0"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-09 18:21:33 +03:00
|
|
|
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
2021-01-30 18:15:47 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bzip2"
|
2023-01-17 04:40:44 +03:00
|
|
|
version = "0.4.4"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 04:40:44 +03:00
|
|
|
checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"bzip2-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bzip2-sys"
|
2021-08-15 16:47:15 +03:00
|
|
|
version = "0.1.11+1.0.8"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-15 16:47:15 +03:00
|
|
|
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2022-02-27 23:35:43 +03:00
|
|
|
version = "1.0.73"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 23:35:43 +03:00
|
|
|
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
2022-03-22 04:34:07 +03:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
]
|
2021-01-30 18:15:47 +03:00
|
|
|
|
2022-09-28 19:16:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cfb"
|
2023-01-17 19:09:15 +03:00
|
|
|
version = "0.7.3"
|
2022-09-28 19:16:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 19:09:15 +03:00
|
|
|
checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f"
|
2022-09-28 19:16:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
2023-01-17 19:09:15 +03:00
|
|
|
"fnv",
|
|
|
|
"uuid 1.1.2",
|
2022-09-28 19:16:58 +03:00
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2022-09-29 16:34:50 +03:00
|
|
|
version = "1.0.0"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-29 16:34:50 +03:00
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
2021-01-30 18:15:47 +03:00
|
|
|
|
2021-03-26 04:19:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "chunked_transfer"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fff857943da45f546682664a79488be82e69e43c1a7a2307679ab9afb3a66d2e"
|
|
|
|
|
2021-04-05 20:51:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cipher"
|
2021-05-19 07:51:09 +03:00
|
|
|
version = "0.3.0"
|
2021-04-05 20:51:17 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-19 07:51:09 +03:00
|
|
|
checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
|
2021-04-05 20:51:17 +03:00
|
|
|
dependencies = [
|
2022-01-09 16:55:09 +03:00
|
|
|
"generic-array 0.14.5",
|
2021-04-05 20:51:17 +03:00
|
|
|
]
|
|
|
|
|
2023-01-17 19:09:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cipher"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d1873270f8f7942c191139cb8a40fd228da6c3fd2fc376d7e92d47aa14aeb59e"
|
|
|
|
dependencies = [
|
|
|
|
"crypto-common",
|
|
|
|
"inout",
|
|
|
|
]
|
|
|
|
|
2022-09-28 17:44:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
|
|
|
version = "2.34.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"strsim 0.8.0",
|
2022-10-19 16:04:13 +03:00
|
|
|
"textwrap",
|
2022-09-28 17:44:14 +03:00
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2022-10-19 16:04:13 +03:00
|
|
|
version = "4.0.9"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-19 16:04:13 +03:00
|
|
|
checksum = "30607dd93c420c6f1f80b544be522a0238a7db35e6a12968d28910983fee0df0"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"clap_derive",
|
2022-05-24 17:44:07 +03:00
|
|
|
"clap_lex",
|
2022-06-15 15:06:07 +03:00
|
|
|
"once_cell",
|
2022-09-28 17:44:14 +03:00
|
|
|
"strsim 0.10.0",
|
2021-01-30 18:15:47 +03:00
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2022-10-19 16:04:13 +03:00
|
|
|
version = "4.0.9"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-19 16:04:13 +03:00
|
|
|
checksum = "a4a307492e1a34939f79d3b6b9650bd2b971513cd775436bf2b78defeb5af00b"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
2022-09-28 17:44:14 +03:00
|
|
|
"heck 0.4.0",
|
2021-01-30 18:15:47 +03:00
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-05-24 17:44:07 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2022-10-19 16:04:13 +03:00
|
|
|
version = "0.3.0"
|
2022-05-24 17:44:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-19 16:04:13 +03:00
|
|
|
checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8"
|
2022-05-24 17:44:07 +03:00
|
|
|
dependencies = [
|
|
|
|
"os_str_bytes",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "color_quant"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "colored"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"lazy_static",
|
2022-09-29 16:34:50 +03:00
|
|
|
"winapi",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "combine"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "4.6.4"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "2a604e93b79d1808327a6fca85a6f2d69de66461e7620f5a4cbf5fb4d1d7c948"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
2021-08-15 16:47:15 +03:00
|
|
|
"bytes",
|
2021-02-24 21:16:31 +03:00
|
|
|
"memchr",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
2022-10-28 01:01:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "common-path"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2382f75942f4b3be3690fe4f86365e9c853c1587d6ee58212cebf6e2a9ccd101"
|
|
|
|
|
2021-10-22 16:41:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "console"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a28b32d32ca44b70c3e4acd7db1babf555fa026e385fb95f18028f88848b3c31"
|
|
|
|
dependencies = [
|
|
|
|
"encode_unicode",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"regex",
|
2022-09-18 15:07:06 +03:00
|
|
|
"terminal_size",
|
2021-10-22 16:41:43 +03:00
|
|
|
"unicode-width",
|
2022-09-29 16:34:50 +03:00
|
|
|
"winapi",
|
2021-10-22 16:41:43 +03:00
|
|
|
]
|
|
|
|
|
2022-03-22 04:34:07 +03:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
|
|
|
|
2022-01-09 16:55:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
|
|
|
2022-02-10 04:11:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
2023-01-26 15:24:08 +03:00
|
|
|
version = "0.6.0"
|
2022-02-10 04:11:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 15:24:08 +03:00
|
|
|
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
2022-02-10 04:11:00 +03:00
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2022-02-09 07:24:35 +03:00
|
|
|
version = "0.9.3"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-09 07:24:35 +03:00
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2021-12-09 18:21:33 +03:00
|
|
|
version = "0.8.3"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-09 18:21:33 +03:00
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
2021-01-30 18:15:47 +03:00
|
|
|
|
2021-12-09 06:56:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2022-03-28 20:28:52 +03:00
|
|
|
version = "0.2.2"
|
2021-12-09 06:56:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-28 20:28:52 +03:00
|
|
|
checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
|
2021-12-09 06:56:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2022-02-09 07:24:35 +03:00
|
|
|
version = "1.3.2"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-09 07:24:35 +03:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
2022-09-29 16:34:50 +03:00
|
|
|
"cfg-if",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2022-06-29 07:06:16 +03:00
|
|
|
version = "0.5.5"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-29 07:06:16 +03:00
|
|
|
checksum = "4c02a4d71819009c192cf4872265391563fd6a84c81ff2c0f2a7026ca4c1d85c"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
2022-09-29 16:34:50 +03:00
|
|
|
"cfg-if",
|
2021-01-30 18:15:47 +03:00
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2021-08-15 16:47:15 +03:00
|
|
|
version = "0.8.1"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-15 16:47:15 +03:00
|
|
|
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
2022-09-29 16:34:50 +03:00
|
|
|
"cfg-if",
|
2021-01-30 18:15:47 +03:00
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2022-06-29 07:06:16 +03:00
|
|
|
version = "0.9.9"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-29 07:06:16 +03:00
|
|
|
checksum = "07db9d94cbd326813772c968ccd25999e5f8ae22f4f8d1b11effa37ef6ce281d"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
2022-03-28 20:28:52 +03:00
|
|
|
"autocfg",
|
2022-09-29 16:34:50 +03:00
|
|
|
"cfg-if",
|
2021-01-30 18:15:47 +03:00
|
|
|
"crossbeam-utils",
|
|
|
|
"memoffset",
|
2022-06-29 07:06:16 +03:00
|
|
|
"once_cell",
|
2021-01-30 18:15:47 +03:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2022-06-29 07:06:16 +03:00
|
|
|
version = "0.8.10"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-29 07:06:16 +03:00
|
|
|
checksum = "7d82ee10ce34d7bc12c2122495e7593a9c41347ecdd64185af4ecf72cb1a7f83"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
2022-09-29 16:34:50 +03:00
|
|
|
"cfg-if",
|
2022-06-29 07:06:16 +03:00
|
|
|
"once_cell",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
2021-12-09 06:56:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
2023-01-17 19:09:15 +03:00
|
|
|
version = "0.1.6"
|
2021-12-09 06:56:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 19:09:15 +03:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2021-12-09 06:56:58 +03:00
|
|
|
dependencies = [
|
2022-01-09 16:55:09 +03:00
|
|
|
"generic-array 0.14.5",
|
2023-01-17 19:09:15 +03:00
|
|
|
"rand_core 0.6.3",
|
2022-02-16 18:17:47 +03:00
|
|
|
"typenum",
|
2021-12-09 06:56:58 +03:00
|
|
|
]
|
|
|
|
|
2021-04-05 20:51:17 +03:00
|
|
|
[[package]]
|
2022-01-09 16:55:09 +03:00
|
|
|
name = "cssparser"
|
|
|
|
version = "0.27.2"
|
2021-04-05 20:51:17 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-09 16:55:09 +03:00
|
|
|
checksum = "754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a"
|
2021-04-05 20:51:17 +03:00
|
|
|
dependencies = [
|
2022-01-09 16:55:09 +03:00
|
|
|
"cssparser-macros",
|
|
|
|
"dtoa-short",
|
|
|
|
"itoa 0.4.8",
|
|
|
|
"matches",
|
|
|
|
"phf 0.8.0",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"smallvec",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cssparser-macros"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dfae75de57f2b2e85e8768c3ea840fd159c8f33e2b6522c7835b7abac81be16e"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2021-04-05 20:51:17 +03:00
|
|
|
]
|
|
|
|
|
2022-02-02 05:30:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ctor"
|
2022-03-28 20:28:52 +03:00
|
|
|
version = "0.1.22"
|
2022-02-02 05:30:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-28 20:28:52 +03:00
|
|
|
checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"
|
2022-02-02 05:30:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-01-17 16:46:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ctr"
|
2023-01-17 19:09:15 +03:00
|
|
|
version = "0.9.2"
|
2022-01-17 16:46:14 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 19:09:15 +03:00
|
|
|
checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
|
2022-01-17 16:46:14 +03:00
|
|
|
dependencies = [
|
2023-01-17 19:09:15 +03:00
|
|
|
"cipher 0.4.3",
|
2022-01-17 16:46:14 +03:00
|
|
|
]
|
|
|
|
|
2022-03-28 03:26:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ctrlc"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "3.2.2"
|
2022-03-28 03:26:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "b37feaa84e6861e00a1f5e5aa8da3ee56d605c9992d33e082786754828e20865"
|
2022-03-28 03:26:04 +03:00
|
|
|
dependencies = [
|
|
|
|
"nix",
|
2022-09-29 16:34:50 +03:00
|
|
|
"winapi",
|
2022-03-28 03:26:04 +03:00
|
|
|
]
|
|
|
|
|
2021-02-21 05:35:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2022-04-29 19:47:52 +03:00
|
|
|
version = "0.13.4"
|
2021-02-21 05:35:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-29 19:47:52 +03:00
|
|
|
checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
|
2021-02-21 05:35:01 +03:00
|
|
|
dependencies = [
|
2022-11-04 18:35:21 +03:00
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
2021-02-21 05:35:01 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2022-04-29 19:47:52 +03:00
|
|
|
version = "0.13.4"
|
2021-02-21 05:35:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-29 19:47:52 +03:00
|
|
|
checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
|
2021-02-21 05:35:01 +03:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-09-28 17:44:14 +03:00
|
|
|
"strsim 0.10.0",
|
2021-02-21 05:35:01 +03:00
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2022-04-29 19:47:52 +03:00
|
|
|
version = "0.13.4"
|
2021-02-21 05:35:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-29 19:47:52 +03:00
|
|
|
checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
|
2021-02-21 05:35:01 +03:00
|
|
|
dependencies = [
|
2022-11-04 18:35:21 +03:00
|
|
|
"darling_core",
|
2021-02-21 05:35:01 +03:00
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-01-09 16:55:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
|
|
|
version = "0.99.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
|
|
|
dependencies = [
|
2022-02-10 04:11:00 +03:00
|
|
|
"convert_case 0.4.0",
|
2022-01-09 16:55:09 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustc_version",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-10-22 16:41:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dialoguer"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "0.10.1"
|
2021-10-22 16:41:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "d8c8ae48e400addc32a8710c8d62d55cb84249a7d58ac4cd959daecfbaddc545"
|
2021-10-22 16:41:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"console",
|
|
|
|
"tempfile",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
|
|
|
|
dependencies = [
|
2021-03-29 01:58:44 +03:00
|
|
|
"generic-array 0.12.4",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
2022-01-17 16:46:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2022-02-16 18:17:47 +03:00
|
|
|
version = "0.10.3"
|
2022-01-17 16:46:14 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-16 18:17:47 +03:00
|
|
|
checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
|
2022-01-17 16:46:14 +03:00
|
|
|
dependencies = [
|
2022-02-09 07:24:35 +03:00
|
|
|
"block-buffer 0.10.2",
|
2022-01-17 16:46:14 +03:00
|
|
|
"crypto-common",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-next"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
|
|
|
dependencies = [
|
2022-09-29 16:34:50 +03:00
|
|
|
"cfg-if",
|
2021-01-30 18:15:47 +03:00
|
|
|
"dirs-sys-next",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys-next"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
2022-09-29 16:34:50 +03:00
|
|
|
"winapi",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
2022-01-09 16:55:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
|
|
|
version = "0.4.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dtoa-short"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bde03329ae10e79ede66c9ce4dc930aa8599043b0743008548680f25b91502d6"
|
|
|
|
dependencies = [
|
|
|
|
"dtoa",
|
|
|
|
]
|
|
|
|
|
2021-02-20 17:36:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dyn-clone"
|
2022-06-29 07:06:16 +03:00
|
|
|
version = "1.0.6"
|
2021-02-20 17:36:17 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-29 07:06:16 +03:00
|
|
|
checksum = "140206b78fb2bc3edbcfc9b5ccbd0b30699cfe8d348b8b31b330e47df5291a5a"
|
2021-02-20 17:36:17 +03:00
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
version = "1.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
|
|
|
|
2021-03-25 01:21:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "encode_unicode"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
|
|
|
|
2022-09-28 17:44:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
|
|
|
version = "0.8.31"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
|
|
|
|
dependencies = [
|
2022-09-29 16:34:50 +03:00
|
|
|
"cfg-if",
|
2022-09-28 17:44:14 +03:00
|
|
|
]
|
|
|
|
|
2022-05-07 16:19:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2022-09-28 19:47:50 +03:00
|
|
|
version = "0.9.1"
|
2022-05-07 16:19:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-28 19:47:50 +03:00
|
|
|
checksum = "c90bf5f19754d10198ccb95b70664fc925bd1fc090a0fd9a6ebc54acc8cd6272"
|
2022-05-07 16:19:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2022-02-09 19:02:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "exr"
|
2022-09-28 19:16:58 +03:00
|
|
|
version = "1.5.1"
|
2022-02-09 19:02:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-28 19:16:58 +03:00
|
|
|
checksum = "c9a7880199e74c6d3fe45579df2f436c5913a71405494cb89d59234d86b47dc5"
|
2022-02-09 19:02:33 +03:00
|
|
|
dependencies = [
|
|
|
|
"bit_field",
|
|
|
|
"flume",
|
|
|
|
"half",
|
|
|
|
"lebe",
|
2022-12-02 14:18:28 +03:00
|
|
|
"miniz_oxide 0.5.4",
|
2022-02-09 19:02:33 +03:00
|
|
|
"smallvec",
|
|
|
|
"threadpool",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fake-simd"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
|
|
|
|
2022-09-28 17:44:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fancy-regex"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d95b4efe5be9104a4a18a9916e86654319895138be727b229820c39257c30dda"
|
|
|
|
dependencies = [
|
|
|
|
"bit-set",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2022-01-09 16:55:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2022-02-03 02:07:16 +03:00
|
|
|
version = "1.7.0"
|
2022-01-09 16:55:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-03 02:07:16 +03:00
|
|
|
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
|
2022-01-09 16:55:09 +03:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "0.2.16"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "c0408e2626025178a6a7f7ffc05a25bc47103229f19c113755de7bf63816290c"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
2022-09-29 16:34:50 +03:00
|
|
|
"cfg-if",
|
2021-01-30 18:15:47 +03:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
2022-09-29 16:34:50 +03:00
|
|
|
"winapi",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2022-06-07 17:48:29 +03:00
|
|
|
version = "1.0.24"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 17:48:29 +03:00
|
|
|
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
2022-12-02 14:18:28 +03:00
|
|
|
"miniz_oxide 0.5.4",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
2022-02-09 19:02:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "flume"
|
2022-06-29 07:06:16 +03:00
|
|
|
version = "0.10.13"
|
2022-02-09 19:02:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-29 07:06:16 +03:00
|
|
|
checksum = "1ceeb589a3157cac0ab8cc585feb749bd2cea5cb55a6ee802ad72d9fd38303da"
|
2022-02-09 19:02:33 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"nanorand",
|
|
|
|
"pin-project",
|
2022-05-24 17:44:07 +03:00
|
|
|
"spin 0.9.3",
|
2022-02-09 19:02:33 +03:00
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
dependencies = [
|
|
|
|
"foreign-types-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2021-02-26 04:07:30 +03:00
|
|
|
version = "1.0.1"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-26 04:07:30 +03:00
|
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2022-09-28 17:44:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fraction"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6bb65943183b6b3cbf00f64c181e8178217e30194381b150e4f87ec59864c803"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"num",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fsevent-sys"
|
2022-09-29 16:34:50 +03:00
|
|
|
version = "4.1.0"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-29 16:34:50 +03:00
|
|
|
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-01-09 16:55:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futf"
|
2022-02-04 20:03:27 +03:00
|
|
|
version = "0.1.5"
|
2022-01-09 16:55:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-04 20:03:27 +03:00
|
|
|
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
|
2022-01-09 16:55:09 +03:00
|
|
|
dependencies = [
|
|
|
|
"mac",
|
|
|
|
"new_debug_unreachable",
|
|
|
|
]
|
|
|
|
|
2022-09-28 17:44:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
|
|
|
version = "0.3.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "30bdd20c28fadd505d0fd6712cdfcb0d4b5648baf45faef7f852afb2399bb050"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
2022-02-09 19:02:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2022-09-28 17:44:14 +03:00
|
|
|
version = "0.3.24"
|
2022-02-09 19:02:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-28 17:44:14 +03:00
|
|
|
checksum = "4e5aa3de05362c3fb88de6531e6296e85cde7739cccad4b9dfeeb7f6ebce56bf"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
|
|
|
version = "0.3.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bbf4d2a7a308fd4578637c0b17c7e1c7ba127b8f6ba00b29f717e9655d85eb68"
|
2022-02-09 19:02:33 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2022-09-28 19:16:58 +03:00
|
|
|
version = "0.3.24"
|
2022-02-09 19:02:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-28 19:16:58 +03:00
|
|
|
checksum = "21b20ba5a92e727ba30e72834706623d94ac93a725410b6a6b6fbc1b07f7ba56"
|
2022-02-09 19:02:33 +03:00
|
|
|
|
2022-09-28 17:44:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
|
|
|
version = "0.3.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a6508c467c73851293f390476d4491cf4d227dbabcd4170f3bb6044959b294f1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
|
|
|
version = "0.3.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44fb6cb1be61cc1d2e43b262516aafcf63b241cffdb1d3fa115f91d9c7b09c90"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
2022-09-28 19:16:58 +03:00
|
|
|
"futures-sink",
|
2022-09-28 17:44:14 +03:00
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
2022-01-09 16:55:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fxhash"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2021-03-29 01:58:44 +03:00
|
|
|
version = "0.12.4"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-29 01:58:44 +03:00
|
|
|
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2022-01-09 16:55:09 +03:00
|
|
|
version = "0.14.5"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-09 16:55:09 +03:00
|
|
|
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-02-20 17:36:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.1.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
|
|
|
dependencies = [
|
2022-09-29 16:34:50 +03:00
|
|
|
"cfg-if",
|
2021-02-20 17:36:17 +03:00
|
|
|
"libc",
|
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-06-29 07:06:16 +03:00
|
|
|
version = "0.2.7"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-29 07:06:16 +03:00
|
|
|
checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
2022-09-29 16:34:50 +03:00
|
|
|
"cfg-if",
|
2022-02-09 19:02:33 +03:00
|
|
|
"js-sys",
|
2021-01-30 18:15:47 +03:00
|
|
|
"libc",
|
2022-06-29 07:06:16 +03:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2022-02-09 19:02:33 +03:00
|
|
|
"wasm-bindgen",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
2022-01-17 16:46:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ghash"
|
2023-01-17 19:09:15 +03:00
|
|
|
version = "0.5.0"
|
2022-01-17 16:46:14 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 19:09:15 +03:00
|
|
|
checksum = "d930750de5717d2dd0b8c0d42c076c0e884c81a73e6cab859bbd2339c71e3e40"
|
2022-01-17 16:46:14 +03:00
|
|
|
dependencies = [
|
|
|
|
"opaque-debug 0.3.0",
|
|
|
|
"polyval",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "gif"
|
2022-06-29 07:06:16 +03:00
|
|
|
version = "0.11.4"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-29 07:06:16 +03:00
|
|
|
checksum = "3edd93c6756b4dfaf2709eafcc345ba2636565295c198a9cfbf75fa5e3e00b06"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"color_quant",
|
|
|
|
"weezl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
|
|
|
2022-02-11 19:35:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "globset"
|
2022-06-29 07:06:16 +03:00
|
|
|
version = "0.4.9"
|
2022-02-11 19:35:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-29 07:06:16 +03:00
|
|
|
checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"
|
2022-02-11 19:35:15 +03:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"bstr",
|
|
|
|
"fnv",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2022-09-28 17:44:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
|
|
|
version = "0.3.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5ca32592cf21ac7ccab1825cd87f6c9b3d9022c44d086172ed0966bec8af30be"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2022-02-09 19:02:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "half"
|
|
|
|
version = "1.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
|
|
|
|
|
2021-05-30 23:01:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "handlebars"
|
2022-06-29 07:06:16 +03:00
|
|
|
version = "4.3.1"
|
2021-05-30 23:01:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-29 07:06:16 +03:00
|
|
|
checksum = "b66d0c1b6e3abfd1e72818798925e16e02ed77e1b47f6c25a95a23b377ee4299"
|
2021-05-30 23:01:09 +03:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"pest",
|
|
|
|
"pest_derive",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-05-18 15:56:16 +03:00
|
|
|
"thiserror",
|
2021-05-30 23:01:09 +03:00
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-06-29 07:06:16 +03:00
|
|
|
version = "0.12.1"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-29 07:06:16 +03:00
|
|
|
checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3"
|
2021-01-30 18:15:47 +03:00
|
|
|
|
2022-09-28 17:44:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
2021-12-15 22:02:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
|
2022-12-27 18:54:57 +03:00
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
2021-12-15 22:02:56 +03:00
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-08-15 16:47:15 +03:00
|
|
|
version = "0.1.19"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-15 16:47:15 +03:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
2021-03-29 01:58:44 +03:00
|
|
|
version = "0.4.3"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-29 01:58:44 +03:00
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
2021-01-30 18:15:47 +03:00
|
|
|
|
2021-04-05 20:51:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
2022-02-27 23:35:43 +03:00
|
|
|
version = "0.12.1"
|
2021-04-05 20:51:17 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 23:35:43 +03:00
|
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
2021-04-05 20:51:17 +03:00
|
|
|
dependencies = [
|
2022-02-16 18:17:47 +03:00
|
|
|
"digest 0.10.3",
|
2022-01-09 16:55:09 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "html5ever"
|
2022-03-28 20:28:52 +03:00
|
|
|
version = "0.25.2"
|
2022-01-09 16:55:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-28 20:28:52 +03:00
|
|
|
checksum = "e5c13fb08e5d4dfc151ee5e88bae63f7773d61852f3bdc73c9f4b9e1bde03148"
|
2022-01-09 16:55:09 +03:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"mac",
|
|
|
|
"markup5ever",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2021-04-05 20:51:17 +03:00
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2022-06-29 07:06:16 +03:00
|
|
|
version = "0.2.8"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-29 07:06:16 +03:00
|
|
|
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
2022-05-24 17:44:07 +03:00
|
|
|
"itoa 1.0.2",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
2022-09-28 17:44:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2022-09-28 19:16:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "http-range-header"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29"
|
|
|
|
|
2022-09-28 17:44:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
|
|
|
version = "1.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
|
|
|
|
2022-05-07 16:19:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
2022-09-28 17:44:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
|
|
|
version = "0.14.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"itoa 1.0.2",
|
|
|
|
"pin-project-lite",
|
|
|
|
"socket2",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
2021-02-21 05:35:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2021-04-25 17:34:33 +03:00
|
|
|
version = "0.2.3"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-25 17:34:33 +03:00
|
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2022-02-11 19:35:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ignore"
|
|
|
|
version = "0.4.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
"globset",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"regex",
|
|
|
|
"same-file",
|
|
|
|
"thread_local",
|
|
|
|
"walkdir",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "image"
|
2022-12-02 14:18:28 +03:00
|
|
|
version = "0.24.5"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-02 14:18:28 +03:00
|
|
|
checksum = "69b7ea949b537b0fd0af141fff8c77690f2ce96f4f41f042ccb6c69c6c965945"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
"byteorder",
|
|
|
|
"color_quant",
|
2022-02-09 19:02:33 +03:00
|
|
|
"exr",
|
2021-01-30 18:15:47 +03:00
|
|
|
"gif",
|
2022-05-24 17:44:07 +03:00
|
|
|
"jpeg-decoder",
|
2022-09-28 17:44:14 +03:00
|
|
|
"num-rational 0.4.1",
|
2021-02-21 22:11:40 +03:00
|
|
|
"num-traits",
|
2022-09-03 20:37:41 +03:00
|
|
|
"png",
|
2021-01-30 18:15:47 +03:00
|
|
|
"scoped_threadpool",
|
|
|
|
"tiff",
|
|
|
|
]
|
|
|
|
|
2021-03-25 01:21:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "include_dir"
|
2022-01-09 16:55:09 +03:00
|
|
|
version = "0.7.2"
|
2021-03-25 01:21:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-09 16:55:09 +03:00
|
|
|
checksum = "482a2e29200b7eed25d7fdbd14423326760b7f6658d21a4cf12d55a50713c69f"
|
2021-03-25 01:21:03 +03:00
|
|
|
dependencies = [
|
2021-11-17 15:48:58 +03:00
|
|
|
"include_dir_macros",
|
2021-03-25 01:21:03 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-17 15:48:58 +03:00
|
|
|
name = "include_dir_macros"
|
2022-01-09 16:55:09 +03:00
|
|
|
version = "0.7.2"
|
2021-03-25 01:21:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-09 16:55:09 +03:00
|
|
|
checksum = "5e074c19deab2501407c91ba1860fa3d6820bfde307db6d8cb851b55a10be89b"
|
2021-03-25 01:21:03 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2022-06-29 07:06:16 +03:00
|
|
|
version = "1.9.1"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-29 07:06:16 +03:00
|
|
|
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
2021-02-21 22:11:40 +03:00
|
|
|
"autocfg",
|
2021-01-30 18:15:47 +03:00
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
2022-02-09 19:02:33 +03:00
|
|
|
[[package]]
|
2022-09-28 19:16:58 +03:00
|
|
|
name = "infer"
|
2023-01-17 19:09:15 +03:00
|
|
|
version = "0.12.0"
|
2022-02-09 19:02:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 19:09:15 +03:00
|
|
|
checksum = "a898e4b7951673fce96614ce5751d13c40fc5674bc2d759288e46c3ab62598b3"
|
2022-02-09 19:02:33 +03:00
|
|
|
dependencies = [
|
2022-11-04 18:35:21 +03:00
|
|
|
"cfb",
|
2022-02-09 19:02:33 +03:00
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "inotify"
|
2022-09-29 16:34:50 +03:00
|
|
|
version = "0.9.6"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-29 16:34:50 +03:00
|
|
|
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"inotify-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inotify-sys"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-01-17 19:09:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "inout"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array 0.14.5",
|
|
|
|
]
|
|
|
|
|
2022-01-09 16:55:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
dependencies = [
|
2022-09-29 16:34:50 +03:00
|
|
|
"cfg-if",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
2022-09-28 17:44:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
|
|
|
version = "2.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iso8601"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e5b94fbeb759754d87e1daea745bc8efd3037cd16980331fe1d1524c9a79ce96"
|
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
]
|
|
|
|
|
2021-09-22 23:49:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2022-01-09 16:55:09 +03:00
|
|
|
version = "0.10.3"
|
2021-09-22 23:49:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-09 16:55:09 +03:00
|
|
|
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
|
2021-09-22 23:49:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2021-12-09 18:21:33 +03:00
|
|
|
version = "0.4.8"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-09 18:21:33 +03:00
|
|
|
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
2021-01-30 18:15:47 +03:00
|
|
|
|
2022-01-09 16:55:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "1.0.2"
|
2022-01-09 16:55:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
|
2022-01-09 16:55:09 +03:00
|
|
|
|
2022-03-22 04:34:07 +03:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
|
|
|
version = "0.1.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "jpeg-decoder"
|
2022-12-02 14:18:28 +03:00
|
|
|
version = "0.3.0"
|
2022-02-09 19:02:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-02 14:18:28 +03:00
|
|
|
checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"rayon",
|
|
|
|
]
|
|
|
|
|
2021-03-26 04:19:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2022-06-29 07:06:16 +03:00
|
|
|
version = "0.3.58"
|
2021-03-26 04:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-29 07:06:16 +03:00
|
|
|
checksum = "c3fac17f7123a73ca62df411b1bf727ccc805daa070338fda671c86dac1bdc27"
|
2021-03-26 04:19:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "json-patch"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f995a3c8f2bc3dd52a18a583e90f9ec109c047fa1603a853e46bcda14d2e279d"
|
|
|
|
dependencies = [
|
2021-02-21 22:11:40 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-01-17 19:09:15 +03:00
|
|
|
"treediff 3.0.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "json-patch"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e712e62827c382a77b87f590532febb1f8b2fdbc3eefa1ee37fe7281687075ef"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"treediff 4.0.2",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
2022-02-03 16:15:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "json5"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
|
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_derive",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-02-20 17:36:17 +03:00
|
|
|
[[package]]
|
2022-09-28 17:44:14 +03:00
|
|
|
name = "jsonschema"
|
|
|
|
version = "0.16.0"
|
2021-02-20 17:36:17 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-28 17:44:14 +03:00
|
|
|
checksum = "4ebd40599e7f1230ce296f73b88c022b98ed66689f97eaa54bbeadc337a2ffa6"
|
2021-02-20 17:36:17 +03:00
|
|
|
dependencies = [
|
2022-09-28 17:44:14 +03:00
|
|
|
"ahash",
|
|
|
|
"anyhow",
|
2023-01-26 17:23:08 +03:00
|
|
|
"base64 0.13.0",
|
2022-09-28 17:44:14 +03:00
|
|
|
"bytecount",
|
|
|
|
"fancy-regex",
|
|
|
|
"fraction",
|
|
|
|
"iso8601",
|
|
|
|
"itoa 1.0.2",
|
|
|
|
"lazy_static",
|
|
|
|
"memchr",
|
|
|
|
"num-cmp",
|
|
|
|
"parking_lot",
|
|
|
|
"percent-encoding",
|
|
|
|
"regex",
|
|
|
|
"reqwest",
|
2021-02-21 22:11:40 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-09-28 17:44:14 +03:00
|
|
|
"structopt",
|
|
|
|
"time",
|
|
|
|
"url",
|
|
|
|
"uuid 0.8.2",
|
2021-02-20 17:36:17 +03:00
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
2022-09-29 16:34:50 +03:00
|
|
|
name = "kqueue"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4d6112e8f37b59803ac47a42d14f1f3a59bbf72fc6857ffc5be455e28a691f8e"
|
|
|
|
dependencies = [
|
|
|
|
"kqueue-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kqueue-sys"
|
|
|
|
version = "1.0.3"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-29 16:34:50 +03:00
|
|
|
checksum = "8367585489f01bc55dd27404dcf56b95e6da061a256a666ab23be9ba96a2e587"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
2022-09-29 16:34:50 +03:00
|
|
|
"bitflags",
|
|
|
|
"libc",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
2022-01-09 16:55:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "kuchiki"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ea8e9c6e031377cff82ee3001dc8026cdf431ed4e2e6b51f98ab8c73484a358"
|
|
|
|
dependencies = [
|
|
|
|
"cssparser",
|
|
|
|
"html5ever",
|
|
|
|
"matches",
|
|
|
|
"selectors",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
2022-02-09 19:02:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lebe"
|
2022-09-28 19:16:58 +03:00
|
|
|
version = "0.5.2"
|
2022-02-09 19:02:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-28 19:16:58 +03:00
|
|
|
checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
|
2022-02-09 19:02:33 +03:00
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "0.2.126"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
|
2021-01-30 18:15:47 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libflate"
|
2022-03-28 20:28:52 +03:00
|
|
|
version = "1.2.0"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-28 20:28:52 +03:00
|
|
|
checksum = "05605ab2bce11bcfc0e9c635ff29ef8b2ea83f29be257ee7d730cac3ee373093"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"adler32",
|
|
|
|
"crc32fast",
|
|
|
|
"libflate_lz77",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libflate_lz77"
|
2021-04-22 04:11:16 +03:00
|
|
|
version = "1.1.0"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-22 04:11:16 +03:00
|
|
|
checksum = "39a734c0493409afcd49deee13c006a04e3586b9761a03543c6272c9c51f2f5a"
|
|
|
|
dependencies = [
|
|
|
|
"rle-decode-fast",
|
|
|
|
]
|
2021-01-30 18:15:47 +03:00
|
|
|
|
2022-05-13 16:02:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
|
|
|
|
dependencies = [
|
2022-09-29 16:34:50 +03:00
|
|
|
"cfg-if",
|
|
|
|
"winapi",
|
2022-05-13 16:02:44 +03:00
|
|
|
]
|
|
|
|
|
2022-06-21 16:00:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "line-wrap"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
|
|
|
|
dependencies = [
|
|
|
|
"safemem",
|
|
|
|
]
|
|
|
|
|
2022-01-09 16:55:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2022-04-02 17:25:26 +03:00
|
|
|
version = "0.4.7"
|
2022-01-09 16:55:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-02 17:25:26 +03:00
|
|
|
checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
|
2022-01-09 16:55:09 +03:00
|
|
|
dependencies = [
|
2022-04-02 17:25:26 +03:00
|
|
|
"autocfg",
|
2022-01-09 16:55:09 +03:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-05-07 16:19:54 +03:00
|
|
|
version = "0.4.17"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-07 16:19:54 +03:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
2022-09-29 16:34:50 +03:00
|
|
|
"cfg-if",
|
2022-05-07 16:19:54 +03:00
|
|
|
"value-bag",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
2022-01-09 16:55:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mac"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "maplit"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
|
|
|
|
2022-01-09 16:55:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "markup5ever"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"phf 0.8.0",
|
|
|
|
"phf_codegen",
|
|
|
|
"string_cache",
|
|
|
|
"string_cache_codegen",
|
|
|
|
"tendril",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2021-08-15 16:47:15 +03:00
|
|
|
version = "0.1.9"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-15 16:47:15 +03:00
|
|
|
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
2021-01-30 18:15:47 +03:00
|
|
|
|
2022-09-28 19:16:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "matchit"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73cbba799671b762df5a175adf59ce145165747bb891505c43d09aefbbf38beb"
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "md5"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "2.5.0"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2021-01-30 18:15:47 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2022-01-09 16:55:09 +03:00
|
|
|
version = "0.6.5"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-09 16:55:09 +03:00
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
2021-02-21 22:11:40 +03:00
|
|
|
"autocfg",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
2022-09-28 17:44:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2021-04-05 20:51:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "minisign"
|
2021-10-13 16:02:14 +03:00
|
|
|
version = "0.7.0"
|
2021-04-05 20:51:17 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-13 16:02:14 +03:00
|
|
|
checksum = "43935b78ea0886357ab9259bd227879a54b12a83de261c3270aad584500cba2f"
|
2021-04-05 20:51:17 +03:00
|
|
|
dependencies = [
|
2022-06-29 07:06:16 +03:00
|
|
|
"getrandom 0.2.7",
|
2021-04-05 20:51:17 +03:00
|
|
|
"rpassword",
|
|
|
|
"scrypt",
|
|
|
|
]
|
|
|
|
|
2022-02-16 18:17:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2022-09-28 19:16:58 +03:00
|
|
|
version = "0.5.4"
|
2022-02-16 18:17:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-28 19:16:58 +03:00
|
|
|
checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
|
2022-02-16 18:17:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
2022-12-02 14:18:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
|
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
2022-09-28 17:44:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2023-01-17 04:47:48 +03:00
|
|
|
"windows-sys 0.36.1",
|
2022-09-28 17:44:14 +03:00
|
|
|
]
|
|
|
|
|
2022-02-09 19:02:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nanorand"
|
2022-03-28 20:28:52 +03:00
|
|
|
version = "0.7.0"
|
2022-02-09 19:02:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-28 20:28:52 +03:00
|
|
|
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
|
2022-02-09 19:02:33 +03:00
|
|
|
dependencies = [
|
2022-06-29 07:06:16 +03:00
|
|
|
"getrandom 0.2.7",
|
2022-02-09 19:02:33 +03:00
|
|
|
]
|
|
|
|
|
2022-02-10 04:11:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "napi"
|
2022-10-19 15:43:15 +03:00
|
|
|
version = "2.10.0"
|
2022-02-10 04:11:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-19 15:43:15 +03:00
|
|
|
checksum = "bace9a4026eaa6631804e2ff9030c47beb0483fbb12dc17950fe1530c4961f84"
|
2022-02-10 04:11:00 +03:00
|
|
|
dependencies = [
|
2022-08-10 14:38:55 +03:00
|
|
|
"bitflags",
|
2022-02-10 04:11:00 +03:00
|
|
|
"ctor",
|
|
|
|
"napi-sys",
|
2022-07-06 20:28:37 +03:00
|
|
|
"once_cell",
|
2022-05-13 16:02:44 +03:00
|
|
|
"thread_local",
|
2022-02-10 04:11:00 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "napi-build"
|
2022-06-29 07:06:16 +03:00
|
|
|
version = "2.0.1"
|
2022-02-10 04:11:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-29 07:06:16 +03:00
|
|
|
checksum = "882a73d9ef23e8dc2ebbffb6a6ae2ef467c0f18ac10711e4cc59c5485d41df0e"
|
2022-02-10 04:11:00 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "napi-derive"
|
2023-01-26 15:24:08 +03:00
|
|
|
version = "2.10.0"
|
2022-02-10 04:11:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 15:24:08 +03:00
|
|
|
checksum = "0265746190f318c66aca7b2a6ad3cabff25906e43a939dddc17ea59300d0a827"
|
2022-02-10 04:11:00 +03:00
|
|
|
dependencies = [
|
2023-01-26 15:24:08 +03:00
|
|
|
"convert_case 0.6.0",
|
2022-02-10 04:11:00 +03:00
|
|
|
"napi-derive-backend",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "napi-derive-backend"
|
2023-01-26 15:24:08 +03:00
|
|
|
version = "1.0.42"
|
2022-02-10 04:11:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 15:24:08 +03:00
|
|
|
checksum = "aac6a809a2b7f1c2d29f835fa6a1c8aed4054738c5cf77f456f13009a13f528c"
|
2022-02-10 04:11:00 +03:00
|
|
|
dependencies = [
|
2023-01-26 15:24:08 +03:00
|
|
|
"convert_case 0.6.0",
|
2022-02-10 04:11:00 +03:00
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "napi-sys"
|
2022-05-13 16:02:44 +03:00
|
|
|
version = "2.2.2"
|
2022-02-10 04:11:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-13 16:02:44 +03:00
|
|
|
checksum = "529671ebfae679f2ce9630b62dd53c72c56b3eb8b2c852e7e2fa91704ff93d67"
|
|
|
|
dependencies = [
|
|
|
|
"libloading",
|
|
|
|
]
|
2022-02-10 04:11:00 +03:00
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
2022-04-02 17:25:26 +03:00
|
|
|
version = "0.2.10"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-02 17:25:26 +03:00
|
|
|
checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"openssl",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
2022-01-09 16:55:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "new_debug_unreachable"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
|
|
|
|
|
2022-03-28 03:26:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "0.24.1"
|
2022-03-28 03:26:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "8f17df307904acd05aa8e32e97bb20f2a0df1728bbc2d771ae8f9a90463441e9"
|
2022-03-28 03:26:04 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2022-09-29 16:34:50 +03:00
|
|
|
"cfg-if",
|
2022-03-28 03:26:04 +03:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-01-09 16:55:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nodrop"
|
|
|
|
version = "0.1.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
|
|
|
|
|
2022-09-28 17:44:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "7.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "notify"
|
2022-09-29 16:34:50 +03:00
|
|
|
version = "5.0.0"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-29 16:34:50 +03:00
|
|
|
checksum = "ed2c66da08abae1c024c01d635253e402341b4060a12e99b31c7594063bf490a"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2022-09-29 16:34:50 +03:00
|
|
|
"crossbeam-channel",
|
2021-01-30 18:15:47 +03:00
|
|
|
"filetime",
|
|
|
|
"fsevent-sys",
|
|
|
|
"inotify",
|
2022-09-29 16:34:50 +03:00
|
|
|
"kqueue",
|
2021-01-30 18:15:47 +03:00
|
|
|
"libc",
|
2022-09-29 16:34:50 +03:00
|
|
|
"mio",
|
2021-01-30 18:15:47 +03:00
|
|
|
"walkdir",
|
2022-09-29 16:34:50 +03:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "notify-debouncer-mini"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c538ea1dd436b41e751922510cfbcaea2def87ed6ed94aa1edc15dc31b4c179"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"notify",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
2022-09-28 17:44:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8536030f9fea7127f841b45bb6243b27255787fb4eb83958aa1ef9d2fdc0c36"
|
|
|
|
dependencies = [
|
|
|
|
"num-bigint",
|
|
|
|
"num-complex",
|
|
|
|
"num-integer",
|
|
|
|
"num-iter",
|
|
|
|
"num-rational 0.2.4",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-cmp"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-complex"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "0.1.45"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
2021-02-21 22:11:40 +03:00
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
2022-09-28 17:44:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
|
|
|
version = "0.1.43"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-bigint",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
2022-06-29 07:06:16 +03:00
|
|
|
version = "0.4.1"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-29 07:06:16 +03:00
|
|
|
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
2021-02-21 22:11:40 +03:00
|
|
|
"autocfg",
|
2021-01-30 18:15:47 +03:00
|
|
|
"num-integer",
|
2021-02-21 22:11:40 +03:00
|
|
|
"num-traits",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "0.2.15"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
2021-02-21 22:11:40 +03:00
|
|
|
"autocfg",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2022-01-09 16:55:09 +03:00
|
|
|
version = "1.13.1"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-09 16:55:09 +03:00
|
|
|
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-02-06 02:17:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num_threads"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "0.1.6"
|
2022-02-06 02:17:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
|
2022-02-06 02:17:39 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2022-09-07 16:46:15 +03:00
|
|
|
version = "1.14.0"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-07 16:46:15 +03:00
|
|
|
checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0"
|
2021-01-30 18:15:47 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
|
|
|
|
|
2022-01-26 18:57:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "0.10.40"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "fb81a6430ac911acb25fe5ac8f1d2af1b4ea8a4fdfda0f1ee4292af2e2d8eb0e"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2022-09-29 16:34:50 +03:00
|
|
|
"cfg-if",
|
2021-01-30 18:15:47 +03:00
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
2021-03-29 01:58:44 +03:00
|
|
|
"once_cell",
|
2022-05-24 17:44:07 +03:00
|
|
|
"openssl-macros",
|
2021-01-30 18:15:47 +03:00
|
|
|
"openssl-sys",
|
|
|
|
]
|
|
|
|
|
2022-05-24 17:44:07 +03:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2022-02-03 02:07:16 +03:00
|
|
|
version = "0.1.5"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-03 02:07:16 +03:00
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
2021-01-30 18:15:47 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2022-06-07 17:48:29 +03:00
|
|
|
version = "0.9.74"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 17:48:29 +03:00
|
|
|
checksum = "835363342df5fba8354c5b453325b110ffd54044e588c539cf2f20a8014e4cb1"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
2021-02-21 22:11:40 +03:00
|
|
|
"autocfg",
|
2021-01-30 18:15:47 +03:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2022-12-14 19:39:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ordered-float"
|
|
|
|
version = "2.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2021-03-26 04:19:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "os_info"
|
2022-08-04 20:05:01 +03:00
|
|
|
version = "3.5.0"
|
2021-03-26 04:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-04 20:05:01 +03:00
|
|
|
checksum = "5209b2162b2c140df493a93689e04f8deab3a67634f5bc7a553c0a98e5b8d399"
|
2021-03-26 04:19:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"serde",
|
2022-09-29 16:34:50 +03:00
|
|
|
"winapi",
|
2021-03-26 04:19:32 +03:00
|
|
|
]
|
|
|
|
|
2022-02-10 04:11:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "os_pipe"
|
2022-02-27 23:35:43 +03:00
|
|
|
version = "1.0.1"
|
2022-02-10 04:11:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 23:35:43 +03:00
|
|
|
checksum = "2c92f2b54f081d635c77e7120862d48db8e91f7f21cef23ab1b4fe9971c59f55"
|
2022-02-10 04:11:00 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-09-29 16:34:50 +03:00
|
|
|
"winapi",
|
2022-02-10 04:11:00 +03:00
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
2022-06-07 17:48:29 +03:00
|
|
|
version = "6.1.0"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 17:48:29 +03:00
|
|
|
checksum = "21326818e99cfe6ce1e524c2a805c189a99b5ae555a35d19f9a284b427d86afa"
|
|
|
|
|
2022-01-09 16:55:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2022-06-07 17:48:29 +03:00
|
|
|
version = "0.12.1"
|
2022-01-09 16:55:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 17:48:29 +03:00
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
2022-01-09 16:55:09 +03:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "0.9.3"
|
2022-01-09 16:55:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
|
2022-01-09 16:55:09 +03:00
|
|
|
dependencies = [
|
2022-09-29 16:34:50 +03:00
|
|
|
"cfg-if",
|
2022-01-09 16:55:09 +03:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2023-01-17 04:47:48 +03:00
|
|
|
"windows-sys 0.36.1",
|
2022-01-09 16:55:09 +03:00
|
|
|
]
|
|
|
|
|
2022-03-22 04:34:07 +03: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 0.6.3",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2021-04-05 20:51:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pbkdf2"
|
2022-02-27 23:35:43 +03:00
|
|
|
version = "0.10.1"
|
2021-04-05 20:51:17 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 23:35:43 +03:00
|
|
|
checksum = "271779f35b581956db91a3e55737327a03aa051e90b1c47aeb189508533adfd7"
|
2021-04-05 20:51:17 +03:00
|
|
|
dependencies = [
|
2022-02-16 18:17:47 +03:00
|
|
|
"digest 0.10.3",
|
2022-03-22 04:34:07 +03:00
|
|
|
"hmac",
|
|
|
|
"password-hash",
|
|
|
|
"sha2",
|
2021-04-05 20:51:17 +03:00
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
|
|
|
version = "2.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
|
|
|
|
dependencies = [
|
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_derive"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
|
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_generator",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_generator"
|
|
|
|
version = "2.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
|
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_meta",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_meta"
|
|
|
|
version = "2.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
|
|
|
|
dependencies = [
|
|
|
|
"maplit",
|
|
|
|
"pest",
|
2022-09-28 19:16:58 +03:00
|
|
|
"sha-1 0.8.2",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
2021-02-20 17:36:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
|
|
|
|
dependencies = [
|
2022-01-09 16:55:09 +03:00
|
|
|
"phf_macros 0.8.0",
|
|
|
|
"phf_shared 0.8.0",
|
|
|
|
"proc-macro-hack",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
2023-01-17 19:26:22 +03:00
|
|
|
version = "0.10.1"
|
2022-01-09 16:55:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 19:26:22 +03:00
|
|
|
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
|
2022-01-09 16:55:09 +03:00
|
|
|
dependencies = [
|
2023-01-17 19:26:22 +03:00
|
|
|
"phf_macros 0.10.0",
|
|
|
|
"phf_shared 0.10.0",
|
|
|
|
"proc-macro-hack",
|
2021-02-20 17:36:17 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
|
|
|
|
dependencies = [
|
2022-01-09 16:55:09 +03:00
|
|
|
"phf_generator 0.8.0",
|
|
|
|
"phf_shared 0.8.0",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
2021-02-20 17:36:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
|
|
|
|
dependencies = [
|
2022-01-09 16:55:09 +03:00
|
|
|
"phf_shared 0.8.0",
|
2021-02-20 17:36:17 +03:00
|
|
|
"rand 0.7.3",
|
|
|
|
]
|
|
|
|
|
2022-01-09 16:55:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
|
|
|
|
dependencies = [
|
|
|
|
"phf_shared 0.10.0",
|
2022-02-16 18:17:47 +03:00
|
|
|
"rand 0.8.5",
|
2022-01-09 16:55:09 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_macros"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c"
|
|
|
|
dependencies = [
|
|
|
|
"phf_generator 0.8.0",
|
|
|
|
"phf_shared 0.8.0",
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_macros"
|
2023-01-17 19:26:22 +03:00
|
|
|
version = "0.10.0"
|
2022-01-09 16:55:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 19:26:22 +03:00
|
|
|
checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0"
|
2022-01-09 16:55:09 +03:00
|
|
|
dependencies = [
|
2023-01-17 19:26:22 +03:00
|
|
|
"phf_generator 0.10.0",
|
|
|
|
"phf_shared 0.10.0",
|
|
|
|
"proc-macro-hack",
|
2022-01-09 16:55:09 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-02-20 17:36:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
|
|
|
|
dependencies = [
|
2021-02-21 22:11:40 +03:00
|
|
|
"siphasher",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
2022-01-09 16:55:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
|
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
2022-02-09 19:02:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
|
|
|
version = "1.0.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
|
|
|
version = "1.0.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-09-28 17:44:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
|
|
|
version = "0.2.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
2021-02-11 08:33:18 +03:00
|
|
|
name = "pkg-config"
|
2022-04-02 17:25:26 +03:00
|
|
|
version = "0.3.25"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-02 17:25:26 +03:00
|
|
|
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
|
2021-01-30 18:15:47 +03:00
|
|
|
|
2022-06-21 16:00:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "plist"
|
|
|
|
version = "1.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bd39bc6cdc9355ad1dc5eeedefee696bb35c34caf21768741e81826c0bbd7225"
|
|
|
|
dependencies = [
|
2023-01-26 17:23:08 +03:00
|
|
|
"base64 0.13.0",
|
2022-06-21 16:00:12 +03:00
|
|
|
"indexmap",
|
|
|
|
"line-wrap",
|
|
|
|
"serde",
|
2022-09-28 17:44:14 +03:00
|
|
|
"time",
|
2022-06-21 16:00:12 +03:00
|
|
|
"xml-rs",
|
|
|
|
]
|
|
|
|
|
2022-02-09 19:02:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "png"
|
2022-12-02 14:18:28 +03:00
|
|
|
version = "0.17.7"
|
2022-02-09 19:02:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-02 14:18:28 +03:00
|
|
|
checksum = "5d708eaf860a19b19ce538740d2b4bdeeb8337fa53f7738455e706623ad5c638"
|
2022-02-09 19:02:33 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"crc32fast",
|
2022-12-02 14:18:28 +03:00
|
|
|
"flate2",
|
|
|
|
"miniz_oxide 0.6.2",
|
2022-02-09 19:02:33 +03:00
|
|
|
]
|
|
|
|
|
2022-01-17 16:46:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "polyval"
|
2023-01-17 19:09:15 +03:00
|
|
|
version = "0.6.0"
|
2022-01-17 16:46:14 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 19:09:15 +03:00
|
|
|
checksum = "7ef234e08c11dfcb2e56f79fd70f6f2eb7f025c0ce2333e82f4f0518ecad30c6"
|
2022-01-17 16:46:14 +03:00
|
|
|
dependencies = [
|
2022-09-29 16:34:50 +03:00
|
|
|
"cfg-if",
|
2022-01-17 16:46:14 +03:00
|
|
|
"cpufeatures",
|
|
|
|
"opaque-debug 0.3.0",
|
|
|
|
"universal-hash",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2022-01-09 16:55:09 +03:00
|
|
|
version = "0.2.16"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-09 16:55:09 +03:00
|
|
|
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "precomputed-hash"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
2021-01-30 18:15:47 +03: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",
|
|
|
|
]
|
|
|
|
|
2022-01-09 16:55:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
|
|
|
version = "0.5.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-10-19 16:04:13 +03:00
|
|
|
version = "1.0.46"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-19 16:04:13 +03:00
|
|
|
checksum = "94e2ef8dbfc347b10c094890f778ee2e36ca9bb4262e86dc99cd217e35f3470b"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
2022-05-24 17:44:07 +03:00
|
|
|
"unicode-ident",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-06-29 07:06:16 +03:00
|
|
|
version = "1.0.20"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-29 07:06:16 +03:00
|
|
|
checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2021-02-20 17:36:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.1.16",
|
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.2.2",
|
|
|
|
"rand_core 0.5.1",
|
2022-02-16 18:17:47 +03:00
|
|
|
"rand_hc",
|
2021-02-21 22:11:40 +03:00
|
|
|
"rand_pcg",
|
2021-02-20 17:36:17 +03:00
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-02-16 18:17:47 +03:00
|
|
|
version = "0.8.5"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-16 18:17:47 +03:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-08-15 16:47:15 +03:00
|
|
|
"rand_chacha 0.3.1",
|
|
|
|
"rand_core 0.6.3",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
2021-02-20 17:36:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-08-15 16:47:15 +03:00
|
|
|
version = "0.3.1"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-15 16:47:15 +03:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2021-08-15 16:47:15 +03:00
|
|
|
"rand_core 0.6.3",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
2021-02-20 17:36:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.1.16",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2021-08-15 16:47:15 +03:00
|
|
|
version = "0.6.3"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-15 16:47:15 +03:00
|
|
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
2022-06-29 07:06:16 +03:00
|
|
|
"getrandom 0.2.7",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
2021-02-20 17:36:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_pcg"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "1.5.3"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
2021-02-21 22:11:40 +03:00
|
|
|
"autocfg",
|
2021-01-30 18:15:47 +03:00
|
|
|
"crossbeam-deque",
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "1.9.3"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-04-02 17:25:26 +03:00
|
|
|
version = "0.2.13"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-02 17:25:26 +03:00
|
|
|
checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2022-04-02 17:25:26 +03:00
|
|
|
version = "0.4.3"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-02 17:25:26 +03:00
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
2022-06-29 07:06:16 +03:00
|
|
|
"getrandom 0.2.7",
|
2021-01-30 18:15:47 +03:00
|
|
|
"redox_syscall",
|
2022-03-28 20:28:52 +03:00
|
|
|
"thiserror",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2022-07-06 15:23:59 +03:00
|
|
|
version = "1.6.0"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-06 15:23:59 +03:00
|
|
|
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
2021-02-24 21:16:31 +03:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2022-07-06 15:23:59 +03:00
|
|
|
version = "0.6.27"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-06 15:23:59 +03:00
|
|
|
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
|
2021-01-30 18:15:47 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
|
|
dependencies = [
|
2022-09-29 16:34:50 +03:00
|
|
|
"winapi",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
2022-09-28 17:44:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
|
|
|
version = "0.11.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "431949c384f4e2ae07605ccaa56d1d9d2ecdb5cadd4f9577ccfab29f2e5149fc"
|
|
|
|
dependencies = [
|
2023-01-26 17:23:08 +03:00
|
|
|
"base64 0.13.0",
|
2022-09-28 17:44:14 +03:00
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
2021-03-26 04:19:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
|
|
|
version = "0.16.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
2022-02-09 19:02:33 +03:00
|
|
|
"spin 0.5.2",
|
2021-03-26 04:19:32 +03:00
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
2022-09-29 16:34:50 +03:00
|
|
|
"winapi",
|
2021-03-26 04:19:32 +03:00
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rle-decode-fast"
|
2022-02-03 02:07:16 +03:00
|
|
|
version = "1.0.3"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-03 02:07:16 +03:00
|
|
|
checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422"
|
2021-01-30 18:15:47 +03:00
|
|
|
|
2021-04-05 20:51:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rpassword"
|
|
|
|
version = "5.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-09-29 16:34:50 +03:00
|
|
|
"winapi",
|
2021-04-05 20:51:17 +03:00
|
|
|
]
|
|
|
|
|
2022-01-09 16:55:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
|
|
dependencies = [
|
|
|
|
"semver",
|
|
|
|
]
|
|
|
|
|
2021-03-26 04:19:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "0.20.6"
|
2021-03-26 04:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"
|
2021-03-26 04:19:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"sct",
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "1.0.10"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
|
2021-01-30 18:15:47 +03:00
|
|
|
|
2022-06-21 16:00:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "safemem"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
|
|
|
|
|
2021-04-05 20:51:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "salsa20"
|
2022-01-09 16:55:09 +03:00
|
|
|
version = "0.9.0"
|
2021-04-05 20:51:17 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-09 16:55:09 +03:00
|
|
|
checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"
|
2021-04-05 20:51:17 +03:00
|
|
|
dependencies = [
|
2023-01-17 19:09:15 +03:00
|
|
|
"cipher 0.3.0",
|
2021-04-05 20:51:17 +03:00
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "0.1.20"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
2023-01-17 04:47:48 +03:00
|
|
|
"windows-sys 0.36.1",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
2021-02-20 17:36:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "schemars"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "0.8.10"
|
2021-02-20 17:36:17 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "1847b767a3d62d95cbf3d8a9f0e421cf57a0d8aa4f411d4b16525afb0284d4ed"
|
2021-02-20 17:36:17 +03:00
|
|
|
dependencies = [
|
|
|
|
"dyn-clone",
|
|
|
|
"schemars_derive",
|
2021-02-21 22:11:40 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-12-10 18:24:45 +03:00
|
|
|
"url",
|
2021-02-20 17:36:17 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "schemars_derive"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "0.8.10"
|
2021-02-20 17:36:17 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "af4d7e1b012cb3d9129567661a63755ea4b8a7386d339dc945ae187e403c6743"
|
2021-02-20 17:36:17 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde_derive_internals",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "scoped_threadpool"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
2021-04-05 20:51:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "scrypt"
|
2022-01-09 16:55:09 +03:00
|
|
|
version = "0.8.1"
|
2021-04-05 20:51:17 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-09 16:55:09 +03:00
|
|
|
checksum = "e73d6d7c6311ebdbd9184ad6c4447b2f36337e327bda107d3ba9e3c374f9d325"
|
2021-04-05 20:51:17 +03:00
|
|
|
dependencies = [
|
|
|
|
"hmac",
|
|
|
|
"pbkdf2",
|
|
|
|
"salsa20",
|
2022-02-05 00:13:46 +03:00
|
|
|
"sha2",
|
2021-04-05 20:51:17 +03:00
|
|
|
]
|
|
|
|
|
2021-03-26 04:19:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
2021-10-27 17:58:15 +03:00
|
|
|
version = "0.7.0"
|
2021-03-26 04:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-27 17:58:15 +03:00
|
|
|
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
2021-03-26 04:19:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2022-02-09 07:24:35 +03:00
|
|
|
version = "2.6.1"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-09 07:24:35 +03:00
|
|
|
checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2022-02-09 07:24:35 +03:00
|
|
|
version = "2.6.1"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-09 07:24:35 +03:00
|
|
|
checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-01-09 16:55:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "selectors"
|
|
|
|
version = "0.22.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cssparser",
|
|
|
|
"derive_more",
|
|
|
|
"fxhash",
|
|
|
|
"log",
|
|
|
|
"matches",
|
|
|
|
"phf 0.8.0",
|
|
|
|
"phf_codegen",
|
|
|
|
"precomputed-hash",
|
|
|
|
"servo_arc",
|
|
|
|
"smallvec",
|
|
|
|
"thin-slice",
|
|
|
|
]
|
|
|
|
|
2021-03-26 04:19:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2022-06-29 07:06:16 +03:00
|
|
|
version = "1.0.10"
|
2021-03-26 04:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-29 07:06:16 +03:00
|
|
|
checksum = "a41d061efea015927ac527063765e73601444cdc344ba855bc7bd44578b25e1c"
|
2021-03-26 04:19:32 +03:00
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-01-17 19:09:15 +03:00
|
|
|
version = "1.0.152"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 19:09:15 +03:00
|
|
|
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
2022-12-14 19:39:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde-value"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
|
|
|
|
dependencies = [
|
|
|
|
"ordered-float",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-01-17 19:09:15 +03:00
|
|
|
version = "1.0.152"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 19:09:15 +03:00
|
|
|
checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-02-20 17:36:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_derive_internals"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "0.26.0"
|
2021-02-20 17:36:17 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
|
2021-02-20 17:36:17 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-01-17 19:09:15 +03:00
|
|
|
version = "1.0.91"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 19:09:15 +03:00
|
|
|
checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
2022-05-24 17:44:07 +03:00
|
|
|
"itoa 1.0.2",
|
2021-01-30 18:15:47 +03:00
|
|
|
"ryu",
|
2021-02-21 22:11:40 +03:00
|
|
|
"serde",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
2022-09-28 17:44:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"itoa 1.0.2",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-02-21 05:35:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_with"
|
2022-06-04 19:07:42 +03:00
|
|
|
version = "1.14.0"
|
2021-02-21 05:35:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-04 19:07:42 +03:00
|
|
|
checksum = "678b5a069e50bf00ecd22d0cd8ddf7c236f68581b03db652061ed5eb13a312ff"
|
2021-02-21 05:35:01 +03:00
|
|
|
dependencies = [
|
2021-02-21 22:11:40 +03:00
|
|
|
"serde",
|
2022-11-04 18:35:21 +03:00
|
|
|
"serde_with_macros",
|
2021-02-21 05:35:01 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_with_macros"
|
2022-04-29 19:47:52 +03:00
|
|
|
version = "1.5.2"
|
2021-02-21 05:35:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-29 19:47:52 +03:00
|
|
|
checksum = "e182d6ec6f05393cc0e5ed1bf81ad6db3a8feedf8ee515ecdd369809bcce8082"
|
2021-02-21 05:35:01 +03:00
|
|
|
dependencies = [
|
2022-11-04 18:35:21 +03:00
|
|
|
"darling",
|
2021-02-21 05:35:01 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-01-17 16:46:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serialize-to-javascript"
|
2022-02-10 04:11:00 +03:00
|
|
|
version = "0.1.1"
|
2022-02-09 07:24:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-10 04:11:00 +03:00
|
|
|
checksum = "c9823f2d3b6a81d98228151fdeaf848206a7855a7a042bbf9bf870449a66cafb"
|
2022-01-17 16:46:14 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serialize-to-javascript-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serialize-to-javascript-impl"
|
2022-02-10 04:11:00 +03:00
|
|
|
version = "0.1.1"
|
2022-02-09 07:24:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-10 04:11:00 +03:00
|
|
|
checksum = "74064874e9f6a15f04c1f3cb627902d0e6b410abbf36668afa873c61889f1763"
|
2022-01-17 16:46:14 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-01-09 16:55:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "servo_arc"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d98238b800e0d1576d8b6e3de32827c2d74bee68bb97748dcf5071fb53965432"
|
|
|
|
dependencies = [
|
|
|
|
"nodrop",
|
|
|
|
"stable_deref_trait",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sha-1"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer 0.7.3",
|
|
|
|
"digest 0.8.1",
|
|
|
|
"fake-simd",
|
2022-01-26 18:57:08 +03:00
|
|
|
"opaque-debug 0.2.3",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
2022-09-28 19:16:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sha-1"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
|
|
|
|
dependencies = [
|
2022-09-29 16:34:50 +03:00
|
|
|
"cfg-if",
|
2022-09-28 19:16:58 +03:00
|
|
|
"cpufeatures",
|
|
|
|
"digest 0.10.3",
|
|
|
|
]
|
|
|
|
|
2022-03-22 04:34:07 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c77f4e7f65455545c2153c1253d25056825e77ee2533f0e41deb65a93a34852f"
|
|
|
|
dependencies = [
|
2022-09-29 16:34:50 +03:00
|
|
|
"cfg-if",
|
2022-03-22 04:34:07 +03:00
|
|
|
"cpufeatures",
|
|
|
|
"digest 0.10.3",
|
|
|
|
]
|
|
|
|
|
2022-02-03 02:07:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sha1_smol"
|
|
|
|
version = "1.0.0"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-03 02:07:16 +03:00
|
|
|
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
|
2021-01-30 18:15:47 +03:00
|
|
|
|
2022-01-17 16:46:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2022-02-27 23:35:43 +03:00
|
|
|
version = "0.10.2"
|
2022-01-17 16:46:14 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 23:35:43 +03:00
|
|
|
checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"
|
2022-01-17 16:46:14 +03:00
|
|
|
dependencies = [
|
2022-09-29 16:34:50 +03:00
|
|
|
"cfg-if",
|
2022-01-17 16:46:14 +03:00
|
|
|
"cpufeatures",
|
2022-02-16 18:17:47 +03:00
|
|
|
"digest 0.10.3",
|
2022-01-17 16:46:14 +03:00
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "shared_child"
|
2021-11-17 16:30:55 +03:00
|
|
|
version = "1.0.0"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-17 16:30:55 +03:00
|
|
|
checksum = "b0d94659ad3c2137fef23ae75b03d5241d633f8acded53d672decfa0e6e0caef"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-09-29 16:34:50 +03:00
|
|
|
"winapi",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
2021-02-20 17:36:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2022-03-28 20:28:52 +03:00
|
|
|
version = "0.3.10"
|
2021-02-20 17:36:17 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-28 20:28:52 +03:00
|
|
|
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
|
2021-02-20 17:36:17 +03:00
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2022-09-29 16:34:50 +03:00
|
|
|
version = "0.4.7"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-29 16:34:50 +03:00
|
|
|
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2021-01-30 18:15:47 +03:00
|
|
|
|
2022-01-09 16:55:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-06-29 07:06:16 +03:00
|
|
|
version = "1.8.1"
|
2022-01-09 16:55:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-29 07:06:16 +03:00
|
|
|
checksum = "cc88c725d61fc6c3132893370cac4a0200e3fedf5da8331c570664b1987f5ca2"
|
2022-01-09 16:55:09 +03:00
|
|
|
|
2022-09-28 17:44:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
|
|
|
version = "0.4.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-09-29 16:34:50 +03:00
|
|
|
"winapi",
|
2022-09-28 17:44:14 +03:00
|
|
|
]
|
|
|
|
|
2021-03-26 04:19:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
2022-02-09 19:02:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "0.9.3"
|
2022-02-09 19:02:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "c530c2b0d0bf8b69304b39fe2001993e267461948b890cd037d8ad4293fa1a0d"
|
2022-02-09 19:02:33 +03:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
]
|
|
|
|
|
2022-01-09 16:55:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "string_cache"
|
2022-03-28 20:28:52 +03:00
|
|
|
version = "0.8.4"
|
2022-01-09 16:55:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-28 20:28:52 +03:00
|
|
|
checksum = "213494b7a2b503146286049378ce02b482200519accc31872ee8be91fa820a08"
|
2022-01-09 16:55:09 +03:00
|
|
|
dependencies = [
|
|
|
|
"new_debug_unreachable",
|
2022-03-28 20:28:52 +03:00
|
|
|
"once_cell",
|
2022-01-09 16:55:09 +03:00
|
|
|
"parking_lot",
|
2022-02-04 20:03:27 +03:00
|
|
|
"phf_shared 0.10.0",
|
2022-01-09 16:55:09 +03:00
|
|
|
"precomputed-hash",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "string_cache_codegen"
|
2022-03-28 20:28:52 +03:00
|
|
|
version = "0.5.2"
|
2022-01-09 16:55:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-28 20:28:52 +03:00
|
|
|
checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
|
2022-01-09 16:55:09 +03:00
|
|
|
dependencies = [
|
2022-03-28 20:28:52 +03:00
|
|
|
"phf_generator 0.10.0",
|
|
|
|
"phf_shared 0.10.0",
|
2022-01-09 16:55:09 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
]
|
|
|
|
|
2022-09-28 17:44:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
2022-09-28 17:44:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "structopt"
|
|
|
|
version = "0.3.26"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
|
|
|
|
dependencies = [
|
|
|
|
"clap 2.34.0",
|
|
|
|
"lazy_static",
|
|
|
|
"structopt-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt-derive"
|
|
|
|
version = "0.4.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
|
|
|
|
dependencies = [
|
|
|
|
"heck 0.3.3",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-04-05 20:51:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2021-08-15 16:47:15 +03:00
|
|
|
version = "2.4.1"
|
2021-04-05 20:51:17 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-15 16:47:15 +03:00
|
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
2021-04-05 20:51:17 +03:00
|
|
|
|
2022-05-07 16:19:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sval"
|
|
|
|
version = "1.0.0-alpha.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "45f6ee7c7b87caf59549e9fe45d6a69c75c8019e79e212a835c5da0e92f0ba08"
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-01-17 19:09:15 +03:00
|
|
|
version = "1.0.107"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 19:09:15 +03:00
|
|
|
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-05-24 17:44:07 +03:00
|
|
|
"unicode-ident",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
2022-09-28 19:16:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "20518fe4a4c9acf048008599e464deb21beeae3d3578418951a189c235a7a9a8"
|
|
|
|
|
2021-03-29 01:58:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sysctl"
|
2022-03-28 20:28:52 +03:00
|
|
|
version = "0.4.4"
|
2021-03-29 01:58:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-28 20:28:52 +03:00
|
|
|
checksum = "1123645dfaf2b5eac6b6c88addafc359c789b8ef2a770ecaef758c1ddf363ea4"
|
2021-03-29 01:58:44 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"byteorder",
|
|
|
|
"libc",
|
2021-04-25 17:34:33 +03:00
|
|
|
"thiserror",
|
2021-03-29 01:58:44 +03:00
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tar"
|
2022-01-09 16:55:09 +03:00
|
|
|
version = "0.4.38"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-09 16:55:09 +03:00
|
|
|
checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"filetime",
|
|
|
|
"libc",
|
|
|
|
"xattr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tauri-bundler"
|
2022-12-08 17:57:21 +03:00
|
|
|
version = "1.1.2"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"ar",
|
2021-02-04 00:29:06 +03:00
|
|
|
"attohttpc",
|
2021-03-29 01:58:44 +03:00
|
|
|
"bitness",
|
2021-01-30 18:15:47 +03:00
|
|
|
"dirs-next",
|
2023-01-19 20:39:53 +03:00
|
|
|
"encoding_rs",
|
2022-02-09 07:24:35 +03:00
|
|
|
"glob",
|
2021-05-31 00:43:28 +03:00
|
|
|
"handlebars",
|
2022-09-28 17:44:14 +03:00
|
|
|
"heck 0.4.0",
|
2021-01-30 18:15:47 +03:00
|
|
|
"hex",
|
|
|
|
"image",
|
|
|
|
"libflate",
|
2022-05-07 16:19:54 +03:00
|
|
|
"log",
|
2021-01-30 18:15:47 +03:00
|
|
|
"md5",
|
2023-01-19 21:42:40 +03:00
|
|
|
"os_pipe",
|
2022-06-21 16:00:12 +03:00
|
|
|
"plist",
|
2021-02-24 21:16:31 +03:00
|
|
|
"regex",
|
2022-06-22 06:14:39 +03:00
|
|
|
"semver",
|
2021-02-21 22:11:40 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-01-03 20:29:20 +03:00
|
|
|
"sha1",
|
2022-02-05 00:13:46 +03:00
|
|
|
"sha2",
|
2022-09-28 17:44:14 +03:00
|
|
|
"strsim 0.10.0",
|
2021-01-30 18:15:47 +03:00
|
|
|
"tar",
|
2022-09-03 20:37:41 +03:00
|
|
|
"tauri-icns",
|
2022-02-08 19:13:21 +03:00
|
|
|
"tauri-utils",
|
2021-03-29 01:58:44 +03:00
|
|
|
"tempfile",
|
2021-01-30 18:15:47 +03:00
|
|
|
"thiserror",
|
2022-09-28 17:44:14 +03:00
|
|
|
"time",
|
2022-06-29 07:06:16 +03:00
|
|
|
"uuid 1.1.2",
|
2021-01-30 18:15:47 +03:00
|
|
|
"walkdir",
|
2021-03-29 01:58:44 +03:00
|
|
|
"winreg",
|
2021-01-30 18:15:47 +03:00
|
|
|
"zip",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tauri-cli"
|
2023-01-19 03:29:40 +03:00
|
|
|
version = "1.2.3"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2022-09-28 19:16:58 +03:00
|
|
|
"axum",
|
2023-01-26 17:23:08 +03:00
|
|
|
"base64 0.21.0",
|
2022-10-19 16:04:13 +03:00
|
|
|
"clap 4.0.9",
|
2021-01-30 18:15:47 +03:00
|
|
|
"colored",
|
2022-10-28 01:01:28 +03:00
|
|
|
"common-path",
|
2022-03-28 03:26:04 +03:00
|
|
|
"ctrlc",
|
2021-10-22 16:41:43 +03:00
|
|
|
"dialoguer",
|
2022-05-07 16:19:54 +03:00
|
|
|
"env_logger",
|
2021-05-31 00:43:28 +03:00
|
|
|
"handlebars",
|
2022-09-28 17:44:14 +03:00
|
|
|
"heck 0.4.0",
|
2022-09-28 19:16:58 +03:00
|
|
|
"html5ever",
|
2022-02-11 19:35:15 +03:00
|
|
|
"ignore",
|
2022-09-03 20:37:41 +03:00
|
|
|
"image",
|
2021-03-25 01:21:03 +03:00
|
|
|
"include_dir",
|
2023-01-26 16:47:23 +03:00
|
|
|
"itertools",
|
2023-01-17 19:09:15 +03:00
|
|
|
"json-patch 0.2.6",
|
2022-09-28 17:44:14 +03:00
|
|
|
"jsonschema",
|
2022-09-28 19:16:58 +03:00
|
|
|
"kuchiki",
|
2021-04-25 17:34:33 +03:00
|
|
|
"libc",
|
2022-05-07 16:19:54 +03:00
|
|
|
"log",
|
2021-04-05 20:51:17 +03:00
|
|
|
"minisign",
|
2021-01-30 18:15:47 +03:00
|
|
|
"notify",
|
2022-09-29 16:34:50 +03:00
|
|
|
"notify-debouncer-mini",
|
2021-01-30 18:15:47 +03:00
|
|
|
"once_cell",
|
2021-03-26 04:19:32 +03:00
|
|
|
"os_info",
|
2022-02-10 04:11:00 +03:00
|
|
|
"os_pipe",
|
2021-03-26 04:19:32 +03:00
|
|
|
"regex",
|
|
|
|
"semver",
|
2021-02-21 22:11:40 +03:00
|
|
|
"serde",
|
2022-12-14 19:39:05 +03:00
|
|
|
"serde-value",
|
2021-02-21 22:11:40 +03:00
|
|
|
"serde_json",
|
2021-01-30 18:15:47 +03:00
|
|
|
"shared_child",
|
|
|
|
"tauri-bundler",
|
2022-09-03 20:37:41 +03:00
|
|
|
"tauri-icns",
|
2022-01-09 16:55:09 +03:00
|
|
|
"tauri-utils",
|
2022-09-28 19:16:58 +03:00
|
|
|
"tokio",
|
2021-02-21 22:11:40 +03:00
|
|
|
"toml",
|
2021-01-30 18:15:47 +03:00
|
|
|
"toml_edit",
|
2021-04-25 17:34:33 +03:00
|
|
|
"unicode-width",
|
2021-03-26 04:19:32 +03:00
|
|
|
"ureq",
|
2021-12-10 18:24:45 +03:00
|
|
|
"url",
|
2022-09-29 16:34:50 +03:00
|
|
|
"winapi",
|
2021-04-25 17:34:33 +03:00
|
|
|
"zeroize",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
2022-02-10 04:11:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tauri-cli-node"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2022-07-04 15:09:00 +03:00
|
|
|
"log",
|
2022-02-10 04:11:00 +03:00
|
|
|
"napi",
|
|
|
|
"napi-build",
|
|
|
|
"napi-derive",
|
|
|
|
"tauri-cli",
|
|
|
|
]
|
|
|
|
|
2022-09-03 20:37:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tauri-icns"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "03b7eb4d0d43724ba9ba6a6717420ee68aee377816a3edbb45db8c18862b1431"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"png",
|
|
|
|
]
|
|
|
|
|
2022-01-09 16:55:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tauri-utils"
|
2022-11-24 18:52:54 +03:00
|
|
|
version = "1.2.1"
|
2022-01-09 16:55:09 +03:00
|
|
|
dependencies = [
|
2022-01-17 16:46:14 +03:00
|
|
|
"aes-gcm",
|
2022-02-02 05:30:52 +03:00
|
|
|
"ctor",
|
2022-06-29 07:06:16 +03:00
|
|
|
"getrandom 0.2.7",
|
2022-02-08 19:13:21 +03:00
|
|
|
"glob",
|
2022-09-28 17:44:14 +03:00
|
|
|
"heck 0.4.0",
|
2022-01-09 16:55:09 +03:00
|
|
|
"html5ever",
|
2022-11-04 18:35:21 +03:00
|
|
|
"infer",
|
2023-01-17 19:09:15 +03:00
|
|
|
"json-patch 0.3.0",
|
2022-02-03 16:15:32 +03:00
|
|
|
"json5",
|
2022-01-09 16:55:09 +03:00
|
|
|
"kuchiki",
|
2022-04-22 18:59:03 +03:00
|
|
|
"memchr",
|
2023-01-17 19:26:22 +03:00
|
|
|
"phf 0.10.1",
|
2022-01-09 16:55:09 +03:00
|
|
|
"schemars",
|
2022-05-27 20:33:04 +03:00
|
|
|
"semver",
|
2022-01-09 16:55:09 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-11-04 18:35:21 +03:00
|
|
|
"serde_with",
|
2022-01-17 16:46:14 +03:00
|
|
|
"serialize-to-javascript",
|
2022-01-09 16:55:09 +03:00
|
|
|
"thiserror",
|
2022-08-02 20:12:26 +03:00
|
|
|
"toml",
|
2022-01-09 16:55:09 +03:00
|
|
|
"url",
|
2022-02-08 19:13:21 +03:00
|
|
|
"walkdir",
|
2022-06-29 05:52:18 +03:00
|
|
|
"windows",
|
2022-01-09 16:55:09 +03:00
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2022-01-09 16:55:09 +03:00
|
|
|
version = "3.3.0"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-09 16:55:09 +03:00
|
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
2022-09-29 16:34:50 +03:00
|
|
|
"cfg-if",
|
2022-01-09 16:55:09 +03:00
|
|
|
"fastrand",
|
2021-01-30 18:15:47 +03:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"remove_dir_all",
|
2022-09-29 16:34:50 +03:00
|
|
|
"winapi",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
2022-01-09 16:55:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tendril"
|
2022-03-28 20:28:52 +03:00
|
|
|
version = "0.4.3"
|
2022-01-09 16:55:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-28 20:28:52 +03:00
|
|
|
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
|
2022-01-09 16:55:09 +03:00
|
|
|
dependencies = [
|
|
|
|
"futf",
|
|
|
|
"mac",
|
|
|
|
"utf-8",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2022-03-03 23:32:12 +03:00
|
|
|
version = "1.1.3"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-03 23:32:12 +03:00
|
|
|
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2021-03-25 01:21:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "terminal_size"
|
2021-05-19 07:51:09 +03:00
|
|
|
version = "0.1.17"
|
2021-03-25 01:21:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-19 07:51:09 +03:00
|
|
|
checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
|
2021-03-25 01:21:03 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-09-29 16:34:50 +03:00
|
|
|
"winapi",
|
2021-03-25 01:21:03 +03:00
|
|
|
]
|
|
|
|
|
2022-09-28 17:44:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2022-01-09 16:55:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thin-slice"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c"
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-01-17 19:09:15 +03:00
|
|
|
version = "1.0.38"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 19:09:15 +03:00
|
|
|
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-01-17 19:09:15 +03:00
|
|
|
version = "1.0.38"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 19:09:15 +03:00
|
|
|
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-02-11 19:35:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
|
|
|
version = "1.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2022-02-09 19:02:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "threadpool"
|
|
|
|
version = "1.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
|
|
|
|
dependencies = [
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tiff"
|
2022-12-02 14:18:28 +03:00
|
|
|
version = "0.8.0"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-02 14:18:28 +03:00
|
|
|
checksum = "f17def29300a156c19ae30814710d9c63cd50288a49c6fd3a10ccfbe4cf886fd"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
2022-02-09 19:02:33 +03:00
|
|
|
"flate2",
|
2022-05-24 17:44:07 +03:00
|
|
|
"jpeg-decoder",
|
2021-01-30 18:15:47 +03:00
|
|
|
"weezl",
|
|
|
|
]
|
|
|
|
|
2022-02-06 02:17:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2022-06-29 07:06:16 +03:00
|
|
|
version = "0.3.11"
|
2022-02-06 02:17:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-29 07:06:16 +03:00
|
|
|
checksum = "72c91f41dcb2f096c05f0873d667dceec1087ce5bcf984ec8ffb19acddbb3217"
|
2022-02-06 02:17:39 +03:00
|
|
|
dependencies = [
|
2022-05-24 17:44:07 +03:00
|
|
|
"itoa 1.0.2",
|
2022-02-06 02:17:39 +03:00
|
|
|
"libc",
|
|
|
|
"num_threads",
|
2022-03-22 04:34:07 +03:00
|
|
|
"time-macros",
|
2022-02-06 02:17:39 +03:00
|
|
|
]
|
|
|
|
|
2022-03-22 04:34:07 +03:00
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2022-03-28 20:28:52 +03:00
|
|
|
version = "0.2.4"
|
2022-03-22 04:34:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-28 20:28:52 +03:00
|
|
|
checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"
|
2022-03-22 04:34:07 +03:00
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "1.6.0"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
|
|
2022-09-28 17:44:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2023-02-08 15:15:49 +03:00
|
|
|
version = "1.24.2"
|
2022-09-28 17:44:14 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-08 15:15:49 +03:00
|
|
|
checksum = "597a12a59981d9e3c38d216785b0c37399f6e415e8d0712047620f189371b0bb"
|
2022-09-28 17:44:14 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"memchr",
|
2022-09-29 16:34:50 +03:00
|
|
|
"mio",
|
2022-09-28 17:44:14 +03:00
|
|
|
"num_cpus",
|
|
|
|
"pin-project-lite",
|
|
|
|
"socket2",
|
2022-09-28 19:16:58 +03:00
|
|
|
"tokio-macros",
|
2023-01-17 04:47:48 +03:00
|
|
|
"windows-sys 0.42.0",
|
2022-09-28 17:44:14 +03:00
|
|
|
]
|
|
|
|
|
2022-09-28 19:16:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
|
|
|
version = "1.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-tungstenite"
|
|
|
|
version = "0.17.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f714dd15bead90401d77e04243611caec13726c2408afd5b31901dfcdcb3b181"
|
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"log",
|
|
|
|
"tokio",
|
|
|
|
"tungstenite",
|
|
|
|
]
|
|
|
|
|
2022-09-28 17:44:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2022-12-16 00:03:28 +03:00
|
|
|
version = "0.5.10"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-16 00:03:28 +03:00
|
|
|
checksum = "1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
2021-02-21 22:11:40 +03:00
|
|
|
"serde",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "0.14.4"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "5376256e44f2443f8896ac012507c19a012df0fe8758b55246ae51a2279db51f"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"combine",
|
2021-09-22 23:49:42 +03:00
|
|
|
"indexmap",
|
|
|
|
"itertools",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
2022-09-28 19:16:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tower"
|
|
|
|
version = "0.4.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"pin-project",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-http"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c530c8675c1dbf98facee631536fa116b5fb6382d7dd6dc1b118d970eafe3ba"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"http-range-header",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-layer"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "343bc9466d3fe6b0f960ef45960509f84480bf4fd96f92901afe7ff3df9d3a62"
|
|
|
|
|
2022-09-28 17:44:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
|
|
|
version = "0.1.36"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2fce9567bd60a67d08a16488756721ba392f24f29006402881e43b19aac64307"
|
|
|
|
dependencies = [
|
2022-09-29 16:34:50 +03:00
|
|
|
"cfg-if",
|
2022-09-28 19:16:58 +03:00
|
|
|
"log",
|
2022-09-28 17:44:14 +03:00
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
|
|
|
version = "0.1.29"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5aeea4303076558a00714b823f9ad67d58a3bbda1df83d8827d21193156e22f7"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "treediff"
|
|
|
|
version = "3.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "761e8d5ad7ce14bb82b7e61ccc0ca961005a275a060b9644a2431aa11553c2ff"
|
|
|
|
dependencies = [
|
2021-02-21 22:11:40 +03:00
|
|
|
"serde_json",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
2023-01-17 19:09:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "treediff"
|
|
|
|
version = "4.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "52984d277bdf2a751072b5df30ec0377febdb02f7696d64c2d7d54630bac4303"
|
|
|
|
dependencies = [
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2022-09-28 17:44:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
|
|
|
|
2022-09-28 19:16:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tungstenite"
|
|
|
|
version = "0.17.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e27992fd6a8c29ee7eef28fc78349aa244134e10ad447ce3b9f0ac0ed0fa4ce0"
|
|
|
|
dependencies = [
|
2023-01-26 17:23:08 +03:00
|
|
|
"base64 0.13.0",
|
2022-09-28 19:16:58 +03:00
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"httparse",
|
|
|
|
"log",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"sha-1 0.10.0",
|
|
|
|
"thiserror",
|
|
|
|
"url",
|
|
|
|
"utf-8",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2022-01-09 16:55:09 +03:00
|
|
|
version = "1.15.0"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-09 16:55:09 +03:00
|
|
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
2021-01-30 18:15:47 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
|
|
|
|
|
2021-03-29 01:58:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "uname"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b72f89f0ca32e4db1c04e2a72f5345d59796d4866a1ee0609084569f73683dc8"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2022-06-29 07:06:16 +03:00
|
|
|
version = "1.0.1"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-29 07:06:16 +03:00
|
|
|
checksum = "5bd2fe26506023ed7b5e1e315add59d6f584c621d037f9368fea9cfb988f368c"
|
2021-01-30 18:15:47 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2022-06-29 07:06:16 +03:00
|
|
|
version = "0.1.20"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-29 07:06:16 +03:00
|
|
|
checksum = "81dee68f85cab8cf68dec42158baf3a79a1cdc065a8b103025965d6ccb7f6cbd"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
2022-09-28 17:44:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
|
|
|
version = "1.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2021-12-09 18:21:33 +03:00
|
|
|
version = "0.1.9"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-09 18:21:33 +03:00
|
|
|
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
2021-01-30 18:15:47 +03:00
|
|
|
|
2022-01-17 16:46:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "universal-hash"
|
2023-01-17 19:09:15 +03:00
|
|
|
version = "0.5.0"
|
2022-01-17 16:46:14 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-17 19:09:15 +03:00
|
|
|
checksum = "7d3160b73c9a19f7e2939a2fdad446c57c1bbbbf4d919d3213ff1267a580d8b5"
|
2022-01-17 16:46:14 +03:00
|
|
|
dependencies = [
|
2023-01-17 19:09:15 +03:00
|
|
|
"crypto-common",
|
2022-01-17 16:46:14 +03:00
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2021-03-26 04:19:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ureq"
|
2022-07-25 18:46:19 +03:00
|
|
|
version = "2.5.0"
|
2021-03-26 04:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-25 18:46:19 +03:00
|
|
|
checksum = "b97acb4c28a254fd7a4aeec976c46a7fa404eac4d7c134b30c75144846d7cb8f"
|
2021-03-26 04:19:32 +03:00
|
|
|
dependencies = [
|
2023-01-26 17:23:08 +03:00
|
|
|
"base64 0.13.0",
|
2021-03-26 04:19:32 +03:00
|
|
|
"chunked_transfer",
|
2021-12-29 13:14:40 +03:00
|
|
|
"flate2",
|
2021-03-26 04:19:32 +03:00
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"rustls",
|
|
|
|
"url",
|
|
|
|
"webpki",
|
|
|
|
"webpki-roots",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2022-09-10 15:45:32 +03:00
|
|
|
version = "2.3.0"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-10 15:45:32 +03:00
|
|
|
checksum = "22fe195a4f217c25b25cb5058ced57059824a678474874038dc88d211bf508d3"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
2021-12-10 18:24:45 +03:00
|
|
|
"serde",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
2022-01-09 16:55:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "utf-8"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
|
2022-04-21 05:08:36 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2022-06-29 07:06:16 +03:00
|
|
|
version = "1.1.2"
|
2022-04-21 05:08:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-29 07:06:16 +03:00
|
|
|
checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f"
|
2022-04-21 05:08:36 +03:00
|
|
|
dependencies = [
|
2022-06-29 07:06:16 +03:00
|
|
|
"getrandom 0.2.7",
|
2022-04-21 05:08:36 +03:00
|
|
|
"sha1_smol",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
2022-05-07 16:19:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "value-bag"
|
|
|
|
version = "1.0.0-alpha.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"
|
|
|
|
dependencies = [
|
|
|
|
"ctor",
|
|
|
|
"sval",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2021-08-15 16:47:15 +03:00
|
|
|
version = "0.2.15"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-15 16:47:15 +03:00
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2021-01-30 18:15:47 +03:00
|
|
|
|
2022-09-28 17:44:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-01-09 16:55:09 +03:00
|
|
|
version = "0.9.4"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-09 16:55:09 +03:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2021-01-30 18:15:47 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2021-03-29 01:58:44 +03:00
|
|
|
version = "2.3.2"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-29 01:58:44 +03:00
|
|
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
2022-09-29 16:34:50 +03:00
|
|
|
"winapi",
|
2021-01-30 18:15:47 +03:00
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2021-02-20 17:36:17 +03:00
|
|
|
[[package]]
|
2022-09-28 17:44:14 +03:00
|
|
|
name = "want"
|
|
|
|
version = "0.3.0"
|
2021-02-20 17:36:17 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-28 17:44:14 +03:00
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"try-lock",
|
|
|
|
]
|
2021-02-20 17:36:17 +03:00
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2022-09-28 17:44:14 +03:00
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
2022-06-29 07:06:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-28 17:44:14 +03:00
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
2022-06-29 07:06:16 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-29 07:06:16 +03:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2021-01-30 18:15:47 +03:00
|
|
|
|
2021-03-26 04:19:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2022-06-29 07:06:16 +03:00
|
|
|
version = "0.2.81"
|
2021-03-26 04:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-29 07:06:16 +03:00
|
|
|
checksum = "7c53b543413a17a202f4be280a7e5c62a1c69345f5de525ee64f8cfdbc954994"
|
2021-03-26 04:19:32 +03:00
|
|
|
dependencies = [
|
2022-09-29 16:34:50 +03:00
|
|
|
"cfg-if",
|
2021-03-26 04:19:32 +03:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2022-06-29 07:06:16 +03:00
|
|
|
version = "0.2.81"
|
2021-03-26 04:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-29 07:06:16 +03:00
|
|
|
checksum = "5491a68ab4500fa6b4d726bd67408630c3dbe9c4fe7bda16d5c82a1fd8c7340a"
|
2021-03-26 04:19:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
2022-09-28 17:44:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
|
|
|
version = "0.4.31"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "de9a9cec1733468a8c657e57fa2413d2ae2c0129b95e87c5b72b8ace4d13f31f"
|
|
|
|
dependencies = [
|
2022-09-29 16:34:50 +03:00
|
|
|
"cfg-if",
|
2022-09-28 17:44:14 +03:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2021-03-26 04:19:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2022-06-29 07:06:16 +03:00
|
|
|
version = "0.2.81"
|
2021-03-26 04:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-29 07:06:16 +03:00
|
|
|
checksum = "c441e177922bc58f1e12c022624b6216378e5febc2f0533e41ba443d505b80aa"
|
2021-03-26 04:19:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2022-06-29 07:06:16 +03:00
|
|
|
version = "0.2.81"
|
2021-03-26 04:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-29 07:06:16 +03:00
|
|
|
checksum = "7d94ac45fcf608c1f45ef53e748d35660f168490c10b23704c7779ab8f5c3048"
|
2021-03-26 04:19:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2022-06-29 07:06:16 +03:00
|
|
|
version = "0.2.81"
|
2021-03-26 04:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-29 07:06:16 +03:00
|
|
|
checksum = "6a89911bd99e5f3659ec4acf9c4d93b0a90fe4a2a11f15328472058edc5261be"
|
2021-03-26 04:19:32 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2022-06-29 07:06:16 +03:00
|
|
|
version = "0.3.58"
|
2021-03-26 04:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-29 07:06:16 +03:00
|
|
|
checksum = "2fed94beee57daf8dd7d51f2b15dc2bcde92d7a72304cdf662a4371008b71b90"
|
2021-03-26 04:19:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
2021-10-27 17:58:15 +03:00
|
|
|
version = "0.22.0"
|
2021-03-26 04:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-27 17:58:15 +03:00
|
|
|
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
|
2021-03-26 04:19:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "0.22.3"
|
2021-03-26 04:19:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "44d8de8415c823c8abd270ad483c6feeac771fad964890779f9a8cb24fbbc1bf"
|
2021-03-26 04:19:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "weezl"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "0.1.6"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "9c97e489d8f836838d497091de568cf16b117486d529ec5579233521065bd5e4"
|
2021-01-30 18:15:47 +03: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 = [
|
2022-09-29 16:34:50 +03:00
|
|
|
"winapi",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
2022-06-29 05:52:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows"
|
2022-09-04 19:49:13 +03:00
|
|
|
version = "0.39.0"
|
2022-06-29 05:52:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-04 19:49:13 +03:00
|
|
|
checksum = "f1c4bd0a50ac6020f65184721f758dba47bb9fbc2133df715ec74a237b26794a"
|
2022-06-29 05:52:18 +03:00
|
|
|
dependencies = [
|
|
|
|
"windows-implement",
|
2022-09-04 19:49:13 +03:00
|
|
|
"windows_aarch64_msvc 0.39.0",
|
|
|
|
"windows_i686_gnu 0.39.0",
|
|
|
|
"windows_i686_msvc 0.39.0",
|
|
|
|
"windows_x86_64_gnu 0.39.0",
|
|
|
|
"windows_x86_64_msvc 0.39.0",
|
2022-06-29 05:52:18 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-implement"
|
2022-09-04 19:49:13 +03:00
|
|
|
version = "0.39.0"
|
2022-06-29 05:52:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-04 19:49:13 +03:00
|
|
|
checksum = "ba01f98f509cb5dc05f4e5fc95e535f78260f15fea8fe1a8abdd08f774f1cee7"
|
2022-06-29 05:52:18 +03:00
|
|
|
dependencies = [
|
|
|
|
"syn",
|
|
|
|
"windows-tokens",
|
|
|
|
]
|
|
|
|
|
2022-03-28 20:28:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "0.36.1"
|
2022-03-28 20:28:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
|
2022-03-28 20:28:52 +03:00
|
|
|
dependencies = [
|
2022-06-29 05:52:18 +03:00
|
|
|
"windows_aarch64_msvc 0.36.1",
|
|
|
|
"windows_i686_gnu 0.36.1",
|
|
|
|
"windows_i686_msvc 0.36.1",
|
|
|
|
"windows_x86_64_gnu 0.36.1",
|
|
|
|
"windows_x86_64_msvc 0.36.1",
|
2022-02-10 04:11:00 +03:00
|
|
|
]
|
|
|
|
|
2023-01-17 04:47:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc 0.42.1",
|
|
|
|
"windows_i686_gnu 0.42.1",
|
|
|
|
"windows_i686_msvc 0.42.1",
|
|
|
|
"windows_x86_64_gnu 0.42.1",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc 0.42.1",
|
|
|
|
]
|
|
|
|
|
2022-06-29 05:52:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows-tokens"
|
2022-09-04 19:49:13 +03:00
|
|
|
version = "0.39.0"
|
2022-06-29 05:52:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-04 19:49:13 +03:00
|
|
|
checksum = "f838de2fe15fe6bac988e74b798f26499a8b21a9d97edec321e79b28d1d7f597"
|
2022-06-29 05:52:18 +03:00
|
|
|
|
2023-01-17 04:47:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.42.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
|
|
|
|
|
2022-03-28 20:28:52 +03:00
|
|
|
[[package]]
|
2022-04-02 17:25:26 +03:00
|
|
|
name = "windows_aarch64_msvc"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "0.36.1"
|
2022-03-28 20:28:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
|
2022-03-28 20:28:52 +03:00
|
|
|
|
2022-06-29 05:52:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2022-09-04 19:49:13 +03:00
|
|
|
version = "0.39.0"
|
2022-06-29 05:52:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-04 19:49:13 +03:00
|
|
|
checksum = "ec7711666096bd4096ffa835238905bb33fb87267910e154b18b44eaabb340f2"
|
2022-06-29 05:52:18 +03:00
|
|
|
|
2023-01-17 04:47:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.42.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
|
|
|
|
|
2022-03-28 20:28:52 +03:00
|
|
|
[[package]]
|
2022-04-02 17:25:26 +03:00
|
|
|
name = "windows_i686_gnu"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "0.36.1"
|
2022-03-28 20:28:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
|
2022-03-28 20:28:52 +03:00
|
|
|
|
2022-06-29 05:52:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2022-09-04 19:49:13 +03:00
|
|
|
version = "0.39.0"
|
2022-06-29 05:52:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-04 19:49:13 +03:00
|
|
|
checksum = "763fc57100a5f7042e3057e7e8d9bdd7860d330070251a73d003563a3bb49e1b"
|
2022-06-29 05:52:18 +03:00
|
|
|
|
2023-01-17 04:47:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.42.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
|
|
|
|
|
2022-03-28 20:28:52 +03:00
|
|
|
[[package]]
|
2022-04-02 17:25:26 +03:00
|
|
|
name = "windows_i686_msvc"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "0.36.1"
|
2022-03-28 20:28:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
|
2022-03-28 20:28:52 +03:00
|
|
|
|
2022-06-29 05:52:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2022-09-04 19:49:13 +03:00
|
|
|
version = "0.39.0"
|
2022-06-29 05:52:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-04 19:49:13 +03:00
|
|
|
checksum = "7bc7cbfe58828921e10a9f446fcaaf649204dcfe6c1ddd712c5eebae6bda1106"
|
2022-06-29 05:52:18 +03:00
|
|
|
|
2023-01-17 04:47:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.42.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
|
|
|
|
|
2022-03-28 20:28:52 +03:00
|
|
|
[[package]]
|
2022-04-02 17:25:26 +03:00
|
|
|
name = "windows_x86_64_gnu"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "0.36.1"
|
2022-03-28 20:28:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
|
2022-03-28 20:28:52 +03:00
|
|
|
|
2022-06-29 05:52:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2022-09-04 19:49:13 +03:00
|
|
|
version = "0.39.0"
|
2022-06-29 05:52:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-04 19:49:13 +03:00
|
|
|
checksum = "6868c165637d653ae1e8dc4d82c25d4f97dd6605eaa8d784b5c6e0ab2a252b65"
|
2022-06-29 05:52:18 +03:00
|
|
|
|
2023-01-17 04:47:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.42.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.42.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
|
|
|
|
|
2022-04-02 17:25:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "0.36.1"
|
2022-04-02 17:25:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
|
2022-04-02 17:25:26 +03:00
|
|
|
|
2022-06-29 05:52:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2022-09-04 19:49:13 +03:00
|
|
|
version = "0.39.0"
|
2022-06-29 05:52:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-04 19:49:13 +03:00
|
|
|
checksum = "5e4d40883ae9cae962787ca76ba76390ffa29214667a111db9e0a1ad8377e809"
|
2022-06-29 05:52:18 +03:00
|
|
|
|
2023-01-17 04:47:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.42.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
|
|
|
|
|
2021-03-29 01:58:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2021-09-22 23:49:42 +03:00
|
|
|
version = "0.10.1"
|
2021-03-29 01:58:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-22 23:49:42 +03:00
|
|
|
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
|
2021-03-29 01:58:44 +03:00
|
|
|
dependencies = [
|
2022-09-29 16:34:50 +03:00
|
|
|
"winapi",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xattr"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "0.2.3"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-06-21 16:00:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
|
|
|
|
|
2021-03-25 01:21:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "1.5.5"
|
2021-03-25 01:21:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "94693807d016b2f2d2e14420eb3bfcca689311ff775dcf113d74ea624b7cdf07"
|
2021-03-25 01:21:03 +03:00
|
|
|
|
2021-01-30 18:15:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "zip"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "0.6.2"
|
2021-01-30 18:15:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "bf225bcf73bb52cbb496e70475c7bd7a3f769df699c0020f6c7bd9a96dcf0b8d"
|
2021-01-30 18:15:47 +03:00
|
|
|
dependencies = [
|
2023-01-17 19:09:15 +03:00
|
|
|
"aes 0.7.5",
|
2021-01-30 18:15:47 +03:00
|
|
|
"byteorder",
|
|
|
|
"bzip2",
|
2022-03-22 04:34:07 +03:00
|
|
|
"constant_time_eq",
|
2021-01-30 18:15:47 +03:00
|
|
|
"crc32fast",
|
2022-04-02 17:25:26 +03:00
|
|
|
"crossbeam-utils",
|
2021-01-30 18:15:47 +03:00
|
|
|
"flate2",
|
2022-03-22 04:34:07 +03:00
|
|
|
"hmac",
|
|
|
|
"pbkdf2",
|
2022-04-21 05:08:36 +03:00
|
|
|
"sha1",
|
2022-09-28 17:44:14 +03:00
|
|
|
"time",
|
2022-03-22 04:34:07 +03:00
|
|
|
"zstd",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "0.10.2+zstd.1.5.2"
|
2022-03-22 04:34:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "5f4a6bd64f22b5e3e94b4e238669ff9f10815c27a5180108b849d24174a83847"
|
2022-03-22 04:34:07 +03:00
|
|
|
dependencies = [
|
|
|
|
"zstd-safe",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-safe"
|
2022-05-24 17:44:07 +03:00
|
|
|
version = "4.1.6+zstd.1.5.2"
|
2022-03-22 04:34:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 17:44:07 +03:00
|
|
|
checksum = "94b61c51bb270702d6167b8ce67340d2754b088d0c091b06e593aa772c3ee9bb"
|
2022-03-22 04:34:07 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"zstd-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-sys"
|
|
|
|
version = "1.6.3+zstd.1.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fc49afa5c8d634e75761feda8c592051e7eeb4683ba827211eb0d731d3402ea8"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
2021-01-30 18:15:47 +03:00
|
|
|
]
|