2022-02-12 16:32:51 -05:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "actix-codec"
|
2023-05-15 09:25:15 -04:00
|
|
|
version = "0.5.1"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-15 09:25:15 -04:00
|
|
|
checksum = "617a8268e3537fe1d8c9ead925fca49ef6400927ee7bc26750e90ecee14ce4b8"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
2023-07-04 02:00:18 -04:00
|
|
|
"bitflags 1.3.2",
|
2022-06-06 17:07:11 -04:00
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2023-06-19 10:57:25 -04:00
|
|
|
"tokio-util",
|
2023-05-15 09:25:15 -04:00
|
|
|
"tracing",
|
2022-06-06 17:07:11 -04:00
|
|
|
]
|
|
|
|
|
2022-07-24 13:23:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "actix-files"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d832782fac6ca7369a70c9ee9a20554623c5e51c76e190ad151780ebea1cf689"
|
|
|
|
dependencies = [
|
|
|
|
"actix-http",
|
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
|
|
|
"actix-web",
|
|
|
|
"askama_escape",
|
2023-07-04 02:00:18 -04:00
|
|
|
"bitflags 1.3.2",
|
2022-07-24 13:23:52 -04:00
|
|
|
"bytes",
|
|
|
|
"derive_more",
|
|
|
|
"futures-core",
|
|
|
|
"http-range",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2022-06-09 12:59:14 -04:00
|
|
|
[[package]]
|
|
|
|
name = "actix-grants-proc-macro"
|
2023-07-17 04:18:47 -04:00
|
|
|
version = "2.0.2"
|
2022-06-09 12:59:14 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-17 04:18:47 -04:00
|
|
|
checksum = "c278a8d315dd00c434ad65ec14d3416cacb26d16961af8a1d7a19568071e4f32"
|
2022-06-09 12:59:14 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-22 11:11:47 -04:00
|
|
|
"syn 1.0.109",
|
2022-06-09 12:59:14 -04:00
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "actix-http"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "3.4.0"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "a92ef85799cba03f76e4f7c10f533e66d87c9a7e7055f3391f09000ad8351bc9"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"actix-codec",
|
|
|
|
"actix-rt",
|
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
2023-09-05 08:46:32 -04:00
|
|
|
"ahash",
|
2023-09-26 03:30:08 -04:00
|
|
|
"base64 0.21.4",
|
2023-09-05 08:46:32 -04:00
|
|
|
"bitflags 2.4.0",
|
2022-06-06 17:07:11 -04:00
|
|
|
"brotli",
|
|
|
|
"bytes",
|
|
|
|
"bytestring",
|
|
|
|
"derive_more",
|
|
|
|
"encoding_rs",
|
|
|
|
"flate2",
|
|
|
|
"futures-core",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"language-tags",
|
|
|
|
"local-channel",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
2022-08-15 08:27:41 -04:00
|
|
|
"rand",
|
2022-06-13 08:20:31 -04:00
|
|
|
"sha1",
|
2022-06-06 17:07:11 -04:00
|
|
|
"smallvec",
|
2023-01-28 15:52:32 -05:00
|
|
|
"tokio",
|
2023-06-19 10:57:25 -04:00
|
|
|
"tokio-util",
|
2022-06-13 08:20:31 -04:00
|
|
|
"tracing",
|
2022-06-06 17:07:11 -04:00
|
|
|
"zstd",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-macros"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "0.2.4"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
2023-10-13 02:20:35 -04:00
|
|
|
"syn 2.0.38",
|
2022-06-06 17:07:11 -04:00
|
|
|
]
|
|
|
|
|
2022-06-22 12:00:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "actix-multipart"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "0.6.1"
|
2022-06-22 12:00:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "3b960e2aea75f49c8f069108063d12a48d329fc8b60b786dfc7552a9d5918d2d"
|
2022-06-22 12:00:31 -04:00
|
|
|
dependencies = [
|
2023-08-08 15:10:30 -04:00
|
|
|
"actix-multipart-derive",
|
2022-06-22 12:00:31 -04:00
|
|
|
"actix-utils",
|
|
|
|
"actix-web",
|
|
|
|
"bytes",
|
|
|
|
"derive_more",
|
|
|
|
"futures-core",
|
2023-08-08 15:10:30 -04:00
|
|
|
"futures-util",
|
2022-06-22 12:00:31 -04:00
|
|
|
"httparse",
|
|
|
|
"local-waker",
|
|
|
|
"log",
|
2023-01-28 15:52:32 -05:00
|
|
|
"memchr",
|
2022-06-22 12:00:31 -04:00
|
|
|
"mime",
|
2023-08-08 15:10:30 -04:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_plain",
|
|
|
|
"tempfile",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-multipart-derive"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "0.6.1"
|
2023-08-08 15:10:30 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "0a0a77f836d869f700e5b47ac7c3c8b9c8bc82e4aec861954c6198abee3ebd4d"
|
2023-08-08 15:10:30 -04:00
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"parse-size",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-13 02:20:35 -04:00
|
|
|
"syn 2.0.38",
|
2022-06-22 12:00:31 -04:00
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "actix-router"
|
2022-10-01 17:43:43 -04:00
|
|
|
version = "0.5.1"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-01 17:43:43 -04:00
|
|
|
checksum = "d66ff4d247d2b160861fa2866457e85706833527840e4133f8f49aa423a38799"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"bytestring",
|
|
|
|
"http",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
2022-10-01 17:43:43 -04:00
|
|
|
"tracing",
|
2022-06-06 17:07:11 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-rt"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "2.9.0"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "28f32d40287d3f402ae0028a9d54bef51af15c8769492826a69d28f81893151d"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-server"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "2.3.0"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "3eb13e7eef0423ea6eab0e59f6c72e7cb46d33691ad56a726b3cd07ddec2c2d4"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"actix-rt",
|
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2023-06-19 10:57:25 -04:00
|
|
|
"mio",
|
2023-09-26 03:30:08 -04:00
|
|
|
"socket2 0.5.4",
|
2022-06-06 17:07:11 -04:00
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-service"
|
|
|
|
version = "2.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"paste",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-utils"
|
2022-10-25 04:06:15 -04:00
|
|
|
version = "3.0.1"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-25 04:06:15 -04:00
|
|
|
checksum = "88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"local-waker",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-web"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "4.4.0"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "0e4a5b5e29603ca8c94a77c65cf874718ceb60292c5a5c3e5f4ace041af462b9"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"actix-codec",
|
|
|
|
"actix-http",
|
|
|
|
"actix-macros",
|
|
|
|
"actix-router",
|
|
|
|
"actix-rt",
|
|
|
|
"actix-server",
|
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
|
|
|
"actix-web-codegen",
|
2023-09-05 08:46:32 -04:00
|
|
|
"ahash",
|
2022-06-06 17:07:11 -04:00
|
|
|
"bytes",
|
|
|
|
"bytestring",
|
2023-06-19 10:57:25 -04:00
|
|
|
"cfg-if",
|
2022-06-06 17:07:11 -04:00
|
|
|
"cookie",
|
|
|
|
"derive_more",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"itoa",
|
|
|
|
"language-tags",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"once_cell",
|
|
|
|
"pin-project-lite",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"smallvec",
|
2023-09-26 03:30:08 -04:00
|
|
|
"socket2 0.5.4",
|
2023-09-07 15:57:16 -04:00
|
|
|
"time",
|
2022-06-06 17:07:11 -04:00
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-web-codegen"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "4.2.2"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "eb1f50ebbb30eca122b188319a4398b3f7bb4a8cdf50ecfb73bfc6a3c3ce54f5"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"actix-router",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-13 02:20:35 -04:00
|
|
|
"syn 2.0.38",
|
2022-06-06 17:07:11 -04:00
|
|
|
]
|
|
|
|
|
2022-06-09 12:59:14 -04:00
|
|
|
[[package]]
|
|
|
|
name = "actix-web-grants"
|
2023-07-17 04:18:47 -04:00
|
|
|
version = "3.0.2"
|
2022-06-09 12:59:14 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-17 04:18:47 -04:00
|
|
|
checksum = "5e03865e96db7fc34438d3f4aa330f81f537652f58f8b3728ddc623038055274"
|
2022-06-09 12:59:14 -04:00
|
|
|
dependencies = [
|
|
|
|
"actix-grants-proc-macro",
|
|
|
|
"actix-web",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-web-httpauth"
|
2023-09-26 03:30:08 -04:00
|
|
|
version = "0.8.1"
|
2022-06-09 12:59:14 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 03:30:08 -04:00
|
|
|
checksum = "1d613edf08a42ccc6864c941d30fe14e1b676a77d16f1dbadc1174d065a0a775"
|
2022-06-09 12:59:14 -04:00
|
|
|
dependencies = [
|
|
|
|
"actix-utils",
|
|
|
|
"actix-web",
|
2023-09-26 03:30:08 -04:00
|
|
|
"base64 0.21.4",
|
2022-06-09 12:59:14 -04:00
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2023-08-08 15:10:30 -04:00
|
|
|
"log",
|
2022-06-09 12:59:14 -04:00
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2023-07-04 02:00:18 -04:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "0.21.0"
|
2023-07-04 02:00:18 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
|
2023-07-04 02:00:18 -04:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
2022-02-23 15:25:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2023-03-05 10:43:00 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
|
|
|
|
dependencies = [
|
2023-06-19 10:57:25 -04:00
|
|
|
"cfg-if",
|
2023-03-05 10:43:00 -05:00
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2023-04-23 15:29:36 -04:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-10-13 02:20:35 -04:00
|
|
|
version = "1.1.2"
|
2023-04-23 15:29:36 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-13 02:20:35 -04:00
|
|
|
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
|
2023-04-23 15:29:36 -04:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "alloc-no-stdlib"
|
2022-10-01 17:43:43 -04:00
|
|
|
version = "2.0.4"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-01 17:43:43 -04:00
|
|
|
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
|
2022-06-06 17:07:11 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alloc-stdlib"
|
2022-10-01 17:43:43 -04:00
|
|
|
version = "0.2.2"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-01 17:43:43 -04:00
|
|
|
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
]
|
|
|
|
|
2023-06-17 18:43:23 -04:00
|
|
|
[[package]]
|
|
|
|
name = "allocator-api2"
|
2023-07-14 07:42:20 -04:00
|
|
|
version = "0.2.16"
|
2023-06-17 18:43:23 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-14 07:42:20 -04:00
|
|
|
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
|
2023-06-17 18:43:23 -04:00
|
|
|
|
2023-05-31 16:40:50 -04:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
2022-08-10 04:07:10 -04:00
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
2022-08-30 11:15:29 -04:00
|
|
|
version = "0.1.5"
|
2022-08-10 04:07:10 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-30 11:15:29 -04:00
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
2022-08-10 04:07:10 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-06-19 10:57:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2023-10-01 08:11:04 -04:00
|
|
|
version = "0.6.4"
|
2023-06-19 10:57:25 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-01 08:11:04 -04:00
|
|
|
checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44"
|
2023-06-19 10:57:25 -04:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2023-09-29 02:28:38 -04:00
|
|
|
version = "1.0.4"
|
2023-06-19 10:57:25 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-29 02:28:38 -04:00
|
|
|
checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
|
2023-06-19 10:57:25 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2023-09-29 02:28:38 -04:00
|
|
|
version = "0.2.2"
|
2023-06-19 10:57:25 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-29 02:28:38 -04:00
|
|
|
checksum = "317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140"
|
2023-06-19 10:57:25 -04:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
|
|
|
|
dependencies = [
|
2023-09-05 08:46:32 -04:00
|
|
|
"windows-sys",
|
2023-06-19 10:57:25 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2023-10-01 08:11:04 -04:00
|
|
|
version = "3.0.1"
|
2023-06-19 10:57:25 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-01 08:11:04 -04:00
|
|
|
checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628"
|
2023-06-19 10:57:25 -04:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2023-09-05 08:46:32 -04:00
|
|
|
"windows-sys",
|
2023-06-19 10:57:25 -04:00
|
|
|
]
|
|
|
|
|
2022-12-06 02:11:18 -05:00
|
|
|
[[package]]
|
|
|
|
name = "any_ascii"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70033777eb8b5124a81a1889416543dddef2de240019b674c81285a2635a7e1e"
|
|
|
|
|
2022-06-07 16:05:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "argon2"
|
2023-09-06 02:24:50 -04:00
|
|
|
version = "0.5.2"
|
2022-06-07 16:05:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-06 02:24:50 -04:00
|
|
|
checksum = "17ba4cac0a46bc1d2912652a751c47f2a9f3a7fe89bcae2275d418f5270402f9"
|
2022-06-07 16:05:35 -04:00
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
"blake2",
|
2023-08-08 15:10:30 -04:00
|
|
|
"cpufeatures",
|
2022-06-07 16:05:35 -04:00
|
|
|
"password-hash",
|
|
|
|
]
|
|
|
|
|
2023-06-19 10:57:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ascii"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
|
|
|
|
|
2022-07-24 13:23:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "askama_escape"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
|
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "async-attributes"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
2023-03-22 11:11:47 -04:00
|
|
|
"syn 1.0.109",
|
2022-06-16 12:14:58 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
2023-07-14 07:42:20 -04:00
|
|
|
version = "1.9.0"
|
2022-06-16 12:14:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-14 07:42:20 -04:00
|
|
|
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
|
2022-06-16 12:14:58 -04:00
|
|
|
dependencies = [
|
2022-12-17 16:08:22 -05:00
|
|
|
"concurrent-queue",
|
2022-06-16 12:14:58 -04:00
|
|
|
"event-listener",
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-executor"
|
2023-09-29 02:28:38 -04:00
|
|
|
version = "1.5.4"
|
2022-06-16 12:14:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-29 02:28:38 -04:00
|
|
|
checksum = "2c1da3ae8dabd9c00f453a329dfe1fb28da3c0a72e2478cdcd93171740c20499"
|
2022-06-16 12:14:58 -04:00
|
|
|
dependencies = [
|
2022-11-19 14:34:29 -05:00
|
|
|
"async-lock",
|
2022-06-16 12:14:58 -04:00
|
|
|
"async-task",
|
2022-12-17 16:08:22 -05:00
|
|
|
"concurrent-queue",
|
2023-09-26 03:30:08 -04:00
|
|
|
"fastrand 2.0.1",
|
2022-06-16 12:14:58 -04:00
|
|
|
"futures-lite",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-global-executor"
|
2022-11-03 10:26:02 -04:00
|
|
|
version = "2.3.1"
|
2022-06-16 12:14:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-03 10:26:02 -04:00
|
|
|
checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776"
|
2022-06-16 12:14:58 -04:00
|
|
|
dependencies = [
|
|
|
|
"async-channel",
|
|
|
|
"async-executor",
|
|
|
|
"async-io",
|
|
|
|
"async-lock",
|
|
|
|
"blocking",
|
|
|
|
"futures-lite",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-io"
|
2023-03-27 04:50:20 -04:00
|
|
|
version = "1.13.0"
|
2022-06-16 12:14:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-27 04:50:20 -04:00
|
|
|
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
|
2022-06-16 12:14:58 -04:00
|
|
|
dependencies = [
|
2022-11-03 10:26:02 -04:00
|
|
|
"async-lock",
|
2022-08-19 04:14:37 -04:00
|
|
|
"autocfg",
|
2023-06-19 10:57:25 -04:00
|
|
|
"cfg-if",
|
2022-12-17 16:08:22 -05:00
|
|
|
"concurrent-queue",
|
2022-06-16 12:14:58 -04:00
|
|
|
"futures-lite",
|
|
|
|
"log",
|
|
|
|
"parking",
|
|
|
|
"polling",
|
2023-10-01 08:11:04 -04:00
|
|
|
"rustix 0.37.24",
|
2022-06-16 12:14:58 -04:00
|
|
|
"slab",
|
2023-09-05 08:46:32 -04:00
|
|
|
"socket2 0.4.9",
|
2022-06-16 12:14:58 -04:00
|
|
|
"waker-fn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "2.8.0"
|
2022-06-16 12:14:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
|
2022-06-16 12:14:58 -04:00
|
|
|
dependencies = [
|
|
|
|
"event-listener",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-std"
|
2022-06-20 12:11:12 -04:00
|
|
|
version = "1.12.0"
|
2022-06-16 12:14:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-20 12:11:12 -04:00
|
|
|
checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
|
2022-06-16 12:14:58 -04:00
|
|
|
dependencies = [
|
|
|
|
"async-attributes",
|
|
|
|
"async-channel",
|
|
|
|
"async-global-executor",
|
|
|
|
"async-io",
|
|
|
|
"async-lock",
|
2022-08-15 08:27:41 -04:00
|
|
|
"crossbeam-utils",
|
2022-06-16 12:14:58 -04:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-lite",
|
|
|
|
"gloo-timers",
|
|
|
|
"kv-log-macro",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"once_cell",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-task"
|
2023-09-26 03:30:08 -04:00
|
|
|
version = "4.4.1"
|
2022-06-16 12:14:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 03:30:08 -04:00
|
|
|
checksum = "b9441c6b2fe128a7c2bf680a44c34d0df31ce09e5b7e401fcca3faa483dbc921"
|
2022-06-16 12:14:58 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "0.1.73"
|
2022-06-16 12:14:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0"
|
2022-06-16 12:14:58 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-13 02:20:35 -04:00
|
|
|
"syn 2.0.38",
|
2022-06-16 12:14:58 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "asynchronous-codec"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "0.6.2"
|
2022-06-16 12:14:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "4057f2c32adbb2fc158e22fb38433c8e9bbf76b75a4732c7c0cbaf695fb65568"
|
2022-06-16 12:14:58 -04:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "atoi"
|
2023-07-04 02:00:18 -04:00
|
|
|
version = "2.0.0"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 02:00:18 -04:00
|
|
|
checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
2023-09-26 03:30:08 -04:00
|
|
|
version = "1.1.2"
|
2022-06-16 12:14:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 03:30:08 -04:00
|
|
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
2022-06-16 12:14:58 -04:00
|
|
|
|
2022-02-12 16:32:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
2023-07-04 02:00:18 -04:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "0.3.69"
|
2023-07-04 02:00:18 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
|
2023-07-04 02:00:18 -04:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2022-10-25 04:06:15 -04:00
|
|
|
version = "0.13.1"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-25 04:06:15 -04:00
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
2022-03-12 16:18:49 -05:00
|
|
|
|
2023-01-28 15:52:32 -05:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2023-09-26 03:30:08 -04:00
|
|
|
version = "0.21.4"
|
2023-01-28 15:52:32 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 03:30:08 -04:00
|
|
|
checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2"
|
2023-01-28 15:52:32 -05:00
|
|
|
|
2022-06-07 16:05:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "base64ct"
|
2023-03-05 10:43:00 -05:00
|
|
|
version = "1.6.0"
|
2022-06-07 16:05:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-05 10:43:00 -05:00
|
|
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
2022-06-07 16:05:35 -04:00
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2023-07-04 02:00:18 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "2.4.0"
|
2023-07-04 02:00:18 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
|
2023-07-04 02:00:18 -04:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-06-07 16:05:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "blake2"
|
2022-12-17 16:08:22 -05:00
|
|
|
version = "0.10.6"
|
2022-06-07 16:05:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-17 16:08:22 -05:00
|
|
|
checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
|
2022-06-07 16:05:35 -04:00
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-03-22 11:11:47 -04:00
|
|
|
version = "0.10.4"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-22 11:11:47 -04:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "blocking"
|
2023-10-13 02:20:35 -04:00
|
|
|
version = "1.4.1"
|
2022-06-16 12:14:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-13 02:20:35 -04:00
|
|
|
checksum = "8c36a4d0d48574b3dd360b4b7d95cc651d2b6557b6402848a27d4b228a473e2a"
|
2022-06-16 12:14:58 -04:00
|
|
|
dependencies = [
|
|
|
|
"async-channel",
|
2022-11-27 15:11:40 -05:00
|
|
|
"async-lock",
|
2022-06-16 12:14:58 -04:00
|
|
|
"async-task",
|
2023-09-26 03:30:08 -04:00
|
|
|
"fastrand 2.0.1",
|
|
|
|
"futures-io",
|
2022-06-16 12:14:58 -04:00
|
|
|
"futures-lite",
|
2023-09-26 03:30:08 -04:00
|
|
|
"piper",
|
|
|
|
"tracing",
|
2022-06-16 12:14:58 -04:00
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "brotli"
|
2023-10-01 08:11:04 -04:00
|
|
|
version = "3.4.0"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-01 08:11:04 -04:00
|
|
|
checksum = "516074a47ef4bce09577a3b379392300159ce5b1ba2e501ff1c819950066100f"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
"brotli-decompressor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "brotli-decompressor"
|
2023-10-01 08:11:04 -04:00
|
|
|
version = "2.5.0"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-01 08:11:04 -04:00
|
|
|
checksum = "da74e2b81409b1b743f8f0c62cc6254afefb8b8e50bbfe3735550f7aeefa3448"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
]
|
|
|
|
|
2022-06-01 03:45:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-09-26 03:30:08 -04:00
|
|
|
version = "3.14.0"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 03:30:08 -04:00
|
|
|
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
|
2022-06-01 03:45:31 -04:00
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2023-10-13 02:20:35 -04:00
|
|
|
version = "1.5.0"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-13 02:20:35 -04:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2022-06-06 17:07:11 -04:00
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2023-09-07 15:57:16 -04:00
|
|
|
version = "1.5.0"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-07 15:57:16 -04:00
|
|
|
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
|
2022-04-05 11:07:34 -04:00
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bytestring"
|
2023-03-05 10:43:00 -05:00
|
|
|
version = "1.3.0"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-05 10:43:00 -05:00
|
|
|
checksum = "238e4886760d98c4f899360c834fa93e62cf7f721ac3c2da375cbdf4b8679aae"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "1.0.83"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
2023-09-05 08:46:32 -04:00
|
|
|
"libc",
|
2022-06-06 17:07:11 -04:00
|
|
|
]
|
2022-03-12 16:18:49 -05:00
|
|
|
|
2022-02-14 15:33:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2023-09-26 03:30:08 -04:00
|
|
|
version = "0.4.31"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 03:30:08 -04:00
|
|
|
checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
|
2022-06-23 16:39:13 -04:00
|
|
|
dependencies = [
|
2023-05-31 16:40:50 -04:00
|
|
|
"android-tzdata",
|
2022-08-10 04:07:10 -04:00
|
|
|
"iana-time-zone",
|
2022-08-07 12:00:20 -04:00
|
|
|
"js-sys",
|
2022-06-23 16:39:13 -04:00
|
|
|
"num-traits",
|
2023-09-05 08:46:32 -04:00
|
|
|
"serde",
|
2022-08-07 12:00:20 -04:00
|
|
|
"wasm-bindgen",
|
2023-09-05 08:46:32 -04:00
|
|
|
"windows-targets",
|
2022-06-23 16:39:13 -04:00
|
|
|
]
|
|
|
|
|
2023-06-19 10:57:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "chunked_transfer"
|
|
|
|
version = "1.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cca491388666e04d7248af3f60f0c40cfb0991c72205595d7c396e3510207d1a"
|
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-09-29 02:28:38 -04:00
|
|
|
version = "4.4.6"
|
2022-02-13 15:26:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-29 02:28:38 -04:00
|
|
|
checksum = "d04704f56c2cde07f43e8e2c154b43f216dc5c92fc98ada720177362f953b956"
|
2022-02-13 15:26:41 -05:00
|
|
|
dependencies = [
|
2023-06-19 10:57:25 -04:00
|
|
|
"clap_builder",
|
2022-02-13 15:26:41 -05:00
|
|
|
"clap_derive",
|
2023-06-19 10:57:25 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2023-09-29 02:28:38 -04:00
|
|
|
version = "4.4.6"
|
2023-06-19 10:57:25 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-29 02:28:38 -04:00
|
|
|
checksum = "0e231faeaca65ebd1ea3c737966bf858971cd38c3849107aa3ea7de90a804e45"
|
2023-06-19 10:57:25 -04:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"clap_lex",
|
2022-05-23 10:29:55 -04:00
|
|
|
"strsim",
|
2022-02-13 15:26:41 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "4.4.2"
|
2022-02-13 15:26:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873"
|
2022-02-13 15:26:41 -05:00
|
|
|
dependencies = [
|
2022-05-23 10:29:55 -04:00
|
|
|
"heck",
|
2022-02-13 15:26:41 -05:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-13 02:20:35 -04:00
|
|
|
"syn 2.0.38",
|
2022-02-13 15:26:41 -05:00
|
|
|
]
|
|
|
|
|
2022-04-19 11:44:14 -04:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "0.5.1"
|
2022-04-19 11:44:14 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961"
|
2023-06-19 10:57:25 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
2022-04-19 11:44:14 -04:00
|
|
|
|
2022-11-19 14:34:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
2023-09-26 03:30:08 -04:00
|
|
|
version = "2.3.0"
|
2022-11-19 14:34:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 03:30:08 -04:00
|
|
|
checksum = "f057a694a54f12365049b0958a1685bb52d567f5593b355fbf685838e873d400"
|
2022-11-19 14:34:29 -05:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2023-07-04 02:00:18 -04:00
|
|
|
[[package]]
|
|
|
|
name = "const-oid"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "0.9.5"
|
2023-07-04 02:00:18 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f"
|
2023-07-04 02:00:18 -04:00
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cookie"
|
2022-12-17 16:08:22 -05:00
|
|
|
version = "0.16.2"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-17 16:08:22 -05:00
|
|
|
checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
2023-09-07 15:57:16 -04:00
|
|
|
"time",
|
2022-06-06 17:07:11 -04:00
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2023-04-06 05:10:23 -04:00
|
|
|
version = "0.8.4"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-06 05:10:23 -04:00
|
|
|
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
|
2022-03-12 16:18:49 -05:00
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2023-07-06 05:33:09 -04:00
|
|
|
version = "0.2.9"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-06 05:33:09 -04:00
|
|
|
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc"
|
2023-01-28 15:52:32 -05:00
|
|
|
version = "3.0.1"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-28 15:52:32 -05:00
|
|
|
checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"crc-catalog",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc-catalog"
|
2023-01-11 09:29:41 -05:00
|
|
|
version = "2.2.0"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-11 09:29:41 -05:00
|
|
|
checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484"
|
2022-06-06 17:07:11 -04:00
|
|
|
|
2022-02-23 15:25:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
|
|
|
dependencies = [
|
2023-06-19 10:57:25 -04:00
|
|
|
"cfg-if",
|
2022-02-23 15:25:14 -05:00
|
|
|
]
|
|
|
|
|
2022-04-18 07:31:43 -04:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2023-04-10 14:28:06 -04:00
|
|
|
version = "0.5.8"
|
2022-04-18 07:31:43 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-10 14:28:06 -04:00
|
|
|
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
|
2022-04-18 07:31:43 -04:00
|
|
|
dependencies = [
|
2023-06-19 10:57:25 -04:00
|
|
|
"cfg-if",
|
2022-08-15 08:27:41 -04:00
|
|
|
"crossbeam-utils",
|
2022-04-18 07:31:43 -04:00
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
2022-11-27 15:11:40 -05:00
|
|
|
version = "0.3.8"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-27 15:11:40 -05:00
|
|
|
checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
2023-06-19 10:57:25 -04:00
|
|
|
"cfg-if",
|
2022-08-15 08:27:41 -04:00
|
|
|
"crossbeam-utils",
|
2022-06-06 17:07:11 -04:00
|
|
|
]
|
|
|
|
|
2022-04-18 07:31:43 -04:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2023-06-17 18:43:23 -04:00
|
|
|
version = "0.8.16"
|
2022-04-18 07:31:43 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-17 18:43:23 -04:00
|
|
|
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
|
2022-04-18 07:31:43 -04:00
|
|
|
dependencies = [
|
2023-06-19 10:57:25 -04:00
|
|
|
"cfg-if",
|
2022-04-18 07:31:43 -04:00
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
2022-07-18 10:39:22 -04:00
|
|
|
version = "0.1.6"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 10:39:22 -04:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2023-08-08 15:10:30 -04:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "0.20.3"
|
2023-08-08 15:10:30 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e"
|
2023-08-08 15:10:30 -04:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "0.20.3"
|
2023-08-08 15:10:30 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621"
|
2023-08-08 15:10:30 -04:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim",
|
2023-10-13 02:20:35 -04:00
|
|
|
"syn 2.0.38",
|
2023-08-08 15:10:30 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "0.20.3"
|
2023-08-08 15:10:30 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5"
|
2023-08-08 15:10:30 -04:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"quote",
|
2023-10-13 02:20:35 -04:00
|
|
|
"syn 2.0.38",
|
2023-08-08 15:10:30 -04:00
|
|
|
]
|
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "5.5.3"
|
2022-06-16 12:14:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
|
2022-06-16 12:14:58 -04:00
|
|
|
dependencies = [
|
2023-06-19 10:57:25 -04:00
|
|
|
"cfg-if",
|
2023-10-01 08:11:04 -04:00
|
|
|
"hashbrown 0.14.1",
|
2022-08-15 08:27:41 -04:00
|
|
|
"lock_api",
|
2022-10-01 17:43:43 -04:00
|
|
|
"once_cell",
|
2023-07-04 02:00:18 -04:00
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "der"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "0.7.8"
|
2023-07-04 02:00:18 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c"
|
2023-07-04 02:00:18 -04:00
|
|
|
dependencies = [
|
|
|
|
"const-oid",
|
|
|
|
"pem-rfc7468",
|
|
|
|
"zeroize",
|
2022-06-16 12:14:58 -04:00
|
|
|
]
|
|
|
|
|
2023-09-05 08:46:32 -04:00
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
|
|
|
version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946"
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
|
|
|
version = "0.99.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
|
|
|
dependencies = [
|
|
|
|
"convert_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustc_version",
|
2023-03-22 11:11:47 -04:00
|
|
|
"syn 1.0.109",
|
2022-06-06 17:07:11 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-05-31 16:40:50 -04:00
|
|
|
version = "0.10.7"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-31 16:40:50 -04:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
2023-07-04 02:00:18 -04:00
|
|
|
"const-oid",
|
2022-06-06 17:07:11 -04:00
|
|
|
"crypto-common",
|
2022-06-07 16:05:35 -04:00
|
|
|
"subtle",
|
2022-06-06 17:07:11 -04:00
|
|
|
]
|
|
|
|
|
2022-08-08 05:21:24 -04:00
|
|
|
[[package]]
|
|
|
|
name = "dotenvy"
|
2023-03-27 04:50:20 -04:00
|
|
|
version = "0.15.7"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-27 04:50:20 -04:00
|
|
|
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
|
2022-06-06 17:07:11 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "1.9.0"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
2023-07-04 02:00:18 -04:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2022-06-06 17:07:11 -04:00
|
|
|
|
2022-04-02 16:15:30 -04:00
|
|
|
[[package]]
|
|
|
|
name = "email-encoding"
|
2023-02-02 06:52:52 -05:00
|
|
|
version = "0.2.0"
|
2022-04-02 16:15:30 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 06:52:52 -05:00
|
|
|
checksum = "dbfb21b9878cf7a348dcb8559109aabc0ec40d69924bd706fa5149846c4fef75"
|
2022-04-02 16:15:30 -04:00
|
|
|
dependencies = [
|
2023-09-26 03:30:08 -04:00
|
|
|
"base64 0.21.4",
|
2022-06-13 08:02:55 -04:00
|
|
|
"memchr",
|
2022-04-02 16:15:30 -04:00
|
|
|
]
|
|
|
|
|
2022-06-13 08:02:55 -04:00
|
|
|
[[package]]
|
|
|
|
name = "email_address"
|
2022-11-03 10:26:02 -04:00
|
|
|
version = "0.2.4"
|
2022-06-13 08:02:55 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-03 10:26:02 -04:00
|
|
|
checksum = "e2153bd83ebc09db15bcbdc3e2194d901804952e3dc96967e1cd3b0c5c32d112"
|
2022-06-13 08:02:55 -04:00
|
|
|
|
2022-06-01 03:45:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "0.8.33"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
|
2022-06-01 03:45:31 -04:00
|
|
|
dependencies = [
|
2023-06-19 10:57:25 -04:00
|
|
|
"cfg-if",
|
2022-06-01 03:45:31 -04:00
|
|
|
]
|
|
|
|
|
2023-06-26 01:40:32 -04:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
2023-07-14 07:42:20 -04:00
|
|
|
version = "1.0.1"
|
2023-06-26 01:40:32 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-14 07:42:20 -04:00
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
2023-06-26 01:40:32 -04:00
|
|
|
|
2023-03-27 04:50:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2023-10-13 02:20:35 -04:00
|
|
|
version = "0.3.5"
|
2023-03-27 04:50:20 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-13 02:20:35 -04:00
|
|
|
checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860"
|
2023-03-27 04:50:20 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-09-05 08:46:32 -04:00
|
|
|
"windows-sys",
|
2023-03-27 04:50:20 -04:00
|
|
|
]
|
|
|
|
|
2023-07-04 02:00:18 -04:00
|
|
|
[[package]]
|
|
|
|
name = "etcetera"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"home",
|
2023-09-05 08:46:32 -04:00
|
|
|
"windows-sys",
|
2023-07-04 02:00:18 -04:00
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
2022-08-08 05:21:24 -04:00
|
|
|
version = "2.5.3"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 05:21:24 -04:00
|
|
|
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
2022-06-06 17:07:11 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "faccess"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59ae66425802d6a903e268ae1a08b8c38ba143520f227a205edf4e9c7e3e26d5"
|
|
|
|
dependencies = [
|
2023-07-04 02:00:18 -04:00
|
|
|
"bitflags 1.3.2",
|
2022-06-06 17:07:11 -04:00
|
|
|
"libc",
|
2023-06-19 10:57:25 -04:00
|
|
|
"winapi",
|
2022-06-06 17:07:11 -04:00
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2023-03-05 10:43:00 -05:00
|
|
|
version = "1.9.0"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-05 10:43:00 -05:00
|
|
|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
2022-03-12 16:18:49 -05:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2023-09-05 08:46:32 -04:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2023-09-26 03:30:08 -04:00
|
|
|
version = "2.0.1"
|
2023-09-05 08:46:32 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 03:30:08 -04:00
|
|
|
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
|
2023-09-05 08:46:32 -04:00
|
|
|
|
2022-02-12 16:32:51 -05:00
|
|
|
[[package]]
|
2022-06-23 16:39:13 -04:00
|
|
|
name = "ffplayout"
|
2023-07-20 01:44:18 -04:00
|
|
|
version = "0.20.0"
|
2022-02-12 16:32:51 -05:00
|
|
|
dependencies = [
|
2022-08-15 08:27:41 -04:00
|
|
|
"chrono",
|
2022-06-21 17:10:38 -04:00
|
|
|
"clap",
|
2022-08-15 08:27:41 -04:00
|
|
|
"crossbeam-channel",
|
2022-06-21 17:10:38 -04:00
|
|
|
"ffplayout-lib",
|
2022-06-23 16:39:13 -04:00
|
|
|
"futures",
|
2023-09-06 02:24:50 -04:00
|
|
|
"itertools",
|
2023-06-19 10:57:25 -04:00
|
|
|
"notify",
|
2023-06-17 18:43:23 -04:00
|
|
|
"notify-debouncer-full",
|
2023-09-05 08:46:32 -04:00
|
|
|
"rand",
|
2022-10-14 04:40:35 -04:00
|
|
|
"regex",
|
2022-06-21 17:10:38 -04:00
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"simplelog",
|
2023-06-19 10:57:25 -04:00
|
|
|
"tiny_http",
|
2022-06-23 16:39:13 -04:00
|
|
|
"zeromq",
|
2022-06-21 17:10:38 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-06-23 16:39:13 -04:00
|
|
|
name = "ffplayout-api"
|
2023-07-20 01:44:18 -04:00
|
|
|
version = "0.20.0"
|
2022-06-21 17:10:38 -04:00
|
|
|
dependencies = [
|
2022-07-24 13:23:52 -04:00
|
|
|
"actix-files",
|
2022-06-23 16:39:13 -04:00
|
|
|
"actix-multipart",
|
|
|
|
"actix-web",
|
|
|
|
"actix-web-grants",
|
|
|
|
"actix-web-httpauth",
|
|
|
|
"argon2",
|
2022-07-27 11:58:56 -04:00
|
|
|
"chrono",
|
2022-05-23 10:29:55 -04:00
|
|
|
"clap",
|
2022-06-23 16:39:13 -04:00
|
|
|
"derive_more",
|
2022-06-06 17:07:11 -04:00
|
|
|
"faccess",
|
2022-06-21 17:10:38 -04:00
|
|
|
"ffplayout-lib",
|
2022-06-23 16:39:13 -04:00
|
|
|
"futures-util",
|
|
|
|
"jsonwebtoken",
|
2022-12-06 02:11:18 -05:00
|
|
|
"lexical-sort",
|
2022-06-23 16:39:13 -04:00
|
|
|
"once_cell",
|
2022-08-15 08:27:41 -04:00
|
|
|
"rand",
|
2022-11-13 11:34:01 -05:00
|
|
|
"regex",
|
2022-06-23 16:39:13 -04:00
|
|
|
"relative-path",
|
2022-06-01 03:45:31 -04:00
|
|
|
"reqwest",
|
2022-06-27 08:10:29 -04:00
|
|
|
"rpassword",
|
2022-06-23 16:39:13 -04:00
|
|
|
"sanitize-filename",
|
2022-02-12 16:32:51 -05:00
|
|
|
"serde",
|
2022-02-15 11:27:06 -05:00
|
|
|
"serde_json",
|
2022-02-12 16:32:51 -05:00
|
|
|
"serde_yaml",
|
2022-02-23 12:06:40 -05:00
|
|
|
"simplelog",
|
2022-06-23 16:39:13 -04:00
|
|
|
"sqlx",
|
2023-02-20 16:12:33 -05:00
|
|
|
"tokio",
|
2022-02-14 15:33:17 -05:00
|
|
|
]
|
|
|
|
|
2022-06-21 17:10:38 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ffplayout-lib"
|
2023-07-20 01:44:18 -04:00
|
|
|
version = "0.20.0"
|
2022-06-21 17:10:38 -04:00
|
|
|
dependencies = [
|
2022-07-27 11:58:56 -04:00
|
|
|
"chrono",
|
2022-08-15 08:27:41 -04:00
|
|
|
"crossbeam-channel",
|
2022-06-21 17:10:38 -04:00
|
|
|
"ffprobe",
|
|
|
|
"file-rotate",
|
|
|
|
"lettre",
|
2023-09-08 04:32:46 -04:00
|
|
|
"lexical-sort",
|
2022-06-21 17:10:38 -04:00
|
|
|
"log",
|
2022-08-15 08:27:41 -04:00
|
|
|
"rand",
|
2022-06-21 17:10:38 -04:00
|
|
|
"regex",
|
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_yaml",
|
|
|
|
"shlex",
|
2023-08-13 06:59:20 -04:00
|
|
|
"signal-child",
|
2022-06-21 17:10:38 -04:00
|
|
|
"simplelog",
|
2023-09-07 15:57:16 -04:00
|
|
|
"time",
|
2022-06-21 17:10:38 -04:00
|
|
|
"walkdir",
|
2023-06-19 10:57:25 -04:00
|
|
|
"winapi",
|
2022-06-21 17:10:38 -04:00
|
|
|
]
|
|
|
|
|
2022-02-15 11:27:06 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ffprobe"
|
2022-10-01 17:43:43 -04:00
|
|
|
version = "0.3.3"
|
2022-02-15 11:27:06 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-01 17:43:43 -04:00
|
|
|
checksum = "b5d603974ab029fc75cebf00bfa06c9c6f49a6fb657f4f5f6a9fd6cbd76910a4"
|
2022-02-15 11:27:06 -05:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2023-06-17 18:43:23 -04:00
|
|
|
[[package]]
|
|
|
|
name = "file-id"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "0.2.1"
|
2023-06-17 18:43:23 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "6584280525fb2059cba3db2c04abf947a1a29a45ddae89f3870f8281704fafc9"
|
2023-06-17 18:43:23 -04:00
|
|
|
dependencies = [
|
2023-09-05 08:46:32 -04:00
|
|
|
"windows-sys",
|
2023-06-17 18:43:23 -04:00
|
|
|
]
|
|
|
|
|
2022-02-23 15:25:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "file-rotate"
|
2023-06-11 14:50:21 -04:00
|
|
|
version = "0.7.5"
|
2022-07-27 11:58:56 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-11 14:50:21 -04:00
|
|
|
checksum = "ddf221ceec4517f3cb764dae3541b2bd87666fc8832e51322fbb97250b468c71"
|
2022-02-23 15:25:14 -05:00
|
|
|
dependencies = [
|
2022-07-27 11:58:56 -04:00
|
|
|
"chrono",
|
2022-02-23 15:25:14 -05:00
|
|
|
"flate2",
|
|
|
|
]
|
|
|
|
|
2022-02-14 15:33:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "0.2.22"
|
2022-02-14 15:33:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"
|
2022-02-14 15:33:17 -05:00
|
|
|
dependencies = [
|
2023-06-19 10:57:25 -04:00
|
|
|
"cfg-if",
|
2022-02-14 15:33:17 -05:00
|
|
|
"libc",
|
2023-09-05 08:46:32 -04:00
|
|
|
"redox_syscall",
|
|
|
|
"windows-sys",
|
2022-02-14 15:33:17 -05:00
|
|
|
]
|
|
|
|
|
2023-09-06 02:24:50 -04:00
|
|
|
[[package]]
|
|
|
|
name = "finl_unicode"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6"
|
|
|
|
|
2022-02-23 15:25:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "1.0.27"
|
2022-02-23 15:25:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010"
|
2022-02-23 15:25:14 -05:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "flume"
|
2023-09-29 02:28:38 -04:00
|
|
|
version = "0.11.0"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-29 02:28:38 -04:00
|
|
|
checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2023-04-06 05:10:23 -04:00
|
|
|
"spin 0.9.8",
|
2022-06-06 17:07:11 -04:00
|
|
|
]
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2022-06-01 03:45:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2023-06-11 14:50:21 -04:00
|
|
|
version = "1.2.0"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-11 14:50:21 -04:00
|
|
|
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
|
2022-06-01 03:45:31 -04:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2023-06-17 18:43:23 -04:00
|
|
|
[[package]]
|
|
|
|
name = "fsevent-sys"
|
|
|
|
version = "4.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2023-04-06 05:10:23 -04:00
|
|
|
version = "0.3.28"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-06 05:10:23 -04:00
|
|
|
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
|
2022-04-05 11:07:34 -04:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2023-04-06 05:10:23 -04:00
|
|
|
version = "0.3.28"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-06 05:10:23 -04:00
|
|
|
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
|
2022-04-05 11:07:34 -04:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2023-04-06 05:10:23 -04:00
|
|
|
version = "0.3.28"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-06 05:10:23 -04:00
|
|
|
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
|
2022-03-12 16:18:49 -05:00
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2023-04-06 05:10:23 -04:00
|
|
|
version = "0.3.28"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-06 05:10:23 -04:00
|
|
|
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
|
2022-04-05 11:07:34 -04:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "futures-intrusive"
|
2023-07-04 02:00:18 -04:00
|
|
|
version = "0.5.0"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 02:00:18 -04:00
|
|
|
checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"lock_api",
|
2023-07-04 02:00:18 -04:00
|
|
|
"parking_lot",
|
2022-06-06 17:07:11 -04:00
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2023-04-06 05:10:23 -04:00
|
|
|
version = "0.3.28"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-06 05:10:23 -04:00
|
|
|
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
|
2022-03-12 16:18:49 -05:00
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
2023-04-10 14:28:06 -04:00
|
|
|
version = "1.13.0"
|
2022-06-16 12:14:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-10 14:28:06 -04:00
|
|
|
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
|
2022-06-16 12:14:58 -04:00
|
|
|
dependencies = [
|
2023-09-05 08:46:32 -04:00
|
|
|
"fastrand 1.9.0",
|
2022-06-16 12:14:58 -04:00
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"memchr",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
"waker-fn",
|
|
|
|
]
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2023-04-06 05:10:23 -04:00
|
|
|
version = "0.3.28"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-06 05:10:23 -04:00
|
|
|
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
|
2022-04-05 11:07:34 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-13 02:20:35 -04:00
|
|
|
"syn 2.0.38",
|
2022-04-05 11:07:34 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2023-04-06 05:10:23 -04:00
|
|
|
version = "0.3.28"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-06 05:10:23 -04:00
|
|
|
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
|
2022-04-05 11:07:34 -04:00
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2023-04-06 05:10:23 -04:00
|
|
|
version = "0.3.28"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-06 05:10:23 -04:00
|
|
|
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
|
2022-03-12 16:18:49 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2023-04-06 05:10:23 -04:00
|
|
|
version = "0.3.28"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-06 05:10:23 -04:00
|
|
|
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
|
2022-03-12 16:18:49 -05:00
|
|
|
dependencies = [
|
2022-04-05 11:07:34 -04:00
|
|
|
"futures-channel",
|
2022-03-12 16:18:49 -05:00
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
2022-04-05 11:07:34 -04:00
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
2022-03-12 16:18:49 -05:00
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
2022-05-23 10:29:55 -04:00
|
|
|
"pin-project-lite",
|
2022-03-12 16:18:49 -05:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-03-28 07:26:25 -04:00
|
|
|
version = "0.14.7"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 07:26:25 -04:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-02-14 15:33:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-06-11 14:50:21 -04:00
|
|
|
version = "0.2.10"
|
2022-02-14 15:33:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-11 14:50:21 -04:00
|
|
|
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
|
2022-02-14 15:33:17 -05:00
|
|
|
dependencies = [
|
2023-06-19 10:57:25 -04:00
|
|
|
"cfg-if",
|
2022-02-14 15:33:17 -05:00
|
|
|
"libc",
|
2023-09-07 15:57:16 -04:00
|
|
|
"wasi",
|
2022-04-05 11:07:34 -04:00
|
|
|
]
|
|
|
|
|
2023-07-04 02:00:18 -04:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "0.28.0"
|
2023-07-04 02:00:18 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
|
2023-07-04 02:00:18 -04:00
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "gloo-timers"
|
2023-01-28 15:52:32 -05:00
|
|
|
version = "0.2.6"
|
2022-06-16 12:14:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-28 15:52:32 -05:00
|
|
|
checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
|
2022-06-16 12:14:58 -04:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-06-01 03:45:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "0.3.21"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"
|
2022-06-01 03:45:31 -04:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
2023-06-26 01:40:32 -04:00
|
|
|
"indexmap 1.9.3",
|
2022-06-01 03:45:31 -04:00
|
|
|
"slab",
|
|
|
|
"tokio",
|
2023-06-19 10:57:25 -04:00
|
|
|
"tokio-util",
|
2022-06-01 03:45:31 -04:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2022-02-12 16:32:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-07-27 11:58:56 -04:00
|
|
|
version = "0.12.3"
|
2022-02-12 16:32:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 11:58:56 -04:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2023-05-15 09:25:15 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2023-10-01 08:11:04 -04:00
|
|
|
version = "0.14.1"
|
2023-05-15 09:25:15 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-01 08:11:04 -04:00
|
|
|
checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
2023-09-05 08:46:32 -04:00
|
|
|
"ahash",
|
2023-06-17 18:43:23 -04:00
|
|
|
"allocator-api2",
|
2022-06-06 17:07:11 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashlink"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "0.8.4"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
2023-10-01 08:11:04 -04:00
|
|
|
"hashbrown 0.14.1",
|
2022-06-06 17:07:11 -04:00
|
|
|
]
|
2022-02-12 16:32:51 -05:00
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2023-02-02 06:52:52 -05:00
|
|
|
version = "0.4.1"
|
2022-02-13 15:26:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 06:52:52 -05:00
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
2022-02-13 15:26:41 -05:00
|
|
|
|
2023-03-22 11:11:47 -04:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2023-09-26 03:30:08 -04:00
|
|
|
version = "0.3.3"
|
2023-03-22 11:11:47 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 03:30:08 -04:00
|
|
|
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
|
2023-03-22 11:11:47 -04:00
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
2023-07-04 02:00:18 -04:00
|
|
|
[[package]]
|
|
|
|
name = "hkdf"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
|
|
|
|
dependencies = [
|
|
|
|
"hmac",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "home"
|
|
|
|
version = "0.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
|
|
|
|
dependencies = [
|
2023-09-05 08:46:32 -04:00
|
|
|
"windows-sys",
|
2023-07-04 02:00:18 -04:00
|
|
|
]
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2023-03-05 10:43:00 -05:00
|
|
|
version = "0.2.9"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-05 10:43:00 -05:00
|
|
|
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
|
2022-04-05 11:07:34 -04:00
|
|
|
dependencies = [
|
2022-05-23 10:29:55 -04:00
|
|
|
"bytes",
|
2022-04-05 11:07:34 -04:00
|
|
|
"fnv",
|
2022-05-23 10:29:55 -04:00
|
|
|
"itoa",
|
2022-04-05 11:07:34 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2022-05-24 04:26:17 -04:00
|
|
|
version = "0.4.5"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-24 04:26:17 -04:00
|
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
2022-04-05 11:07:34 -04:00
|
|
|
dependencies = [
|
2022-05-23 10:29:55 -04:00
|
|
|
"bytes",
|
2022-04-05 11:07:34 -04:00
|
|
|
"http",
|
2022-05-23 10:29:55 -04:00
|
|
|
"pin-project-lite",
|
2022-04-05 11:07:34 -04:00
|
|
|
]
|
|
|
|
|
2022-07-24 13:23:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "http-range"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573"
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2022-10-01 17:43:43 -04:00
|
|
|
version = "1.8.0"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-01 17:43:43 -04:00
|
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
2022-04-05 11:07:34 -04:00
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "1.0.3"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
2022-03-12 16:18:49 -05:00
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2023-07-04 02:00:18 -04:00
|
|
|
version = "0.14.27"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 02:00:18 -04:00
|
|
|
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
|
2022-04-05 11:07:34 -04:00
|
|
|
dependencies = [
|
2022-05-23 10:29:55 -04:00
|
|
|
"bytes",
|
2022-04-05 11:07:34 -04:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2022-06-01 03:45:31 -04:00
|
|
|
"h2",
|
2022-04-05 11:07:34 -04:00
|
|
|
"http",
|
2022-05-23 10:29:55 -04:00
|
|
|
"http-body",
|
2022-04-05 11:07:34 -04:00
|
|
|
"httparse",
|
2022-05-23 10:29:55 -04:00
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
2023-09-05 08:46:32 -04:00
|
|
|
"socket2 0.4.9",
|
2022-05-23 10:29:55 -04:00
|
|
|
"tokio",
|
2022-04-05 11:07:34 -04:00
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
2022-06-01 03:45:31 -04:00
|
|
|
[[package]]
|
2023-10-13 02:20:35 -04:00
|
|
|
name = "hyper-rustls"
|
|
|
|
version = "0.24.1"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-13 02:20:35 -04:00
|
|
|
checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97"
|
2022-06-01 03:45:31 -04:00
|
|
|
dependencies = [
|
2023-10-13 02:20:35 -04:00
|
|
|
"futures-util",
|
|
|
|
"http",
|
2022-06-01 03:45:31 -04:00
|
|
|
"hyper",
|
2023-10-13 02:20:35 -04:00
|
|
|
"rustls",
|
2022-06-01 03:45:31 -04:00
|
|
|
"tokio",
|
2023-10-13 02:20:35 -04:00
|
|
|
"tokio-rustls",
|
2022-06-01 03:45:31 -04:00
|
|
|
]
|
|
|
|
|
2022-08-10 04:07:10 -04:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2023-06-11 14:50:21 -04:00
|
|
|
version = "0.1.57"
|
2022-08-10 04:07:10 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-11 14:50:21 -04:00
|
|
|
checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
|
2022-08-10 04:07:10 -04:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
2022-08-15 08:27:41 -04:00
|
|
|
"core-foundation-sys",
|
2022-10-14 07:08:40 -04:00
|
|
|
"iana-time-zone-haiku",
|
2022-08-10 04:07:10 -04:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2023-03-22 11:11:47 -04:00
|
|
|
"windows",
|
2022-08-10 04:07:10 -04:00
|
|
|
]
|
|
|
|
|
2022-10-14 07:08:40 -04:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
2023-05-15 09:25:15 -04:00
|
|
|
version = "0.1.2"
|
2022-10-14 07:08:40 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-15 09:25:15 -04:00
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
2022-10-14 07:08:40 -04:00
|
|
|
dependencies = [
|
2023-05-15 09:25:15 -04:00
|
|
|
"cc",
|
2022-10-14 07:08:40 -04:00
|
|
|
]
|
|
|
|
|
2023-08-08 15:10:30 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
2022-10-01 17:43:43 -04:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2023-06-11 14:50:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2022-02-12 16:32:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-03-27 04:50:20 -04:00
|
|
|
version = "1.9.3"
|
2022-02-12 16:32:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-27 04:50:20 -04:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2022-02-12 16:32:51 -05:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2023-05-15 09:25:15 -04:00
|
|
|
"hashbrown 0.12.3",
|
2022-02-12 16:32:51 -05:00
|
|
|
]
|
|
|
|
|
2023-06-26 01:40:32 -04:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-10-01 08:11:04 -04:00
|
|
|
version = "2.0.2"
|
2023-06-26 01:40:32 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-01 08:11:04 -04:00
|
|
|
checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897"
|
2023-06-26 01:40:32 -04:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
2023-10-01 08:11:04 -04:00
|
|
|
"hashbrown 0.14.1",
|
2023-06-26 01:40:32 -04:00
|
|
|
]
|
|
|
|
|
2023-06-17 18:43:23 -04:00
|
|
|
[[package]]
|
|
|
|
name = "inotify"
|
|
|
|
version = "0.9.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
|
|
|
|
dependencies = [
|
2023-07-04 02:00:18 -04:00
|
|
|
"bitflags 1.3.2",
|
2023-06-17 18:43:23 -04:00
|
|
|
"inotify-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-02-14 15:33:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "inotify-sys"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
dependencies = [
|
2023-06-19 10:57:25 -04:00
|
|
|
"cfg-if",
|
2022-03-12 16:18:49 -05:00
|
|
|
]
|
|
|
|
|
2023-03-05 10:43:00 -05:00
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
2023-05-31 16:40:50 -04:00
|
|
|
version = "1.0.11"
|
2023-03-05 10:43:00 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-31 16:40:50 -04:00
|
|
|
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
2023-03-05 10:43:00 -05:00
|
|
|
dependencies = [
|
2023-07-04 02:00:18 -04:00
|
|
|
"hermit-abi",
|
2023-03-05 10:43:00 -05:00
|
|
|
"libc",
|
2023-09-05 08:46:32 -04:00
|
|
|
"windows-sys",
|
2023-03-05 10:43:00 -05:00
|
|
|
]
|
|
|
|
|
2022-06-01 03:45:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2023-07-04 02:00:18 -04:00
|
|
|
version = "2.8.0"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 02:00:18 -04:00
|
|
|
checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
|
2022-06-01 03:45:31 -04:00
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "0.11.0"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
2022-02-28 12:01:17 -05:00
|
|
|
name = "itoa"
|
2023-07-17 04:18:47 -04:00
|
|
|
version = "1.0.9"
|
2022-02-13 15:26:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-17 04:18:47 -04:00
|
|
|
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
|
2022-02-28 12:01:17 -05:00
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2023-10-13 02:20:35 -04:00
|
|
|
version = "0.1.27"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-13 02:20:35 -04:00
|
|
|
checksum = "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-06-01 03:45:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2023-06-17 18:43:23 -04:00
|
|
|
version = "0.3.64"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-17 18:43:23 -04:00
|
|
|
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
|
2022-06-01 03:45:31 -04:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-06-08 12:06:40 -04:00
|
|
|
[[package]]
|
|
|
|
name = "jsonwebtoken"
|
2023-03-22 11:11:47 -04:00
|
|
|
version = "8.3.0"
|
2022-06-08 12:06:40 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-22 11:11:47 -04:00
|
|
|
checksum = "6971da4d9c3aa03c3d8f3ff0f4155b534aad021292003895a469716b2a230378"
|
2022-06-08 12:06:40 -04:00
|
|
|
dependencies = [
|
2023-09-26 03:30:08 -04:00
|
|
|
"base64 0.21.4",
|
2022-06-08 12:06:40 -04:00
|
|
|
"pem",
|
|
|
|
"ring",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"simple_asn1",
|
|
|
|
]
|
|
|
|
|
2023-06-17 18:43:23 -04:00
|
|
|
[[package]]
|
|
|
|
name = "kqueue"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "1.0.8"
|
2023-06-17 18:43:23 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
|
2023-06-17 18:43:23 -04:00
|
|
|
dependencies = [
|
|
|
|
"kqueue-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kqueue-sys"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "1.0.4"
|
2023-06-17 18:43:23 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
|
2023-06-17 18:43:23 -04:00
|
|
|
dependencies = [
|
2023-07-04 02:00:18 -04:00
|
|
|
"bitflags 1.3.2",
|
2023-06-17 18:43:23 -04:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "kv-log-macro"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "language-tags"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
|
|
|
|
|
2022-02-14 15:33:17 -05:00
|
|
|
[[package]]
|
2022-02-27 16:15:49 -05:00
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
2022-02-14 15:33:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-27 16:15:49 -05:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2023-07-04 02:00:18 -04:00
|
|
|
dependencies = [
|
|
|
|
"spin 0.5.2",
|
|
|
|
]
|
2022-02-14 15:33:17 -05:00
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "lettre"
|
2023-04-06 05:10:23 -04:00
|
|
|
version = "0.10.4"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-06 05:10:23 -04:00
|
|
|
checksum = "76bd09637ae3ec7bd605b8e135e757980b3968430ff2b1a4a94fb7769e50166d"
|
2022-03-12 16:18:49 -05:00
|
|
|
dependencies = [
|
2023-09-26 03:30:08 -04:00
|
|
|
"base64 0.21.4",
|
2022-04-02 16:15:30 -04:00
|
|
|
"email-encoding",
|
2022-06-13 08:02:55 -04:00
|
|
|
"email_address",
|
2023-09-05 08:46:32 -04:00
|
|
|
"fastrand 1.9.0",
|
2022-05-23 10:29:55 -04:00
|
|
|
"httpdate",
|
2023-06-11 14:50:21 -04:00
|
|
|
"idna 0.3.0",
|
2022-03-12 16:18:49 -05:00
|
|
|
"mime",
|
|
|
|
"nom",
|
|
|
|
"once_cell",
|
|
|
|
"quoted_printable",
|
2023-10-13 02:20:35 -04:00
|
|
|
"rustls",
|
|
|
|
"rustls-pemfile",
|
2023-09-05 08:46:32 -04:00
|
|
|
"socket2 0.4.9",
|
2023-02-02 06:52:52 -05:00
|
|
|
"tokio",
|
2023-10-13 02:20:35 -04:00
|
|
|
"webpki-roots 0.23.1",
|
2022-03-12 16:18:49 -05:00
|
|
|
]
|
|
|
|
|
2022-12-06 02:11:18 -05:00
|
|
|
[[package]]
|
|
|
|
name = "lexical-sort"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c09e4591611e231daf4d4c685a66cb0410cc1e502027a20ae55f2bb9e997207a"
|
|
|
|
dependencies = [
|
|
|
|
"any_ascii",
|
|
|
|
]
|
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-10-13 02:20:35 -04:00
|
|
|
version = "0.2.149"
|
2022-02-13 15:26:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-13 02:20:35 -04:00
|
|
|
checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
|
2023-07-04 02:00:18 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
2023-10-13 02:20:35 -04:00
|
|
|
version = "0.2.8"
|
2023-07-04 02:00:18 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-13 02:20:35 -04:00
|
|
|
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
|
2022-02-13 15:26:41 -05:00
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "libsqlite3-sys"
|
2023-07-04 02:00:18 -04:00
|
|
|
version = "0.26.0"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 02:00:18 -04:00
|
|
|
checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2023-03-05 10:43:00 -05:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-05-31 16:40:50 -04:00
|
|
|
version = "0.3.8"
|
2023-03-27 04:50:20 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-31 16:40:50 -04:00
|
|
|
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
2023-03-27 04:50:20 -04:00
|
|
|
|
2023-07-04 02:00:18 -04:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-10-13 02:20:35 -04:00
|
|
|
version = "0.4.10"
|
2023-07-04 02:00:18 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-13 02:20:35 -04:00
|
|
|
checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f"
|
2023-07-04 02:00:18 -04:00
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "local-channel"
|
2023-09-26 03:30:08 -04:00
|
|
|
version = "0.1.4"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 03:30:08 -04:00
|
|
|
checksum = "e0a493488de5f18c8ffcba89eebb8532ffc562dc400490eb65b84893fae0b178"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"local-waker",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "local-waker"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e34f76eb3611940e0e7d53a9aaa4e6a3151f69541a282fd0dad5571420c53ff1"
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2023-06-11 14:50:21 -04:00
|
|
|
version = "0.4.10"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-11 14:50:21 -04:00
|
|
|
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
|
2022-04-05 11:07:34 -04:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2022-02-14 15:33:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "0.4.20"
|
2022-02-14 15:33:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
2022-02-14 15:33:17 -05:00
|
|
|
dependencies = [
|
2022-06-16 12:14:58 -04:00
|
|
|
"value-bag",
|
2022-02-14 15:33:17 -05:00
|
|
|
]
|
|
|
|
|
2023-07-04 02:00:18 -04:00
|
|
|
[[package]]
|
|
|
|
name = "md-5"
|
2023-09-26 03:30:08 -04:00
|
|
|
version = "0.10.6"
|
2023-07-04 02:00:18 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 03:30:08 -04:00
|
|
|
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
|
2023-07-04 02:00:18 -04:00
|
|
|
dependencies = [
|
2023-09-26 03:30:08 -04:00
|
|
|
"cfg-if",
|
2023-07-04 02:00:18 -04:00
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2023-10-13 02:20:35 -04:00
|
|
|
version = "2.6.4"
|
2022-02-13 15:26:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-13 02:20:35 -04:00
|
|
|
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
|
2022-02-13 15:26:41 -05:00
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2023-03-22 11:11:47 -04:00
|
|
|
version = "0.3.17"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-22 11:11:47 -04:00
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2022-03-12 16:18:49 -05:00
|
|
|
|
2022-07-24 13:23:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
|
|
|
version = "2.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
|
|
|
|
dependencies = [
|
|
|
|
"mime",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2022-02-23 15:25:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2023-05-15 09:25:15 -04:00
|
|
|
version = "0.7.1"
|
2022-02-23 15:25:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-15 09:25:15 -04:00
|
|
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
2022-02-23 15:25:14 -05:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2023-05-31 16:40:50 -04:00
|
|
|
version = "0.8.8"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-31 16:40:50 -04:00
|
|
|
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
|
2022-04-05 11:07:34 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
2023-09-07 15:57:16 -04:00
|
|
|
"wasi",
|
2023-09-05 08:46:32 -04:00
|
|
|
"windows-sys",
|
2022-04-05 11:07:34 -04:00
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2023-01-28 15:52:32 -05:00
|
|
|
version = "7.1.3"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-28 15:52:32 -05:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2022-03-12 16:18:49 -05:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
2023-06-17 18:43:23 -04:00
|
|
|
[[package]]
|
|
|
|
name = "notify"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "6.1.1"
|
2023-06-17 18:43:23 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
|
2023-06-17 18:43:23 -04:00
|
|
|
dependencies = [
|
2023-09-05 08:46:32 -04:00
|
|
|
"bitflags 2.4.0",
|
2023-06-17 18:43:23 -04:00
|
|
|
"crossbeam-channel",
|
|
|
|
"filetime",
|
2023-06-19 10:57:25 -04:00
|
|
|
"fsevent-sys",
|
|
|
|
"inotify",
|
2023-06-17 18:43:23 -04:00
|
|
|
"kqueue",
|
|
|
|
"libc",
|
2023-09-05 08:46:32 -04:00
|
|
|
"log",
|
2023-06-19 10:57:25 -04:00
|
|
|
"mio",
|
2023-06-17 18:43:23 -04:00
|
|
|
"walkdir",
|
2023-09-05 08:46:32 -04:00
|
|
|
"windows-sys",
|
2023-06-17 18:43:23 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "notify-debouncer-full"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "0.3.1"
|
2023-06-17 18:43:23 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "49f5dab59c348b9b50cf7f261960a20e389feb2713636399cd9082cd4b536154"
|
2023-06-17 18:43:23 -04:00
|
|
|
dependencies = [
|
|
|
|
"file-id",
|
2023-09-05 08:46:32 -04:00
|
|
|
"log",
|
2023-06-19 10:57:25 -04:00
|
|
|
"notify",
|
2023-07-04 02:00:18 -04:00
|
|
|
"parking_lot",
|
2023-06-17 18:43:23 -04:00
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2022-06-08 12:06:40 -04:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "0.4.4"
|
2022-06-08 12:06:40 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
|
2022-06-08 12:06:40 -04:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2023-07-04 02:00:18 -04:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint-dig"
|
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"lazy_static",
|
|
|
|
"libm",
|
|
|
|
"num-integer",
|
|
|
|
"num-iter",
|
|
|
|
"num-traits",
|
|
|
|
"rand",
|
|
|
|
"smallvec",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2022-04-30 18:08:12 -04:00
|
|
|
version = "0.1.45"
|
2022-02-13 15:26:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-30 18:08:12 -04:00
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
2022-02-13 15:26:41 -05:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2023-07-04 02:00:18 -04: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",
|
|
|
|
]
|
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2023-10-13 02:20:35 -04:00
|
|
|
version = "0.2.17"
|
2022-02-13 15:26:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-13 02:20:35 -04:00
|
|
|
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
|
2022-02-13 15:26:41 -05:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2023-07-04 02:00:18 -04:00
|
|
|
"libm",
|
2022-02-13 15:26:41 -05:00
|
|
|
]
|
|
|
|
|
2022-02-27 16:15:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-07-04 02:00:18 -04:00
|
|
|
version = "1.16.0"
|
2022-02-27 16:15:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 02:00:18 -04:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2022-02-27 16:15:49 -05:00
|
|
|
dependencies = [
|
2023-07-04 02:00:18 -04:00
|
|
|
"hermit-abi",
|
2022-02-27 16:15:49 -05:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-05-07 16:17:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "num_threads"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-07-04 02:00:18 -04:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "0.32.1"
|
2023-07-04 02:00:18 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
|
2023-07-04 02:00:18 -04:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-02-27 16:15:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-06-11 14:50:21 -04:00
|
|
|
version = "1.18.0"
|
2022-02-27 16:15:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-11 14:50:21 -04:00
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
2022-02-27 16:15:49 -05:00
|
|
|
|
2022-02-23 12:06:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "paris"
|
2023-04-06 05:10:23 -04:00
|
|
|
version = "1.5.15"
|
2022-02-23 12:06:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-06 05:10:23 -04:00
|
|
|
checksum = "8fecab3723493c7851f292cb060f3ee1c42f19b8d749345d0d7eaf3fd19aa62d"
|
2022-02-23 12:06:40 -05:00
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
2023-09-26 03:30:08 -04:00
|
|
|
version = "2.1.1"
|
2022-06-16 12:14:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 03:30:08 -04:00
|
|
|
checksum = "e52c774a4c39359c1d1c52e43f73dd91a75a614652c825408eec30c95a9b2067"
|
2022-06-16 12:14:58 -04:00
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
2023-07-04 02:00:18 -04:00
|
|
|
"parking_lot_core",
|
2022-04-05 11:07:34 -04:00
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-06-11 14:50:21 -04:00
|
|
|
version = "0.9.8"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-11 14:50:21 -04:00
|
|
|
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
2023-06-19 10:57:25 -04:00
|
|
|
"cfg-if",
|
2022-06-06 17:07:11 -04:00
|
|
|
"libc",
|
2023-09-05 08:46:32 -04:00
|
|
|
"redox_syscall",
|
2022-06-06 17:07:11 -04:00
|
|
|
"smallvec",
|
2023-09-05 08:46:32 -04:00
|
|
|
"windows-targets",
|
2022-06-06 17:07:11 -04:00
|
|
|
]
|
|
|
|
|
2023-08-08 15:10:30 -04:00
|
|
|
[[package]]
|
|
|
|
name = "parse-size"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "944553dd59c802559559161f9816429058b869003836120e262e8caec061b7ae"
|
|
|
|
|
2022-06-07 16:05:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "password-hash"
|
2023-08-08 15:10:30 -04:00
|
|
|
version = "0.5.0"
|
2022-06-07 16:05:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-08 15:10:30 -04:00
|
|
|
checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
|
2022-06-07 16:05:35 -04:00
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
2022-08-15 08:27:41 -04:00
|
|
|
"rand_core",
|
2022-06-07 16:05:35 -04:00
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2023-07-17 04:18:47 -04:00
|
|
|
version = "1.0.14"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-17 04:18:47 -04:00
|
|
|
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
|
2022-06-06 17:07:11 -04:00
|
|
|
|
2022-06-08 12:06:40 -04:00
|
|
|
[[package]]
|
|
|
|
name = "pem"
|
2023-01-28 15:52:32 -05:00
|
|
|
version = "1.1.1"
|
2022-06-08 12:06:40 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-28 15:52:32 -05:00
|
|
|
checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8"
|
2022-06-08 12:06:40 -04:00
|
|
|
dependencies = [
|
2023-01-28 15:52:32 -05:00
|
|
|
"base64 0.13.1",
|
2022-06-08 12:06:40 -04:00
|
|
|
]
|
|
|
|
|
2023-07-04 02:00:18 -04:00
|
|
|
[[package]]
|
|
|
|
name = "pem-rfc7468"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
|
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
]
|
|
|
|
|
2022-06-01 03:45:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-06-11 14:50:21 -04:00
|
|
|
version = "2.3.0"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-11 14:50:21 -04:00
|
|
|
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
2022-06-01 03:45:31 -04:00
|
|
|
|
2022-02-27 16:15:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "0.2.13"
|
2022-02-27 16:15:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
|
2022-02-27 16:15:49 -05:00
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2023-09-26 03:30:08 -04:00
|
|
|
[[package]]
|
|
|
|
name = "piper"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"
|
|
|
|
dependencies = [
|
|
|
|
"atomic-waker",
|
|
|
|
"fastrand 2.0.1",
|
|
|
|
"futures-io",
|
|
|
|
]
|
|
|
|
|
2023-07-04 02:00:18 -04:00
|
|
|
[[package]]
|
|
|
|
name = "pkcs1"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
|
|
|
|
dependencies = [
|
|
|
|
"der",
|
|
|
|
"pkcs8",
|
|
|
|
"spki",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkcs8"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
|
|
|
|
dependencies = [
|
|
|
|
"der",
|
|
|
|
"spki",
|
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2023-05-15 09:25:15 -04:00
|
|
|
version = "0.3.27"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-15 09:25:15 -04:00
|
|
|
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
|
2022-03-12 16:18:49 -05:00
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "polling"
|
2023-04-23 15:29:36 -04:00
|
|
|
version = "2.8.0"
|
2022-06-16 12:14:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-23 15:29:36 -04:00
|
|
|
checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
|
2022-06-16 12:14:58 -04:00
|
|
|
dependencies = [
|
2022-08-30 11:15:29 -04:00
|
|
|
"autocfg",
|
2023-07-04 02:00:18 -04:00
|
|
|
"bitflags 1.3.2",
|
2023-06-19 10:57:25 -04:00
|
|
|
"cfg-if",
|
2023-03-22 11:11:47 -04:00
|
|
|
"concurrent-queue",
|
2022-06-16 12:14:58 -04:00
|
|
|
"libc",
|
|
|
|
"log",
|
2023-03-22 11:11:47 -04:00
|
|
|
"pin-project-lite",
|
2023-09-05 08:46:32 -04:00
|
|
|
"windows-sys",
|
2022-06-16 12:14:58 -04:00
|
|
|
]
|
|
|
|
|
2022-02-14 15:33:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2022-11-19 14:34:29 -05:00
|
|
|
version = "0.2.17"
|
2022-02-14 15:33:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-19 14:34:29 -05:00
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
2022-02-14 15:33:17 -05:00
|
|
|
|
2022-02-12 16:32:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-10-13 02:20:35 -04:00
|
|
|
version = "1.0.69"
|
2022-02-12 16:32:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-13 02:20:35 -04:00
|
|
|
checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
|
2022-02-12 16:32:51 -05:00
|
|
|
dependencies = [
|
2022-05-17 05:31:32 -04:00
|
|
|
"unicode-ident",
|
2022-02-12 16:32:51 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "1.0.33"
|
2022-02-12 16:32:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
2022-02-12 16:32:51 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "quoted_printable"
|
2023-05-15 09:25:15 -04:00
|
|
|
version = "0.4.8"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-15 09:25:15 -04:00
|
|
|
checksum = "5a3866219251662ec3b26fc217e3e05bf9c4f84325234dfb96bf0bf840889e49"
|
2022-03-12 16:18:49 -05:00
|
|
|
|
2022-02-14 15:33:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-08-15 08:27:41 -04:00
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
2022-02-14 15:33:17 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2022-08-15 08:27:41 -04:00
|
|
|
"rand_core",
|
2022-02-14 15:33:17 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2022-10-01 17:43:43 -04:00
|
|
|
version = "0.6.4"
|
2022-02-14 15:33:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-01 17:43:43 -04:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2022-02-14 15:33:17 -05:00
|
|
|
dependencies = [
|
2022-08-15 08:27:41 -04:00
|
|
|
"getrandom",
|
2022-02-14 15:33:17 -05:00
|
|
|
]
|
|
|
|
|
2023-04-06 05:10:23 -04:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
|
|
|
dependencies = [
|
2023-07-04 02:00:18 -04:00
|
|
|
"bitflags 1.3.2",
|
2023-04-06 05:10:23 -04:00
|
|
|
]
|
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-10-13 02:20:35 -04:00
|
|
|
version = "1.10.0"
|
2023-07-06 05:33:09 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-13 02:20:35 -04:00
|
|
|
checksum = "d119d7c7ca818f8a53c300863d4f87566aac09943aef5b355bb83969dae75d87"
|
2023-07-06 05:33:09 -04:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2023-10-13 02:20:35 -04:00
|
|
|
version = "0.4.1"
|
2022-02-13 15:26:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-13 02:20:35 -04:00
|
|
|
checksum = "465c6fc0621e4abc4187a2bda0937bfd4f722c2730b29562e19689ea796c9a4b"
|
2022-02-13 15:26:41 -05:00
|
|
|
dependencies = [
|
2023-06-19 10:57:25 -04:00
|
|
|
"aho-corasick",
|
2022-02-13 15:26:41 -05:00
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-10-13 02:20:35 -04:00
|
|
|
version = "0.8.1"
|
2022-02-13 15:26:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-13 02:20:35 -04:00
|
|
|
checksum = "56d84fdd47036b038fc80dd333d10b6aab10d5d31f4a366e20014def75328d33"
|
2022-02-13 15:26:41 -05:00
|
|
|
|
2022-06-20 16:19:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "relative-path"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "1.9.0"
|
2022-06-20 16:19:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "c707298afce11da2efef2f600116fa93ffa7a032b5d7b628aa17711ec81383ca"
|
2022-06-20 16:19:41 -04:00
|
|
|
|
2022-06-01 03:45:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2023-10-13 02:20:35 -04:00
|
|
|
version = "0.11.22"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-13 02:20:35 -04:00
|
|
|
checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b"
|
2022-06-01 03:45:31 -04:00
|
|
|
dependencies = [
|
2023-09-26 03:30:08 -04:00
|
|
|
"base64 0.21.4",
|
2022-06-01 03:45:31 -04:00
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
2023-10-13 02:20:35 -04:00
|
|
|
"hyper-rustls",
|
2022-06-01 03:45:31 -04:00
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"mime",
|
2022-10-01 17:43:43 -04:00
|
|
|
"once_cell",
|
2022-06-01 03:45:31 -04:00
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
2023-10-13 02:20:35 -04:00
|
|
|
"rustls",
|
|
|
|
"rustls-pemfile",
|
2022-06-01 03:45:31 -04:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2023-10-13 02:20:35 -04:00
|
|
|
"system-configuration",
|
2022-06-01 03:45:31 -04:00
|
|
|
"tokio",
|
2023-10-13 02:20:35 -04:00
|
|
|
"tokio-rustls",
|
2022-06-20 12:11:12 -04:00
|
|
|
"tower-service",
|
2022-06-01 03:45:31 -04:00
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
2023-10-13 02:20:35 -04:00
|
|
|
"webpki-roots 0.25.2",
|
2022-06-01 03:45:31 -04:00
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
2022-06-08 12:06:40 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
|
|
|
version = "0.16.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"spin 0.5.2",
|
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
2023-06-19 10:57:25 -04:00
|
|
|
"winapi",
|
2022-06-08 12:06:40 -04:00
|
|
|
]
|
|
|
|
|
2022-06-27 08:10:29 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rpassword"
|
2023-08-08 15:10:30 -04:00
|
|
|
version = "7.2.0"
|
2022-06-27 08:10:29 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-08 15:10:30 -04:00
|
|
|
checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322"
|
2022-06-27 08:10:29 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-08-08 15:10:30 -04:00
|
|
|
"rtoolbox",
|
2023-06-19 10:57:25 -04:00
|
|
|
"winapi",
|
2022-06-27 08:10:29 -04:00
|
|
|
]
|
|
|
|
|
2023-07-04 02:00:18 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rsa"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6ab43bb47d23c1a631b4b680199a45255dce26fa9ab2fa902581f624ff13e6a8"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"const-oid",
|
|
|
|
"digest",
|
|
|
|
"num-bigint-dig",
|
|
|
|
"num-integer",
|
|
|
|
"num-iter",
|
|
|
|
"num-traits",
|
|
|
|
"pkcs1",
|
|
|
|
"pkcs8",
|
|
|
|
"rand_core",
|
|
|
|
"signature",
|
|
|
|
"spki",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2023-08-08 15:10:30 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rtoolbox"
|
|
|
|
version = "0.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-07-04 02:00:18 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
|
|
dependencies = [
|
|
|
|
"semver",
|
|
|
|
]
|
|
|
|
|
2023-03-05 10:43:00 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-10-01 08:11:04 -04:00
|
|
|
version = "0.37.24"
|
2023-03-05 10:43:00 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-01 08:11:04 -04:00
|
|
|
checksum = "4279d76516df406a8bd37e7dff53fd37d1a093f997a3c34a5c21658c126db06d"
|
2023-03-05 10:43:00 -05:00
|
|
|
dependencies = [
|
2023-07-04 02:00:18 -04:00
|
|
|
"bitflags 1.3.2",
|
2023-04-06 05:10:23 -04:00
|
|
|
"errno",
|
2023-03-27 04:50:20 -04:00
|
|
|
"io-lifetimes",
|
|
|
|
"libc",
|
2023-07-04 02:00:18 -04:00
|
|
|
"linux-raw-sys 0.3.8",
|
2023-09-05 08:46:32 -04:00
|
|
|
"windows-sys",
|
2023-03-05 10:43:00 -05:00
|
|
|
]
|
|
|
|
|
2023-02-20 16:12:33 -05:00
|
|
|
[[package]]
|
2023-07-04 02:00:18 -04:00
|
|
|
name = "rustix"
|
2023-10-13 02:20:35 -04:00
|
|
|
version = "0.38.18"
|
2023-02-20 16:12:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-13 02:20:35 -04:00
|
|
|
checksum = "5a74ee2d7c2581cd139b42447d7d9389b889bdaad3a73f1ebb16f2a3237bb19c"
|
2023-02-20 16:12:33 -05:00
|
|
|
dependencies = [
|
2023-09-05 08:46:32 -04:00
|
|
|
"bitflags 2.4.0",
|
2023-07-04 02:00:18 -04:00
|
|
|
"errno",
|
|
|
|
"libc",
|
2023-10-13 02:20:35 -04:00
|
|
|
"linux-raw-sys 0.4.10",
|
2023-09-05 08:46:32 -04:00
|
|
|
"windows-sys",
|
2023-02-20 16:12:33 -05:00
|
|
|
]
|
|
|
|
|
2023-10-13 02:20:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
|
|
|
version = "0.21.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"rustls-webpki 0.101.6",
|
|
|
|
"sct",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.21.4",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
|
|
|
version = "0.100.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5f6a5fc258f1c1276dfe3016516945546e2d5383911efc0fc4f1cdc5df3a4ae3"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
|
|
|
version = "0.101.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c7d5dece342910d9ba34d259310cae3e0154b873b35408b787b59bce53d34fe"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2022-02-12 16:32:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-07-17 04:18:47 -04:00
|
|
|
version = "1.0.15"
|
2022-02-12 16:32:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-17 04:18:47 -04:00
|
|
|
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
|
2022-02-12 16:32:51 -05:00
|
|
|
|
2022-02-14 15:33:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2022-06-22 12:00:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "sanitize-filename"
|
2023-08-08 15:10:30 -04:00
|
|
|
version = "0.5.0"
|
2022-06-22 12:00:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-08 15:10:30 -04:00
|
|
|
checksum = "2ed72fbaf78e6f2d41744923916966c4fbe3d7c74e3037a8ee482f1115572603"
|
2022-06-22 12:00:31 -04:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "1.2.0"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2022-04-05 11:07:34 -04:00
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
2023-10-13 02:20:35 -04:00
|
|
|
name = "sct"
|
|
|
|
version = "0.7.0"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-13 02:20:35 -04:00
|
|
|
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
2022-03-12 16:18:49 -05:00
|
|
|
dependencies = [
|
2023-10-13 02:20:35 -04:00
|
|
|
"ring",
|
|
|
|
"untrusted",
|
2022-03-12 16:18:49 -05:00
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2023-10-13 02:20:35 -04:00
|
|
|
version = "1.0.20"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-13 02:20:35 -04:00
|
|
|
checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090"
|
2022-06-06 17:07:11 -04:00
|
|
|
|
2022-02-12 16:32:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "1.0.188"
|
2022-02-12 16:32:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
|
2022-02-12 16:32:51 -05:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "1.0.188"
|
2022-02-12 16:32:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
|
2022-02-12 16:32:51 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-13 02:20:35 -04:00
|
|
|
"syn 2.0.38",
|
2022-02-12 16:32:51 -05:00
|
|
|
]
|
|
|
|
|
2022-02-15 11:27:06 -05:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-09-26 03:30:08 -04:00
|
|
|
version = "1.0.107"
|
2022-02-15 11:27:06 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 03:30:08 -04:00
|
|
|
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
|
2022-02-15 11:27:06 -05:00
|
|
|
dependencies = [
|
2022-05-23 10:29:55 -04:00
|
|
|
"itoa",
|
2022-02-15 11:27:06 -05:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-08-08 15:10:30 -04:00
|
|
|
[[package]]
|
|
|
|
name = "serde_plain"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "1.0.2"
|
2023-08-08 15:10:30 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "9ce1fc6db65a611022b23a0dec6975d63fb80a302cb3388835ff02c097258d50"
|
2023-08-08 15:10:30 -04:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-06-01 03:45:31 -04: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",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-02-12 16:32:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "serde_yaml"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "0.9.25"
|
2022-02-12 16:32:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574"
|
2022-02-12 16:32:51 -05:00
|
|
|
dependencies = [
|
2023-10-01 08:11:04 -04:00
|
|
|
"indexmap 2.0.2",
|
2023-02-09 05:58:59 -05:00
|
|
|
"itoa",
|
2022-02-12 16:32:51 -05:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
2023-02-09 05:58:59 -05:00
|
|
|
"unsafe-libyaml",
|
2022-02-12 16:32:51 -05:00
|
|
|
]
|
|
|
|
|
2023-02-09 05:09:54 -05:00
|
|
|
[[package]]
|
|
|
|
name = "serial_test"
|
2023-04-06 05:10:23 -04:00
|
|
|
version = "2.0.0"
|
2023-04-23 15:29:36 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0e56dd856803e253c8f298af3f4d7eb0ae5e23a737252cd90bb4f3b435033b2d"
|
2023-02-09 05:09:54 -05:00
|
|
|
dependencies = [
|
|
|
|
"dashmap",
|
|
|
|
"futures",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
2023-07-04 02:00:18 -04:00
|
|
|
"parking_lot",
|
2023-02-09 05:09:54 -05:00
|
|
|
"serial_test_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serial_test_derive"
|
2023-04-06 05:10:23 -04:00
|
|
|
version = "2.0.0"
|
2023-04-23 15:29:36 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "91d129178576168c589c9ec973feedf7d3126c01ac2bf08795109aa35b69fb8f"
|
2023-02-09 05:09:54 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-13 02:20:35 -04:00
|
|
|
"syn 2.0.38",
|
2023-02-09 05:09:54 -05:00
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
2022-06-13 08:20:31 -04:00
|
|
|
name = "sha1"
|
2023-09-26 03:30:08 -04:00
|
|
|
version = "0.10.6"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 03:30:08 -04:00
|
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
2023-06-19 10:57:25 -04:00
|
|
|
"cfg-if",
|
2022-06-06 17:07:11 -04:00
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2023-09-29 02:28:38 -04:00
|
|
|
version = "0.10.8"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-29 02:28:38 -04:00
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
2023-06-19 10:57:25 -04:00
|
|
|
"cfg-if",
|
2022-06-06 17:07:11 -04:00
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2022-03-21 13:06:49 -04:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
2023-09-06 02:24:50 -04:00
|
|
|
version = "1.2.0"
|
2022-03-21 13:06:49 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-06 02:24:50 -04:00
|
|
|
checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380"
|
2022-03-21 13:06:49 -04:00
|
|
|
|
2023-08-13 06:59:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "signal-child"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2a4eed4c5ae38438470ab8e0108bb751012f786f44ff585cfd837c9a5fe426f"
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2023-03-05 10:43:00 -05:00
|
|
|
version = "1.4.1"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-05 10:43:00 -05:00
|
|
|
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-07-04 02:00:18 -04:00
|
|
|
[[package]]
|
|
|
|
name = "signature"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500"
|
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
2022-06-08 12:06:40 -04:00
|
|
|
[[package]]
|
|
|
|
name = "simple_asn1"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
|
|
|
|
dependencies = [
|
|
|
|
"num-bigint",
|
|
|
|
"num-traits",
|
|
|
|
"thiserror",
|
2023-09-07 15:57:16 -04:00
|
|
|
"time",
|
2022-06-08 12:06:40 -04:00
|
|
|
]
|
|
|
|
|
2022-02-23 12:06:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "simplelog"
|
2023-03-05 10:43:00 -05:00
|
|
|
version = "0.12.1"
|
2022-02-23 12:06:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-05 10:43:00 -05:00
|
|
|
checksum = "acee08041c5de3d5048c8b3f6f13fafb3026b24ba43c6a695a0c76179b844369"
|
2022-02-23 12:06:40 -05:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"paris",
|
|
|
|
"termcolor",
|
2023-09-07 15:57:16 -04:00
|
|
|
"time",
|
2022-02-23 12:06:40 -05:00
|
|
|
]
|
|
|
|
|
2022-02-28 12:01:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "0.4.9"
|
2022-02-28 12:01:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2022-07-24 13:23:52 -04:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2022-02-28 12:01:17 -05:00
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2023-09-26 03:30:08 -04:00
|
|
|
version = "1.11.1"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 03:30:08 -04:00
|
|
|
checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
|
2022-04-05 11:07:34 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2023-03-05 10:43:00 -05:00
|
|
|
version = "0.4.9"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-05 10:43:00 -05:00
|
|
|
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
|
2022-04-05 11:07:34 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-06-19 10:57:25 -04:00
|
|
|
"winapi",
|
2022-04-05 11:07:34 -04:00
|
|
|
]
|
|
|
|
|
2023-09-05 08:46:32 -04:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2023-09-26 03:30:08 -04:00
|
|
|
version = "0.5.4"
|
2023-09-05 08:46:32 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 03:30:08 -04:00
|
|
|
checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e"
|
2023-09-05 08:46:32 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
2022-06-08 12:06:40 -04:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
2023-04-06 05:10:23 -04:00
|
|
|
version = "0.9.8"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-06 05:10:23 -04:00
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
]
|
|
|
|
|
2023-07-04 02:00:18 -04:00
|
|
|
[[package]]
|
|
|
|
name = "spki"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a"
|
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
"der",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "sqlformat"
|
2023-09-06 02:24:50 -04:00
|
|
|
version = "0.2.2"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-06 02:24:50 -04:00
|
|
|
checksum = "6b7b278788e7be4d0d29c0f39497a0eef3fba6bbc8e70d8bf7fde46edeaa9e85"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
2023-09-06 02:24:50 -04:00
|
|
|
"itertools",
|
2022-06-06 17:07:11 -04:00
|
|
|
"nom",
|
|
|
|
"unicode_categories",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx"
|
2023-09-29 02:28:38 -04:00
|
|
|
version = "0.7.2"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-29 02:28:38 -04:00
|
|
|
checksum = "0e50c216e3624ec8e7ecd14c6a6a6370aad6ee5d8cfc3ab30b5162eeeef2ed33"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"sqlx-core",
|
|
|
|
"sqlx-macros",
|
2023-07-04 02:00:18 -04:00
|
|
|
"sqlx-mysql",
|
|
|
|
"sqlx-postgres",
|
|
|
|
"sqlx-sqlite",
|
2022-06-06 17:07:11 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-core"
|
2023-09-29 02:28:38 -04:00
|
|
|
version = "0.7.2"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-29 02:28:38 -04:00
|
|
|
checksum = "8d6753e460c998bbd4cd8c6f0ed9a64346fcca0723d6e75e52fdc351c5d2169d"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
2023-09-05 08:46:32 -04:00
|
|
|
"ahash",
|
2022-06-06 17:07:11 -04:00
|
|
|
"atoi",
|
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
|
|
|
"crc",
|
2022-08-15 08:27:41 -04:00
|
|
|
"crossbeam-queue",
|
2022-08-08 05:21:24 -04:00
|
|
|
"dotenvy",
|
2022-06-06 17:07:11 -04:00
|
|
|
"either",
|
|
|
|
"event-listener",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-intrusive",
|
2023-07-04 02:00:18 -04:00
|
|
|
"futures-io",
|
2022-06-06 17:07:11 -04:00
|
|
|
"futures-util",
|
|
|
|
"hashlink",
|
|
|
|
"hex",
|
2023-10-01 08:11:04 -04:00
|
|
|
"indexmap 2.0.2",
|
2022-06-06 17:07:11 -04:00
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"once_cell",
|
|
|
|
"paste",
|
|
|
|
"percent-encoding",
|
2023-07-04 02:00:18 -04:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-06-06 17:07:11 -04:00
|
|
|
"sha2",
|
|
|
|
"smallvec",
|
|
|
|
"sqlformat",
|
|
|
|
"thiserror",
|
2023-07-04 02:00:18 -04:00
|
|
|
"tokio",
|
2022-06-06 17:07:11 -04:00
|
|
|
"tokio-stream",
|
2023-07-04 02:00:18 -04:00
|
|
|
"tracing",
|
2022-06-06 17:07:11 -04:00
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-macros"
|
2023-09-29 02:28:38 -04:00
|
|
|
version = "0.7.2"
|
2023-07-04 02:00:18 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-29 02:28:38 -04:00
|
|
|
checksum = "9a793bb3ba331ec8359c1853bd39eed32cdd7baaf22c35ccf5c92a7e8d1189ec"
|
2023-07-04 02:00:18 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"sqlx-core",
|
|
|
|
"sqlx-macros-core",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-macros-core"
|
2023-09-29 02:28:38 -04:00
|
|
|
version = "0.7.2"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-29 02:28:38 -04:00
|
|
|
checksum = "0a4ee1e104e00dedb6aa5ffdd1343107b0a4702e862a84320ee7cc74782d96fc"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
2022-08-08 05:21:24 -04:00
|
|
|
"dotenvy",
|
2022-06-06 17:07:11 -04:00
|
|
|
"either",
|
|
|
|
"heck",
|
2023-07-04 02:00:18 -04:00
|
|
|
"hex",
|
2022-06-06 17:07:11 -04:00
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-04 02:00:18 -04:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-06-06 17:07:11 -04:00
|
|
|
"sha2",
|
|
|
|
"sqlx-core",
|
2023-07-04 02:00:18 -04:00
|
|
|
"sqlx-mysql",
|
|
|
|
"sqlx-sqlite",
|
2023-03-22 11:11:47 -04:00
|
|
|
"syn 1.0.109",
|
2023-07-04 02:00:18 -04:00
|
|
|
"tempfile",
|
|
|
|
"tokio",
|
2022-06-06 17:07:11 -04:00
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-07-04 02:00:18 -04:00
|
|
|
name = "sqlx-mysql"
|
2023-09-29 02:28:38 -04:00
|
|
|
version = "0.7.2"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-29 02:28:38 -04:00
|
|
|
checksum = "864b869fdf56263f4c95c45483191ea0af340f9f3e3e7b4d57a61c7c87a970db"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
2023-07-04 02:00:18 -04:00
|
|
|
"atoi",
|
2023-09-26 03:30:08 -04:00
|
|
|
"base64 0.21.4",
|
2023-09-05 08:46:32 -04:00
|
|
|
"bitflags 2.4.0",
|
2023-07-04 02:00:18 -04:00
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
|
|
|
"crc",
|
|
|
|
"digest",
|
|
|
|
"dotenvy",
|
|
|
|
"either",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-util",
|
|
|
|
"generic-array",
|
|
|
|
"hex",
|
|
|
|
"hkdf",
|
|
|
|
"hmac",
|
|
|
|
"itoa",
|
|
|
|
"log",
|
|
|
|
"md-5",
|
|
|
|
"memchr",
|
2022-06-06 17:07:11 -04:00
|
|
|
"once_cell",
|
2023-07-04 02:00:18 -04:00
|
|
|
"percent-encoding",
|
|
|
|
"rand",
|
|
|
|
"rsa",
|
|
|
|
"serde",
|
|
|
|
"sha1",
|
|
|
|
"sha2",
|
|
|
|
"smallvec",
|
|
|
|
"sqlx-core",
|
|
|
|
"stringprep",
|
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
|
|
|
"whoami",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-postgres"
|
2023-09-29 02:28:38 -04:00
|
|
|
version = "0.7.2"
|
2023-07-04 02:00:18 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-29 02:28:38 -04:00
|
|
|
checksum = "eb7ae0e6a97fb3ba33b23ac2671a5ce6e3cabe003f451abd5a56e7951d975624"
|
2023-07-04 02:00:18 -04:00
|
|
|
dependencies = [
|
|
|
|
"atoi",
|
2023-09-26 03:30:08 -04:00
|
|
|
"base64 0.21.4",
|
2023-09-05 08:46:32 -04:00
|
|
|
"bitflags 2.4.0",
|
2023-07-04 02:00:18 -04:00
|
|
|
"byteorder",
|
|
|
|
"crc",
|
|
|
|
"dotenvy",
|
|
|
|
"etcetera",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-util",
|
|
|
|
"hex",
|
|
|
|
"hkdf",
|
|
|
|
"hmac",
|
|
|
|
"home",
|
|
|
|
"itoa",
|
|
|
|
"log",
|
|
|
|
"md-5",
|
|
|
|
"memchr",
|
|
|
|
"once_cell",
|
|
|
|
"rand",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sha1",
|
|
|
|
"sha2",
|
|
|
|
"smallvec",
|
|
|
|
"sqlx-core",
|
|
|
|
"stringprep",
|
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
|
|
|
"whoami",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-sqlite"
|
2023-09-29 02:28:38 -04:00
|
|
|
version = "0.7.2"
|
2023-07-04 02:00:18 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-29 02:28:38 -04:00
|
|
|
checksum = "d59dc83cf45d89c555a577694534fcd1b55c545a816c816ce51f20bbe56a4f3f"
|
2023-07-04 02:00:18 -04:00
|
|
|
dependencies = [
|
|
|
|
"atoi",
|
|
|
|
"flume",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-intrusive",
|
|
|
|
"futures-util",
|
|
|
|
"libsqlite3-sys",
|
|
|
|
"log",
|
|
|
|
"percent-encoding",
|
|
|
|
"serde",
|
|
|
|
"sqlx-core",
|
|
|
|
"tracing",
|
|
|
|
"url",
|
2022-06-06 17:07:11 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stringprep"
|
2023-09-06 02:24:50 -04:00
|
|
|
version = "0.1.4"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-06 02:24:50 -04:00
|
|
|
checksum = "bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
2023-09-06 02:24:50 -04:00
|
|
|
"finl_unicode",
|
2022-06-06 17:07:11 -04:00
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2023-05-31 16:40:50 -04:00
|
|
|
version = "2.5.0"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-31 16:40:50 -04:00
|
|
|
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
|
2022-06-06 17:07:11 -04:00
|
|
|
|
2022-02-12 16:32:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-03-05 10:43:00 -05:00
|
|
|
version = "1.0.109"
|
2022-02-12 16:32:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-05 10:43:00 -05:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2022-02-12 16:32:51 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-05-17 05:31:32 -04:00
|
|
|
"unicode-ident",
|
2022-02-12 16:32:51 -05:00
|
|
|
]
|
|
|
|
|
2023-03-22 11:11:47 -04:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-10-13 02:20:35 -04:00
|
|
|
version = "2.0.38"
|
2023-03-22 11:11:47 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-13 02:20:35 -04:00
|
|
|
checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b"
|
2023-03-22 11:11:47 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-10-13 02:20:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "system-configuration"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"core-foundation",
|
|
|
|
"system-configuration-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "system-configuration-sys"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "3.8.0"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
|
2022-03-12 16:18:49 -05:00
|
|
|
dependencies = [
|
2023-06-19 10:57:25 -04:00
|
|
|
"cfg-if",
|
2023-09-26 03:30:08 -04:00
|
|
|
"fastrand 2.0.1",
|
2023-09-05 08:46:32 -04:00
|
|
|
"redox_syscall",
|
2023-10-13 02:20:35 -04:00
|
|
|
"rustix 0.38.18",
|
2023-09-05 08:46:32 -04:00
|
|
|
"windows-sys",
|
2022-03-12 16:18:49 -05:00
|
|
|
]
|
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2022-03-10 09:03:25 -05:00
|
|
|
version = "1.1.3"
|
2022-02-13 15:26:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 09:03:25 -05:00
|
|
|
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
|
2022-02-13 15:26:41 -05:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2022-10-12 09:28:49 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tests"
|
2023-07-20 01:44:18 -04:00
|
|
|
version = "0.20.0"
|
2022-10-12 09:28:49 -04:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"ffplayout",
|
|
|
|
"ffplayout-lib",
|
|
|
|
"ffprobe",
|
|
|
|
"file-rotate",
|
|
|
|
"lettre",
|
|
|
|
"log",
|
|
|
|
"rand",
|
|
|
|
"regex",
|
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_yaml",
|
2023-02-09 05:09:54 -05:00
|
|
|
"serial_test",
|
2022-10-12 09:28:49 -04:00
|
|
|
"shlex",
|
|
|
|
"simplelog",
|
2023-09-07 15:57:16 -04:00
|
|
|
"time",
|
2022-10-12 09:28:49 -04:00
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-09-29 02:28:38 -04:00
|
|
|
version = "1.0.49"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-29 02:28:38 -04:00
|
|
|
checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-09-29 02:28:38 -04:00
|
|
|
version = "1.0.49"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-29 02:28:38 -04:00
|
|
|
checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-13 02:20:35 -04:00
|
|
|
"syn 2.0.38",
|
2022-06-06 17:07:11 -04:00
|
|
|
]
|
|
|
|
|
2022-05-07 16:17:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2023-09-26 03:30:08 -04:00
|
|
|
version = "0.3.29"
|
2022-05-07 16:17:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 03:30:08 -04:00
|
|
|
checksum = "426f806f4089c493dcac0d24c29c01e2c38baf8e30f1b716ee37e83d200b18fe"
|
2022-05-07 16:17:58 -04:00
|
|
|
dependencies = [
|
2023-09-05 08:46:32 -04:00
|
|
|
"deranged",
|
2022-05-23 10:29:55 -04:00
|
|
|
"itoa",
|
2022-05-07 16:17:58 -04:00
|
|
|
"libc",
|
|
|
|
"num_threads",
|
2022-10-25 04:06:15 -04:00
|
|
|
"serde",
|
|
|
|
"time-core",
|
2022-05-07 16:17:58 -04:00
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
2022-10-25 04:06:15 -04:00
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
2023-09-26 03:30:08 -04:00
|
|
|
version = "0.1.2"
|
2022-10-25 04:06:15 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 03:30:08 -04:00
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
2022-10-25 04:06:15 -04:00
|
|
|
|
2022-05-07 16:17:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2023-09-26 03:30:08 -04:00
|
|
|
version = "0.2.15"
|
2022-05-07 16:17:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 03:30:08 -04:00
|
|
|
checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20"
|
2022-10-25 04:06:15 -04:00
|
|
|
dependencies = [
|
|
|
|
"time-core",
|
|
|
|
]
|
2022-05-07 16:17:58 -04:00
|
|
|
|
2023-06-19 10:57:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tiny_http"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
|
|
|
|
dependencies = [
|
|
|
|
"ascii",
|
|
|
|
"chunked_transfer",
|
|
|
|
"httpdate",
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-04-26 07:47:52 -04:00
|
|
|
version = "1.6.0"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-26 07:47:52 -04:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2022-03-12 16:18:49 -05:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-02-08 10:10:58 -05:00
|
|
|
version = "0.1.1"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-08 10:10:58 -05:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2022-03-12 16:18:49 -05:00
|
|
|
|
2022-02-27 16:15:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2023-10-13 02:20:35 -04:00
|
|
|
version = "1.33.0"
|
2022-02-27 16:15:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-13 02:20:35 -04:00
|
|
|
checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653"
|
2022-02-27 16:15:49 -05:00
|
|
|
dependencies = [
|
2023-07-04 02:00:18 -04:00
|
|
|
"backtrace",
|
2022-05-23 10:29:55 -04:00
|
|
|
"bytes",
|
2022-04-05 11:07:34 -04:00
|
|
|
"libc",
|
2023-06-19 10:57:25 -04:00
|
|
|
"mio",
|
2022-02-27 16:15:49 -05:00
|
|
|
"num_cpus",
|
2023-07-04 02:00:18 -04:00
|
|
|
"parking_lot",
|
2022-05-23 10:29:55 -04:00
|
|
|
"pin-project-lite",
|
2022-06-06 17:07:11 -04:00
|
|
|
"signal-hook-registry",
|
2023-09-26 03:30:08 -04:00
|
|
|
"socket2 0.5.4",
|
2023-02-20 16:12:33 -05:00
|
|
|
"tokio-macros",
|
2023-09-05 08:46:32 -04:00
|
|
|
"windows-sys",
|
2022-04-05 11:07:34 -04:00
|
|
|
]
|
|
|
|
|
2023-02-20 16:12:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2023-05-15 09:25:15 -04:00
|
|
|
version = "2.1.0"
|
2023-02-20 16:12:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-15 09:25:15 -04:00
|
|
|
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
|
2023-02-20 16:12:33 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-13 02:20:35 -04:00
|
|
|
"syn 2.0.38",
|
2023-02-20 16:12:33 -05:00
|
|
|
]
|
|
|
|
|
2022-06-01 03:45:31 -04:00
|
|
|
[[package]]
|
2023-10-13 02:20:35 -04:00
|
|
|
name = "tokio-rustls"
|
|
|
|
version = "0.24.1"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-13 02:20:35 -04:00
|
|
|
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
2022-06-01 03:45:31 -04:00
|
|
|
dependencies = [
|
2023-10-13 02:20:35 -04:00
|
|
|
"rustls",
|
2022-06-01 03:45:31 -04:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
2023-05-15 09:25:15 -04:00
|
|
|
version = "0.1.14"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-15 09:25:15 -04:00
|
|
|
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
|
2022-04-05 11:07:34 -04:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
2022-05-23 10:29:55 -04:00
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2022-04-05 11:07:34 -04:00
|
|
|
]
|
|
|
|
|
2022-06-01 03:45:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2023-09-26 03:30:08 -04:00
|
|
|
version = "0.7.9"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 03:30:08 -04:00
|
|
|
checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d"
|
2022-06-01 03:45:31 -04:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2022-06-20 12:11:12 -04:00
|
|
|
version = "0.3.2"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-20 12:11:12 -04:00
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
2022-04-05 11:07:34 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2022-10-14 07:08:40 -04:00
|
|
|
version = "0.1.37"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-14 07:08:40 -04:00
|
|
|
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
2022-04-05 11:07:34 -04:00
|
|
|
dependencies = [
|
2023-06-19 10:57:25 -04:00
|
|
|
"cfg-if",
|
2022-06-06 17:07:11 -04:00
|
|
|
"log",
|
2022-05-23 10:29:55 -04:00
|
|
|
"pin-project-lite",
|
2023-07-04 02:00:18 -04:00
|
|
|
"tracing-attributes",
|
2022-04-05 11:07:34 -04:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
2023-07-04 02:00:18 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
|
|
|
version = "0.1.26"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-13 02:20:35 -04:00
|
|
|
"syn 2.0.38",
|
2023-07-04 02:00:18 -04:00
|
|
|
]
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2023-05-15 09:25:15 -04:00
|
|
|
version = "0.1.31"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-15 09:25:15 -04:00
|
|
|
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
|
2022-04-05 11:07:34 -04:00
|
|
|
dependencies = [
|
2022-06-13 08:02:55 -04:00
|
|
|
"once_cell",
|
2022-04-05 11:07:34 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2023-01-11 09:29:41 -05:00
|
|
|
version = "0.2.4"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-11 09:29:41 -05:00
|
|
|
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
|
2022-04-05 11:07:34 -04:00
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-09-26 03:30:08 -04:00
|
|
|
version = "1.17.0"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 03:30:08 -04:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2022-06-06 17:07:11 -04:00
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "2.7.0"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
|
2022-04-05 11:07:34 -04:00
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
2022-02-13 15:26:41 -05:00
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2023-03-22 11:11:47 -04:00
|
|
|
version = "0.3.13"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-22 11:11:47 -04:00
|
|
|
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
2022-03-12 16:18:49 -05:00
|
|
|
|
2022-05-17 05:31:32 -04:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-09-26 03:30:08 -04:00
|
|
|
version = "1.0.12"
|
2022-05-17 05:31:32 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 03:30:08 -04:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2022-05-17 05:31:32 -04:00
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2022-10-01 17:43:43 -04:00
|
|
|
version = "0.1.22"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-01 17:43:43 -04:00
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
2022-03-12 16:18:49 -05:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2023-02-02 06:52:52 -05:00
|
|
|
version = "1.10.1"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 06:52:52 -05:00
|
|
|
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
2022-06-06 17:07:11 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode_categories"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
|
|
|
|
|
2023-02-09 05:58:59 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unsafe-libyaml"
|
2023-07-17 04:18:47 -04:00
|
|
|
version = "0.2.9"
|
2023-02-09 05:58:59 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-17 04:18:47 -04:00
|
|
|
checksum = "f28467d3e1d3c6586d8f25fa243f544f5800fec42d97032474e17222c2b75cfa"
|
2023-02-09 05:58:59 -05:00
|
|
|
|
2022-06-08 12:06:40 -04:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
2022-06-01 03:45:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "2.4.1"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
|
2022-06-01 03:45:31 -04:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
2023-06-11 14:50:21 -04:00
|
|
|
"idna 0.4.0",
|
2022-06-01 03:45:31 -04:00
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2023-06-19 10:57:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2023-07-17 04:18:47 -04:00
|
|
|
version = "1.4.1"
|
2022-06-16 12:14:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-17 04:18:47 -04:00
|
|
|
checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"
|
2022-06-16 12:14:58 -04:00
|
|
|
dependencies = [
|
2022-08-15 08:27:41 -04:00
|
|
|
"getrandom",
|
2022-06-16 12:14:58 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "value-bag"
|
2023-07-04 02:00:18 -04:00
|
|
|
version = "1.4.1"
|
2022-06-16 12:14:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 02:00:18 -04:00
|
|
|
checksum = "d92ccd67fb88503048c01b59152a04effd0782d035a83a6d256ce6085f08f4a3"
|
2022-06-16 12:14:58 -04:00
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "waker-fn"
|
2023-09-26 03:30:08 -04:00
|
|
|
version = "1.1.1"
|
2022-06-16 12:14:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 03:30:08 -04:00
|
|
|
checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690"
|
2022-06-16 12:14:58 -04:00
|
|
|
|
2022-02-14 15:33:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2023-09-06 02:24:50 -04:00
|
|
|
version = "2.4.0"
|
2022-02-14 15:33:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-06 02:24:50 -04:00
|
|
|
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
|
2022-02-14 15:33:17 -05:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2023-06-17 18:43:23 -04:00
|
|
|
version = "0.3.1"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-17 18:43:23 -04:00
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
2022-04-05 11:07:34 -04:00
|
|
|
dependencies = [
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2022-06-01 03:45:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2023-06-17 18:43:23 -04:00
|
|
|
version = "0.2.87"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-17 18:43:23 -04:00
|
|
|
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
|
2022-06-01 03:45:31 -04:00
|
|
|
dependencies = [
|
2023-06-19 10:57:25 -04:00
|
|
|
"cfg-if",
|
2022-06-01 03:45:31 -04:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-06-17 18:43:23 -04:00
|
|
|
version = "0.2.87"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-17 18:43:23 -04:00
|
|
|
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
|
2022-06-01 03:45:31 -04:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2022-08-08 05:21:24 -04:00
|
|
|
"once_cell",
|
2022-06-01 03:45:31 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-13 02:20:35 -04:00
|
|
|
"syn 2.0.38",
|
2022-06-01 03:45:31 -04:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2023-06-17 18:43:23 -04:00
|
|
|
version = "0.4.37"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-17 18:43:23 -04:00
|
|
|
checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
|
2022-06-01 03:45:31 -04:00
|
|
|
dependencies = [
|
2023-06-19 10:57:25 -04:00
|
|
|
"cfg-if",
|
2022-06-01 03:45:31 -04:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-06-17 18:43:23 -04:00
|
|
|
version = "0.2.87"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-17 18:43:23 -04:00
|
|
|
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
|
2022-06-01 03:45:31 -04:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-06-17 18:43:23 -04:00
|
|
|
version = "0.2.87"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-17 18:43:23 -04:00
|
|
|
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
|
2022-06-01 03:45:31 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-13 02:20:35 -04:00
|
|
|
"syn 2.0.38",
|
2022-06-01 03:45:31 -04:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-06-17 18:43:23 -04:00
|
|
|
version = "0.2.87"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-17 18:43:23 -04:00
|
|
|
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
|
2022-06-01 03:45:31 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2023-06-17 18:43:23 -04:00
|
|
|
version = "0.3.64"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-17 18:43:23 -04:00
|
|
|
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
|
2022-06-01 03:45:31 -04:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2023-10-13 02:20:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
|
|
|
version = "0.23.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b03058f88386e5ff5310d9111d53f48b17d732b401aeb83a8d5190f2ac459338"
|
|
|
|
dependencies = [
|
|
|
|
"rustls-webpki 0.100.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
|
|
|
version = "0.25.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"
|
|
|
|
|
2023-02-20 16:12:33 -05:00
|
|
|
[[package]]
|
2023-07-04 02:00:18 -04:00
|
|
|
name = "whoami"
|
|
|
|
version = "1.4.1"
|
2023-02-20 16:12:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-04 02:00:18 -04:00
|
|
|
checksum = "22fc3756b8a9133049b26c7f61ab35416c130e8c09b660f5b3958b446f52cc50"
|
2023-02-20 16:12:33 -05:00
|
|
|
|
2022-02-13 15:26:41 -05: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"
|
2023-09-26 03:30:08 -04:00
|
|
|
version = "0.1.6"
|
2022-02-13 15:26:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 03:30:08 -04:00
|
|
|
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
|
2022-02-13 15:26:41 -05:00
|
|
|
dependencies = [
|
2023-06-19 10:57:25 -04:00
|
|
|
"winapi",
|
2022-02-13 15:26:41 -05: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"
|
|
|
|
|
2023-03-22 11:11:47 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows"
|
2023-04-06 05:10:23 -04:00
|
|
|
version = "0.48.0"
|
2023-03-22 11:11:47 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-06 05:10:23 -04:00
|
|
|
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
|
2023-03-22 11:11:47 -04:00
|
|
|
dependencies = [
|
2023-09-05 08:46:32 -04:00
|
|
|
"windows-targets",
|
2023-06-17 18:43:23 -04:00
|
|
|
]
|
|
|
|
|
2023-04-06 05:10:23 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
2023-09-05 08:46:32 -04:00
|
|
|
"windows-targets",
|
2023-04-06 05:10:23 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "0.48.5"
|
2023-04-06 05:10:23 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2023-04-06 05:10:23 -04:00
|
|
|
dependencies = [
|
2023-09-05 08:46:32 -04:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
2023-02-02 06:52:52 -05:00
|
|
|
]
|
|
|
|
|
2022-10-25 04:06:15 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "0.48.5"
|
2022-10-25 04:06:15 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2022-10-25 04:06:15 -04:00
|
|
|
|
2023-04-06 05:10:23 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "0.48.5"
|
2023-04-06 05:10:23 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2023-04-06 05:10:23 -04:00
|
|
|
|
2022-10-25 04:06:15 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "0.48.5"
|
2023-04-06 05:10:23 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2023-04-06 05:10:23 -04:00
|
|
|
|
2022-10-25 04:06:15 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "0.48.5"
|
2022-10-25 04:06:15 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2023-04-06 05:10:23 -04:00
|
|
|
|
2022-10-25 04:06:15 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "0.48.5"
|
2022-10-25 04:06:15 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2022-10-25 04:06:15 -04:00
|
|
|
|
2023-04-06 05:10:23 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "0.48.5"
|
2023-04-06 05:10:23 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2023-04-06 05:10:23 -04:00
|
|
|
|
2022-10-25 04:06:15 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "0.48.5"
|
2022-10-25 04:06:15 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2023-04-06 05:10:23 -04:00
|
|
|
|
2022-06-01 03:45:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "0.50.0"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
|
2022-06-01 03:45:31 -04:00
|
|
|
dependencies = [
|
2023-09-05 08:46:32 -04:00
|
|
|
"cfg-if",
|
|
|
|
"windows-sys",
|
2022-02-28 12:01:17 -05:00
|
|
|
]
|
|
|
|
|
2023-07-04 02:00:18 -04:00
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
|
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "zeromq"
|
|
|
|
version = "0.3.3"
|
2022-10-14 07:08:40 -04:00
|
|
|
source = "git+https://github.com/zeromq/zmq.rs.git#7baeeffde9e4cb9741d1841cfdee5f00f354b578"
|
2022-06-16 12:14:58 -04:00
|
|
|
dependencies = [
|
|
|
|
"async-std",
|
|
|
|
"async-trait",
|
|
|
|
"asynchronous-codec",
|
|
|
|
"bytes",
|
2022-08-15 08:27:41 -04:00
|
|
|
"crossbeam-queue",
|
2022-06-16 12:14:58 -04:00
|
|
|
"dashmap",
|
2022-10-14 07:08:40 -04:00
|
|
|
"futures-channel",
|
|
|
|
"futures-io",
|
|
|
|
"futures-task",
|
2022-06-16 12:14:58 -04:00
|
|
|
"futures-util",
|
|
|
|
"log",
|
2022-10-14 07:08:40 -04:00
|
|
|
"num-traits",
|
2022-08-15 08:27:41 -04:00
|
|
|
"once_cell",
|
2023-07-04 02:00:18 -04:00
|
|
|
"parking_lot",
|
2022-08-15 08:27:41 -04:00
|
|
|
"rand",
|
2022-06-16 12:14:58 -04:00
|
|
|
"regex",
|
|
|
|
"thiserror",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "zstd"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "0.12.4"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"zstd-safe",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-safe"
|
2023-09-05 08:46:32 -04:00
|
|
|
version = "6.0.6"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 08:46:32 -04:00
|
|
|
checksum = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"zstd-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-sys"
|
2023-10-13 02:20:35 -04:00
|
|
|
version = "2.0.9+zstd.1.5.5"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-13 02:20:35 -04:00
|
|
|
checksum = "9e16efa8a874a0481a574084d34cc26fdb3b99627480f785888deb6386506656"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2023-01-11 09:29:41 -05:00
|
|
|
"pkg-config",
|
2022-06-06 17:07:11 -04:00
|
|
|
]
|