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"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57a7559404a7f3573127aab53c08ce37a6c6a315c374a31070f3c91cd1b4a7fe"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2022-10-01 17:43:43 -04:00
|
|
|
"tokio-util 0.7.4",
|
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",
|
|
|
|
"bitflags",
|
|
|
|
"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"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "48df3c1e0019e6f46bf3277e9b339688f476ccd9f5d5161419fdd305648fcac2"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "actix-http"
|
2023-01-28 15:52:32 -05:00
|
|
|
version = "3.3.0"
|
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 = "0070905b2c4a98d184c4e81025253cb192aa8a73827553f38e9410801ceb35bb"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"actix-codec",
|
|
|
|
"actix-rt",
|
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
2022-08-15 08:27:41 -04:00
|
|
|
"ahash",
|
2023-01-28 15:52:32 -05:00
|
|
|
"base64 0.21.0",
|
2022-06-06 17:07:11 -04:00
|
|
|
"bitflags",
|
|
|
|
"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",
|
|
|
|
"tokio-util 0.7.4",
|
2022-06-13 08:20:31 -04:00
|
|
|
"tracing",
|
2022-06-06 17:07:11 -04:00
|
|
|
"zstd",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-macros"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "465a6172cf69b960917811022d8f29bc0b7fa1398bc4f78b3c466673db1213b6"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-06-22 12:00:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "actix-multipart"
|
2023-01-28 15:52:32 -05:00
|
|
|
version = "0.5.0"
|
2022-06-22 12:00:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-28 15:52:32 -05:00
|
|
|
checksum = "5011f5be460e35a5b82e1745c0ea0c6293e8f8d38bbaa1f0455afcff5b454ad6"
|
2022-06-22 12:00:31 -04:00
|
|
|
dependencies = [
|
|
|
|
"actix-utils",
|
|
|
|
"actix-web",
|
|
|
|
"bytes",
|
|
|
|
"derive_more",
|
|
|
|
"futures-core",
|
|
|
|
"httparse",
|
|
|
|
"local-waker",
|
|
|
|
"log",
|
2023-01-28 15:52:32 -05:00
|
|
|
"memchr",
|
2022-06-22 12:00:31 -04:00
|
|
|
"mime",
|
|
|
|
]
|
|
|
|
|
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-01-28 15:52:32 -05:00
|
|
|
version = "2.8.0"
|
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 = "15265b6b8e2347670eb363c47fc8c75208b4a4994b27192f345fcbe707804f3e"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-server"
|
2023-01-28 15:52:32 -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-28 15:52:32 -05:00
|
|
|
checksum = "3e8613a75dd50cc45f473cee3c34d59ed677c0f7b44480ce3b8247d7dc519327"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"actix-rt",
|
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2022-10-25 04:06:15 -04:00
|
|
|
"mio 0.8.5",
|
2022-06-06 17:07:11 -04:00
|
|
|
"num_cpus",
|
|
|
|
"socket2",
|
|
|
|
"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-01-28 15:52:32 -05:00
|
|
|
version = "4.3.0"
|
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 = "464e0fddc668ede5f26ec1f9557a8d44eda948732f40c6b0ad79126930eb775f"
|
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",
|
2022-08-15 08:27:41 -04:00
|
|
|
"ahash",
|
2022-06-06 17:07:11 -04:00
|
|
|
"bytes",
|
|
|
|
"bytestring",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cookie",
|
|
|
|
"derive_more",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2022-10-01 17:43:43 -04:00
|
|
|
"http",
|
2022-06-06 17:07:11 -04:00
|
|
|
"itoa",
|
|
|
|
"language-tags",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"once_cell",
|
|
|
|
"pin-project-lite",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"smallvec",
|
|
|
|
"socket2",
|
2022-11-19 14:34:29 -05:00
|
|
|
"time 0.3.17",
|
2022-06-06 17:07:11 -04:00
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-web-codegen"
|
2022-10-01 17:43:43 -04:00
|
|
|
version = "4.1.0"
|
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 = "1fa9362663c8643d67b2d5eafba49e4cb2c8a053a29ed00a0bea121f17c76b13"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"actix-router",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-06-09 12:59:14 -04:00
|
|
|
[[package]]
|
|
|
|
name = "actix-web-grants"
|
|
|
|
version = "3.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef8ecad01ac8f2e4d0355a825e141c2077bba4d4e7bf740da34810a4aa872aea"
|
|
|
|
dependencies = [
|
|
|
|
"actix-grants-proc-macro",
|
|
|
|
"actix-web",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-web-httpauth"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08c25a48b4684f90520183cd1a688e5f4f7e9905835fa75d02c0fe4f60fcdbe6"
|
|
|
|
dependencies = [
|
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
|
|
|
"actix-web",
|
2023-01-28 15:52:32 -05:00
|
|
|
"base64 0.13.1",
|
2022-06-09 12:59:14 -04:00
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
|
|
|
dependencies = [
|
2022-08-15 08:27:41 -04:00
|
|
|
"getrandom",
|
2022-06-06 17:07:11 -04:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2022-11-27 15:11:40 -05:00
|
|
|
version = "0.7.20"
|
2022-02-13 15:26:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-27 15:11:40 -05:00
|
|
|
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
|
2022-02-13 15:26:41 -05: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",
|
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
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"
|
2022-06-29 11:45:31 -04:00
|
|
|
version = "0.4.1"
|
2022-06-07 16:05:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-29 11:45:31 -04:00
|
|
|
checksum = "db4ce4441f99dbd377ca8a8f57b698c44d0d6e712d8329b5040da5a64aa1ce73"
|
2022-06-07 16:05:35 -04:00
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
"blake2",
|
|
|
|
"password-hash",
|
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
2022-12-17 16:08:22 -05:00
|
|
|
version = "1.8.0"
|
2022-06-16 12:14:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-17 16:08:22 -05:00
|
|
|
checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
|
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"
|
2022-11-19 14:34:29 -05:00
|
|
|
version = "1.5.0"
|
2022-06-16 12:14:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-19 14:34:29 -05:00
|
|
|
checksum = "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b"
|
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",
|
2022-06-16 12:14:58 -04:00
|
|
|
"fastrand",
|
|
|
|
"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"
|
2022-11-27 15:11:40 -05:00
|
|
|
version = "1.12.0"
|
2022-06-16 12:14:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-27 15:11:40 -05:00
|
|
|
checksum = "8c374dda1ed3e7d8f0d9ba58715f924862c63eae6849c92d3a18e7fbde9e2794"
|
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",
|
2022-12-17 16:08:22 -05:00
|
|
|
"concurrent-queue",
|
2022-06-16 12:14:58 -04:00
|
|
|
"futures-lite",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"parking",
|
|
|
|
"polling",
|
|
|
|
"slab",
|
|
|
|
"socket2",
|
|
|
|
"waker-fn",
|
2023-02-02 06:52:52 -05:00
|
|
|
"windows-sys 0.42.0",
|
2022-06-16 12:14:58 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
2022-10-26 05:10:03 -04:00
|
|
|
version = "2.6.0"
|
2022-06-16 12:14:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-26 05:10:03 -04:00
|
|
|
checksum = "c8101efe8695a6c17e02911402145357e718ac92d3ff88ae8419e84b1707b685"
|
2022-06-16 12:14:58 -04:00
|
|
|
dependencies = [
|
|
|
|
"event-listener",
|
2022-10-26 05:10:03 -04:00
|
|
|
"futures-lite",
|
2022-06-16 12:14:58 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2022-07-10 10:23:02 -04:00
|
|
|
version = "4.3.0"
|
2022-06-16 12:14:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-10 10:23:02 -04:00
|
|
|
checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"
|
2022-06-16 12:14:58 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2023-02-02 06:52:52 -05:00
|
|
|
version = "0.1.64"
|
2022-06-16 12:14:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 06:52:52 -05:00
|
|
|
checksum = "1cd7fce9ba8c3c042128ce72d8b2ddbf3a05747efb67ea0313c635e10bda47a2"
|
2022-06-16 12:14:58 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "asynchronous-codec"
|
2022-11-19 14:34:29 -05:00
|
|
|
version = "0.6.1"
|
2022-06-16 12:14:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-19 14:34:29 -05:00
|
|
|
checksum = "06a0daa378f5fd10634e44b0a29b2a87b890657658e072a30d6f26e57ddee182"
|
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"
|
2022-07-27 11:58:56 -04:00
|
|
|
version = "1.0.0"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-27 11:58:56 -04:00
|
|
|
checksum = "d7c57d12312ff59c811c0643f4d80830505833c9ffaebd193d819392b265be8e"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
2023-01-28 15:52:32 -05:00
|
|
|
version = "1.1.0"
|
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 = "debc29dde2e69f9e47506b525f639ed42300fc014a3e007832592448fa8e4599"
|
2022-06-16 12:14:58 -04:00
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
2023-01-11 09:29:41 -05:00
|
|
|
"hermit-abi 0.1.19",
|
2022-02-13 15:26:41 -05:00
|
|
|
"libc",
|
2022-02-28 12:01:17 -05:00
|
|
|
"winapi 0.3.9",
|
2022-02-13 15:26:41 -05: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"
|
|
|
|
|
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"
|
|
|
|
version = "0.21.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
|
|
|
|
|
2022-06-07 16:05:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "base64ct"
|
2022-10-25 04:06:15 -04:00
|
|
|
version = "1.5.3"
|
2022-06-07 16:05:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-25 04:06:15 -04:00
|
|
|
checksum = "b645a089122eccb6111b4f81cbc1a49f5900ac4666bb93ac027feaecf15607bf"
|
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"
|
|
|
|
|
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"
|
2022-10-01 17:43:43 -04:00
|
|
|
version = "0.10.3"
|
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 = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "blocking"
|
2022-11-27 15:11:40 -05:00
|
|
|
version = "1.3.0"
|
2022-06-16 12:14:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-27 15:11:40 -05:00
|
|
|
checksum = "3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8"
|
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",
|
|
|
|
"atomic-waker",
|
|
|
|
"fastrand",
|
|
|
|
"futures-lite",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "brotli"
|
|
|
|
version = "3.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
|
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
"brotli-decompressor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "brotli-decompressor"
|
2023-01-28 15:52:32 -05:00
|
|
|
version = "2.3.4"
|
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 = "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
]
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2023-02-02 06:52:52 -05:00
|
|
|
version = "1.2.0"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 06:52:52 -05:00
|
|
|
checksum = "b7f0778972c64420fdedc63f09919c8a88bda7b25135357fd25a5d9f3257e832"
|
2022-04-05 11:07:34 -04:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2023-01-11 09:29:41 -05:00
|
|
|
"serde",
|
2022-04-05 11:07:34 -04:00
|
|
|
]
|
|
|
|
|
2022-06-01 03:45:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-01-28 15:52:32 -05:00
|
|
|
version = "3.12.0"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-28 15:52:32 -05:00
|
|
|
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
|
2022-06-01 03:45:31 -04:00
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2023-02-02 06:52:52 -05:00
|
|
|
version = "1.4.0"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 06:52:52 -05:00
|
|
|
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
|
2022-04-05 11:07:34 -04:00
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bytestring"
|
2022-11-19 14:34:29 -05:00
|
|
|
version = "1.2.0"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-19 14:34:29 -05:00
|
|
|
checksum = "f7f83e57d9154148e355404702e2694463241880b939570d7c97c014da7a69a1"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-01-28 15:52:32 -05:00
|
|
|
version = "1.0.79"
|
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 = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
]
|
2022-03-12 16:18:49 -05:00
|
|
|
|
2022-02-28 12:01:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
|
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"
|
2022-11-19 14:34:29 -05:00
|
|
|
version = "0.4.23"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-19 14:34:29 -05:00
|
|
|
checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
|
2022-06-23 16:39:13 -04:00
|
|
|
dependencies = [
|
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-integer",
|
|
|
|
"num-traits",
|
2022-11-27 15:11:40 -05:00
|
|
|
"time 0.1.45",
|
2022-08-07 12:00:20 -04:00
|
|
|
"wasm-bindgen",
|
2022-06-23 16:39:13 -04:00
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2022-10-25 04:06:15 -04:00
|
|
|
version = "3.2.23"
|
2022-02-13 15:26:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-25 04:06:15 -04:00
|
|
|
checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"
|
2022-02-13 15:26:41 -05:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"clap_derive",
|
2022-04-19 11:44:14 -04:00
|
|
|
"clap_lex",
|
2022-02-13 15:26:41 -05:00
|
|
|
"indexmap",
|
2022-06-20 12:11:12 -04:00
|
|
|
"once_cell",
|
2022-05-23 10:29:55 -04:00
|
|
|
"strsim",
|
2022-02-13 15:26:41 -05:00
|
|
|
"termcolor",
|
2022-05-23 10:29:55 -04:00
|
|
|
"textwrap",
|
2022-02-13 15:26:41 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2022-08-30 11:15:29 -04:00
|
|
|
version = "3.2.18"
|
2022-02-13 15:26:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-30 11:15:29 -04:00
|
|
|
checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65"
|
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-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-04-19 11:44:14 -04:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2022-06-29 11:45:31 -04:00
|
|
|
version = "0.2.4"
|
2022-04-19 11:44:14 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-29 11:45:31 -04:00
|
|
|
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
|
2022-04-19 11:44:14 -04:00
|
|
|
dependencies = [
|
|
|
|
"os_str_bytes",
|
|
|
|
]
|
|
|
|
|
2022-10-14 07:08:40 -04:00
|
|
|
[[package]]
|
|
|
|
name = "codespan-reporting"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
|
|
|
|
dependencies = [
|
|
|
|
"termcolor",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2022-11-19 14:34:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
2023-01-28 15:52:32 -05:00
|
|
|
version = "2.1.0"
|
2022-11-19 14:34:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-28 15:52:32 -05:00
|
|
|
checksum = "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e"
|
2022-11-19 14:34:29 -05:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
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",
|
2022-11-19 14:34:29 -05:00
|
|
|
"time 0.3.17",
|
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"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2022-10-01 17:43:43 -04:00
|
|
|
version = "0.2.5"
|
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 = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
|
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 = [
|
2022-02-28 12:01:17 -05:00
|
|
|
"cfg-if 1.0.0",
|
2022-02-23 15:25:14 -05:00
|
|
|
]
|
|
|
|
|
2022-04-18 07:31:43 -04:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2022-07-24 13:23:52 -04:00
|
|
|
version = "0.5.6"
|
2022-04-18 07:31:43 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-24 13:23:52 -04:00
|
|
|
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
|
2022-04-18 07:31:43 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
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 = [
|
|
|
|
"cfg-if 1.0.0",
|
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"
|
2022-11-27 15:11:40 -05:00
|
|
|
version = "0.8.14"
|
2022-04-18 07:31:43 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-27 15:11:40 -05:00
|
|
|
checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
|
2022-04-18 07:31:43 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ctor"
|
2022-10-25 04:06:15 -04:00
|
|
|
version = "0.1.26"
|
2022-06-16 12:14:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-25 04:06:15 -04:00
|
|
|
checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
|
2022-06-16 12:14:58 -04:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-10-14 07:08:40 -04:00
|
|
|
[[package]]
|
|
|
|
name = "cxx"
|
2023-02-02 06:52:52 -05:00
|
|
|
version = "1.0.89"
|
2022-10-14 07:08:40 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 06:52:52 -05:00
|
|
|
checksum = "bc831ee6a32dd495436e317595e639a587aa9907bef96fe6e6abc290ab6204e9"
|
2022-10-14 07:08:40 -04:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cxxbridge-flags",
|
|
|
|
"cxxbridge-macro",
|
|
|
|
"link-cplusplus",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxx-build"
|
2023-02-02 06:52:52 -05:00
|
|
|
version = "1.0.89"
|
2022-10-14 07:08:40 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 06:52:52 -05:00
|
|
|
checksum = "94331d54f1b1a8895cd81049f7eaaaef9d05a7dcb4d1fd08bf3ff0806246789d"
|
2022-10-14 07:08:40 -04:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"codespan-reporting",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"scratch",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-flags"
|
2023-02-02 06:52:52 -05:00
|
|
|
version = "1.0.89"
|
2022-10-14 07:08:40 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 06:52:52 -05:00
|
|
|
checksum = "48dcd35ba14ca9b40d6e4b4b39961f23d835dbb8eed74565ded361d93e1feb8a"
|
2022-10-14 07:08:40 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-macro"
|
2023-02-02 06:52:52 -05:00
|
|
|
version = "1.0.89"
|
2022-10-14 07:08:40 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 06:52:52 -05:00
|
|
|
checksum = "81bbeb29798b407ccd82a3324ade1a7286e0d29851475990b612670f6f5124d2"
|
2022-10-14 07:08:40 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
2022-10-01 17:43:43 -04:00
|
|
|
version = "5.4.0"
|
2022-06-16 12:14:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-01 17:43:43 -04:00
|
|
|
checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc"
|
2022-06-16 12:14:58 -04:00
|
|
|
dependencies = [
|
2022-08-15 08:27:41 -04:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"hashbrown",
|
|
|
|
"lock_api",
|
2022-10-01 17:43:43 -04:00
|
|
|
"once_cell",
|
2023-02-02 06:52:52 -05:00
|
|
|
"parking_lot_core 0.9.7",
|
2022-06-16 12:14:58 -04:00
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2022-11-19 14:34:29 -05:00
|
|
|
version = "0.10.6"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-19 14:34:29 -05:00
|
|
|
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
|
|
|
"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"
|
2022-10-25 04:06:15 -04:00
|
|
|
version = "0.15.6"
|
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 = "03d8c417d7a8cb362e0c37e5d815f5eb7c37f79ff93707329d5a194e42e54ca0"
|
2022-06-06 17:07:11 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-01-28 15:52:32 -05:00
|
|
|
version = "1.8.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 = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
|
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-02-02 06:52:52 -05:00
|
|
|
"base64 0.21.0",
|
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-02-02 06:52:52 -05:00
|
|
|
version = "0.8.32"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 06:52:52 -05:00
|
|
|
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
|
2022-06-01 03:45:31 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
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 = [
|
|
|
|
"bitflags",
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2022-07-24 13:23:52 -04:00
|
|
|
version = "1.8.0"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-24 13:23:52 -04:00
|
|
|
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
|
2022-03-12 16:18:49 -05:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2022-02-12 16:32:51 -05:00
|
|
|
[[package]]
|
2022-06-23 16:39:13 -04:00
|
|
|
name = "ffplayout"
|
2023-02-02 06:17:36 -05:00
|
|
|
version = "0.17.0-beta3"
|
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",
|
|
|
|
"jsonrpc-http-server",
|
|
|
|
"notify",
|
2022-06-21 17:10:38 -04:00
|
|
|
"openssl",
|
2022-10-14 04:40:35 -04:00
|
|
|
"regex",
|
2022-06-21 17:10:38 -04:00
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"simplelog",
|
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-02-03 03:32:05 -05:00
|
|
|
version = "0.17.0-beta3"
|
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",
|
2022-02-14 15:33:17 -05:00
|
|
|
]
|
|
|
|
|
2022-06-21 17:10:38 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ffplayout-lib"
|
2023-02-02 06:17:36 -05:00
|
|
|
version = "0.17.0-beta3"
|
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",
|
|
|
|
"jsonrpc-http-server",
|
|
|
|
"lettre",
|
|
|
|
"log",
|
|
|
|
"notify",
|
|
|
|
"openssl",
|
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",
|
|
|
|
"simplelog",
|
2022-11-19 14:34:29 -05:00
|
|
|
"time 0.3.17",
|
2022-06-21 17:10:38 -04:00
|
|
|
"walkdir",
|
2022-08-10 04:07:10 -04:00
|
|
|
"winapi 0.3.9",
|
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",
|
|
|
|
]
|
|
|
|
|
2022-02-23 15:25:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "file-rotate"
|
2022-10-17 13:30:10 -04:00
|
|
|
version = "0.7.1"
|
2022-07-27 11:58:56 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-17 13:30:10 -04:00
|
|
|
checksum = "f549a61332cfe588f485923f46bfb2c273b0a3634b379cec00acb1d2236a3acb"
|
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"
|
2022-12-17 16:08:22 -05:00
|
|
|
version = "0.2.19"
|
2022-02-14 15:33:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-17 16:08:22 -05:00
|
|
|
checksum = "4e884668cd0c7480504233e951174ddc3b382f7c2666e3b7310b5c4e7b0c37f9"
|
2022-02-14 15:33:17 -05:00
|
|
|
dependencies = [
|
2022-02-28 12:01:17 -05:00
|
|
|
"cfg-if 1.0.0",
|
2022-02-14 15:33:17 -05:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
2023-02-02 06:52:52 -05:00
|
|
|
"windows-sys 0.42.0",
|
2022-02-14 15:33:17 -05:00
|
|
|
]
|
|
|
|
|
2022-02-23 15:25:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2022-11-27 15:11:40 -05:00
|
|
|
version = "1.0.25"
|
2022-02-23 15:25:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-27 15:11:40 -05:00
|
|
|
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
|
2022-02-23 15:25:14 -05:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "flume"
|
2022-07-24 13:23:52 -04:00
|
|
|
version = "0.10.14"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-24 13:23:52 -04:00
|
|
|
checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project",
|
2022-07-18 10:39:22 -04:00
|
|
|
"spin 0.9.4",
|
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-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
dependencies = [
|
|
|
|
"foreign-types-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
2022-06-01 03:45:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2022-10-01 17:43:43 -04:00
|
|
|
version = "1.1.0"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-01 17:43:43 -04:00
|
|
|
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
|
2022-06-01 03:45:31 -04:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2022-02-28 12:01:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "fsevent"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"fsevent-sys",
|
|
|
|
]
|
|
|
|
|
2022-02-14 15:33:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "fsevent-sys"
|
2022-02-28 12:01:17 -05:00
|
|
|
version = "2.0.1"
|
2022-02-14 15:33:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-28 12:01:17 -05:00
|
|
|
checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0"
|
2022-02-14 15:33:17 -05:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-02-28 12:01:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"fuchsia-zircon-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon-sys"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2023-02-02 06:52:52 -05:00
|
|
|
version = "0.3.26"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 06:52:52 -05:00
|
|
|
checksum = "13e2792b0ff0340399d58445b88fd9770e3489eff258a4cbc1523418f12abf84"
|
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-02-02 06:52:52 -05:00
|
|
|
version = "0.3.26"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 06:52:52 -05:00
|
|
|
checksum = "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5"
|
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-02-02 06:52:52 -05:00
|
|
|
version = "0.3.26"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 06:52:52 -05:00
|
|
|
checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608"
|
2022-03-12 16:18:49 -05:00
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2023-02-02 06:52:52 -05:00
|
|
|
version = "0.3.26"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 06:52:52 -05:00
|
|
|
checksum = "e8de0a35a6ab97ec8869e32a2473f4b1324459e14c29275d14b10cb1fd19b50e"
|
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"
|
2022-11-04 10:20:16 -04:00
|
|
|
version = "0.4.2"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-04 10:20:16 -04:00
|
|
|
checksum = "a604f7a68fbf8103337523b1fadc8ade7361ee3f112f7c680ad179651616aed5"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"lock_api",
|
2022-11-04 10:20:16 -04:00
|
|
|
"parking_lot 0.11.2",
|
2022-06-06 17:07:11 -04:00
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2023-02-02 06:52:52 -05:00
|
|
|
version = "0.3.26"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 06:52:52 -05:00
|
|
|
checksum = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531"
|
2022-03-12 16:18:49 -05:00
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
|
|
|
version = "1.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
|
|
|
|
dependencies = [
|
|
|
|
"fastrand",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"memchr",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
"waker-fn",
|
|
|
|
]
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2023-02-02 06:52:52 -05:00
|
|
|
version = "0.3.26"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 06:52:52 -05:00
|
|
|
checksum = "95a73af87da33b5acf53acfebdc339fe592ecf5357ac7c0a7734ab9d8c876a70"
|
2022-04-05 11:07:34 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2023-02-02 06:52:52 -05:00
|
|
|
version = "0.3.26"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 06:52:52 -05:00
|
|
|
checksum = "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364"
|
2022-04-05 11:07:34 -04:00
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2023-02-02 06:52:52 -05:00
|
|
|
version = "0.3.26"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 06:52:52 -05:00
|
|
|
checksum = "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366"
|
2022-03-12 16:18:49 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2023-02-02 06:52:52 -05:00
|
|
|
version = "0.3.26"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 06:52:52 -05:00
|
|
|
checksum = "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1"
|
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"
|
2022-08-08 05:21:24 -04:00
|
|
|
version = "0.14.6"
|
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 = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-02-14 15:33:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-10-25 04:06:15 -04:00
|
|
|
version = "0.2.8"
|
2022-02-14 15:33:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-25 04:06:15 -04:00
|
|
|
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
|
2022-02-14 15:33:17 -05:00
|
|
|
dependencies = [
|
2022-02-28 12:01:17 -05:00
|
|
|
"cfg-if 1.0.0",
|
2022-02-14 15:33:17 -05:00
|
|
|
"libc",
|
2022-06-20 12:11:12 -04:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2022-04-05 11:07:34 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "globset"
|
2023-01-11 09:29:41 -05:00
|
|
|
version = "0.4.10"
|
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 = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"
|
2022-04-05 11:07:34 -04:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"bstr",
|
|
|
|
"fnv",
|
|
|
|
"log",
|
|
|
|
"regex",
|
2022-02-12 16:32:51 -05: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"
|
2022-10-25 04:06:15 -04:00
|
|
|
version = "0.3.15"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-25 04:06:15 -04:00
|
|
|
checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"
|
2022-06-01 03:45:31 -04:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
2022-10-01 17:43:43 -04:00
|
|
|
"tokio-util 0.7.4",
|
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"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
2022-08-15 08:27:41 -04:00
|
|
|
"ahash",
|
2022-06-06 17:07:11 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashlink"
|
2022-10-01 17:43:43 -04:00
|
|
|
version = "0.8.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 = "69fe1fcf8b4278d860ad0548329f892a3631fb63f82574df68275f34cdbe0ffa"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
2022-07-27 11:58:56 -04:00
|
|
|
"hashbrown",
|
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
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.1.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-01-11 09:29:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hostname"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"match_cfg",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2022-06-13 08:02:55 -04:00
|
|
|
version = "0.2.8"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-13 08:02:55 -04:00
|
|
|
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
|
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"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2022-11-19 14:34:29 -05:00
|
|
|
version = "0.14.23"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-19 14:34:29 -05:00
|
|
|
checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c"
|
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",
|
|
|
|
"socket2",
|
|
|
|
"tokio",
|
2022-04-05 11:07:34 -04:00
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
2022-06-01 03:45:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"hyper",
|
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
|
|
|
]
|
|
|
|
|
2022-08-10 04:07:10 -04:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2022-11-03 10:26:02 -04:00
|
|
|
version = "0.1.53"
|
2022-08-10 04:07:10 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-03 10:26:02 -04:00
|
|
|
checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
|
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",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2022-10-14 07:08:40 -04:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
2022-10-17 13:30:10 -04:00
|
|
|
version = "0.1.1"
|
2022-10-14 07:08:40 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-17 13:30:10 -04:00
|
|
|
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
|
2022-10-14 07:08:40 -04:00
|
|
|
dependencies = [
|
|
|
|
"cxx",
|
|
|
|
"cxx-build",
|
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2022-02-12 16:32:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2022-11-19 14:34:29 -05:00
|
|
|
version = "1.9.2"
|
2022-02-12 16:32:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-19 14:34:29 -05:00
|
|
|
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
|
2022-02-12 16:32:51 -05:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2022-07-27 11:58:56 -04:00
|
|
|
"hashbrown",
|
2022-02-12 16:32:51 -05:00
|
|
|
]
|
|
|
|
|
2022-02-14 15:33:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "inotify"
|
2022-02-28 12:01:17 -05:00
|
|
|
version = "0.7.1"
|
2022-02-14 15:33:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-28 12:01:17 -05:00
|
|
|
checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f"
|
2022-02-14 15:33:17 -05:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"inotify-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inotify-sys"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
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 = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
2022-02-15 11:27:06 -05:00
|
|
|
[[package]]
|
2022-02-28 12:01:17 -05:00
|
|
|
name = "iovec"
|
|
|
|
version = "0.1.4"
|
2022-02-14 15:33:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-28 12:01:17 -05:00
|
|
|
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
2022-02-14 15:33:17 -05:00
|
|
|
dependencies = [
|
2022-02-27 16:15:49 -05:00
|
|
|
"libc",
|
2022-02-14 15:33:17 -05:00
|
|
|
]
|
|
|
|
|
2022-06-01 03:45:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2023-01-11 09:29:41 -05:00
|
|
|
version = "2.7.1"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-11 09:29:41 -05:00
|
|
|
checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146"
|
2022-06-01 03:45:31 -04:00
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2022-10-01 17:43:43 -04:00
|
|
|
version = "0.10.5"
|
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 = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
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"
|
2022-12-17 16:08:22 -05:00
|
|
|
version = "1.0.5"
|
2022-02-13 15:26:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-17 16:08:22 -05:00
|
|
|
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
|
2022-02-28 12:01:17 -05:00
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2022-10-01 17:43:43 -04:00
|
|
|
version = "0.1.25"
|
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 = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-06-01 03:45:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2023-02-02 06:52:52 -05:00
|
|
|
version = "0.3.61"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 06:52:52 -05:00
|
|
|
checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
|
2022-06-01 03:45:31 -04:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "jsonrpc-core"
|
|
|
|
version = "18.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"
|
|
|
|
dependencies = [
|
|
|
|
"futures",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-util",
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jsonrpc-http-server"
|
|
|
|
version = "18.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff"
|
|
|
|
dependencies = [
|
|
|
|
"futures",
|
2022-05-23 10:29:55 -04:00
|
|
|
"hyper",
|
2022-04-05 11:07:34 -04:00
|
|
|
"jsonrpc-core",
|
|
|
|
"jsonrpc-server-utils",
|
|
|
|
"log",
|
|
|
|
"net2",
|
2022-06-06 17:07:11 -04:00
|
|
|
"parking_lot 0.11.2",
|
2022-04-05 11:07:34 -04:00
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jsonrpc-server-utils"
|
|
|
|
version = "18.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"
|
|
|
|
dependencies = [
|
2022-05-23 10:29:55 -04:00
|
|
|
"bytes",
|
2022-04-05 11:07:34 -04:00
|
|
|
"futures",
|
|
|
|
"globset",
|
|
|
|
"jsonrpc-core",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
2022-05-23 10:29:55 -04:00
|
|
|
"tokio",
|
2022-04-05 11:07:34 -04:00
|
|
|
"tokio-stream",
|
2022-06-01 03:45:31 -04:00
|
|
|
"tokio-util 0.6.10",
|
2022-04-05 11:07:34 -04:00
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2022-06-08 12:06:40 -04:00
|
|
|
[[package]]
|
|
|
|
name = "jsonwebtoken"
|
2022-12-17 16:08:22 -05:00
|
|
|
version = "8.2.0"
|
2022-06-08 12:06:40 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-17 16:08:22 -05:00
|
|
|
checksum = "09f4f04699947111ec1733e71778d763555737579e44b85844cae8e1940a1828"
|
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
|
|
|
"pem",
|
|
|
|
"ring",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"simple_asn1",
|
|
|
|
]
|
|
|
|
|
2022-02-28 12:01:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2022-02-27 16:15:49 -05:00
|
|
|
dependencies = [
|
2022-02-28 12:01:17 -05:00
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
2022-02-27 16:15:49 -05:00
|
|
|
]
|
2022-02-13 15:26:41 -05:00
|
|
|
|
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"
|
2022-02-14 15:33:17 -05:00
|
|
|
|
2022-02-28 12:01:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "lettre"
|
2023-02-02 06:52:52 -05:00
|
|
|
version = "0.10.2"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 06:52:52 -05:00
|
|
|
checksum = "dd84a055407850bcf4791baa77cb4818d37cbb79ad4e60b9b659727b920d2c65"
|
2022-03-12 16:18:49 -05:00
|
|
|
dependencies = [
|
2023-02-02 06:52:52 -05:00
|
|
|
"base64 0.21.0",
|
2022-04-02 16:15:30 -04:00
|
|
|
"email-encoding",
|
2022-06-13 08:02:55 -04:00
|
|
|
"email_address",
|
2022-03-12 16:18:49 -05:00
|
|
|
"fastrand",
|
|
|
|
"futures-util",
|
|
|
|
"hostname",
|
2022-05-23 10:29:55 -04:00
|
|
|
"httpdate",
|
2023-02-02 06:52:52 -05:00
|
|
|
"idna",
|
2022-03-12 16:18:49 -05:00
|
|
|
"mime",
|
|
|
|
"native-tls",
|
|
|
|
"nom",
|
|
|
|
"once_cell",
|
|
|
|
"quoted_printable",
|
2022-06-13 08:02:55 -04:00
|
|
|
"socket2",
|
2023-02-02 06:52:52 -05:00
|
|
|
"tokio",
|
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-01-11 09:29:41 -05:00
|
|
|
version = "0.2.139"
|
2022-02-13 15:26:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-11 09:29:41 -05:00
|
|
|
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
|
2022-02-13 15:26:41 -05:00
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "libsqlite3-sys"
|
|
|
|
version = "0.24.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "898745e570c7d0453cc1fbc4a701eb6c662ed54e8fec8b7d14be137ebeeb9d14"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2022-10-14 07:08:40 -04:00
|
|
|
[[package]]
|
|
|
|
name = "link-cplusplus"
|
2022-12-17 16:08:22 -05:00
|
|
|
version = "1.0.8"
|
2022-10-14 07:08:40 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-17 16:08:22 -05:00
|
|
|
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
|
2022-10-14 07:08:40 -04:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2022-02-12 16:32:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2022-06-27 05:46:28 -04:00
|
|
|
version = "0.5.6"
|
2022-02-12 16:32:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-27 05:46:28 -04:00
|
|
|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
2022-02-12 16:32:51 -05:00
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "local-channel"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f303ec0e94c6c54447f84f3b0ef7af769858a9c4ef56ef2a986d3dcd4c3fc9c"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"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"
|
2022-10-01 17:43:43 -04:00
|
|
|
version = "0.4.9"
|
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 = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
|
2022-04-05 11:07:34 -04:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2022-02-14 15:33:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-05-07 16:17:58 -04:00
|
|
|
version = "0.4.17"
|
2022-02-14 15:33:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-07 16:17:58 -04:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
2022-02-14 15:33:17 -05:00
|
|
|
dependencies = [
|
2022-02-28 12:01:17 -05:00
|
|
|
"cfg-if 1.0.0",
|
2022-06-16 12:14:58 -04:00
|
|
|
"value-bag",
|
2022-02-14 15:33:17 -05:00
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "match_cfg"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
|
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-04-30 18:08:12 -04:00
|
|
|
version = "2.5.0"
|
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 = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2022-02-13 15:26:41 -05:00
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
|
|
|
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-02-02 06:52:52 -05:00
|
|
|
version = "0.6.4"
|
2022-02-23 15:25:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 06:52:52 -05:00
|
|
|
checksum = "f2e212582ede878b109755efd0773a4f0f4ec851584cf0aefbeb4d9ecc114822"
|
2022-02-23 15:25:14 -05:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
2022-02-14 15:33:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2022-02-28 12:01:17 -05:00
|
|
|
version = "0.6.23"
|
2022-02-14 15:33:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-28 12:01:17 -05:00
|
|
|
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
|
2022-02-14 15:33:17 -05:00
|
|
|
dependencies = [
|
2022-02-28 12:01:17 -05:00
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"fuchsia-zircon",
|
|
|
|
"fuchsia-zircon-sys",
|
|
|
|
"iovec",
|
|
|
|
"kernel32-sys",
|
2022-02-14 15:33:17 -05:00
|
|
|
"libc",
|
|
|
|
"log",
|
2022-05-09 11:34:34 -04:00
|
|
|
"miow",
|
2022-02-28 12:01:17 -05:00
|
|
|
"net2",
|
|
|
|
"slab",
|
|
|
|
"winapi 0.2.8",
|
2022-02-14 15:33:17 -05:00
|
|
|
]
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2022-10-25 04:06:15 -04:00
|
|
|
version = "0.8.5"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-25 04:06:15 -04:00
|
|
|
checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
|
2022-04-05 11:07:34 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2023-02-02 06:52:52 -05:00
|
|
|
"windows-sys 0.42.0",
|
2022-04-05 11:07:34 -04:00
|
|
|
]
|
|
|
|
|
2022-02-28 12:01:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "mio-extras"
|
|
|
|
version = "2.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
|
|
|
|
dependencies = [
|
|
|
|
"lazycell",
|
|
|
|
"log",
|
2022-04-05 11:07:34 -04:00
|
|
|
"mio 0.6.23",
|
2022-02-28 12:01:17 -05:00
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys",
|
|
|
|
"net2",
|
|
|
|
"winapi 0.2.8",
|
|
|
|
"ws2_32-sys",
|
2022-02-14 15:33:17 -05:00
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
2022-11-03 10:26:02 -04:00
|
|
|
version = "0.2.11"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-03 10:26:02 -04:00
|
|
|
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
|
2022-03-12 16:18:49 -05:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"openssl",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
2022-02-28 12:01:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "net2"
|
2022-10-25 04:06:15 -04:00
|
|
|
version = "0.2.38"
|
2022-02-28 12:01:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-25 04:06:15 -04:00
|
|
|
checksum = "74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631"
|
2022-02-28 12:01:17 -05:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
2022-02-14 15:33:17 -05: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",
|
|
|
|
]
|
|
|
|
|
2022-02-14 15:33:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "notify"
|
2022-02-28 12:01:17 -05:00
|
|
|
version = "4.0.17"
|
2022-02-14 15:33:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-28 12:01:17 -05:00
|
|
|
checksum = "ae03c8c853dba7bfd23e571ff0cff7bc9dceb40a4cd684cd1681824183f45257"
|
2022-02-14 15:33:17 -05:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"filetime",
|
2022-02-28 12:01:17 -05:00
|
|
|
"fsevent",
|
2022-02-14 15:33:17 -05:00
|
|
|
"fsevent-sys",
|
|
|
|
"inotify",
|
|
|
|
"libc",
|
2022-04-05 11:07:34 -04:00
|
|
|
"mio 0.6.23",
|
2022-02-28 12:01:17 -05:00
|
|
|
"mio-extras",
|
2022-02-14 15:33:17 -05:00
|
|
|
"walkdir",
|
2022-02-28 12:01:17 -05:00
|
|
|
"winapi 0.3.9",
|
2022-02-27 16:15:49 -05:00
|
|
|
]
|
|
|
|
|
2022-06-08 12:06:40 -04:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2022-05-07 16:17:58 -04:00
|
|
|
version = "0.2.15"
|
2022-02-13 15:26:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-07 16:17:58 -04:00
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
2022-02-13 15:26:41 -05:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2022-02-27 16:15:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-01-11 09:29:41 -05:00
|
|
|
version = "1.15.0"
|
2022-02-27 16:15:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-11 09:29:41 -05:00
|
|
|
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
|
2022-02-27 16:15:49 -05:00
|
|
|
dependencies = [
|
2023-01-11 09:29:41 -05:00
|
|
|
"hermit-abi 0.2.6",
|
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",
|
|
|
|
]
|
|
|
|
|
2022-02-27 16:15:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-01-11 09:29:41 -05:00
|
|
|
version = "1.17.0"
|
2022-02-27 16:15:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-11 09:29:41 -05:00
|
|
|
checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
|
2022-02-27 16:15:49 -05:00
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2023-01-11 09:29:41 -05:00
|
|
|
version = "0.10.45"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-11 09:29:41 -05:00
|
|
|
checksum = "b102428fd03bc5edf97f62620f7298614c45cedf287c271e7ed450bbaf83f2e1"
|
2022-03-12 16:18:49 -05:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
2022-05-07 16:17:58 -04:00
|
|
|
"openssl-macros",
|
2022-03-12 16:18:49 -05:00
|
|
|
"openssl-sys",
|
|
|
|
]
|
|
|
|
|
2022-05-07 16:17:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
|
|
|
2022-03-15 11:16:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-src"
|
2022-11-03 10:26:02 -04:00
|
|
|
version = "111.24.0+1.1.1s"
|
2022-03-15 11:16:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-03 10:26:02 -04:00
|
|
|
checksum = "3498f259dab01178c6228c6b00dcef0ed2a2d5e20d648c017861227773ea4abd"
|
2022-03-15 11:16:35 -04:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2023-01-11 09:29:41 -05:00
|
|
|
version = "0.9.80"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-11 09:29:41 -05:00
|
|
|
checksum = "23bbbf7854cd45b83958ebe919f0e8e516793727652e27fda10a8384cfc790b7"
|
2022-03-12 16:18:49 -05:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cc",
|
|
|
|
"libc",
|
2022-03-15 11:16:35 -04:00
|
|
|
"openssl-src",
|
2022-03-12 16:18:49 -05:00
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
2022-11-27 15:11:40 -05:00
|
|
|
version = "6.4.1"
|
2022-02-13 15:26:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-27 15:11:40 -05:00
|
|
|
checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
|
2022-02-13 15:26:41 -05:00
|
|
|
|
2022-02-23 12:06:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "paris"
|
2022-05-07 16:17:58 -04:00
|
|
|
version = "1.5.13"
|
2022-02-23 12:06:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-07 16:17:58 -04:00
|
|
|
checksum = "2eaf2319cd71dd9ff38c72bebde61b9ea657134abcf26ae4205f54f772a32810"
|
2022-02-23 12:06:40 -05:00
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
"lock_api",
|
2022-12-17 16:08:22 -05:00
|
|
|
"parking_lot_core 0.8.6",
|
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-02-02 06:52:52 -05:00
|
|
|
"parking_lot_core 0.9.7",
|
2022-04-05 11:07:34 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2022-12-17 16:08:22 -05:00
|
|
|
version = "0.8.6"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-17 16:08:22 -05:00
|
|
|
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
|
2022-04-05 11:07:34 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"instant",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-02-02 06:52:52 -05:00
|
|
|
version = "0.9.7"
|
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 = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2023-02-02 06:52:52 -05:00
|
|
|
"windows-sys 0.45.0",
|
2022-06-06 17:07:11 -04:00
|
|
|
]
|
|
|
|
|
2022-06-07 16:05:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "password-hash"
|
2022-06-29 11:45:31 -04:00
|
|
|
version = "0.4.2"
|
2022-06-07 16:05:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-29 11:45:31 -04:00
|
|
|
checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
|
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"
|
2022-12-17 16:08:22 -05:00
|
|
|
version = "1.0.11"
|
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 = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba"
|
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
|
|
|
]
|
|
|
|
|
2022-06-01 03:45:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2022-10-01 17:43:43 -04:00
|
|
|
version = "2.2.0"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-01 17:43:43 -04:00
|
|
|
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
2022-06-01 03:45:31 -04:00
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2022-08-19 04:14:37 -04:00
|
|
|
version = "1.0.12"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-19 04:14:37 -04:00
|
|
|
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2022-08-19 04:14:37 -04:00
|
|
|
version = "1.0.12"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-19 04:14:37 -04:00
|
|
|
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-02-27 16:15:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2022-04-28 15:45:12 -04:00
|
|
|
version = "0.2.9"
|
2022-02-27 16:15:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-28 15:45:12 -04:00
|
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2022-10-26 05:10:03 -04:00
|
|
|
version = "0.3.26"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-26 05:10:03 -04:00
|
|
|
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
|
2022-03-12 16:18:49 -05:00
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "polling"
|
2022-12-17 16:08:22 -05:00
|
|
|
version = "2.5.2"
|
2022-06-16 12:14:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-17 16:08:22 -05:00
|
|
|
checksum = "22122d5ec4f9fe1b3916419b76be1e80bcb93f618d071d2edf841b137b2a2bd6"
|
2022-06-16 12:14:58 -04:00
|
|
|
dependencies = [
|
2022-08-30 11:15:29 -04:00
|
|
|
"autocfg",
|
2022-06-16 12:14:58 -04:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"wepoll-ffi",
|
2023-02-02 06:52:52 -05:00
|
|
|
"windows-sys 0.42.0",
|
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-13 15:26:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-02-12 16:32:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-01-28 15:52:32 -05:00
|
|
|
version = "1.0.50"
|
2022-02-12 16:32:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-28 15:52:32 -05:00
|
|
|
checksum = "6ef7d57beacfaf2d8aee5937dab7b7f28de3cb8b1828479bb5de2a7106f2bae2"
|
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"
|
2022-12-20 03:24:54 -05:00
|
|
|
version = "1.0.23"
|
2022-02-12 16:32:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-20 03:24:54 -05:00
|
|
|
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
|
2022-02-12 16:32:51 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "quoted_printable"
|
2023-02-02 06:52:52 -05:00
|
|
|
version = "0.4.7"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 06:52:52 -05:00
|
|
|
checksum = "a24039f627d8285853cc90dcddf8c1ebfaa91f834566948872b225b9a28ed1b6"
|
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
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-08-08 05:21:24 -04:00
|
|
|
version = "0.2.16"
|
2022-02-14 15:33:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 05:21:24 -04:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2022-02-14 15:33:17 -05:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-01-11 09:29:41 -05:00
|
|
|
version = "1.7.1"
|
2022-02-13 15:26:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-11 09:29:41 -05:00
|
|
|
checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
|
2022-02-13 15:26:41 -05:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2022-11-19 14:34:29 -05:00
|
|
|
version = "0.6.28"
|
2022-02-13 15:26:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-19 14:34:29 -05:00
|
|
|
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
|
2022-02-13 15:26:41 -05:00
|
|
|
|
2022-06-20 16:19:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "relative-path"
|
2023-01-11 09:29:41 -05:00
|
|
|
version = "1.7.3"
|
2022-06-20 16:19:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-11 09:29:41 -05:00
|
|
|
checksum = "d3bf6b372449361333ac1f498b7edae4dd5e70dccd7c0c2a7c7bce8f05ede648"
|
2022-06-20 16:19:41 -04:00
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2022-06-01 03:45:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2023-01-28 15:52:32 -05:00
|
|
|
version = "0.11.14"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-28 15:52:32 -05:00
|
|
|
checksum = "21eed90ec8570952d53b772ecf8f206aa1ec9a3d76b2521c56c42973f2d91ee9"
|
2022-06-01 03:45:31 -04:00
|
|
|
dependencies = [
|
2023-01-28 15:52:32 -05:00
|
|
|
"base64 0.21.0",
|
2022-06-01 03:45:31 -04:00
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-tls",
|
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"native-tls",
|
2022-10-01 17:43:43 -04:00
|
|
|
"once_cell",
|
2022-06-01 03:45:31 -04:00
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
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",
|
|
|
|
"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",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2022-06-27 08:10:29 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rpassword"
|
|
|
|
version = "6.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2bf099a1888612545b683d2661a1940089f6c2e5a8e38979b2159da876bfd956"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2022-02-12 16:32:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2022-12-17 16:08:22 -05:00
|
|
|
version = "1.0.12"
|
2022-02-12 16:32:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-17 16:08:22 -05:00
|
|
|
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
|
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"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bf18934a12018228c5b55a6dae9df5d0641e3566b3630cb46cc55564068e7c2f"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2023-01-11 09:29:41 -05:00
|
|
|
version = "0.1.21"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-11 09:29:41 -05:00
|
|
|
checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
|
2022-03-12 16:18:49 -05:00
|
|
|
dependencies = [
|
2023-02-02 06:52:52 -05:00
|
|
|
"windows-sys 0.42.0",
|
2022-03-12 16:18:49 -05:00
|
|
|
]
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
2022-10-14 07:08:40 -04:00
|
|
|
[[package]]
|
|
|
|
name = "scratch"
|
2022-12-17 16:08:22 -05:00
|
|
|
version = "1.0.3"
|
2022-10-14 07:08:40 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-17 16:08:22 -05:00
|
|
|
checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"
|
2022-10-14 07:08:40 -04:00
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2023-02-02 06:52:52 -05:00
|
|
|
version = "2.8.2"
|
2022-03-12 16:18:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 06:52:52 -05:00
|
|
|
checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254"
|
2022-03-12 16:18:49 -05:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2023-01-28 15:52:32 -05:00
|
|
|
version = "2.8.0"
|
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 = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"
|
2022-03-12 16:18:49 -05:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2022-12-20 03:24:54 -05:00
|
|
|
version = "1.0.16"
|
2022-06-06 17:07:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-20 03:24:54 -05:00
|
|
|
checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"
|
2022-06-06 17:07:11 -04:00
|
|
|
|
2022-02-12 16:32:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-01-11 09:29:41 -05:00
|
|
|
version = "1.0.152"
|
2022-02-12 16:32:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-11 09:29:41 -05:00
|
|
|
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
|
2022-02-12 16:32:51 -05:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-01-11 09:29:41 -05:00
|
|
|
version = "1.0.152"
|
2022-02-12 16:32:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-11 09:29:41 -05:00
|
|
|
checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
|
2022-02-12 16:32:51 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-02-15 11:27:06 -05:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2022-12-20 03:24:54 -05:00
|
|
|
version = "1.0.91"
|
2022-02-15 11:27:06 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-20 03:24:54 -05:00
|
|
|
checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
|
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",
|
|
|
|
]
|
|
|
|
|
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"
|
2022-07-18 10:39:22 -04:00
|
|
|
version = "0.8.26"
|
2022-02-12 16:32:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 10:39:22 -04:00
|
|
|
checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b"
|
2022-02-12 16:32:51 -05:00
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
"yaml-rust",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
2022-06-13 08:20:31 -04:00
|
|
|
name = "sha1"
|
2022-10-01 17:43:43 -04:00
|
|
|
version = "0.10.5"
|
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 = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2022-10-01 17:43:43 -04:00
|
|
|
version = "0.10.6"
|
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 = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2022-03-21 13:06:49 -04:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
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",
|
2022-11-19 14:34:29 -05:00
|
|
|
"time 0.3.17",
|
2022-06-08 12:06:40 -04:00
|
|
|
]
|
|
|
|
|
2022-02-23 12:06:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "simplelog"
|
2022-05-07 16:17:58 -04:00
|
|
|
version = "0.12.0"
|
2022-02-23 12:06:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-07 16:17:58 -04:00
|
|
|
checksum = "48dfff04aade74dd495b007c831cd6f4e0cee19c344dd9dc0884c0289b70a786"
|
2022-02-23 12:06:40 -05:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"paris",
|
|
|
|
"termcolor",
|
2022-11-19 14:34:29 -05:00
|
|
|
"time 0.3.17",
|
2022-02-23 12:06:40 -05:00
|
|
|
]
|
|
|
|
|
2022-02-28 12:01:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2022-07-24 13:23:52 -04:00
|
|
|
version = "0.4.7"
|
2022-02-28 12:01:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-24 13:23:52 -04:00
|
|
|
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2022-02-28 12:01:17 -05:00
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-10-14 07:08:40 -04:00
|
|
|
version = "1.10.0"
|
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 = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
2022-04-05 11:07:34 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2022-10-01 17:43:43 -04:00
|
|
|
version = "0.4.7"
|
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 = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
|
2022-04-05 11:07:34 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-05-12 15:17:26 -04:00
|
|
|
"winapi 0.3.9",
|
2022-04-05 11:07:34 -04:00
|
|
|
]
|
|
|
|
|
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"
|
2022-07-18 10:39:22 -04:00
|
|
|
version = "0.9.4"
|
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 = "7f6002a767bff9e83f8eeecf883ecb8011875a21ae8da43bffb817a57e78cc09"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlformat"
|
2023-01-28 15:52:32 -05:00
|
|
|
version = "0.2.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 = "0c12bc9199d1db8234678b7051747c07f517cdcf019262d1847b94ec8b1aee3e"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"itertools",
|
|
|
|
"nom",
|
|
|
|
"unicode_categories",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx"
|
2022-10-01 17:43:43 -04:00
|
|
|
version = "0.6.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 = "9249290c05928352f71c077cc44a464d880c63f26f7534728cca008e135c0428"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"sqlx-core",
|
|
|
|
"sqlx-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-core"
|
2022-10-01 17:43:43 -04:00
|
|
|
version = "0.6.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 = "dcbc16ddba161afc99e14d1713a453747a2b07fc097d2009f4c300ec99286105"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
2022-08-15 08:27:41 -04:00
|
|
|
"ahash",
|
2022-06-06 17:07:11 -04:00
|
|
|
"atoi",
|
|
|
|
"bitflags",
|
|
|
|
"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",
|
|
|
|
"flume",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-intrusive",
|
|
|
|
"futures-util",
|
|
|
|
"hashlink",
|
|
|
|
"hex",
|
|
|
|
"indexmap",
|
|
|
|
"itoa",
|
|
|
|
"libc",
|
|
|
|
"libsqlite3-sys",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"once_cell",
|
|
|
|
"paste",
|
|
|
|
"percent-encoding",
|
|
|
|
"sha2",
|
|
|
|
"smallvec",
|
|
|
|
"sqlformat",
|
|
|
|
"sqlx-rt",
|
|
|
|
"stringprep",
|
|
|
|
"thiserror",
|
|
|
|
"tokio-stream",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-macros"
|
2022-10-01 17:43:43 -04:00
|
|
|
version = "0.6.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 = "b850fa514dc11f2ee85be9d055c512aa866746adfacd1cb42d867d68e6a5b0d9"
|
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",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"sha2",
|
|
|
|
"sqlx-core",
|
|
|
|
"sqlx-rt",
|
|
|
|
"syn",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-rt"
|
2022-10-01 17:43:43 -04:00
|
|
|
version = "0.6.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 = "24c5b2d25fa654cc5f841750b8e1cdedbe21189bf9a9382ee90bfa9dd3562396"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"native-tls",
|
|
|
|
"once_cell",
|
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stringprep"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
|
|
|
|
dependencies = [
|
|
|
|
"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"
|
|
|
|
version = "2.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
|
|
|
|
2022-02-12 16:32:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-12-20 03:24:54 -05:00
|
|
|
version = "1.0.107"
|
2022-02-12 16:32:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-20 03:24:54 -05:00
|
|
|
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
|
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
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
|
|
|
version = "3.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"fastrand",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"remove_dir_all",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
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-02-03 03:32:05 -05:00
|
|
|
version = "0.17.0-beta3"
|
2022-10-12 09:28:49 -04:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"ffplayout",
|
|
|
|
"ffplayout-lib",
|
|
|
|
"ffprobe",
|
|
|
|
"file-rotate",
|
|
|
|
"jsonrpc-http-server",
|
|
|
|
"lettre",
|
|
|
|
"log",
|
|
|
|
"notify",
|
|
|
|
"rand",
|
|
|
|
"regex",
|
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_yaml",
|
|
|
|
"shlex",
|
|
|
|
"simplelog",
|
2022-11-19 14:34:29 -05:00
|
|
|
"time 0.3.17",
|
2022-10-12 09:28:49 -04:00
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2022-10-25 04:06:15 -04:00
|
|
|
version = "0.16.0"
|
2022-02-13 15:26:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-25 04:06:15 -04:00
|
|
|
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
|
2022-02-13 15:26:41 -05:00
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2022-12-17 16:08:22 -05:00
|
|
|
version = "1.0.38"
|
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 = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2022-12-17 16:08:22 -05:00
|
|
|
version = "1.0.38"
|
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 = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2022-11-27 15:11:40 -05:00
|
|
|
version = "0.1.45"
|
2022-02-13 15:26:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-27 15:11:40 -05:00
|
|
|
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
|
2022-02-13 15:26:41 -05:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-05-15 13:27:53 -04:00
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
2022-02-28 12:01:17 -05:00
|
|
|
"winapi 0.3.9",
|
2022-02-27 16:15:49 -05:00
|
|
|
]
|
|
|
|
|
2022-05-07 16:17:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2022-11-19 14:34:29 -05:00
|
|
|
version = "0.3.17"
|
2022-05-07 16:17:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-19 14:34:29 -05:00
|
|
|
checksum = "a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376"
|
2022-05-07 16:17:58 -04:00
|
|
|
dependencies = [
|
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"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
|
|
|
|
|
2022-05-07 16:17:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2022-11-19 14:34:29 -05:00
|
|
|
version = "0.2.6"
|
2022-05-07 16:17:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-19 14:34:29 -05:00
|
|
|
checksum = "d967f99f534ca7e495c575c62638eebc2898a8c84c119b89e250477bc4ba16b2"
|
2022-10-25 04:06:15 -04:00
|
|
|
dependencies = [
|
|
|
|
"time-core",
|
|
|
|
]
|
2022-05-07 16:17:58 -04:00
|
|
|
|
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"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
|
|
2022-02-27 16:15:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2023-02-02 06:52:52 -05:00
|
|
|
version = "1.25.0"
|
2022-02-27 16:15:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 06:52:52 -05:00
|
|
|
checksum = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af"
|
2022-02-27 16:15:49 -05:00
|
|
|
dependencies = [
|
2022-07-18 10:39:22 -04:00
|
|
|
"autocfg",
|
2022-05-23 10:29:55 -04:00
|
|
|
"bytes",
|
2022-04-05 11:07:34 -04:00
|
|
|
"libc",
|
|
|
|
"memchr",
|
2022-10-25 04:06:15 -04:00
|
|
|
"mio 0.8.5",
|
2022-02-27 16:15:49 -05:00
|
|
|
"num_cpus",
|
2022-06-06 17:07:11 -04:00
|
|
|
"parking_lot 0.12.1",
|
2022-05-23 10:29:55 -04:00
|
|
|
"pin-project-lite",
|
2022-06-06 17:07:11 -04:00
|
|
|
"signal-hook-registry",
|
2022-05-23 10:29:55 -04:00
|
|
|
"socket2",
|
2023-02-02 06:52:52 -05:00
|
|
|
"windows-sys 0.42.0",
|
2022-04-05 11:07:34 -04:00
|
|
|
]
|
|
|
|
|
2022-06-01 03:45:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-native-tls"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
|
|
|
|
dependencies = [
|
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
2022-10-14 07:08:40 -04:00
|
|
|
version = "0.1.11"
|
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 = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"
|
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
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2022-05-17 05:31:32 -04:00
|
|
|
version = "0.6.10"
|
2022-04-05 11:07:34 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-17 05:31:32 -04:00
|
|
|
checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
|
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-core",
|
|
|
|
"futures-sink",
|
|
|
|
"log",
|
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"
|
2022-10-01 17:43:43 -04:00
|
|
|
version = "0.7.4"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-01 17:43:43 -04:00
|
|
|
checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
|
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 = [
|
|
|
|
"cfg-if 1.0.0",
|
2022-06-06 17:07:11 -04:00
|
|
|
"log",
|
2022-05-23 10:29:55 -04:00
|
|
|
"pin-project-lite",
|
2022-04-05 11:07:34 -04:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2022-10-14 07:08:40 -04:00
|
|
|
version = "0.1.30"
|
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 = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
|
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"
|
2022-12-17 16:08:22 -05:00
|
|
|
version = "1.16.0"
|
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 = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
2022-06-06 17:07:11 -04:00
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
2022-02-13 15:26:41 -05:00
|
|
|
]
|
|
|
|
|
2022-03-12 16:18:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2023-01-28 15:52:32 -05:00
|
|
|
version = "0.3.10"
|
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 = "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58"
|
2022-03-12 16:18:49 -05:00
|
|
|
|
2022-05-17 05:31:32 -04:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2022-12-17 16:08:22 -05:00
|
|
|
version = "1.0.6"
|
2022-05-17 05:31:32 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-17 16:08:22 -05:00
|
|
|
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
|
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
|
|
|
|
2022-10-14 07:08:40 -04:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
|
|
|
|
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"
|
|
|
|
|
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"
|
2022-10-01 17:43:43 -04:00
|
|
|
version = "2.3.1"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-01 17:43:43 -04:00
|
|
|
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
|
2022-06-01 03:45:31 -04:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
2023-02-02 06:52:52 -05:00
|
|
|
"idna",
|
2022-06-01 03:45:31 -04:00
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2023-02-02 06:52:52 -05:00
|
|
|
version = "1.3.0"
|
2022-06-16 12:14:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 06:52:52 -05:00
|
|
|
checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79"
|
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"
|
|
|
|
version = "1.0.0-alpha.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"
|
|
|
|
dependencies = [
|
|
|
|
"ctor",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
|
|
|
|
|
2022-02-14 15:33:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
|
|
|
version = "2.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
2022-02-28 12:01:17 -05:00
|
|
|
"winapi 0.3.9",
|
2022-02-14 15:33:17 -05:00
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2022-05-15 13:27:53 -04:00
|
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
2022-02-14 15:33:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-15 13:27:53 -04:00
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
2022-02-14 15:33:17 -05:00
|
|
|
|
2022-04-05 11:07:34 -04:00
|
|
|
[[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-02-02 06:52:52 -05:00
|
|
|
version = "0.2.84"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 06:52:52 -05:00
|
|
|
checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
|
2022-06-01 03:45:31 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-02-02 06:52:52 -05:00
|
|
|
version = "0.2.84"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 06:52:52 -05:00
|
|
|
checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
|
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",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2023-02-02 06:52:52 -05:00
|
|
|
version = "0.4.34"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 06:52:52 -05:00
|
|
|
checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
|
2022-06-01 03:45:31 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-02-02 06:52:52 -05:00
|
|
|
version = "0.2.84"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 06:52:52 -05:00
|
|
|
checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
|
2022-06-01 03:45:31 -04:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-02-02 06:52:52 -05:00
|
|
|
version = "0.2.84"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 06:52:52 -05:00
|
|
|
checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
|
2022-06-01 03:45:31 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-02-02 06:52:52 -05:00
|
|
|
version = "0.2.84"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 06:52:52 -05:00
|
|
|
checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
|
2022-06-01 03:45:31 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2023-02-02 06:52:52 -05:00
|
|
|
version = "0.3.61"
|
2022-06-01 03:45:31 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 06:52:52 -05:00
|
|
|
checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
|
2022-06-01 03:45:31 -04:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-06-16 12:14:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "wepoll-ffi"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2022-02-28 12:01:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2022-02-28 12:01:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
|
|
|
|
2022-02-13 15:26:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
2022-02-28 12:01:17 -05:00
|
|
|
"winapi 0.3.9",
|
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"
|
|
|
|
|
2022-10-25 04:06:15 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
2023-01-11 09:29:41 -05:00
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
2022-10-25 04:06:15 -04:00
|
|
|
"windows_x86_64_gnullvm",
|
2023-01-11 09:29:41 -05:00
|
|
|
"windows_x86_64_msvc",
|
2022-10-25 04:06:15 -04:00
|
|
|
]
|
|
|
|
|
2023-02-02 06:52:52 -05:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.45.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.42.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
2022-10-25 04:06:15 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-01-28 15:52:32 -05:00
|
|
|
version = "0.42.1"
|
2022-10-25 04:06:15 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-28 15:52:32 -05:00
|
|
|
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
|
2022-10-25 04:06:15 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-01-28 15:52:32 -05:00
|
|
|
version = "0.42.1"
|
2022-10-25 04:06:15 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-28 15:52:32 -05:00
|
|
|
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
|
2022-10-25 04:06:15 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-01-28 15:52:32 -05:00
|
|
|
version = "0.42.1"
|
2022-10-25 04:06:15 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-28 15:52:32 -05:00
|
|
|
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
|
2022-10-25 04:06:15 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-01-28 15:52:32 -05:00
|
|
|
version = "0.42.1"
|
2022-10-25 04:06:15 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-28 15:52:32 -05:00
|
|
|
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
|
2022-10-25 04:06:15 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-01-28 15:52:32 -05:00
|
|
|
version = "0.42.1"
|
2022-10-25 04:06:15 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-28 15:52:32 -05:00
|
|
|
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
|
2022-10-25 04:06:15 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-01-28 15:52:32 -05:00
|
|
|
version = "0.42.1"
|
2022-10-25 04:06:15 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-28 15:52:32 -05:00
|
|
|
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
|
2022-10-25 04:06:15 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-01-28 15:52:32 -05:00
|
|
|
version = "0.42.1"
|
2022-10-25 04:06:15 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-28 15:52:32 -05:00
|
|
|
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
|
2022-10-25 04:06:15 -04:00
|
|
|
|
2022-06-01 03:45:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2022-02-28 12:01:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ws2_32-sys"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
|
|
|
]
|
|
|
|
|
2022-02-12 16:32:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
|
|
|
dependencies = [
|
|
|
|
"linked-hash-map",
|
|
|
|
]
|
2022-06-06 17:07:11 -04:00
|
|
|
|
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",
|
|
|
|
"parking_lot 0.12.1",
|
|
|
|
"rand",
|
2022-06-16 12:14:58 -04:00
|
|
|
"regex",
|
|
|
|
"thiserror",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
2022-06-06 17:07:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "zstd"
|
2023-02-02 06:52:52 -05:00
|
|
|
version = "0.12.3+zstd.1.5.2"
|
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 = "76eea132fb024e0e13fd9c2f5d5d595d8a967aa72382ac2f9d39fcc95afd0806"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"zstd-safe",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-safe"
|
2023-02-02 06:52:52 -05:00
|
|
|
version = "6.0.3+zstd.1.5.2"
|
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 = "68e4a3f57d13d0ab7e478665c60f35e2a613dcd527851c2c7287ce5c787e134a"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"zstd-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-sys"
|
2023-02-02 06:52:52 -05:00
|
|
|
version = "2.0.6+zstd.1.5.2"
|
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 = "68a3f9792c0c3dc6c165840a75f47ae1f4da402c2d006881129579f6597e801b"
|
2022-06-06 17:07:11 -04:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
2023-01-11 09:29:41 -05:00
|
|
|
"pkg-config",
|
2022-06-06 17:07:11 -04:00
|
|
|
]
|