2022-04-06 20:18:32 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aes"
|
2023-06-26 11:04:08 +00:00
|
|
|
version = "0.8.3"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 11:04:08 +00:00
|
|
|
checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2022-09-26 11:58:01 +00:00
|
|
|
"cipher",
|
2022-04-06 20:18:32 +00:00
|
|
|
"cpufeatures",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aes-kw"
|
2022-07-18 09:14:30 +00:00
|
|
|
version = "0.2.1"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 09:14:30 +00:00
|
|
|
checksum = "69fa2b352dcefb5f7f3a5fb840e02665d311d878955380515e4fd50095dd3d8c"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2022-09-26 11:58:01 +00:00
|
|
|
"aes",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "1.0.2"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-07-07 09:16:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "amq-protocol"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "7.1.2"
|
2022-07-07 09:16:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 10:53:00 +00:00
|
|
|
checksum = "1d40d8b2465c7959dd40cee32ba6ac334b5de57e9fca0cc756759894a4152a5d"
|
2022-07-07 09:16:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"amq-protocol-tcp",
|
|
|
|
"amq-protocol-types",
|
|
|
|
"amq-protocol-uri",
|
|
|
|
"cookie-factory",
|
|
|
|
"nom",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "amq-protocol-tcp"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "7.1.2"
|
2022-07-07 09:16:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 10:53:00 +00:00
|
|
|
checksum = "9cb2100adae7da61953a2c3a01935d86caae13329fadce3333f524d6d6ce12e2"
|
2022-07-07 09:16:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"amq-protocol-uri",
|
|
|
|
"tcp-stream",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "amq-protocol-types"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "7.1.2"
|
2022-07-07 09:16:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 10:53:00 +00:00
|
|
|
checksum = "156ff13c8a3ced600b4e54ed826a2ae6242b6069d00dd98466827cef07d3daff"
|
2022-07-07 09:16:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"cookie-factory",
|
|
|
|
"nom",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "amq-protocol-uri"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "7.1.2"
|
2022-07-07 09:16:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 10:53:00 +00:00
|
|
|
checksum = "751bbd7d440576066233e740576f1b31fdc6ab86cfabfbd48c548de77eca73e4"
|
2022-07-07 09:16:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"amq-protocol-types",
|
|
|
|
"percent-encoding",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2023-05-30 12:42:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
2022-09-26 11:58:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-04-10 09:22:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "0.3.2"
|
2023-04-10 09:22:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 10:53:00 +00:00
|
|
|
checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
|
2023-04-10 09:22:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
2023-04-26 11:04:54 +00:00
|
|
|
"anstyle-query",
|
2023-04-10 09:22:37 +00:00
|
|
|
"anstyle-wincon",
|
2023-04-26 11:04:54 +00:00
|
|
|
"colorchoice",
|
2023-04-10 09:22:37 +00:00
|
|
|
"is-terminal",
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2023-06-26 11:04:08 +00:00
|
|
|
version = "1.0.1"
|
2023-04-10 09:22:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 11:04:08 +00:00
|
|
|
checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd"
|
2023-04-10 09:22:37 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2023-06-26 11:04:08 +00:00
|
|
|
version = "0.2.1"
|
2023-04-10 09:22:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 11:04:08 +00:00
|
|
|
checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
|
2023-04-10 09:22:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
2023-04-26 11:04:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
|
|
|
|
dependencies = [
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2023-04-10 09:22:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2023-04-26 11:04:54 +00:00
|
|
|
version = "1.0.1"
|
2023-04-10 09:22:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-26 11:04:54 +00:00
|
|
|
checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188"
|
2023-04-10 09:22:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2023-04-26 11:04:54 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-04-10 09:22:37 +00:00
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "1.0.71"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 10:53:00 +00:00
|
|
|
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
|
2023-03-28 12:41:20 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "approx"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ascii-canvas"
|
|
|
|
version = "3.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6"
|
|
|
|
dependencies = [
|
|
|
|
"term",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "assert-json-diff"
|
2022-07-18 09:14:30 +00:00
|
|
|
version = "2.0.2"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 09:14:30 +00:00
|
|
|
checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
2023-02-06 12:23:44 +00:00
|
|
|
version = "1.8.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-06 12:23:44 +00:00
|
|
|
checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"event-listener",
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-executor"
|
2023-04-10 09:22:37 +00:00
|
|
|
version = "1.5.1"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-10 09:22:37 +00:00
|
|
|
checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2023-02-06 12:23:44 +00:00
|
|
|
"async-lock",
|
2022-04-06 20:18:32 +00:00
|
|
|
"async-task",
|
|
|
|
"concurrent-queue",
|
|
|
|
"fastrand",
|
|
|
|
"futures-lite",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-global-executor"
|
2023-02-06 12:23:44 +00:00
|
|
|
version = "2.3.1"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-06 12:23:44 +00:00
|
|
|
checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-channel",
|
|
|
|
"async-executor",
|
|
|
|
"async-io",
|
2022-07-18 09:14:30 +00:00
|
|
|
"async-lock",
|
2022-04-06 20:18:32 +00:00
|
|
|
"blocking",
|
|
|
|
"futures-lite",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2022-07-07 09:16:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-global-executor-trait"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "33dd14c5a15affd2abcff50d84efd4009ada28a860f01c14f9d654f3e81b3f75"
|
|
|
|
dependencies = [
|
|
|
|
"async-global-executor",
|
|
|
|
"async-trait",
|
|
|
|
"executor-trait",
|
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-io"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "1.13.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2023-02-06 12:23:44 +00:00
|
|
|
"async-lock",
|
2022-09-26 12:10:33 +00:00
|
|
|
"autocfg",
|
2023-03-28 12:41:20 +00:00
|
|
|
"cfg-if",
|
2022-04-06 20:18:32 +00:00
|
|
|
"concurrent-queue",
|
|
|
|
"futures-lite",
|
|
|
|
"log",
|
|
|
|
"parking",
|
|
|
|
"polling",
|
2023-04-10 09:22:37 +00:00
|
|
|
"rustix",
|
2022-04-06 20:18:32 +00:00
|
|
|
"slab",
|
|
|
|
"socket2",
|
|
|
|
"waker-fn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "2.7.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"event-listener",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-object-pool"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aeb901c30ebc2fc4ab46395bbfbdba9542c16559d853645d75190c3056caf3bc"
|
|
|
|
dependencies = [
|
|
|
|
"async-std",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-process"
|
2023-04-10 09:22:37 +00:00
|
|
|
version = "1.7.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-10 09:22:37 +00:00
|
|
|
checksum = "7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-io",
|
2023-02-06 12:23:44 +00:00
|
|
|
"async-lock",
|
2022-09-26 12:10:33 +00:00
|
|
|
"autocfg",
|
2022-04-06 20:18:32 +00:00
|
|
|
"blocking",
|
|
|
|
"cfg-if",
|
|
|
|
"event-listener",
|
|
|
|
"futures-lite",
|
2023-04-10 09:22:37 +00:00
|
|
|
"rustix",
|
2022-04-06 20:18:32 +00:00
|
|
|
"signal-hook",
|
2023-04-10 09:22:37 +00:00
|
|
|
"windows-sys 0.48.0",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
2022-07-07 09:16:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-reactor-trait"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a6012d170ad00de56c9ee354aef2e358359deb1ec504254e0e5a3774771de0e"
|
|
|
|
dependencies = [
|
|
|
|
"async-io",
|
|
|
|
"async-trait",
|
|
|
|
"futures-core",
|
|
|
|
"reactor-trait",
|
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-recursion"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "1.0.4"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-26 11:04:08 +00:00
|
|
|
"syn 2.0.22",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-std"
|
2022-07-18 09:14:30 +00:00
|
|
|
version = "1.12.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 09:14:30 +00:00
|
|
|
checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-channel",
|
|
|
|
"async-global-executor",
|
|
|
|
"async-io",
|
|
|
|
"async-lock",
|
|
|
|
"async-process",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-lite",
|
|
|
|
"gloo-timers",
|
|
|
|
"kv-log-macro",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"once_cell",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-task"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "4.4.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "0.1.68"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-26 11:04:08 +00:00
|
|
|
"syn 2.0.22",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
2023-04-10 09:22:37 +00:00
|
|
|
version = "1.1.1"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-10 09:22:37 +00:00
|
|
|
checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-07-07 09:16:55 +00:00
|
|
|
version = "1.1.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-07 09:16:55 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-config"
|
2023-05-30 12:42:06 +00:00
|
|
|
version = "0.55.3"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 12:42:06 +00:00
|
|
|
checksum = "bcdcf0d683fe9c23d32cf5b53c9918ea0a500375a9fb20109802552658e576c9"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2023-04-11 13:57:03 +00:00
|
|
|
"aws-credential-types",
|
2022-04-06 20:18:32 +00:00
|
|
|
"aws-http",
|
|
|
|
"aws-sdk-sts",
|
|
|
|
"aws-smithy-async",
|
|
|
|
"aws-smithy-client",
|
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-smithy-http-tower",
|
|
|
|
"aws-smithy-json",
|
|
|
|
"aws-smithy-types",
|
|
|
|
"aws-types",
|
|
|
|
"bytes",
|
2023-04-11 13:57:03 +00:00
|
|
|
"fastrand",
|
2022-04-06 20:18:32 +00:00
|
|
|
"http",
|
2022-09-26 11:58:01 +00:00
|
|
|
"hyper",
|
2023-06-13 13:38:16 +00:00
|
|
|
"time 0.3.22",
|
2022-04-06 20:18:32 +00:00
|
|
|
"tokio",
|
|
|
|
"tower",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2023-04-11 13:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aws-credential-types"
|
2023-05-30 12:42:06 +00:00
|
|
|
version = "0.55.3"
|
2023-04-11 13:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 12:42:06 +00:00
|
|
|
checksum = "1fcdb2f7acbc076ff5ad05e7864bdb191ca70a6fd07668dc3a1a8bcd051de5ae"
|
2023-04-11 13:57:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-async",
|
|
|
|
"aws-smithy-types",
|
|
|
|
"fastrand",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aws-endpoint"
|
2023-05-30 12:42:06 +00:00
|
|
|
version = "0.55.3"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 12:42:06 +00:00
|
|
|
checksum = "8cce1c41a6cfaa726adee9ebb9a56fcd2bbfd8be49fd8a04c5e20fd968330b04"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-http",
|
2022-09-26 11:58:01 +00:00
|
|
|
"aws-smithy-types",
|
2022-04-06 20:18:32 +00:00
|
|
|
"aws-types",
|
|
|
|
"http",
|
|
|
|
"regex",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-http"
|
2023-05-30 12:42:06 +00:00
|
|
|
version = "0.55.3"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 12:42:06 +00:00
|
|
|
checksum = "aadbc44e7a8f3e71c8b374e03ecd972869eb91dd2bc89ed018954a52ba84bc44"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2023-04-11 13:57:03 +00:00
|
|
|
"aws-credential-types",
|
2022-04-06 20:18:32 +00:00
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-smithy-types",
|
|
|
|
"aws-types",
|
2022-09-26 11:58:01 +00:00
|
|
|
"bytes",
|
2022-04-06 20:18:32 +00:00
|
|
|
"http",
|
2022-09-26 11:58:01 +00:00
|
|
|
"http-body",
|
2022-04-06 20:18:32 +00:00
|
|
|
"lazy_static",
|
2022-09-26 11:58:01 +00:00
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
2022-04-06 20:18:32 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-sdk-sns"
|
2023-05-30 13:32:27 +00:00
|
|
|
version = "0.28.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 13:32:27 +00:00
|
|
|
checksum = "c9f084b21e6078d29458ccc0bfc10cbf3c111632e5674a1b56ed2a5497de653c"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2023-04-11 13:57:03 +00:00
|
|
|
"aws-credential-types",
|
2022-04-06 20:18:32 +00:00
|
|
|
"aws-endpoint",
|
|
|
|
"aws-http",
|
|
|
|
"aws-sig-auth",
|
|
|
|
"aws-smithy-async",
|
|
|
|
"aws-smithy-client",
|
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-smithy-http-tower",
|
2023-04-11 13:57:03 +00:00
|
|
|
"aws-smithy-json",
|
2022-04-06 20:18:32 +00:00
|
|
|
"aws-smithy-query",
|
|
|
|
"aws-smithy-types",
|
|
|
|
"aws-smithy-xml",
|
|
|
|
"aws-types",
|
|
|
|
"bytes",
|
|
|
|
"http",
|
2023-04-11 13:57:03 +00:00
|
|
|
"regex",
|
2022-09-26 11:58:01 +00:00
|
|
|
"tokio-stream",
|
|
|
|
"tower",
|
2023-04-11 13:57:03 +00:00
|
|
|
"tracing",
|
2022-09-26 11:58:01 +00:00
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aws-sdk-sts"
|
2023-05-30 12:42:06 +00:00
|
|
|
version = "0.28.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 12:42:06 +00:00
|
|
|
checksum = "265fac131fbfc188e5c3d96652ea90ecc676a934e3174eaaee523c6cec040b3b"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2023-04-11 13:57:03 +00:00
|
|
|
"aws-credential-types",
|
2022-04-06 20:18:32 +00:00
|
|
|
"aws-endpoint",
|
|
|
|
"aws-http",
|
|
|
|
"aws-sig-auth",
|
|
|
|
"aws-smithy-async",
|
|
|
|
"aws-smithy-client",
|
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-smithy-http-tower",
|
2023-04-11 13:57:03 +00:00
|
|
|
"aws-smithy-json",
|
2022-04-06 20:18:32 +00:00
|
|
|
"aws-smithy-query",
|
|
|
|
"aws-smithy-types",
|
|
|
|
"aws-smithy-xml",
|
|
|
|
"aws-types",
|
|
|
|
"bytes",
|
|
|
|
"http",
|
2023-04-11 13:57:03 +00:00
|
|
|
"regex",
|
2022-04-06 20:18:32 +00:00
|
|
|
"tower",
|
2023-04-11 13:57:03 +00:00
|
|
|
"tracing",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-sig-auth"
|
2023-05-30 12:42:06 +00:00
|
|
|
version = "0.55.3"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 12:42:06 +00:00
|
|
|
checksum = "3b94acb10af0c879ecd5c7bdf51cda6679a0a4f4643ce630905a77673bfa3c61"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2023-04-11 13:57:03 +00:00
|
|
|
"aws-credential-types",
|
2022-04-06 20:18:32 +00:00
|
|
|
"aws-sigv4",
|
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-types",
|
|
|
|
"http",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-sigv4"
|
2023-05-30 12:42:06 +00:00
|
|
|
version = "0.55.3"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 12:42:06 +00:00
|
|
|
checksum = "9d2ce6f507be68e968a33485ced670111d1cbad161ddbbab1e313c03d37d8f4c"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-http",
|
|
|
|
"form_urlencoded",
|
|
|
|
"hex",
|
2023-04-11 13:57:03 +00:00
|
|
|
"hmac",
|
2022-04-06 20:18:32 +00:00
|
|
|
"http",
|
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
|
|
|
"regex",
|
2023-04-11 13:57:03 +00:00
|
|
|
"sha2",
|
2023-06-13 13:38:16 +00:00
|
|
|
"time 0.3.22",
|
2022-04-06 20:18:32 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-async"
|
2023-05-30 12:42:06 +00:00
|
|
|
version = "0.55.3"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 12:42:06 +00:00
|
|
|
checksum = "13bda3996044c202d75b91afeb11a9afae9db9a721c6a7a427410018e286b880"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2022-09-26 11:58:01 +00:00
|
|
|
"futures-util",
|
2022-04-06 20:18:32 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2022-09-26 11:58:01 +00:00
|
|
|
"tokio-stream",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-client"
|
2023-05-30 12:42:06 +00:00
|
|
|
version = "0.55.3"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 12:42:06 +00:00
|
|
|
checksum = "0a86aa6e21e86c4252ad6a0e3e74da9617295d8d6e374d552be7d3059c41cedd"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-async",
|
|
|
|
"aws-smithy-http",
|
|
|
|
"aws-smithy-http-tower",
|
|
|
|
"aws-smithy-types",
|
|
|
|
"bytes",
|
|
|
|
"fastrand",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
2023-05-22 10:53:00 +00:00
|
|
|
"hyper-rustls 0.23.2",
|
2022-04-06 20:18:32 +00:00
|
|
|
"lazy_static",
|
|
|
|
"pin-project-lite",
|
2023-04-26 10:58:59 +00:00
|
|
|
"rustls 0.20.8",
|
2022-04-06 20:18:32 +00:00
|
|
|
"tokio",
|
|
|
|
"tower",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-http"
|
2023-05-30 12:42:06 +00:00
|
|
|
version = "0.55.3"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 12:42:06 +00:00
|
|
|
checksum = "2b3b693869133551f135e1f2c77cb0b8277d9e3e17feaf2213f735857c4f0d28"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-types",
|
|
|
|
"bytes",
|
|
|
|
"bytes-utils",
|
|
|
|
"futures-core",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
2022-09-26 11:58:01 +00:00
|
|
|
"once_cell",
|
2022-04-06 20:18:32 +00:00
|
|
|
"percent-encoding",
|
2022-09-26 11:58:01 +00:00
|
|
|
"pin-project-lite",
|
2023-04-11 13:57:03 +00:00
|
|
|
"pin-utils",
|
2022-04-06 20:18:32 +00:00
|
|
|
"tokio",
|
2023-02-01 11:06:22 +00:00
|
|
|
"tokio-util",
|
2022-04-06 20:18:32 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-http-tower"
|
2023-05-30 12:42:06 +00:00
|
|
|
version = "0.55.3"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 12:42:06 +00:00
|
|
|
checksum = "3ae4f6c5798a247fac98a867698197d9ac22643596dc3777f0c76b91917616b9"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-http",
|
2023-04-11 13:57:03 +00:00
|
|
|
"aws-smithy-types",
|
2022-04-06 20:18:32 +00:00
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
2022-09-26 11:58:01 +00:00
|
|
|
"pin-project-lite",
|
2022-04-06 20:18:32 +00:00
|
|
|
"tower",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-json"
|
2023-05-30 12:42:06 +00:00
|
|
|
version = "0.55.3"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 12:42:06 +00:00
|
|
|
checksum = "23f9f42fbfa96d095194a632fbac19f60077748eba536eb0b9fecc28659807f8"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-query"
|
2023-05-30 12:42:06 +00:00
|
|
|
version = "0.55.3"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 12:42:06 +00:00
|
|
|
checksum = "98819eb0b04020a1c791903533b638534ae6c12e2aceda3e6e6fba015608d51d"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-types",
|
2022-09-26 11:58:01 +00:00
|
|
|
"urlencoding",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-types"
|
2023-05-30 12:42:06 +00:00
|
|
|
version = "0.55.3"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 12:42:06 +00:00
|
|
|
checksum = "16a3d0bf4f324f4ef9793b86a1701d9700fbcdbd12a846da45eed104c634c6e8"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2023-04-11 13:57:03 +00:00
|
|
|
"base64-simd",
|
2022-09-26 12:10:33 +00:00
|
|
|
"itoa",
|
2022-04-06 20:18:32 +00:00
|
|
|
"num-integer",
|
|
|
|
"ryu",
|
2023-06-13 13:38:16 +00:00
|
|
|
"time 0.3.22",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-xml"
|
2023-05-30 12:42:06 +00:00
|
|
|
version = "0.55.3"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 12:42:06 +00:00
|
|
|
checksum = "b1b9d12875731bd07e767be7baad95700c3137b56730ec9ddeedb52a5e5ca63b"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"xmlparser",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-types"
|
2023-05-30 12:42:06 +00:00
|
|
|
version = "0.55.3"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 12:42:06 +00:00
|
|
|
checksum = "6dd209616cc8d7bfb82f87811a5c655dc97537f592689b18743bddf5dc5c4829"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2023-04-11 13:57:03 +00:00
|
|
|
"aws-credential-types",
|
2022-04-06 20:18:32 +00:00
|
|
|
"aws-smithy-async",
|
2022-09-26 11:58:01 +00:00
|
|
|
"aws-smithy-client",
|
|
|
|
"aws-smithy-http",
|
2022-04-06 20:18:32 +00:00
|
|
|
"aws-smithy-types",
|
2022-09-26 11:58:01 +00:00
|
|
|
"http",
|
2022-04-06 20:18:32 +00:00
|
|
|
"rustc_version",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2022-04-12 10:04:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "axum"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "0.6.18"
|
2022-04-12 10:04:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 10:53:00 +00:00
|
|
|
checksum = "f8175979259124331c1d7bf6586ee7e0da434155e4b2d48ec2c8386281d8df39"
|
2022-04-12 10:04:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"axum-core",
|
2023-05-30 12:42:06 +00:00
|
|
|
"bitflags 1.3.2",
|
2022-04-12 10:04:30 +00:00
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
2022-09-26 12:10:33 +00:00
|
|
|
"itoa",
|
2022-04-12 10:04:30 +00:00
|
|
|
"matchit",
|
|
|
|
"memchr",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
2023-02-06 12:23:44 +00:00
|
|
|
"rustversion",
|
2022-04-12 10:04:30 +00:00
|
|
|
"serde",
|
|
|
|
"sync_wrapper",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum-core"
|
2023-04-26 11:04:54 +00:00
|
|
|
version = "0.3.4"
|
2022-04-12 10:04:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-26 11:04:54 +00:00
|
|
|
checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
|
2022-04-12 10:04:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"mime",
|
2023-02-06 12:23:44 +00:00
|
|
|
"rustversion",
|
2022-09-26 12:10:33 +00:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
2022-04-12 10:04:30 +00:00
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backend"
|
2023-06-26 12:05:45 +00:00
|
|
|
version = "4.4.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"aes-kw",
|
|
|
|
"anyhow",
|
|
|
|
"chrono",
|
|
|
|
"hex",
|
2022-06-30 10:11:21 +00:00
|
|
|
"httpmock",
|
2022-04-06 20:18:32 +00:00
|
|
|
"rand",
|
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2023-05-22 10:53:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base16ct"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2023-02-06 12:23:44 +00:00
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
|
|
|
|
2023-02-28 11:45:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.20.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ea22880d78093b0cbe17c89f64a7d457941e65759157ec6cb31a31d652b05e5"
|
|
|
|
|
2023-02-06 12:23:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2023-05-30 12:42:06 +00:00
|
|
|
version = "0.21.2"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 12:42:06 +00:00
|
|
|
checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
2023-04-11 13:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64-simd"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
|
|
|
|
dependencies = [
|
|
|
|
"outref",
|
|
|
|
"vsimd",
|
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64ct"
|
2023-02-28 11:45:06 +00:00
|
|
|
version = "1.6.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-28 11:45:06 +00:00
|
|
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "basic-cookies"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cb53b6b315f924c7f113b162e53b3901c05fc9966baf84d201dfcc7432a4bb38"
|
|
|
|
dependencies = [
|
|
|
|
"lalrpop",
|
|
|
|
"lalrpop-util",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bigdecimal"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "0.3.1"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 10:53:00 +00:00
|
|
|
checksum = "a6773ddc0eafc0e509fb60e48dff7f450f8e674a0686ae8605e8d9901bd5eefa"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2022-07-20 09:55:59 +00:00
|
|
|
"num-bigint",
|
2022-04-06 20:18:32 +00:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
2023-06-27 08:46:17 +00:00
|
|
|
version = "0.65.1"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-27 08:46:17 +00:00
|
|
|
checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2023-05-30 12:42:06 +00:00
|
|
|
"bitflags 1.3.2",
|
2022-04-06 20:18:32 +00:00
|
|
|
"cexpr",
|
|
|
|
"clang-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"log",
|
|
|
|
"peeking_take_while",
|
2023-06-27 08:46:17 +00:00
|
|
|
"prettyplease 0.2.9",
|
2022-04-06 20:18:32 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex",
|
2023-06-27 08:46:17 +00:00
|
|
|
"syn 2.0.22",
|
2022-04-06 20:18:32 +00:00
|
|
|
"which",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-set"
|
2022-09-26 12:10:33 +00:00
|
|
|
version = "0.5.3"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-26 12:10:33 +00:00
|
|
|
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"bit-vec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-vec"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2023-05-30 12:42:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "2.3.2"
|
2023-05-30 12:42:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "6dbe3c979c178231552ecba20214a8272df4e09f232a87aef4320cf06539aded"
|
2023-05-30 12:42:06 +00:00
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "0.10.4"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2022-09-26 12:10:33 +00:00
|
|
|
"generic-array",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
2022-07-07 09:16:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-padding"
|
2023-04-10 09:22:37 +00:00
|
|
|
version = "0.3.3"
|
2022-07-07 09:16:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-10 09:22:37 +00:00
|
|
|
checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
|
2022-07-07 09:16:55 +00:00
|
|
|
dependencies = [
|
2022-09-26 12:10:33 +00:00
|
|
|
"generic-array",
|
2022-07-07 09:16:55 +00:00
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "blocking"
|
2023-04-10 09:22:37 +00:00
|
|
|
version = "1.3.1"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-10 09:22:37 +00:00
|
|
|
checksum = "77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-channel",
|
2023-02-06 12:23:44 +00:00
|
|
|
"async-lock",
|
2022-04-06 20:18:32 +00:00
|
|
|
"async-task",
|
|
|
|
"atomic-waker",
|
|
|
|
"fastrand",
|
|
|
|
"futures-lite",
|
2023-04-10 09:22:37 +00:00
|
|
|
"log",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-05-30 12:42:06 +00:00
|
|
|
version = "3.13.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 12:42:06 +00:00
|
|
|
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2023-02-06 12:23:44 +00:00
|
|
|
version = "1.4.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-06 12:23:44 +00:00
|
|
|
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes-utils"
|
2022-09-26 12:10:33 +00:00
|
|
|
version = "0.1.3"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-26 12:10:33 +00:00
|
|
|
checksum = "e47d3a8076e283f3acd27400535992edb3ba4b5bb72f8891ad8fbe7932a7d4b9"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "castaway"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2698f953def977c68f935bb0dfa959375ad4638570e969e2f1e9f433cbf1af6"
|
|
|
|
|
2022-07-07 09:16:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cbc"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
|
|
|
|
dependencies = [
|
2022-09-26 11:58:01 +00:00
|
|
|
"cipher",
|
2022-07-07 09:16:55 +00:00
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-02-06 12:23:44 +00:00
|
|
|
version = "1.0.79"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-06 12:23:44 +00:00
|
|
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cexpr"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chirpstack"
|
2023-06-26 12:05:45 +00:00
|
|
|
version = "4.4.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2022-09-26 11:58:01 +00:00
|
|
|
"aes",
|
2022-04-06 20:18:32 +00:00
|
|
|
"anyhow",
|
|
|
|
"async-recursion",
|
|
|
|
"async-trait",
|
|
|
|
"aws-config",
|
2023-04-11 13:57:03 +00:00
|
|
|
"aws-credential-types",
|
2022-04-06 20:18:32 +00:00
|
|
|
"aws-sdk-sns",
|
|
|
|
"aws-types",
|
|
|
|
"backend",
|
2023-05-30 12:42:06 +00:00
|
|
|
"base64 0.21.2",
|
2022-04-06 20:18:32 +00:00
|
|
|
"bigdecimal",
|
2022-06-30 10:11:21 +00:00
|
|
|
"bytes",
|
2022-04-06 20:18:32 +00:00
|
|
|
"chirpstack_api",
|
|
|
|
"chrono",
|
2023-06-27 08:46:17 +00:00
|
|
|
"clap",
|
2022-04-06 20:18:32 +00:00
|
|
|
"diesel",
|
|
|
|
"diesel_migrations",
|
2023-05-29 15:57:51 +00:00
|
|
|
"dotenv",
|
2022-04-06 20:18:32 +00:00
|
|
|
"futures",
|
|
|
|
"gcp_auth",
|
|
|
|
"geohash",
|
|
|
|
"handlebars",
|
|
|
|
"hex",
|
2022-09-26 11:58:01 +00:00
|
|
|
"hmac",
|
2022-04-06 20:18:32 +00:00
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httpmock",
|
|
|
|
"humantime-serde",
|
|
|
|
"hyper",
|
|
|
|
"jsonwebtoken",
|
2022-07-07 09:16:55 +00:00
|
|
|
"lapin",
|
2022-04-06 20:18:32 +00:00
|
|
|
"lazy_static",
|
|
|
|
"lrwn",
|
|
|
|
"mime_guess",
|
|
|
|
"openidconnect",
|
|
|
|
"openssl",
|
|
|
|
"paho-mqtt",
|
|
|
|
"pbjson-types",
|
|
|
|
"pbkdf2",
|
2022-07-18 09:14:30 +00:00
|
|
|
"petgraph",
|
2022-07-05 13:00:57 +00:00
|
|
|
"pin-project",
|
|
|
|
"prometheus-client",
|
2022-04-06 20:18:32 +00:00
|
|
|
"prost",
|
|
|
|
"prost-types",
|
|
|
|
"r2d2",
|
|
|
|
"rand",
|
|
|
|
"rand_core",
|
2022-07-12 08:37:15 +00:00
|
|
|
"rdkafka",
|
2022-04-06 20:18:32 +00:00
|
|
|
"redis",
|
|
|
|
"regex",
|
|
|
|
"reqwest",
|
|
|
|
"rquickjs",
|
|
|
|
"rust-embed",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-06-07 18:28:41 +00:00
|
|
|
"serde_yaml",
|
2022-09-26 12:10:33 +00:00
|
|
|
"sha2",
|
2022-04-06 20:18:32 +00:00
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
2022-07-07 09:16:55 +00:00
|
|
|
"tokio-executor-trait",
|
|
|
|
"tokio-reactor-trait",
|
2022-04-06 20:18:32 +00:00
|
|
|
"tokio-stream",
|
2023-05-30 12:42:06 +00:00
|
|
|
"toml",
|
2022-04-06 20:18:32 +00:00
|
|
|
"tonic",
|
|
|
|
"tonic-reflection",
|
|
|
|
"tonic-web",
|
|
|
|
"tower",
|
2023-04-10 09:22:37 +00:00
|
|
|
"tower-http",
|
2022-04-06 20:18:32 +00:00
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
2022-09-26 11:58:01 +00:00
|
|
|
"urlencoding",
|
2022-04-06 20:18:32 +00:00
|
|
|
"uuid",
|
|
|
|
"validator",
|
|
|
|
"warp",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chirpstack_api"
|
2023-06-26 12:05:45 +00:00
|
|
|
version = "4.4.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2022-04-21 10:42:28 +00:00
|
|
|
"hex",
|
2022-04-06 20:18:32 +00:00
|
|
|
"pbjson",
|
|
|
|
"pbjson-build",
|
|
|
|
"pbjson-types",
|
|
|
|
"prost",
|
|
|
|
"prost-types",
|
2022-04-21 10:42:28 +00:00
|
|
|
"rand",
|
2022-04-06 20:18:32 +00:00
|
|
|
"serde",
|
|
|
|
"tokio",
|
|
|
|
"tonic",
|
|
|
|
"tonic-build",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "0.4.26"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2023-05-30 12:42:06 +00:00
|
|
|
"android-tzdata",
|
2022-09-26 11:58:01 +00:00
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
2022-04-06 20:18:32 +00:00
|
|
|
"num-traits",
|
|
|
|
"serde",
|
2023-02-06 12:23:44 +00:00
|
|
|
"time 0.1.45",
|
2022-09-26 11:58:01 +00:00
|
|
|
"wasm-bindgen",
|
2022-04-06 20:18:32 +00:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cipher"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "0.4.4"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"crypto-common",
|
|
|
|
"inout",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
2023-04-10 09:22:37 +00:00
|
|
|
version = "1.6.1"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-10 09:22:37 +00:00
|
|
|
checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"glob",
|
|
|
|
"libc",
|
|
|
|
"libloading",
|
|
|
|
]
|
|
|
|
|
2022-10-03 14:11:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-06-26 11:04:08 +00:00
|
|
|
version = "4.3.8"
|
2022-10-03 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 11:04:08 +00:00
|
|
|
checksum = "d9394150f5b4273a1763355bd1c2ec54cc5a2593f790587bcd6b2c947cfa9211"
|
2022-10-03 14:11:53 +00:00
|
|
|
dependencies = [
|
2023-03-28 12:41:20 +00:00
|
|
|
"clap_builder",
|
2022-10-03 14:11:53 +00:00
|
|
|
"clap_derive",
|
|
|
|
"once_cell",
|
2023-03-28 12:41:20 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2023-06-26 11:04:08 +00:00
|
|
|
version = "4.3.8"
|
2023-03-28 12:41:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 11:04:08 +00:00
|
|
|
checksum = "9a78fbdd3cc2914ddf37ba444114bc7765bbdcb55ec9cbe6fa054f0137400717"
|
2023-03-28 12:41:20 +00:00
|
|
|
dependencies = [
|
2023-04-10 09:22:37 +00:00
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
2023-05-30 12:42:06 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-06-27 08:46:17 +00:00
|
|
|
"clap_lex",
|
2022-10-03 14:11:53 +00:00
|
|
|
"strsim",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "4.3.2"
|
2022-10-03 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "b8cd2b2a819ad6eec39e8f1d6b53001af1e5469f8c177579cdaeb313115b825f"
|
2022-10-03 14:11:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-26 11:04:08 +00:00
|
|
|
"syn 2.0.22",
|
2022-10-03 14:11:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "0.5.0"
|
2022-10-03 14:11:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 10:53:00 +00:00
|
|
|
checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
|
2022-10-03 14:11:53 +00:00
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cmac"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "0.7.2"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "8543454e3c3f5126effff9cd44d562af4e31fb8ce1cc0d3dcd8f084515dbc1aa"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2022-09-26 11:58:01 +00:00
|
|
|
"cipher",
|
2022-04-06 20:18:32 +00:00
|
|
|
"dbl",
|
2023-02-01 11:06:22 +00:00
|
|
|
"digest",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cmake"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "0.1.50"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2023-04-26 11:04:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "combine"
|
2022-09-26 12:10:33 +00:00
|
|
|
version = "4.6.6"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-26 12:10:33 +00:00
|
|
|
checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
2023-04-10 09:22:37 +00:00
|
|
|
version = "2.2.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-10 09:22:37 +00:00
|
|
|
checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2023-02-06 12:23:44 +00:00
|
|
|
"crossbeam-utils",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
2023-05-22 10:53:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "const-oid"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "520fbf3c07483f94e3e3ca9d0cfd913d7718ef2483d2cfd91c0d9e91474ab913"
|
|
|
|
|
2022-07-07 09:16:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cookie-factory"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "396de984970346b0d9e93d1415082923c679e5ae5c3ee3dcbd104f5610af126b"
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2022-07-18 09:14:30 +00:00
|
|
|
version = "0.9.3"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 09:14:30 +00:00
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2023-04-10 09:22:37 +00:00
|
|
|
version = "0.8.4"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-10 09:22:37 +00:00
|
|
|
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2023-06-26 11:04:08 +00:00
|
|
|
version = "0.2.8"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 11:04:08 +00:00
|
|
|
checksum = "03e69e28e9f7f77debdedbaafa2866e1de9ba56df55a8bd7cfc724c25a09987c"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc16"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "338089f42c427b86394a5ee60ff321da23a5c89c9d89514c829687b26359fcff"
|
|
|
|
|
Change clean_session default + fix re-subscribe.
This changes the clean_session default to false, as only in case of a
persistent session, qos > 0 would be effective. If the client_id is not
set, then ChirpStack will generate a random client_id, which stays the
same during the lifetime of the chirpstack process.
This also implements a subscribe loop, as the client re-connect feature
does not re-subscribe. Even in case of a persistent session there is no
guarantee that the subscription is recovered, as it might have been a
MQTT broker restart. In case the broker stores the sessions in-memory,
the client would re-connect, but without subscriptions.
The (re)subscribe logic is placed outside the on-connected callback, as
the callback function must not block, thus can not wait for the
subscribe result. No the (re)subscribe happens async from the
on-connected.
2022-07-30 12:23:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2023-04-10 09:22:37 +00:00
|
|
|
version = "0.5.8"
|
Change clean_session default + fix re-subscribe.
This changes the clean_session default to false, as only in case of a
persistent session, qos > 0 would be effective. If the client_id is not
set, then ChirpStack will generate a random client_id, which stays the
same during the lifetime of the chirpstack process.
This also implements a subscribe loop, as the client re-connect feature
does not re-subscribe. Even in case of a persistent session there is no
guarantee that the subscription is recovered, as it might have been a
MQTT broker restart. In case the broker stores the sessions in-memory,
the client would re-connect, but without subscriptions.
The (re)subscribe logic is placed outside the on-connected callback, as
the callback function must not block, thus can not wait for the
subscribe result. No the (re)subscribe happens async from the
on-connected.
2022-07-30 12:23:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-10 09:22:37 +00:00
|
|
|
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
|
Change clean_session default + fix re-subscribe.
This changes the clean_session default to false, as only in case of a
persistent session, qos > 0 would be effective. If the client_id is not
set, then ChirpStack will generate a random client_id, which stays the
same during the lifetime of the chirpstack process.
This also implements a subscribe loop, as the client re-connect feature
does not re-subscribe. Even in case of a persistent session there is no
guarantee that the subscription is recovered, as it might have been a
MQTT broker restart. In case the broker stores the sessions in-memory,
the client would re-connect, but without subscriptions.
The (re)subscribe logic is placed outside the on-connected callback, as
the callback function must not block, thus can not wait for the
subscribe result. No the (re)subscribe happens async from the
on-connected.
2022-07-30 12:23:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "0.8.16"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crunchy"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
|
|
|
|
2023-05-22 10:53:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-bigint"
|
|
|
|
version = "0.4.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"rand_core",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
2022-07-18 09:14:30 +00:00
|
|
|
version = "0.1.6"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 09:14:30 +00:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2022-09-26 12:10:33 +00:00
|
|
|
"generic-array",
|
2022-04-06 20:18:32 +00:00
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "curl"
|
2022-09-26 12:10:33 +00:00
|
|
|
version = "0.4.44"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-26 12:10:33 +00:00
|
|
|
checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"curl-sys",
|
|
|
|
"libc",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"socket2",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "curl-sys"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "0.4.63+curl-8.1.2"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "aeb0fef7046022a1e2ad67a004978f0e3cacb9e3123dc62ce768f92197b771dc"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"libnghttp2-sys",
|
|
|
|
"libz-sys",
|
|
|
|
"openssl-sys",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-01-16 09:51:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
|
|
|
version = "0.13.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
|
|
|
version = "0.13.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
|
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim",
|
2023-03-28 12:41:20 +00:00
|
|
|
"syn 1.0.109",
|
2023-01-16 09:51:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
|
|
|
version = "0.13.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"quote",
|
2023-03-28 12:41:20 +00:00
|
|
|
"syn 1.0.109",
|
2023-01-16 09:51:02 +00:00
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dbl"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bd2735a791158376708f9347fe8faba9667589d82427ef3aed6794a8981de3d9"
|
|
|
|
dependencies = [
|
2022-09-26 12:10:33 +00:00
|
|
|
"generic-array",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
2023-05-22 10:53:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "der"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
|
|
|
|
dependencies = [
|
|
|
|
"const-oid",
|
|
|
|
"pem-rfc7468",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2022-07-07 09:16:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "des"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffdd80ce8ce993de27e9f063a444a4d53ce8e8db4c1f00cc03af5ad5a9867a1e"
|
|
|
|
dependencies = [
|
2022-09-26 11:58:01 +00:00
|
|
|
"cipher",
|
2022-07-07 09:16:55 +00:00
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "diesel"
|
2023-05-30 12:42:06 +00:00
|
|
|
version = "2.1.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 12:42:06 +00:00
|
|
|
checksum = "f7a532c1f99a0f596f6960a60d1e119e91582b24b39e2d83a190e61262c3ef0c"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"bigdecimal",
|
2023-06-13 13:38:16 +00:00
|
|
|
"bitflags 2.3.2",
|
2022-04-06 20:18:32 +00:00
|
|
|
"byteorder",
|
|
|
|
"chrono",
|
|
|
|
"diesel_derives",
|
2022-09-26 12:10:33 +00:00
|
|
|
"itoa",
|
2022-07-20 09:55:59 +00:00
|
|
|
"num-bigint",
|
2022-04-06 20:18:32 +00:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"pq-sys",
|
|
|
|
"r2d2",
|
|
|
|
"serde_json",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "diesel_derives"
|
2023-05-30 12:42:06 +00:00
|
|
|
version = "2.1.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 12:42:06 +00:00
|
|
|
checksum = "74398b79d81e52e130d991afeed9c86034bb1b7735f46d2f5bf7deb261d80303"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2023-05-30 12:42:06 +00:00
|
|
|
"diesel_table_macro_syntax",
|
2022-04-06 20:18:32 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-26 11:04:08 +00:00
|
|
|
"syn 2.0.22",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "diesel_migrations"
|
2023-05-30 12:42:06 +00:00
|
|
|
version = "2.1.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 12:42:06 +00:00
|
|
|
checksum = "6036b3f0120c5961381b570ee20a02432d7e2d27ea60de9578799cf9156914ac"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2022-07-20 09:55:59 +00:00
|
|
|
"diesel",
|
2022-04-06 20:18:32 +00:00
|
|
|
"migrations_internals",
|
|
|
|
"migrations_macros",
|
|
|
|
]
|
|
|
|
|
2023-05-30 12:42:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "diesel_table_macro_syntax"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fc5557efc453706fed5e4fa85006fe9817c224c3f480a34c7e5959fd700921c5"
|
|
|
|
dependencies = [
|
2023-06-26 11:04:08 +00:00
|
|
|
"syn 2.0.22",
|
2023-05-30 12:42:06 +00:00
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "diff"
|
2022-07-18 09:14:30 +00:00
|
|
|
version = "0.1.13"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 09:14:30 +00:00
|
|
|
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "0.10.7"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 10:53:00 +00:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2023-02-01 11:06:22 +00:00
|
|
|
"block-buffer",
|
2023-05-22 10:53:00 +00:00
|
|
|
"const-oid",
|
2022-04-06 20:18:32 +00:00
|
|
|
"crypto-common",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-next"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"dirs-sys-next",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys-next"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-07-07 09:16:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "doc-comment"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
|
|
|
|
2023-05-29 15:57:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dotenv"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "1.0.6"
|
2022-07-05 13:00:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "65d09067bfacaa79114679b279d7f5885b53295b1e2cfb4e79c8e4bd3d633169"
|
2022-07-05 13:00:57 +00:00
|
|
|
|
2023-05-22 10:53:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dyn-clone"
|
|
|
|
version = "1.0.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68b0cf012f1230e43cd00ebb729c6bb58707ecfa8ad08b52ef3a4ccd2697fc30"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ecdsa"
|
|
|
|
version = "0.14.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
|
|
|
|
dependencies = [
|
|
|
|
"der",
|
|
|
|
"elliptic-curve",
|
|
|
|
"rfc6979",
|
|
|
|
"signature",
|
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-02-06 12:23:44 +00:00
|
|
|
version = "1.8.1"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-06 12:23:44 +00:00
|
|
|
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
2023-05-22 10:53:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "elliptic-curve"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
|
|
|
|
dependencies = [
|
|
|
|
"base16ct",
|
|
|
|
"crypto-bigint",
|
|
|
|
"der",
|
|
|
|
"digest",
|
|
|
|
"ff",
|
|
|
|
"generic-array",
|
|
|
|
"group",
|
|
|
|
"hkdf",
|
|
|
|
"pem-rfc7468",
|
|
|
|
"pkcs8",
|
|
|
|
"rand_core",
|
|
|
|
"sec1",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ena"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "0.14.2"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2023-02-14 14:37:44 +00:00
|
|
|
version = "0.8.32"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 14:37:44 +00:00
|
|
|
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2023-06-26 11:04:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1"
|
|
|
|
|
2023-02-06 12:23:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2023-04-10 09:22:37 +00:00
|
|
|
version = "0.3.1"
|
2023-03-28 12:41:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-10 09:22:37 +00:00
|
|
|
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
|
2023-03-28 12:41:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
2023-04-10 09:22:37 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-03-28 12:41:20 +00:00
|
|
|
]
|
|
|
|
|
2023-02-06 12:23:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
2022-09-26 12:10:33 +00:00
|
|
|
version = "2.5.3"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-26 12:10:33 +00:00
|
|
|
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
2022-07-07 09:16:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "executor-trait"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a1052dd43212a7777ec6a69b117da52f5e52f07aec47d00c1a2b33b85d06b08"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2023-02-14 14:37:44 +00:00
|
|
|
version = "1.9.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 14:37:44 +00:00
|
|
|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2023-05-22 10:53:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ff"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
2022-07-18 09:14:30 +00:00
|
|
|
version = "0.4.2"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 09:14:30 +00:00
|
|
|
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
2022-07-07 09:16:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flume"
|
2022-09-26 12:10:33 +00:00
|
|
|
version = "0.10.14"
|
2022-07-07 09:16:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-26 12:10:33 +00:00
|
|
|
checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
|
2022-07-07 09:16:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project",
|
2023-04-10 09:22:37 +00:00
|
|
|
"spin 0.9.8",
|
2022-07-07 09:16:55 +00:00
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
dependencies = [
|
|
|
|
"foreign-types-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "1.2.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2023-04-10 09:22:37 +00:00
|
|
|
version = "0.3.28"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-10 09:22:37 +00:00
|
|
|
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2023-04-10 09:22:37 +00:00
|
|
|
version = "0.3.28"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-10 09:22:37 +00:00
|
|
|
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2023-04-10 09:22:37 +00:00
|
|
|
version = "0.3.28"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-10 09:22:37 +00:00
|
|
|
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2023-04-10 09:22:37 +00:00
|
|
|
version = "0.3.28"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-10 09:22:37 +00:00
|
|
|
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2023-04-10 09:22:37 +00:00
|
|
|
version = "0.3.28"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-10 09:22:37 +00:00
|
|
|
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
2023-04-10 09:22:37 +00:00
|
|
|
version = "1.13.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-10 09:22:37 +00:00
|
|
|
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"fastrand",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"memchr",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
"waker-fn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2023-04-10 09:22:37 +00:00
|
|
|
version = "0.3.28"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-10 09:22:37 +00:00
|
|
|
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-26 11:04:08 +00:00
|
|
|
"syn 2.0.22",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2023-04-10 09:22:37 +00:00
|
|
|
version = "0.3.28"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-10 09:22:37 +00:00
|
|
|
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2023-04-10 09:22:37 +00:00
|
|
|
version = "0.3.28"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-10 09:22:37 +00:00
|
|
|
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-timer"
|
|
|
|
version = "3.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2023-04-10 09:22:37 +00:00
|
|
|
version = "0.3.28"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-10 09:22:37 +00:00
|
|
|
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gcp_auth"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "0.8.1"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "a26ee5dfc754aad4db2d16d485d105ddd17beffac40d56cfaf8a0df0cd8e95e5"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
2023-05-30 12:42:06 +00:00
|
|
|
"base64 0.21.2",
|
2022-04-06 20:18:32 +00:00
|
|
|
"dirs-next",
|
|
|
|
"hyper",
|
2023-05-22 10:53:00 +00:00
|
|
|
"hyper-rustls 0.24.0",
|
2022-04-06 20:18:32 +00:00
|
|
|
"ring",
|
2023-06-26 11:04:08 +00:00
|
|
|
"rustls 0.21.2",
|
2023-04-10 09:22:37 +00:00
|
|
|
"rustls-pemfile",
|
2022-04-06 20:18:32 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
2023-06-13 13:38:16 +00:00
|
|
|
"time 0.3.22",
|
2022-04-06 20:18:32 +00:00
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"tracing-futures",
|
|
|
|
"url",
|
|
|
|
"which",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "0.14.7"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "geo-types"
|
2023-06-26 11:04:08 +00:00
|
|
|
version = "0.7.10"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 11:04:08 +00:00
|
|
|
checksum = "1019f6d372c5b53143f08deee4168d05c22920fe5e0f51f0dfb0e8ffb67ec11e"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2023-03-28 12:41:20 +00:00
|
|
|
"approx",
|
2022-04-06 20:18:32 +00:00
|
|
|
"num-traits",
|
2023-03-28 12:41:20 +00:00
|
|
|
"serde",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "geohash"
|
2023-02-06 12:23:44 +00:00
|
|
|
version = "0.13.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-06 12:23:44 +00:00
|
|
|
checksum = "8a18b809b13fa4f1c9ccfd94179cc429021a3517856b5160422c3d810c1e8546"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"geo-types",
|
|
|
|
"libm",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "0.2.10"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
|
|
|
"libc",
|
2022-07-18 09:14:30 +00:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2022-04-06 20:18:32 +00:00
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
2023-02-06 12:23:44 +00:00
|
|
|
version = "0.3.1"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-06 12:23:44 +00:00
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gloo-timers"
|
2023-02-06 12:23:44 +00:00
|
|
|
version = "0.2.6"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-06 12:23:44 +00:00
|
|
|
checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2023-05-22 10:53:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "group"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
|
|
|
|
dependencies = [
|
|
|
|
"ff",
|
|
|
|
"rand_core",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "0.3.19"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 10:53:00 +00:00
|
|
|
checksum = "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
2023-06-26 11:04:08 +00:00
|
|
|
"indexmap 1.9.3",
|
2022-04-06 20:18:32 +00:00
|
|
|
"slab",
|
|
|
|
"tokio",
|
2023-02-01 11:06:22 +00:00
|
|
|
"tokio-util",
|
2022-04-06 20:18:32 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "handlebars"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "4.3.7"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 10:53:00 +00:00
|
|
|
checksum = "83c3372087601b532857d332f5957cbae686da52bb7810bf038c3e3c3cc2fa0d"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"pest",
|
|
|
|
"pest_derive",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-07-18 09:14:30 +00:00
|
|
|
"thiserror",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-07-18 09:14:30 +00:00
|
|
|
version = "0.12.3"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 09:14:30 +00:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
2023-06-26 11:04:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "headers"
|
2022-09-26 12:10:33 +00:00
|
|
|
version = "0.3.8"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-26 12:10:33 +00:00
|
|
|
checksum = "f3e372db8e5c0d213e0cd0b9be18be2aca3d44cf2fe30a9d46a65581cd454584"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2023-02-06 12:23:44 +00:00
|
|
|
"base64 0.13.1",
|
2023-05-30 12:42:06 +00:00
|
|
|
"bitflags 1.3.2",
|
2022-04-06 20:18:32 +00:00
|
|
|
"bytes",
|
|
|
|
"headers-core",
|
|
|
|
"http",
|
|
|
|
"httpdate",
|
|
|
|
"mime",
|
2023-02-01 11:07:30 +00:00
|
|
|
"sha1",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "headers-core"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
|
|
|
|
dependencies = [
|
|
|
|
"http",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2023-02-14 14:37:44 +00:00
|
|
|
version = "0.4.1"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 14:37:44 +00:00
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
2023-02-06 12:23:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-02-14 14:37:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
2023-05-22 10:53:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hkdf"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
|
|
|
|
dependencies = [
|
|
|
|
"hmac",
|
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
2022-07-18 09:14:30 +00:00
|
|
|
version = "0.12.1"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 09:14:30 +00:00
|
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2023-02-01 11:06:22 +00:00
|
|
|
"digest",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2023-02-28 11:45:06 +00:00
|
|
|
version = "0.2.9"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-28 11:45:06 +00:00
|
|
|
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
2022-09-26 12:10:33 +00:00
|
|
|
"itoa",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2022-07-18 09:14:30 +00:00
|
|
|
version = "0.4.5"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 09:14:30 +00:00
|
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2022-04-12 10:04:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http-range-header"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29"
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2022-09-26 12:10:33 +00:00
|
|
|
version = "1.8.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-26 12:10:33 +00:00
|
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpmock"
|
2023-02-06 12:23:44 +00:00
|
|
|
version = "0.6.7"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-06 12:23:44 +00:00
|
|
|
checksum = "c6b56b6265f15908780cbee987912c1e98dbca675361f748291605a8a3a1df09"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"assert-json-diff",
|
|
|
|
"async-object-pool",
|
|
|
|
"async-trait",
|
2023-02-06 12:23:44 +00:00
|
|
|
"base64 0.13.1",
|
2022-04-06 20:18:32 +00:00
|
|
|
"basic-cookies",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"form_urlencoded",
|
|
|
|
"futures-util",
|
|
|
|
"hyper",
|
|
|
|
"isahc",
|
|
|
|
"lazy_static",
|
|
|
|
"levenshtein",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_regex",
|
|
|
|
"similar",
|
|
|
|
"tokio",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "humantime-serde"
|
2022-07-18 09:14:30 +00:00
|
|
|
version = "1.1.1"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 09:14:30 +00:00
|
|
|
checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"humantime",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2023-04-26 11:04:54 +00:00
|
|
|
version = "0.14.26"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-26 11:04:54 +00:00
|
|
|
checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
2022-09-26 12:10:33 +00:00
|
|
|
"itoa",
|
2022-04-06 20:18:32 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"socket2",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
2023-02-06 12:23:44 +00:00
|
|
|
version = "0.23.2"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-06 12:23:44 +00:00
|
|
|
checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"http",
|
|
|
|
"hyper",
|
2023-04-11 13:57:03 +00:00
|
|
|
"log",
|
2023-04-26 10:58:59 +00:00
|
|
|
"rustls 0.20.8",
|
2023-04-11 13:57:03 +00:00
|
|
|
"rustls-native-certs",
|
2022-04-06 20:18:32 +00:00
|
|
|
"tokio",
|
2023-05-22 10:53:00 +00:00
|
|
|
"tokio-rustls 0.23.4",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
|
|
|
version = "0.24.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0646026eb1b3eea4cd9ba47912ea5ce9cc07713d105b1a14698f4e6433d348b7"
|
|
|
|
dependencies = [
|
|
|
|
"http",
|
|
|
|
"hyper",
|
2023-06-26 11:04:08 +00:00
|
|
|
"rustls 0.21.2",
|
2023-05-22 10:53:00 +00:00
|
|
|
"rustls-native-certs",
|
|
|
|
"tokio",
|
2023-06-13 13:38:16 +00:00
|
|
|
"tokio-rustls 0.24.1",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-timeout"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
|
|
|
|
dependencies = [
|
|
|
|
"hyper",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tokio-io-timeout",
|
|
|
|
]
|
|
|
|
|
2022-09-26 11:58:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "0.1.57"
|
2022-09-26 11:58:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
|
2022-09-26 11:58:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
2023-02-06 12:23:44 +00:00
|
|
|
"iana-time-zone-haiku",
|
2022-09-26 11:58:01 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2023-03-28 12:41:20 +00:00
|
|
|
"windows",
|
2022-09-26 11:58:01 +00:00
|
|
|
]
|
|
|
|
|
2023-02-06 12:23:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "0.1.2"
|
2023-02-06 12:23:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 10:53:00 +00:00
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
2023-02-06 12:23:44 +00:00
|
|
|
dependencies = [
|
2023-05-22 10:53:00 +00:00
|
|
|
"cc",
|
2023-02-06 12:23:44 +00:00
|
|
|
]
|
|
|
|
|
2023-01-16 09:51:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
2022-09-26 12:10:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "0.4.0"
|
2022-09-26 12:10:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
|
2022-09-26 12:10:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "1.9.3"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2023-06-26 11:04:08 +00:00
|
|
|
"hashbrown 0.12.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
|
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
|
|
|
"hashbrown 0.14.0",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inout"
|
2022-07-18 09:14:30 +00:00
|
|
|
version = "0.1.3"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 09:14:30 +00:00
|
|
|
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2022-09-26 12:10:33 +00:00
|
|
|
"block-padding",
|
|
|
|
"generic-array",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2023-02-06 12:23:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
2023-05-30 12:42:06 +00:00
|
|
|
version = "1.0.11"
|
2023-02-06 12:23:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 12:42:06 +00:00
|
|
|
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
2023-02-06 12:23:44 +00:00
|
|
|
dependencies = [
|
2023-03-28 12:41:20 +00:00
|
|
|
"hermit-abi 0.3.1",
|
2023-02-06 12:23:44 +00:00
|
|
|
"libc",
|
2023-04-10 09:22:37 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-02-06 12:23:44 +00:00
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "2.7.2"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f"
|
2023-02-06 12:23:44 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
2023-04-10 09:22:37 +00:00
|
|
|
version = "0.4.7"
|
2023-02-06 12:23:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-10 09:22:37 +00:00
|
|
|
checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
|
2023-02-06 12:23:44 +00:00
|
|
|
dependencies = [
|
2023-02-14 14:37:44 +00:00
|
|
|
"hermit-abi 0.3.1",
|
2023-02-06 12:23:44 +00:00
|
|
|
"io-lifetimes",
|
2023-04-10 09:22:37 +00:00
|
|
|
"rustix",
|
|
|
|
"windows-sys 0.48.0",
|
2023-02-06 12:23:44 +00:00
|
|
|
]
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "isahc"
|
2022-07-18 09:14:30 +00:00
|
|
|
version = "1.7.2"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 09:14:30 +00:00
|
|
|
checksum = "334e04b4d781f436dc315cb1e7515bd96826426345d498149e4bde36b67f8ee9"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-channel",
|
|
|
|
"castaway",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"curl",
|
|
|
|
"curl-sys",
|
|
|
|
"encoding_rs",
|
|
|
|
"event-listener",
|
|
|
|
"futures-lite",
|
|
|
|
"http",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"once_cell",
|
|
|
|
"polling",
|
|
|
|
"slab",
|
|
|
|
"sluice",
|
|
|
|
"tracing",
|
|
|
|
"tracing-futures",
|
|
|
|
"url",
|
|
|
|
"waker-fn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2022-09-26 12:10:33 +00:00
|
|
|
version = "0.10.5"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-26 12:10:33 +00:00
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "1.0.6"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "0.3.64"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jsonwebtoken"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "8.3.0"
|
2022-04-18 20:19:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "6971da4d9c3aa03c3d8f3ff0f4155b534aad021292003895a469716b2a230378"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2023-05-30 12:42:06 +00:00
|
|
|
"base64 0.21.2",
|
2022-04-06 20:18:32 +00:00
|
|
|
"pem",
|
|
|
|
"ring",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"simple_asn1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kv-log-macro"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lalrpop"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "0.19.12"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 10:53:00 +00:00
|
|
|
checksum = "0a1cbf952127589f2851ab2046af368fd20645491bb4b376f04b7f94d7a9837b"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"ascii-canvas",
|
|
|
|
"bit-set",
|
|
|
|
"diff",
|
|
|
|
"ena",
|
2023-03-28 12:41:20 +00:00
|
|
|
"is-terminal",
|
2022-06-07 18:51:48 +00:00
|
|
|
"itertools",
|
2022-04-06 20:18:32 +00:00
|
|
|
"lalrpop-util",
|
2022-07-18 09:14:30 +00:00
|
|
|
"petgraph",
|
2022-04-06 20:18:32 +00:00
|
|
|
"regex",
|
2023-04-26 11:04:54 +00:00
|
|
|
"regex-syntax 0.6.29",
|
2022-04-06 20:18:32 +00:00
|
|
|
"string_cache",
|
|
|
|
"term",
|
|
|
|
"tiny-keccak",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lalrpop-util"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "0.19.12"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 10:53:00 +00:00
|
|
|
checksum = "d3c48237b9604c5a4702de6b824e02006c3214327564636aef27c1028a8fa0ed"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2022-07-07 09:16:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lapin"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "2.2.1"
|
2022-07-07 09:16:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 10:53:00 +00:00
|
|
|
checksum = "acc13beaa09eed710f406201f46b961345b4d061dd90ec3d3ccc70721e70342a"
|
2022-07-07 09:16:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"amq-protocol",
|
|
|
|
"async-global-executor-trait",
|
|
|
|
"async-reactor-trait",
|
|
|
|
"async-trait",
|
|
|
|
"executor-trait",
|
|
|
|
"flume",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
2022-07-18 09:14:30 +00:00
|
|
|
"parking_lot",
|
2022-07-07 09:16:55 +00:00
|
|
|
"pinky-swear",
|
|
|
|
"reactor-trait",
|
|
|
|
"serde",
|
|
|
|
"tracing",
|
|
|
|
"waker-fn",
|
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2023-05-22 10:53:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"spin 0.5.2",
|
|
|
|
]
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "levenshtein"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-06-26 11:04:08 +00:00
|
|
|
version = "0.2.147"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 11:04:08 +00:00
|
|
|
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2023-02-06 12:23:44 +00:00
|
|
|
version = "0.7.4"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-06 12:23:44 +00:00
|
|
|
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "0.2.7"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 10:53:00 +00:00
|
|
|
checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libnghttp2-sys"
|
|
|
|
version = "0.1.7+1.45.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57ed28aba195b38d5ff02b9170cbff627e336a20925e43b4945390401c5dc93f"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "1.1.9"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 10:53:00 +00:00
|
|
|
checksum = "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2023-02-06 12:23:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "0.3.8"
|
2023-03-28 12:41:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 10:53:00 +00:00
|
|
|
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
2023-03-28 12:41:20 +00:00
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "0.4.10"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2022-07-07 09:16:55 +00:00
|
|
|
"autocfg",
|
2022-04-06 20:18:32 +00:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "0.4.19"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"value-bag",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lrwn"
|
2023-06-26 12:05:45 +00:00
|
|
|
version = "4.4.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2022-09-26 11:58:01 +00:00
|
|
|
"aes",
|
2022-04-06 20:18:32 +00:00
|
|
|
"anyhow",
|
|
|
|
"cmac",
|
|
|
|
"diesel",
|
|
|
|
"hex",
|
|
|
|
"lazy_static",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-04-27 11:51:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lrwn_filters"
|
2023-06-26 12:05:45 +00:00
|
|
|
version = "4.4.0"
|
2023-04-27 11:51:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"hex",
|
|
|
|
"lrwn",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2022-04-12 10:04:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matchit"
|
2023-02-06 12:23:44 +00:00
|
|
|
version = "0.7.0"
|
2022-04-12 10:04:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-06 12:23:44 +00:00
|
|
|
checksum = "b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40"
|
2022-04-12 10:04:30 +00:00
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-07-18 09:14:30 +00:00
|
|
|
version = "2.5.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 09:14:30 +00:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "migrations_internals"
|
2023-05-30 12:42:06 +00:00
|
|
|
version = "2.1.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 12:42:06 +00:00
|
|
|
checksum = "0f23f71580015254b020e856feac3df5878c2c7a8812297edd6c0a485ac9dada"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2022-07-20 09:55:59 +00:00
|
|
|
"serde",
|
2023-05-30 12:42:06 +00:00
|
|
|
"toml",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "migrations_macros"
|
2023-05-30 12:42:06 +00:00
|
|
|
version = "2.1.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 12:42:06 +00:00
|
|
|
checksum = "cce3325ac70e67bbab5bd837a31cae01f1a6db64e0e744a33cb03a543469ef08"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"migrations_internals",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "0.3.17"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
2022-07-18 09:14:30 +00:00
|
|
|
version = "2.0.4"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 09:14:30 +00:00
|
|
|
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"mime",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "0.8.8"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-04-12 10:04:30 +00:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2023-05-30 12:42:06 +00:00
|
|
|
"windows-sys 0.48.0",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "multimap"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "new_debug_unreachable"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2023-02-06 12:23:44 +00:00
|
|
|
version = "7.1.3"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-06 12:23:44 +00:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
2023-01-11 12:12:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nu-ansi-term"
|
|
|
|
version = "0.46.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
|
|
|
dependencies = [
|
|
|
|
"overload",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00: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",
|
|
|
|
]
|
|
|
|
|
2023-05-22 10:53:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint-dig"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2399c9463abc5f909349d8aa9ba080e0b88b3ce2885389b60b993f39b1a56905"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"lazy_static",
|
|
|
|
"libm",
|
|
|
|
"num-integer",
|
|
|
|
"num-iter",
|
|
|
|
"num-traits",
|
|
|
|
"rand",
|
|
|
|
"smallvec",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2022-07-18 09:14:30 +00:00
|
|
|
version = "0.1.45"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 09:14:30 +00:00
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2023-05-22 10:53:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
|
|
|
version = "0.1.43"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2022-07-18 09:14:30 +00:00
|
|
|
version = "0.2.15"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 09:14:30 +00:00
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2023-03-28 12:41:20 +00:00
|
|
|
"libm",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-02-06 12:23:44 +00:00
|
|
|
version = "1.15.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-06 12:23:44 +00:00
|
|
|
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2023-02-06 12:23:44 +00:00
|
|
|
"hermit-abi 0.2.6",
|
2022-04-06 20:18:32 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-07-12 08:37:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_enum"
|
2023-02-28 11:45:06 +00:00
|
|
|
version = "0.5.11"
|
2022-07-12 08:37:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-28 11:45:06 +00:00
|
|
|
checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
|
2022-07-12 08:37:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"num_enum_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_enum_derive"
|
2023-02-28 11:45:06 +00:00
|
|
|
version = "0.5.11"
|
2022-07-12 08:37:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-28 11:45:06 +00:00
|
|
|
checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
|
2022-07-12 08:37:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro-crate",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-28 12:41:20 +00:00
|
|
|
"syn 1.0.109",
|
2022-07-12 08:37:15 +00:00
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "oauth2"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "4.4.1"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "09a6e2a2b13a56ebeabba9142f911745be6456163fd6c3d361274ebcd891a80c"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2023-02-06 12:23:44 +00:00
|
|
|
"base64 0.13.1",
|
2022-04-06 20:18:32 +00:00
|
|
|
"chrono",
|
|
|
|
"getrandom",
|
|
|
|
"http",
|
|
|
|
"rand",
|
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_path_to_error",
|
2022-09-26 12:10:33 +00:00
|
|
|
"sha2",
|
2022-04-06 20:18:32 +00:00
|
|
|
"thiserror",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "1.18.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openidconnect"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "3.2.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "05a5d6209b4c67f07ec48ca5329cc68eb229ba1b856152d5688962110de7e286"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2023-02-06 12:23:44 +00:00
|
|
|
"base64 0.13.1",
|
2022-04-06 20:18:32 +00:00
|
|
|
"chrono",
|
2023-05-22 10:53:00 +00:00
|
|
|
"dyn-clone",
|
|
|
|
"hmac",
|
2022-04-06 20:18:32 +00:00
|
|
|
"http",
|
2022-06-07 18:51:48 +00:00
|
|
|
"itertools",
|
2022-04-06 20:18:32 +00:00
|
|
|
"log",
|
|
|
|
"oauth2",
|
2023-05-22 10:53:00 +00:00
|
|
|
"p256",
|
|
|
|
"p384",
|
2022-04-06 20:18:32 +00:00
|
|
|
"rand",
|
2023-05-22 10:53:00 +00:00
|
|
|
"rsa",
|
2022-04-06 20:18:32 +00:00
|
|
|
"serde",
|
|
|
|
"serde-value",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"serde_path_to_error",
|
2023-01-16 09:51:02 +00:00
|
|
|
"serde_plain",
|
|
|
|
"serde_with",
|
2023-05-22 10:53:00 +00:00
|
|
|
"sha2",
|
2023-01-16 09:51:02 +00:00
|
|
|
"subtle",
|
2022-04-06 20:18:32 +00:00
|
|
|
"thiserror",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2023-06-26 11:04:08 +00:00
|
|
|
version = "0.10.55"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 11:04:08 +00:00
|
|
|
checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2023-05-30 12:42:06 +00:00
|
|
|
"bitflags 1.3.2",
|
2022-04-06 20:18:32 +00:00
|
|
|
"cfg-if",
|
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
2022-07-18 09:14:30 +00:00
|
|
|
"openssl-macros",
|
2022-04-06 20:18:32 +00:00
|
|
|
"openssl-sys",
|
|
|
|
]
|
|
|
|
|
2022-07-18 09:14:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-macros"
|
2023-04-10 09:22:37 +00:00
|
|
|
version = "0.1.1"
|
2022-07-18 09:14:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-10 09:22:37 +00:00
|
|
|
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
2022-07-18 09:14:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-26 11:04:08 +00:00
|
|
|
"syn 2.0.22",
|
2022-07-18 09:14:30 +00:00
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2023-06-26 11:04:08 +00:00
|
|
|
version = "0.9.90"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 11:04:08 +00:00
|
|
|
checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ordered-float"
|
2022-06-07 18:51:48 +00:00
|
|
|
version = "2.10.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 18:51:48 +00:00
|
|
|
checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2023-04-11 13:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "outref"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
|
|
|
|
|
2023-01-11 12:12:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
|
2022-07-07 09:16:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "p12"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4873306de53fe82e7e484df31e1e947d61514b6ea2ed6cd7b45d63006fd9224"
|
|
|
|
dependencies = [
|
|
|
|
"cbc",
|
2022-09-26 11:58:01 +00:00
|
|
|
"cipher",
|
2022-07-07 09:16:55 +00:00
|
|
|
"des",
|
|
|
|
"getrandom",
|
2022-09-26 11:58:01 +00:00
|
|
|
"hmac",
|
2022-07-07 09:16:55 +00:00
|
|
|
"lazy_static",
|
|
|
|
"rc2",
|
2023-02-01 11:07:30 +00:00
|
|
|
"sha1",
|
2022-07-07 09:16:55 +00:00
|
|
|
"yasna",
|
|
|
|
]
|
|
|
|
|
2023-05-22 10:53:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "p256"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
|
|
|
|
dependencies = [
|
|
|
|
"ecdsa",
|
|
|
|
"elliptic-curve",
|
|
|
|
"sha2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "p384"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dfc8c5bf642dde52bb9e87c0ecd8ca5a76faac2eeed98dedb7c717997e1080aa"
|
|
|
|
dependencies = [
|
|
|
|
"ecdsa",
|
|
|
|
"elliptic-curve",
|
|
|
|
"sha2",
|
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "paho-mqtt"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "0.12.1"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "f6a19171f5b405f350373e32b6c2c4b47c225afccc837c11d2e7e22ba1749c62"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
Change clean_session default + fix re-subscribe.
This changes the clean_session default to false, as only in case of a
persistent session, qos > 0 would be effective. If the client_id is not
set, then ChirpStack will generate a random client_id, which stays the
same during the lifetime of the chirpstack process.
This also implements a subscribe loop, as the client re-connect feature
does not re-subscribe. Even in case of a persistent session there is no
guarantee that the subscription is recovered, as it might have been a
MQTT broker restart. In case the broker stores the sessions in-memory,
the client would re-connect, but without subscriptions.
The (re)subscribe logic is placed outside the on-connected callback, as
the callback function must not block, thus can not wait for the
subscribe result. No the (re)subscribe happens async from the
on-connected.
2022-07-30 12:23:54 +00:00
|
|
|
"async-channel",
|
|
|
|
"crossbeam-channel",
|
2022-04-06 20:18:32 +00:00
|
|
|
"futures",
|
|
|
|
"futures-timer",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"paho-mqtt-sys",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "paho-mqtt-sys"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "0.8.1"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "1782b5e75d712f951a2a4c7d3175a2ef37d93ddb3ad8656b37092f3f05464bc9"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"cmake",
|
|
|
|
"openssl-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
2023-04-10 09:22:37 +00:00
|
|
|
version = "2.1.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-10 09:22:37 +00:00
|
|
|
checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
2022-07-07 09:16:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
2022-07-18 09:14:30 +00:00
|
|
|
"parking_lot_core",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
2022-07-07 09:16:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "0.9.8"
|
2022-07-07 09:16:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
|
2022-07-07 09:16:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2023-06-13 13:38:16 +00:00
|
|
|
"redox_syscall 0.3.5",
|
2022-07-07 09:16:55 +00:00
|
|
|
"smallvec",
|
2023-06-13 13:38:16 +00:00
|
|
|
"windows-targets",
|
2022-07-07 09:16:55 +00:00
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "password-hash"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "0.5.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
"rand_core",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pbjson"
|
2023-02-06 12:23:44 +00:00
|
|
|
version = "0.5.1"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-06 12:23:44 +00:00
|
|
|
checksum = "048f9ac93c1eab514f9470c4bc8d97ca2a0a236b84f45cc19d69a59fc11467f6"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2023-02-06 12:23:44 +00:00
|
|
|
"base64 0.13.1",
|
2022-04-06 20:18:32 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pbjson-build"
|
2023-02-06 12:23:44 +00:00
|
|
|
version = "0.5.1"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-06 12:23:44 +00:00
|
|
|
checksum = "bdbb7b706f2afc610f3853550cdbbf6372fd324824a087806bd4480ea4996e24"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
2022-06-07 18:51:48 +00:00
|
|
|
"itertools",
|
2022-04-06 20:18:32 +00:00
|
|
|
"prost",
|
|
|
|
"prost-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pbjson-types"
|
2023-02-06 12:23:44 +00:00
|
|
|
version = "0.5.1"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-06 12:23:44 +00:00
|
|
|
checksum = "4a88c8d87f99a4ac14325e7a4c24af190fca261956e3b82dd7ed67e77e6c7043"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"chrono",
|
|
|
|
"pbjson",
|
|
|
|
"pbjson-build",
|
|
|
|
"prost",
|
|
|
|
"prost-build",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pbkdf2"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "0.12.1"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "f0ca0b5a68607598bf3bad68f32227a8164f6254833f84eafaac409cd6746c31"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2023-02-01 11:06:22 +00:00
|
|
|
"digest",
|
2022-09-26 11:58:01 +00:00
|
|
|
"hmac",
|
2022-04-06 20:18:32 +00:00
|
|
|
"password-hash",
|
2022-09-26 12:10:33 +00:00
|
|
|
"sha2",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "peeking_take_while"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pem"
|
2023-02-06 12:23:44 +00:00
|
|
|
version = "1.1.1"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-06 12:23:44 +00:00
|
|
|
checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2023-02-06 12:23:44 +00:00
|
|
|
"base64 0.13.1",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
2023-05-22 10:53:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pem-rfc7468"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "24d159833a9105500e0398934e205e0773f0b27529557134ecfc51c27646adac"
|
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "2.3.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
2023-06-26 11:04:08 +00:00
|
|
|
version = "2.7.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 11:04:08 +00:00
|
|
|
checksum = "f73935e4d55e2abf7f130186537b19e7a4abc886a0252380b59248af473a3fc9"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2022-09-26 12:10:33 +00:00
|
|
|
"thiserror",
|
2022-04-06 20:18:32 +00:00
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_derive"
|
2023-06-26 11:04:08 +00:00
|
|
|
version = "2.7.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 11:04:08 +00:00
|
|
|
checksum = "aef623c9bbfa0eedf5a0efba11a5ee83209c326653ca31ff019bec3a95bfff2b"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_generator",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_generator"
|
2023-06-26 11:04:08 +00:00
|
|
|
version = "2.7.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 11:04:08 +00:00
|
|
|
checksum = "b3e8cba4ec22bada7fc55ffe51e2deb6a0e0db2d0b7ab0b103acc80d2510c190"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_meta",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-26 11:04:08 +00:00
|
|
|
"syn 2.0.22",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_meta"
|
2023-06-26 11:04:08 +00:00
|
|
|
version = "2.7.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 11:04:08 +00:00
|
|
|
checksum = "a01f71cb40bd8bb94232df14b946909e14660e33fc05db3e50ae2a82d7ea0ca0"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2022-09-26 12:10:33 +00:00
|
|
|
"once_cell",
|
2022-04-06 20:18:32 +00:00
|
|
|
"pest",
|
2023-02-06 12:23:44 +00:00
|
|
|
"sha2",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
2023-02-14 14:37:44 +00:00
|
|
|
version = "0.6.3"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 14:37:44 +00:00
|
|
|
checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2022-07-18 09:14:30 +00:00
|
|
|
"fixedbitset",
|
2023-06-26 11:04:08 +00:00
|
|
|
"indexmap 1.9.3",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2022-07-18 09:14:30 +00:00
|
|
|
version = "0.10.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 09:14:30 +00:00
|
|
|
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "1.1.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 10:53:00 +00:00
|
|
|
checksum = "c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "1.1.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 10:53:00 +00:00
|
|
|
checksum = "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-26 11:04:08 +00:00
|
|
|
"syn 2.0.22",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2022-07-18 09:14:30 +00:00
|
|
|
version = "0.2.9"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 09:14:30 +00:00
|
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2022-07-07 09:16:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pinky-swear"
|
|
|
|
version = "6.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d894b67aa7a4bf295db5e85349078c604edaa6fa5c8721e8eca3c7729a27f2ac"
|
|
|
|
dependencies = [
|
|
|
|
"doc-comment",
|
|
|
|
"flume",
|
2022-07-18 09:14:30 +00:00
|
|
|
"parking_lot",
|
2022-07-07 09:16:55 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2023-05-22 10:53:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkcs1"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eff33bdbdfc54cc98a2eca766ebdec3e1b8fb7387523d5c9c9a2891da856f719"
|
|
|
|
dependencies = [
|
|
|
|
"der",
|
|
|
|
"pkcs8",
|
|
|
|
"spki",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkcs8"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
|
|
|
|
dependencies = [
|
|
|
|
"der",
|
|
|
|
"spki",
|
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "0.3.27"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 10:53:00 +00:00
|
|
|
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "polling"
|
2023-04-26 11:04:54 +00:00
|
|
|
version = "2.8.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-26 11:04:54 +00:00
|
|
|
checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2022-09-26 12:10:33 +00:00
|
|
|
"autocfg",
|
2023-05-30 12:42:06 +00:00
|
|
|
"bitflags 1.3.2",
|
2022-04-06 20:18:32 +00:00
|
|
|
"cfg-if",
|
2023-03-28 12:41:20 +00:00
|
|
|
"concurrent-queue",
|
2022-04-06 20:18:32 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
2023-03-28 12:41:20 +00:00
|
|
|
"pin-project-lite",
|
2023-04-10 09:22:37 +00:00
|
|
|
"windows-sys 0.48.0",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2023-02-06 12:23:44 +00:00
|
|
|
version = "0.2.17"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-06 12:23:44 +00:00
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pq-sys"
|
2023-04-26 11:04:54 +00:00
|
|
|
version = "0.4.8"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-26 11:04:54 +00:00
|
|
|
checksum = "31c0052426df997c0cbd30789eb44ca097e3541717a7b8fa36b1c464ee7edebd"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "precomputed-hash"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
|
|
|
2022-04-12 10:04:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prettyplease"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "0.1.25"
|
2022-04-12 10:04:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86"
|
2022-04-12 10:04:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2023-03-28 12:41:20 +00:00
|
|
|
"syn 1.0.109",
|
2022-04-12 10:04:30 +00:00
|
|
|
]
|
|
|
|
|
2023-06-27 08:46:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prettyplease"
|
|
|
|
version = "0.2.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9825a04601d60621feed79c4e6b56d65db77cdca55cef43b46b0de1096d1c282"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"syn 2.0.22",
|
|
|
|
]
|
|
|
|
|
2022-07-12 08:37:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
2023-02-28 11:45:06 +00:00
|
|
|
version = "1.3.1"
|
2022-07-12 08:37:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-28 11:45:06 +00:00
|
|
|
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
|
2022-07-12 08:37:15 +00:00
|
|
|
dependencies = [
|
2022-09-26 12:10:33 +00:00
|
|
|
"once_cell",
|
2023-02-28 11:45:06 +00:00
|
|
|
"toml_edit",
|
2022-07-12 08:37:15 +00:00
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-06-26 11:04:08 +00:00
|
|
|
version = "1.0.63"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 11:04:08 +00:00
|
|
|
checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2022-07-18 09:14:30 +00:00
|
|
|
"unicode-ident",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
2022-07-05 13:00:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prometheus-client"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "0.21.1"
|
2022-07-05 13:00:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "78c2f43e8969d51935d2a7284878ae053ba30034cd563f673cde37ba5205685e"
|
2022-07-05 13:00:57 +00:00
|
|
|
dependencies = [
|
2022-09-26 12:10:33 +00:00
|
|
|
"dtoa",
|
|
|
|
"itoa",
|
2022-08-22 09:54:33 +00:00
|
|
|
"parking_lot",
|
2023-02-06 12:23:44 +00:00
|
|
|
"prometheus-client-derive-encode",
|
2022-07-05 13:00:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-02-06 12:23:44 +00:00
|
|
|
name = "prometheus-client-derive-encode"
|
|
|
|
version = "0.4.1"
|
2022-07-05 13:00:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-06 12:23:44 +00:00
|
|
|
checksum = "72b6a5217beb0ad503ee7fa752d451c905113d70721b937126158f3106a48cc1"
|
2022-07-05 13:00:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-28 12:41:20 +00:00
|
|
|
"syn 1.0.109",
|
2022-07-05 13:00:57 +00:00
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prost"
|
2023-04-26 11:04:54 +00:00
|
|
|
version = "0.11.9"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-26 11:04:54 +00:00
|
|
|
checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"prost-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-build"
|
2023-04-26 11:04:54 +00:00
|
|
|
version = "0.11.9"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-26 11:04:54 +00:00
|
|
|
checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"heck",
|
2022-06-07 18:51:48 +00:00
|
|
|
"itertools",
|
2022-04-06 20:18:32 +00:00
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"multimap",
|
2022-07-18 09:14:30 +00:00
|
|
|
"petgraph",
|
2023-06-27 08:46:17 +00:00
|
|
|
"prettyplease 0.1.25",
|
2022-04-06 20:18:32 +00:00
|
|
|
"prost",
|
|
|
|
"prost-types",
|
|
|
|
"regex",
|
2023-03-28 12:41:20 +00:00
|
|
|
"syn 1.0.109",
|
2022-04-06 20:18:32 +00:00
|
|
|
"tempfile",
|
|
|
|
"which",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-derive"
|
2023-04-26 11:04:54 +00:00
|
|
|
version = "0.11.9"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-26 11:04:54 +00:00
|
|
|
checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2022-06-07 18:51:48 +00:00
|
|
|
"itertools",
|
2022-04-06 20:18:32 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-28 12:41:20 +00:00
|
|
|
"syn 1.0.109",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-types"
|
2023-04-26 11:04:54 +00:00
|
|
|
version = "0.11.9"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-26 11:04:54 +00:00
|
|
|
checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"prost",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-05-30 12:42:06 +00:00
|
|
|
version = "1.0.28"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 12:42:06 +00:00
|
|
|
checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "r2d2"
|
2022-07-18 09:14:30 +00:00
|
|
|
version = "0.8.10"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 09:14:30 +00:00
|
|
|
checksum = "51de85fb3fb6524929c8a2eb85e6b6d363de4e8c48f9e2c2eac4944abc181c93"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
2022-07-18 09:14:30 +00:00
|
|
|
"parking_lot",
|
2022-04-06 20:18:32 +00:00
|
|
|
"scheduled-thread-pool",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-07-18 09:14:30 +00:00
|
|
|
version = "0.8.5"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 09:14:30 +00:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2022-09-26 12:10:33 +00:00
|
|
|
version = "0.6.4"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-26 12:10:33 +00:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
2022-07-07 09:16:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rc2"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62c64daa8e9438b84aaae55010a93f396f8e60e3911590fcba770d04643fc1dd"
|
|
|
|
dependencies = [
|
2022-09-26 11:58:01 +00:00
|
|
|
"cipher",
|
2022-07-07 09:16:55 +00:00
|
|
|
]
|
|
|
|
|
2022-07-12 08:37:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rdkafka"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "0.32.2"
|
2022-07-12 08:37:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "f8733bc5dc0b192d1a4b28073f9bff1326ad9e4fecd4d9b025d6fc358d1c3e79"
|
2022-07-12 08:37:15 +00:00
|
|
|
dependencies = [
|
2023-02-06 12:23:44 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
2022-07-12 08:37:15 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"rdkafka-sys",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rdkafka-sys"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "4.5.0+1.9.2"
|
2022-07-12 08:37:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "1bb0676c2112342ac7165decdedbc4e7086c0af384479ccce534546b10687a5d"
|
2022-07-12 08:37:15 +00:00
|
|
|
dependencies = [
|
2022-07-20 13:11:59 +00:00
|
|
|
"cmake",
|
2022-07-12 08:37:15 +00:00
|
|
|
"libc",
|
|
|
|
"num_enum",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2022-07-07 09:16:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "reactor-trait"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "438a4293e4d097556730f4711998189416232f009c137389e0f961d2bc0ddc58"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redis"
|
2023-04-10 09:22:37 +00:00
|
|
|
version = "0.23.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-10 09:22:37 +00:00
|
|
|
checksum = "3ea8c51b5dc1d8e5fd3350ec8167f464ec0995e79f2e90a075b63371500d557f"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"combine",
|
|
|
|
"crc16",
|
2022-09-26 12:10:33 +00:00
|
|
|
"itoa",
|
2022-04-06 20:18:32 +00:00
|
|
|
"percent-encoding",
|
|
|
|
"r2d2",
|
|
|
|
"rand",
|
2023-06-26 11:04:08 +00:00
|
|
|
"rustls 0.21.2",
|
2023-04-26 10:58:59 +00:00
|
|
|
"rustls-native-certs",
|
2022-09-26 12:10:33 +00:00
|
|
|
"ryu",
|
2023-02-01 11:07:30 +00:00
|
|
|
"sha1_smol",
|
2022-04-06 20:18:32 +00:00
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-09-26 12:10:33 +00:00
|
|
|
version = "0.2.16"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-26 12:10:33 +00:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2023-05-30 12:42:06 +00:00
|
|
|
"bitflags 1.3.2",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
2023-04-10 09:22:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
|
|
|
dependencies = [
|
2023-05-30 12:42:06 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-04-10 09:22:37 +00:00
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2022-07-18 09:14:30 +00:00
|
|
|
version = "0.4.3"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 09:14:30 +00:00
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
2023-04-10 09:22:37 +00:00
|
|
|
"redox_syscall 0.2.16",
|
2022-07-18 09:14:30 +00:00
|
|
|
"thiserror",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "1.8.4"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2023-05-30 12:42:06 +00:00
|
|
|
"regex-syntax 0.7.2",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "0.6.29"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
2023-04-26 11:04:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-05-30 12:42:06 +00:00
|
|
|
version = "0.7.2"
|
2023-04-26 11:04:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 12:42:06 +00:00
|
|
|
checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
|
2023-04-26 11:04:54 +00:00
|
|
|
|
2022-05-10 13:08:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "relative-path"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "1.8.0"
|
2022-05-10 13:08:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "4bf2521270932c3c7bed1a59151222bd7643c79310f2916f01925e1e16255698"
|
2022-05-10 13:08:47 +00:00
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "0.11.18"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 10:53:00 +00:00
|
|
|
checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2023-05-30 12:42:06 +00:00
|
|
|
"base64 0.21.2",
|
2022-04-06 20:18:32 +00:00
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
2023-05-22 10:53:00 +00:00
|
|
|
"hyper-rustls 0.24.0",
|
2022-04-06 20:18:32 +00:00
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"mime",
|
2022-09-26 12:10:33 +00:00
|
|
|
"once_cell",
|
2022-04-06 20:18:32 +00:00
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
2023-06-26 11:04:08 +00:00
|
|
|
"rustls 0.21.2",
|
2023-06-14 12:04:38 +00:00
|
|
|
"rustls-native-certs",
|
2023-04-10 09:22:37 +00:00
|
|
|
"rustls-pemfile",
|
2022-04-06 20:18:32 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"tokio",
|
2023-06-13 13:38:16 +00:00
|
|
|
"tokio-rustls 0.24.1",
|
2022-07-18 09:14:30 +00:00
|
|
|
"tower-service",
|
2022-04-06 20:18:32 +00:00
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
"webpki-roots",
|
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
2023-05-22 10:53:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rfc6979"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
|
|
|
|
dependencies = [
|
|
|
|
"crypto-bigint",
|
|
|
|
"hmac",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
|
|
|
version = "0.16.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
2022-07-07 09:16:55 +00:00
|
|
|
"spin 0.5.2",
|
2022-04-06 20:18:32 +00:00
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rquickjs"
|
2023-06-27 08:46:17 +00:00
|
|
|
version = "0.3.1"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-27 08:46:17 +00:00
|
|
|
checksum = "6db7788c2818f4546daabe9ae2d1ee2f4db61ab1998d4b483494c4193cc38dab"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"rquickjs-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rquickjs-core"
|
2023-06-27 08:46:17 +00:00
|
|
|
version = "0.3.1"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-27 08:46:17 +00:00
|
|
|
checksum = "b12cf8646fe0af5bcff2822ccd162990f0679a1f9287c7257f4f4193a9d31ea9"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2022-06-07 18:28:41 +00:00
|
|
|
"chrono",
|
2022-05-10 13:08:47 +00:00
|
|
|
"relative-path",
|
2022-04-06 20:18:32 +00:00
|
|
|
"rquickjs-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rquickjs-sys"
|
2023-06-27 08:46:17 +00:00
|
|
|
version = "0.3.1"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-27 08:46:17 +00:00
|
|
|
checksum = "b747058afd4d988d056e4972ec8516a5a86fdfc103c1c1485bfee8966a0743ae"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"bindgen",
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2023-05-22 10:53:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rsa"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "094052d5470cbcef561cb848a7209968c9f12dfa6d668f4bca048ac5de51099c"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"digest",
|
|
|
|
"num-bigint-dig",
|
|
|
|
"num-integer",
|
|
|
|
"num-iter",
|
|
|
|
"num-traits",
|
|
|
|
"pkcs1",
|
|
|
|
"pkcs8",
|
|
|
|
"rand_core",
|
|
|
|
"signature",
|
|
|
|
"smallvec",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rust-embed"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "6.7.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "b73e721f488c353141288f223b599b4ae9303ecf3e62923f40a492f0634a4dc3"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"rust-embed-impl",
|
|
|
|
"rust-embed-utils",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rust-embed-impl"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "6.6.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "e22ce362f5561923889196595504317a4372b84210e6e335da529a65ea5452b5"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rust-embed-utils",
|
2023-06-26 11:04:08 +00:00
|
|
|
"syn 2.0.22",
|
2022-04-06 20:18:32 +00:00
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rust-embed-utils"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "7.5.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "512b0ab6853f7e14e3c8754acb43d6f748bb9ced66aa5915a6553ac8213f7731"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2022-09-26 12:10:33 +00:00
|
|
|
"sha2",
|
2022-04-06 20:18:32 +00:00
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
|
|
dependencies = [
|
|
|
|
"semver",
|
|
|
|
]
|
|
|
|
|
2023-02-06 12:23:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "0.37.20"
|
2023-02-06 12:23:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "b96e891d04aa506a6d1f318d2771bcb1c7dfda84e126660ace067c9b474bb2c0"
|
2023-02-06 12:23:44 +00:00
|
|
|
dependencies = [
|
2023-05-30 12:42:06 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-04-10 09:22:37 +00:00
|
|
|
"errno",
|
2023-02-06 12:23:44 +00:00
|
|
|
"io-lifetimes",
|
|
|
|
"libc",
|
2023-04-10 09:22:37 +00:00
|
|
|
"linux-raw-sys",
|
|
|
|
"windows-sys 0.48.0",
|
2023-02-06 12:23:44 +00:00
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2023-02-06 12:23:44 +00:00
|
|
|
version = "0.20.8"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-06 12:23:44 +00:00
|
|
|
checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring",
|
2023-04-11 13:57:03 +00:00
|
|
|
"sct",
|
|
|
|
"webpki",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
2023-04-26 10:58:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2023-06-26 11:04:08 +00:00
|
|
|
version = "0.21.2"
|
2023-04-26 10:58:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 11:04:08 +00:00
|
|
|
checksum = "e32ca28af694bc1bbf399c33a516dbdf1c90090b8ab23c2bc24f834aa2247f5f"
|
2023-04-26 10:58:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"rustls-webpki",
|
|
|
|
"sct",
|
|
|
|
]
|
|
|
|
|
2022-07-07 09:16:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-connector"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "0.18.1"
|
2022-07-07 09:16:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 10:53:00 +00:00
|
|
|
checksum = "67c8d6cf0e464eff7cee6ba0419f56a65d29999fc164dd719c8633fbb401365f"
|
2022-07-07 09:16:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
2023-06-26 11:04:08 +00:00
|
|
|
"rustls 0.21.2",
|
2023-04-11 13:57:03 +00:00
|
|
|
"rustls-native-certs",
|
2023-05-22 10:53:00 +00:00
|
|
|
"rustls-webpki",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-native-certs"
|
2023-06-26 11:04:08 +00:00
|
|
|
version = "0.6.3"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 11:04:08 +00:00
|
|
|
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"openssl-probe",
|
2023-04-10 09:22:37 +00:00
|
|
|
"rustls-pemfile",
|
2022-04-06 20:18:32 +00:00
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
]
|
|
|
|
|
2022-07-07 09:16:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2023-02-06 12:23:44 +00:00
|
|
|
version = "1.0.2"
|
2022-07-07 09:16:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-06 12:23:44 +00:00
|
|
|
checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
|
2022-07-07 09:16:55 +00:00
|
|
|
dependencies = [
|
2023-05-30 12:42:06 +00:00
|
|
|
"base64 0.21.2",
|
2022-07-07 09:16:55 +00:00
|
|
|
]
|
|
|
|
|
2023-04-26 10:58:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
|
|
|
version = "0.100.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d6207cd5ed3d8dca7816f8f3725513a34609c0c765bf652b8c3cb4cfd87db46b"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "1.0.12"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "1.0.13"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2023-02-06 12:23:44 +00:00
|
|
|
version = "0.1.21"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-06 12:23:44 +00:00
|
|
|
checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2023-02-14 14:37:44 +00:00
|
|
|
"windows-sys 0.42.0",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scheduled-thread-pool"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "0.2.7"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "3cbc66816425a074528352f5789333ecff06ca41b36b0b0efdfbb29edc391a19"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2022-07-18 09:14:30 +00:00
|
|
|
"parking_lot",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
2023-02-06 12:23:44 +00:00
|
|
|
version = "1.0.1"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-06 12:23:44 +00:00
|
|
|
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2023-05-22 10:53:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sec1"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
|
|
|
|
dependencies = [
|
|
|
|
"base16ct",
|
|
|
|
"der",
|
|
|
|
"generic-array",
|
|
|
|
"pkcs8",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "2.9.1"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 10:53:00 +00:00
|
|
|
checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2023-05-30 12:42:06 +00:00
|
|
|
"bitflags 1.3.2",
|
2022-04-06 20:18:32 +00:00
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "2.9.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 10:53:00 +00:00
|
|
|
checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "1.0.17"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "1.0.164"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde-value"
|
2022-06-07 18:51:48 +00:00
|
|
|
version = "0.7.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 18:51:48 +00:00
|
|
|
checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"ordered-float",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "1.0.164"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-26 11:04:08 +00:00
|
|
|
"syn 2.0.22",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-06-26 11:04:08 +00:00
|
|
|
version = "1.0.99"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 11:04:08 +00:00
|
|
|
checksum = "46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2022-09-26 12:10:33 +00:00
|
|
|
"itoa",
|
2022-04-06 20:18:32 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_path_to_error"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "0.1.11"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "f7f05c1d5476066defcdfacce1f52fc3cae3af1d3089727100c02ae92e5abbe0"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-01-16 09:51:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_plain"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d6018081315db179d0ce57b1fe4b62a12a0028c9cf9bbef868c9cf477b3c34ae"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_regex"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8136f1a4ea815d7eac4101cfd0b16dc0cb5e1fe1b8609dfd728058656b7badf"
|
|
|
|
dependencies = [
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-02-06 12:23:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
2023-06-26 11:04:08 +00:00
|
|
|
version = "0.6.3"
|
2023-02-06 12:23:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 11:04:08 +00:00
|
|
|
checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
|
2023-02-06 12:23:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
2022-09-26 12:10:33 +00:00
|
|
|
"itoa",
|
2022-04-06 20:18:32 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-01-16 09:51:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_with"
|
|
|
|
version = "1.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "678b5a069e50bf00ecd22d0cd8ddf7c236f68581b03db652061ed5eb13a312ff"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_with_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_with_macros"
|
|
|
|
version = "1.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e182d6ec6f05393cc0e5ed1bf81ad6db3a8feedf8ee515ecdd369809bcce8082"
|
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-28 12:41:20 +00:00
|
|
|
"syn 1.0.109",
|
2023-01-16 09:51:02 +00:00
|
|
|
]
|
|
|
|
|
2022-06-07 18:28:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_yaml"
|
2023-06-26 11:04:08 +00:00
|
|
|
version = "0.9.22"
|
2022-06-07 18:28:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 11:04:08 +00:00
|
|
|
checksum = "452e67b9c20c37fa79df53201dc03839651086ed9bbe92b3ca585ca9fdaa7d85"
|
2022-06-07 18:28:41 +00:00
|
|
|
dependencies = [
|
2023-06-26 11:04:08 +00:00
|
|
|
"indexmap 2.0.0",
|
2022-09-26 12:10:33 +00:00
|
|
|
"itoa",
|
2022-06-07 18:28:41 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
2022-09-26 11:58:01 +00:00
|
|
|
"unsafe-libyaml",
|
2022-06-07 18:28:41 +00:00
|
|
|
]
|
|
|
|
|
2022-07-07 09:16:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
2022-09-26 12:10:33 +00:00
|
|
|
version = "0.10.5"
|
2022-07-07 09:16:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-26 12:10:33 +00:00
|
|
|
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
|
2022-07-07 09:16:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
2023-02-01 11:06:22 +00:00
|
|
|
"digest",
|
2022-07-07 09:16:55 +00:00
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha1_smol"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2023-06-26 11:04:08 +00:00
|
|
|
version = "0.10.7"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 11:04:08 +00:00
|
|
|
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
2023-02-01 11:06:22 +00:00
|
|
|
"digest",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook"
|
2023-02-14 14:37:44 +00:00
|
|
|
version = "0.3.15"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 14:37:44 +00:00
|
|
|
checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"signal-hook-registry",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2023-02-14 14:37:44 +00:00
|
|
|
version = "1.4.1"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 14:37:44 +00:00
|
|
|
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-05-22 10:53:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signature"
|
|
|
|
version = "1.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
|
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "similar"
|
2023-02-06 12:23:44 +00:00
|
|
|
version = "2.2.1"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-06 12:23:44 +00:00
|
|
|
checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "simple_asn1"
|
2022-07-18 09:14:30 +00:00
|
|
|
version = "0.6.2"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 09:14:30 +00:00
|
|
|
checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2022-07-20 09:55:59 +00:00
|
|
|
"num-bigint",
|
2022-04-06 20:18:32 +00:00
|
|
|
"num-traits",
|
|
|
|
"thiserror",
|
2023-06-13 13:38:16 +00:00
|
|
|
"time 0.3.22",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2022-07-18 09:14:30 +00:00
|
|
|
version = "0.3.10"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 09:14:30 +00:00
|
|
|
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-02-28 11:45:06 +00:00
|
|
|
version = "0.4.8"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-28 11:45:06 +00:00
|
|
|
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
|
2022-09-26 12:10:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sluice"
|
|
|
|
version = "0.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
|
|
|
|
dependencies = [
|
|
|
|
"async-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2023-02-06 12:23:44 +00:00
|
|
|
version = "1.10.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-06 12:23:44 +00:00
|
|
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "0.4.9"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
2022-07-07 09:16:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
2023-04-10 09:22:37 +00:00
|
|
|
version = "0.9.8"
|
2022-07-07 09:16:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-10 09:22:37 +00:00
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
2022-07-07 09:16:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
]
|
|
|
|
|
2023-05-22 10:53:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spki"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
|
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
"der",
|
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "string_cache"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "0.8.7"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"new_debug_unreachable",
|
2022-07-18 09:14:30 +00:00
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
2022-04-06 20:18:32 +00:00
|
|
|
"phf_shared",
|
|
|
|
"precomputed-hash",
|
|
|
|
]
|
|
|
|
|
2022-06-07 18:28:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "2.5.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 10:53:00 +00:00
|
|
|
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-02-28 11:45:06 +00:00
|
|
|
version = "1.0.109"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-28 11:45:06 +00:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-07-18 09:14:30 +00:00
|
|
|
"unicode-ident",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
2023-03-28 12:41:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-06-26 11:04:08 +00:00
|
|
|
version = "2.0.22"
|
2023-03-28 12:41:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 11:04:08 +00:00
|
|
|
checksum = "2efbeae7acf4eabd6bcdcbd11c92f45231ddda7539edc7806bd1a04a03b24616"
|
2023-03-28 12:41:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2022-04-12 10:04:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
2023-02-14 14:37:44 +00:00
|
|
|
version = "0.1.2"
|
2022-04-12 10:04:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 14:37:44 +00:00
|
|
|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
2022-04-12 10:04:30 +00:00
|
|
|
|
2022-07-07 09:16:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tcp-stream"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "0.26.0"
|
2022-07-07 09:16:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 10:53:00 +00:00
|
|
|
checksum = "1322b18a9e329ba45e4430b19543045b85cd1dcb2892e77d27ab471ba2039bd1"
|
2022-07-07 09:16:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"p12",
|
|
|
|
"rustls-connector",
|
2023-04-10 09:22:37 +00:00
|
|
|
"rustls-pemfile",
|
2022-07-07 09:16:55 +00:00
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "3.6.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2023-06-13 13:38:16 +00:00
|
|
|
"autocfg",
|
2022-04-06 20:18:32 +00:00
|
|
|
"cfg-if",
|
|
|
|
"fastrand",
|
2023-04-10 09:22:37 +00:00
|
|
|
"redox_syscall 0.3.5",
|
|
|
|
"rustix",
|
2023-06-13 13:38:16 +00:00
|
|
|
"windows-sys 0.48.0",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "term"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
|
|
|
|
dependencies = [
|
|
|
|
"dirs-next",
|
|
|
|
"rustversion",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "1.0.40"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "1.0.40"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-26 11:04:08 +00:00
|
|
|
"syn 2.0.22",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2023-02-14 14:37:44 +00:00
|
|
|
version = "1.1.7"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 14:37:44 +00:00
|
|
|
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2023-02-14 14:37:44 +00:00
|
|
|
"cfg-if",
|
2022-04-06 20:18:32 +00:00
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2023-02-06 12:23:44 +00:00
|
|
|
version = "0.1.45"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-06 12:23:44 +00:00
|
|
|
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-07-18 09:14:30 +00:00
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
2022-04-06 20:18:32 +00:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "0.3.22"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "ea9e1b3cf1243ae005d9e74085d4d542f3125458f3a81af210d901dcd7411efd"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2022-09-26 12:10:33 +00:00
|
|
|
"itoa",
|
2022-04-06 20:18:32 +00:00
|
|
|
"serde",
|
2023-02-06 12:23:44 +00:00
|
|
|
"time-core",
|
2022-04-06 20:18:32 +00:00
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
2023-02-06 12:23:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "0.1.1"
|
2023-02-06 12:23:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 10:53:00 +00:00
|
|
|
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
|
2023-02-06 12:23:44 +00:00
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "0.2.9"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 10:53:00 +00:00
|
|
|
checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"
|
2023-02-06 12:23:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"time-core",
|
|
|
|
]
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tiny-keccak"
|
|
|
|
version = "2.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
|
|
|
|
dependencies = [
|
|
|
|
"crunchy",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-07-18 09:14:30 +00:00
|
|
|
version = "1.6.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 09:14:30 +00:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-02-14 14:37:44 +00:00
|
|
|
version = "0.1.1"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 14:37:44 +00:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2023-05-30 12:42:06 +00:00
|
|
|
version = "1.28.2"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 12:42:06 +00:00
|
|
|
checksum = "94d7b1cfd2aa4011f2de74c2c4c63665e27a71006b0a192dcd2710272e73dfa2"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2022-07-18 09:14:30 +00:00
|
|
|
"autocfg",
|
2022-04-06 20:18:32 +00:00
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
|
|
|
"pin-project-lite",
|
|
|
|
"signal-hook-registry",
|
2022-04-12 10:04:30 +00:00
|
|
|
"socket2",
|
2022-04-06 20:18:32 +00:00
|
|
|
"tokio-macros",
|
2023-04-26 11:04:54 +00:00
|
|
|
"windows-sys 0.48.0",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
2022-07-07 09:16:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-executor-trait"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "2.1.1"
|
2022-07-07 09:16:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "802ccf58e108fe16561f35348fabe15ff38218968f033d587e399a84937533cc"
|
2022-07-07 09:16:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"executor-trait",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-io-timeout"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2023-04-26 11:04:54 +00:00
|
|
|
version = "2.1.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-26 11:04:54 +00:00
|
|
|
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-26 11:04:08 +00:00
|
|
|
"syn 2.0.22",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
2022-07-07 09:16:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-reactor-trait"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e9481a72f36bd9cbb8d6dd349227c4783e234e4332cfe806225bc929c4b92486"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"reactor-trait",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
2022-07-18 09:14:30 +00:00
|
|
|
version = "0.23.4"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 09:14:30 +00:00
|
|
|
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2023-04-26 10:58:59 +00:00
|
|
|
"rustls 0.20.8",
|
2022-04-06 20:18:32 +00:00
|
|
|
"tokio",
|
2023-04-11 13:57:03 +00:00
|
|
|
"webpki",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
2023-05-22 10:53:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "0.24.1"
|
2023-05-22 10:53:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
2023-05-22 10:53:00 +00:00
|
|
|
dependencies = [
|
2023-06-26 11:04:08 +00:00
|
|
|
"rustls 0.21.2",
|
2023-05-22 10:53:00 +00:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
2023-04-26 11:04:54 +00:00
|
|
|
version = "0.1.14"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-26 11:04:54 +00:00
|
|
|
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2022-04-12 10:04:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2023-04-26 11:04:54 +00:00
|
|
|
version = "0.7.8"
|
2022-04-12 10:04:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-26 11:04:54 +00:00
|
|
|
checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
|
2022-04-12 10:04:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2023-02-06 12:23:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-06-26 11:04:08 +00:00
|
|
|
version = "0.7.5"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 11:04:08 +00:00
|
|
|
checksum = "1ebafdf5ad1220cb59e7d17cf4d2c72015297b75b19a10472f99b89225089240"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
2023-02-06 12:23:44 +00:00
|
|
|
"serde_spanned",
|
2023-02-28 11:45:06 +00:00
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit",
|
2023-02-06 12:23:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2023-06-26 11:04:08 +00:00
|
|
|
version = "0.6.3"
|
2023-02-06 12:23:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 11:04:08 +00:00
|
|
|
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
|
2023-02-06 12:23:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2023-06-26 11:04:08 +00:00
|
|
|
version = "0.19.11"
|
2023-02-06 12:23:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 11:04:08 +00:00
|
|
|
checksum = "266f016b7f039eec8a1a80dfe6156b633d208b9fccca5e4db1d6775b0c4e34a7"
|
2023-02-06 12:23:44 +00:00
|
|
|
dependencies = [
|
2023-06-26 11:04:08 +00:00
|
|
|
"indexmap 2.0.0",
|
2023-02-06 12:23:44 +00:00
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
2023-02-28 11:45:06 +00:00
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tonic"
|
2023-04-26 11:04:54 +00:00
|
|
|
version = "0.9.2"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-26 11:04:54 +00:00
|
|
|
checksum = "3082666a3a6433f7f511c7192923fa1fe07c69332d3c6a2e6bb040b569199d5a"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
2022-04-12 10:04:30 +00:00
|
|
|
"axum",
|
2023-05-30 12:42:06 +00:00
|
|
|
"base64 0.21.2",
|
2022-04-06 20:18:32 +00:00
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-timeout",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project",
|
|
|
|
"prost",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tonic-build"
|
2023-04-26 11:04:54 +00:00
|
|
|
version = "0.9.2"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-26 11:04:54 +00:00
|
|
|
checksum = "a6fdaae4c2c638bb70fe42803a26fbd6fc6ac8c72f5c59f67ecc2a2dcabf4b07"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2023-06-27 08:46:17 +00:00
|
|
|
"prettyplease 0.1.25",
|
2022-04-06 20:18:32 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"prost-build",
|
|
|
|
"quote",
|
2023-03-28 12:41:20 +00:00
|
|
|
"syn 1.0.109",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tonic-reflection"
|
2023-04-26 11:04:54 +00:00
|
|
|
version = "0.9.2"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-26 11:04:54 +00:00
|
|
|
checksum = "0543d7092032041fbeac1f2c84304537553421a11a623c2301b12ef0264862c7"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"prost",
|
|
|
|
"prost-types",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tonic",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tonic-web"
|
2023-04-26 11:04:54 +00:00
|
|
|
version = "0.9.2"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-26 11:04:54 +00:00
|
|
|
checksum = "21b00ec4842256d1fe0a46176e2ef5bc357664c66e7d91aff5a7d43d83a65f47"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2023-05-30 12:42:06 +00:00
|
|
|
"base64 0.21.2",
|
2022-04-06 20:18:32 +00:00
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"pin-project",
|
|
|
|
"tonic",
|
2023-04-10 09:22:37 +00:00
|
|
|
"tower-http",
|
2023-01-11 12:38:05 +00:00
|
|
|
"tower-layer",
|
2022-04-06 20:18:32 +00:00
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower"
|
2022-07-18 09:14:30 +00:00
|
|
|
version = "0.4.13"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 09:14:30 +00:00
|
|
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2023-06-26 11:04:08 +00:00
|
|
|
"indexmap 1.9.3",
|
2022-04-06 20:18:32 +00:00
|
|
|
"pin-project",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rand",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
2023-02-01 11:06:22 +00:00
|
|
|
"tokio-util",
|
2022-04-06 20:18:32 +00:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2023-02-28 11:45:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tower-http"
|
2023-06-26 11:04:08 +00:00
|
|
|
version = "0.4.1"
|
2023-02-28 11:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 11:04:08 +00:00
|
|
|
checksum = "a8bd22a874a2d0b70452d5597b12c537331d49060824a95f49f108994f94aa4c"
|
2023-02-28 11:45:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"base64 0.20.0",
|
2023-06-26 11:04:08 +00:00
|
|
|
"bitflags 2.3.2",
|
2023-02-28 11:45:06 +00:00
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"http-range-header",
|
|
|
|
"mime",
|
|
|
|
"pin-project-lite",
|
2022-04-12 10:04:30 +00:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
2022-09-26 11:58:01 +00:00
|
|
|
"tracing",
|
2022-04-12 10:04:30 +00:00
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tower-layer"
|
2023-02-06 12:23:44 +00:00
|
|
|
version = "0.3.2"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-06 12:23:44 +00:00
|
|
|
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2022-07-18 09:14:30 +00:00
|
|
|
version = "0.3.2"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 09:14:30 +00:00
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "0.1.37"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 10:53:00 +00:00
|
|
|
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2023-05-22 10:53:00 +00:00
|
|
|
"cfg-if",
|
2022-04-06 20:18:32 +00:00
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2023-06-26 11:04:08 +00:00
|
|
|
version = "0.1.26"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 11:04:08 +00:00
|
|
|
checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-26 11:04:08 +00:00
|
|
|
"syn 2.0.22",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "0.1.31"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 10:53:00 +00:00
|
|
|
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2022-07-18 09:14:30 +00:00
|
|
|
"once_cell",
|
|
|
|
"valuable",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-futures"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
2022-07-18 09:14:30 +00:00
|
|
|
version = "0.1.3"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 09:14:30 +00:00
|
|
|
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2023-04-26 11:04:54 +00:00
|
|
|
version = "0.3.17"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-26 11:04:54 +00:00
|
|
|
checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2023-01-11 12:12:12 +00:00
|
|
|
"nu-ansi-term",
|
2022-04-06 20:18:32 +00:00
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2023-02-06 12:23:44 +00:00
|
|
|
version = "0.2.4"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-06 12:23:44 +00:00
|
|
|
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-02-06 12:23:44 +00:00
|
|
|
version = "1.16.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-06 12:23:44 +00:00
|
|
|
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
2022-09-26 12:10:33 +00:00
|
|
|
version = "0.1.5"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-26 12:10:33 +00:00
|
|
|
checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "0.3.13"
|
2022-07-18 09:14:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
2022-07-18 09:14:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-05-30 12:42:06 +00:00
|
|
|
version = "1.0.9"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 12:42:06 +00:00
|
|
|
checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2022-09-26 12:10:33 +00:00
|
|
|
version = "0.1.22"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-26 12:10:33 +00:00
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2022-09-26 12:10:33 +00:00
|
|
|
version = "0.2.4"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-26 12:10:33 +00:00
|
|
|
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
2022-09-26 11:58:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unsafe-libyaml"
|
2023-04-10 09:22:37 +00:00
|
|
|
version = "0.2.8"
|
2022-09-26 11:58:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-10 09:22:37 +00:00
|
|
|
checksum = "1865806a559042e51ab5414598446a5871b561d21b6764f2eabb0dd481d880a6"
|
2022-09-26 11:58:01 +00:00
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "2.4.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
2023-06-26 11:04:08 +00:00
|
|
|
"idna",
|
2022-04-06 20:18:32 +00:00
|
|
|
"percent-encoding",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "urlencoding"
|
2022-09-26 12:10:33 +00:00
|
|
|
version = "2.1.2"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-26 12:10:33 +00:00
|
|
|
checksum = "e8db7427f936968176eaa7cdf81b7f98b980b18495ec28f1b5791ac3bfe3eea9"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
2023-04-10 09:22:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "1.3.4"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "0fa2982af2eec27de306107c027578ff7f423d65f7250e40ce0fea8f45248b81"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "validator"
|
2023-06-26 11:04:08 +00:00
|
|
|
version = "0.16.1"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 11:04:08 +00:00
|
|
|
checksum = "b92f40481c04ff1f4f61f304d61793c7b56ff76ac1469f1beb199b1445b253bd"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2023-06-26 11:04:08 +00:00
|
|
|
"idna",
|
2022-04-06 20:18:32 +00:00
|
|
|
"lazy_static",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2022-07-18 09:14:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "value-bag"
|
2023-05-30 12:42:06 +00:00
|
|
|
version = "1.4.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-30 12:42:06 +00:00
|
|
|
checksum = "a4d330786735ea358f3bc09eea4caa098569c1c93f342d9aca0514915022fe7e"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
2023-04-11 13:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vsimd"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "waker-fn"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "2.3.3"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2023-06-26 11:04:08 +00:00
|
|
|
version = "0.3.1"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 11:04:08 +00:00
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "warp"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "0.3.5"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 10:53:00 +00:00
|
|
|
checksum = "ba431ef570df1287f7f8b07e376491ad54f84d26ac473489427231e1718e1f69"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
|
|
|
"headers",
|
|
|
|
"http",
|
|
|
|
"hyper",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project",
|
2023-04-10 09:22:37 +00:00
|
|
|
"rustls-pemfile",
|
2022-04-06 20:18:32 +00:00
|
|
|
"scoped-tls",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"tokio",
|
2023-05-22 10:53:00 +00:00
|
|
|
"tokio-rustls 0.23.4",
|
2022-04-06 20:18:32 +00:00
|
|
|
"tokio-stream",
|
2023-02-01 11:06:22 +00:00
|
|
|
"tokio-util",
|
2022-04-06 20:18:32 +00:00
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2022-07-18 09:14:30 +00:00
|
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 09:14:30 +00:00
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
2022-04-12 10:04:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "0.2.87"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "0.2.87"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2022-09-26 12:10:33 +00:00
|
|
|
"once_cell",
|
2022-04-06 20:18:32 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-26 11:04:08 +00:00
|
|
|
"syn 2.0.22",
|
2022-04-06 20:18:32 +00:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "0.4.37"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "0.2.87"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "0.2.87"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-26 11:04:08 +00:00
|
|
|
"syn 2.0.22",
|
2022-04-06 20:18:32 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "0.2.87"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2023-06-13 13:38:16 +00:00
|
|
|
version = "0.3.64"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 13:38:16 +00:00
|
|
|
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
|
|
|
version = "0.22.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2023-02-06 12:23:44 +00:00
|
|
|
version = "0.22.6"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-06 12:23:44 +00:00
|
|
|
checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2023-04-11 13:57:03 +00:00
|
|
|
"webpki",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2023-02-06 12:23:44 +00:00
|
|
|
version = "4.4.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-06 12:23:44 +00:00
|
|
|
checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"libc",
|
2022-09-26 12:10:33 +00:00
|
|
|
"once_cell",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
2023-03-28 12:41:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows"
|
2023-04-10 09:22:37 +00:00
|
|
|
version = "0.48.0"
|
2023-03-28 12:41:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-10 09:22:37 +00:00
|
|
|
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
|
2023-03-28 12:41:20 +00:00
|
|
|
dependencies = [
|
2023-06-13 13:38:16 +00:00
|
|
|
"windows-targets",
|
2023-03-28 12:41:20 +00:00
|
|
|
]
|
|
|
|
|
2023-01-11 10:49:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
|
|
|
dependencies = [
|
2023-04-10 09:22:37 +00:00
|
|
|
"windows_aarch64_gnullvm 0.42.2",
|
|
|
|
"windows_aarch64_msvc 0.42.2",
|
|
|
|
"windows_i686_gnu 0.42.2",
|
|
|
|
"windows_i686_msvc 0.42.2",
|
|
|
|
"windows_x86_64_gnu 0.42.2",
|
|
|
|
"windows_x86_64_gnullvm 0.42.2",
|
|
|
|
"windows_x86_64_msvc 0.42.2",
|
2023-01-11 10:49:32 +00:00
|
|
|
]
|
|
|
|
|
2023-04-10 09:22:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
2023-06-13 13:38:16 +00:00
|
|
|
"windows-targets",
|
2023-04-10 09:22:37 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm 0.48.0",
|
|
|
|
"windows_aarch64_msvc 0.48.0",
|
|
|
|
"windows_i686_gnu 0.48.0",
|
|
|
|
"windows_i686_msvc 0.48.0",
|
|
|
|
"windows_x86_64_gnu 0.48.0",
|
|
|
|
"windows_x86_64_gnullvm 0.48.0",
|
|
|
|
"windows_x86_64_msvc 0.48.0",
|
2023-02-14 14:37:44 +00:00
|
|
|
]
|
|
|
|
|
2023-01-11 10:49:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "0.42.2"
|
2023-01-11 10:49:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
2023-01-11 10:49:32 +00:00
|
|
|
|
2023-04-10 09:22:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
|
|
|
|
|
2022-07-07 09:16:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "0.42.2"
|
2023-01-11 10:49:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
2023-01-11 10:49:32 +00:00
|
|
|
|
2023-04-10 09:22:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
|
|
|
|
|
2022-07-07 09:16:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "0.42.2"
|
2022-07-07 09:16:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
2023-01-11 10:49:32 +00:00
|
|
|
|
2023-04-10 09:22:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
|
|
|
|
|
2022-07-07 09:16:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "0.42.2"
|
2022-07-07 09:16:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
2022-07-07 09:16:55 +00:00
|
|
|
|
2023-04-10 09:22:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
|
|
|
|
|
2023-01-11 10:49:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "0.42.2"
|
2023-01-11 10:49:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
2023-01-11 10:49:32 +00:00
|
|
|
|
2023-04-10 09:22:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
|
|
|
|
|
2023-01-11 10:49:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "0.42.2"
|
2023-01-11 10:49:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
2023-01-11 10:49:32 +00:00
|
|
|
|
2023-04-10 09:22:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
|
|
|
|
|
2022-07-07 09:16:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "0.42.2"
|
2022-07-07 09:16:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
2023-01-11 10:49:32 +00:00
|
|
|
|
2023-04-10 09:22:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|
|
|
|
|
2023-02-28 11:45:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2023-06-26 11:04:08 +00:00
|
|
|
version = "0.4.7"
|
2023-02-28 11:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 11:04:08 +00:00
|
|
|
checksum = "ca0ace3845f0d96209f0375e6d367e3eb87eb65d27d445bdc9f1843a26f39448"
|
2023-02-28 11:45:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2022-07-18 09:14:30 +00:00
|
|
|
version = "0.10.1"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 09:14:30 +00:00
|
|
|
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xmlparser"
|
2023-04-11 13:57:03 +00:00
|
|
|
version = "0.13.5"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-11 13:57:03 +00:00
|
|
|
checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
2022-07-07 09:16:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "yasna"
|
2023-04-10 09:22:37 +00:00
|
|
|
version = "0.5.2"
|
2022-07-07 09:16:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-10 09:22:37 +00:00
|
|
|
checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
|
2022-07-07 09:16:55 +00:00
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "1.6.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
|