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-02-06 12:23:44 +00:00
|
|
|
version = "0.8.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 = "433cfd6710c9986c576a25ca913c39d66a6474107b406f34f91d4a8923395241"
|
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-04-26 11:04:54 +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-04-26 11:04:54 +00:00
|
|
|
checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04"
|
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",
|
|
|
|
]
|
|
|
|
|
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-04-26 11:04:54 +00:00
|
|
|
version = "1.0.0"
|
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 = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d"
|
2023-04-10 09:22:37 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2023-04-26 11:04:54 +00:00
|
|
|
version = "0.2.0"
|
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 = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee"
|
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-05-22 10:53:00 +00:00
|
|
|
"syn 2.0.16",
|
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-05-22 10:53:00 +00:00
|
|
|
"syn 2.0.16",
|
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 = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
2023-02-06 12:23:44 +00:00
|
|
|
"hermit-abi 0.1.19",
|
2022-04-06 20:18:32 +00:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-22 10:53:00 +00:00
|
|
|
version = "0.55.2"
|
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 = "fc00553f5f3c06ffd4510a9d576f92143618706c45ea6ff81e84ad9be9588abd"
|
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-05-22 10:53:00 +00:00
|
|
|
"time 0.3.21",
|
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-22 10:53:00 +00:00
|
|
|
version = "0.55.2"
|
2023-04-11 13:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 10:53:00 +00:00
|
|
|
checksum = "4cb57ac6088805821f78d282c0ba8aec809f11cbee10dda19a97b03ab040ccc2"
|
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-22 10:53:00 +00:00
|
|
|
version = "0.55.2"
|
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 = "9c5f6f84a4f46f95a9bb71d9300b73cd67eb868bc43ae84f66ad34752299f4ac"
|
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-22 10:53:00 +00:00
|
|
|
version = "0.55.2"
|
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 = "a754683c322f7dc5167484266489fdebdcd04d26e53c162cad1f3f949f2c5671"
|
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-22 11:59:09 +00:00
|
|
|
version = "0.27.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 11:59:09 +00:00
|
|
|
checksum = "cf5a3dae9e18f07f98d6a080ccf64fce1d5ca2b8a17fb0063aa4d4154c7ad893"
|
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-22 10:53:00 +00:00
|
|
|
version = "0.27.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 = "2d0fbe3c2c342bc8dfea4bb43937405a8ec06f99140a0dcb9c7b59e54dfa93a1"
|
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-22 10:53:00 +00:00
|
|
|
version = "0.55.2"
|
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 = "84dc92a63ede3c2cbe43529cb87ffa58763520c96c6a46ca1ced80417afba845"
|
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-22 10:53:00 +00:00
|
|
|
version = "0.55.2"
|
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 = "392fefab9d6fcbd76d518eb3b1c040b84728ab50f58df0c3c53ada4bea9d327e"
|
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-05-22 10:53:00 +00:00
|
|
|
"time 0.3.21",
|
2022-04-06 20:18:32 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-async"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "0.55.2"
|
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 = "ae23b9fe7a07d0919000116c4c5c0578303fbce6fc8d32efca1f7759d4c20faf"
|
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-22 10:53:00 +00:00
|
|
|
version = "0.55.2"
|
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 = "5230d25d244a51339273b8870f0f77874cd4449fb4f8f629b21188ae10cfc0ba"
|
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-22 10:53:00 +00:00
|
|
|
version = "0.55.2"
|
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 = "b60e2133beb9fe6ffe0b70deca57aaeff0a35ad24a9c6fab2fd3b4f45b99fdb5"
|
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-22 10:53:00 +00:00
|
|
|
version = "0.55.2"
|
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 = "3a4d94f556c86a0dd916a5d7c39747157ea8cb909ca469703e20fee33e448b67"
|
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-22 10:53:00 +00:00
|
|
|
version = "0.55.2"
|
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 = "5ce3d6e6ebb00b2cce379f079ad5ec508f9bcc3a9510d9b9c1840ed1d6f8af39"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"aws-smithy-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-query"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "0.55.2"
|
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 = "d58edfca32ef9bfbc1ca394599e17ea329cb52d6a07359827be74235b64b3298"
|
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-22 10:53:00 +00:00
|
|
|
version = "0.55.2"
|
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 = "58db46fc1f4f26be01ebdb821751b4e2482cd43aa2b64a0348fb89762defaffa"
|
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-05-22 10:53:00 +00:00
|
|
|
"time 0.3.21",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-smithy-xml"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "0.55.2"
|
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 = "fb557fe4995bd9ec87fb244bbb254666a971dc902a783e9da8b7711610e9664c"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"xmlparser",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-types"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "0.55.2"
|
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 = "de0869598bfe46ec44ffe17e063ed33336e59df90356ca8ff0e8da6f7c1d994b"
|
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",
|
|
|
|
"bitflags",
|
|
|
|
"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-04-26 12:02:10 +00:00
|
|
|
version = "4.3.2"
|
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-22 10:53:00 +00:00
|
|
|
version = "0.21.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 = "3f1e31e207a6b8fb791a38ea3105e6cb541f55e4d029902d3039a4ad07cc4105"
|
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"
|
2022-06-07 18:28:41 +00:00
|
|
|
version = "0.60.1"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-07 18:28:41 +00:00
|
|
|
checksum = "062dddbc1ba4aca46de6338e2bf87771414c335f7b2f2036e8f3e9befebf88e6"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cexpr",
|
|
|
|
"clang-sys",
|
2023-05-22 10:53:00 +00:00
|
|
|
"clap 3.2.25",
|
2022-04-06 20:18:32 +00:00
|
|
|
"env_logger",
|
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"log",
|
|
|
|
"peeking_take_while",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex",
|
|
|
|
"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"
|
|
|
|
|
|
|
|
[[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-22 10:53:00 +00:00
|
|
|
version = "3.12.2"
|
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 = "3c6ed94e98ecff0c12dd1b04c15ec0d7d9458ca8fe806cea6f12954efe74c63b"
|
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-04-26 12:02:10 +00:00
|
|
|
version = "4.3.2"
|
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-22 10:53:00 +00:00
|
|
|
"base64 0.21.1",
|
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-05-22 10:53:00 +00:00
|
|
|
"clap 4.3.0",
|
2022-04-06 20:18:32 +00:00
|
|
|
"diesel",
|
|
|
|
"diesel_migrations",
|
|
|
|
"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-22 10:53:00 +00:00
|
|
|
"toml 0.7.4",
|
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-04-26 12:02:10 +00:00
|
|
|
version = "4.3.2"
|
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-03-28 12:41:20 +00:00
|
|
|
version = "0.4.24"
|
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 = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2022-09-26 11:58:01 +00:00
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
2022-04-06 20:18:32 +00:00
|
|
|
"num-integer",
|
|
|
|
"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-06-07 18:28:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "3.2.25"
|
2022-06-07 18:28:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 10:53:00 +00:00
|
|
|
checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
|
2022-06-07 18:28:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
2022-10-03 14:11:53 +00:00
|
|
|
"clap_lex 0.2.4",
|
2022-06-07 18:28:41 +00:00
|
|
|
"indexmap",
|
2022-09-26 11:58:01 +00:00
|
|
|
"strsim",
|
2022-06-07 18:28:41 +00:00
|
|
|
"termcolor",
|
2022-09-26 11:58:01 +00:00
|
|
|
"textwrap",
|
2022-06-07 18:28:41 +00:00
|
|
|
]
|
|
|
|
|
2022-10-03 14:11:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "4.3.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 = "93aae7a4192245f70fe75dd9157fc7b4a5bf53e88d30bd4396f7d8f9284d5acc"
|
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-05-22 10:53:00 +00:00
|
|
|
version = "4.3.0"
|
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 = "4f423e341edefb78c9caba2d9c7f7687d0e72e89df3ce3394554754393ac3990"
|
2023-03-28 12:41:20 +00:00
|
|
|
dependencies = [
|
2023-04-10 09:22:37 +00:00
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
2023-03-28 12:41:20 +00:00
|
|
|
"bitflags",
|
2023-05-22 10:53:00 +00:00
|
|
|
"clap_lex 0.5.0",
|
2022-10-03 14:11:53 +00:00
|
|
|
"strsim",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "4.3.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 = "191d9573962933b4027f932c600cd252ce27a8ad5979418fe78e43c07996f27b"
|
2022-10-03 14:11:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-22 10:53:00 +00:00
|
|
|
"syn 2.0.16",
|
2022-10-03 14:11:53 +00:00
|
|
|
]
|
|
|
|
|
2022-06-07 18:28:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2022-07-18 09:14:30 +00:00
|
|
|
version = "0.2.4"
|
2022-06-07 18:28:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 09:14:30 +00:00
|
|
|
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
|
2022-06-07 18:28:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"os_str_bytes",
|
|
|
|
]
|
|
|
|
|
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-04-26 11:04:54 +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-04-26 11:04:54 +00:00
|
|
|
checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58"
|
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-03-28 12:41:20 +00:00
|
|
|
version = "0.8.15"
|
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 = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
|
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 = "ctor"
|
2023-02-06 12:23:44 +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-02-06 12:23:44 +00:00
|
|
|
checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
2023-03-28 12:41:20 +00:00
|
|
|
"syn 1.0.109",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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-05-22 10:53:00 +00:00
|
|
|
version = "0.4.62+curl-8.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 = "274ef7ef7c1113c7611af49ce248a700afa1171045a1aaa40137030773f993b8"
|
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-04-26 11:04:54 +00:00
|
|
|
version = "2.0.4"
|
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 = "72eb77396836a4505da85bae0712fa324b74acfe1876d7c2f7e694ef3d0ee373"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"bigdecimal",
|
|
|
|
"bitflags",
|
|
|
|
"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-03-28 12:41:20 +00:00
|
|
|
version = "2.0.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 = "0ad74fdcf086be3d4fdd142f67937678fe60ed431c3b2f08599e7687269410c4"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2022-07-20 09:55:59 +00:00
|
|
|
"proc-macro-error",
|
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 = "diesel_migrations"
|
2022-09-26 11:58:01 +00:00
|
|
|
version = "2.0.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-26 11:58:01 +00:00
|
|
|
checksum = "e9ae22beef5e9d6fab9225ddb073c1c6c1a7a6ded5019d5da11d1e5c5adc34e2"
|
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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2023-02-06 12:23:44 +00:00
|
|
|
version = "0.9.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 = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
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"
|
2022-09-26 12:10:33 +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-09-26 12:10:33 +00:00
|
|
|
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
|
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-05-22 10:53:00 +00:00
|
|
|
"syn 2.0.16",
|
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-05-22 10:53:00 +00:00
|
|
|
version = "0.8.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 = "1cae5c764ea4f66935163b36cc537e6487b53220d6b59eed31624ee5f9b47329"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
2023-05-22 10:53:00 +00:00
|
|
|
"base64 0.21.1",
|
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-05-22 10:53:00 +00:00
|
|
|
"rustls 0.21.1",
|
2023-04-10 09:22:37 +00:00
|
|
|
"rustls-pemfile",
|
2022-04-06 20:18:32 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
2023-05-22 10:53:00 +00:00
|
|
|
"time 0.3.21",
|
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-03-28 12:41:20 +00:00
|
|
|
version = "0.7.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 = "a5f0b3068e1537a4b861ec3734f4aa9c317d537cf0845bf6fb6221973499d26c"
|
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-04-10 09:22:37 +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-04-10 09:22:37 +00:00
|
|
|
checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
|
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",
|
|
|
|
"indexmap",
|
|
|
|
"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
|
|
|
|
|
|
|
[[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",
|
2022-04-06 20:18:32 +00:00
|
|
|
"bitflags",
|
|
|
|
"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
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.1.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
"rustls 0.21.1",
|
|
|
|
"rustls-native-certs",
|
|
|
|
"tokio",
|
|
|
|
"tokio-rustls 0.24.0",
|
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-04-10 09:22:37 +00:00
|
|
|
version = "0.1.56"
|
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 = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c"
|
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-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2022-09-26 12:10:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2022-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",
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-04-10 09:22:37 +00:00
|
|
|
version = "1.0.10"
|
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 = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
|
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-05-22 10:53:00 +00:00
|
|
|
version = "0.3.63"
|
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 = "2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790"
|
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-22 10:53:00 +00:00
|
|
|
"base64 0.21.1",
|
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-05-22 10:53:00 +00:00
|
|
|
version = "0.2.144"
|
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 = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1"
|
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"
|
2022-09-26 12:10:33 +00:00
|
|
|
version = "0.4.9"
|
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 = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
|
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"
|
2022-07-18 09:14:30 +00:00
|
|
|
version = "0.4.17"
|
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 = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"value-bag",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lrwn"
|
2023-04-26 12:02:10 +00:00
|
|
|
version = "4.3.2"
|
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-04-27 15:00:49 +00:00
|
|
|
version = "4.3.3-test.1"
|
2023-04-27 11:51:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"hex",
|
|
|
|
"lrwn",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2023-02-06 12:23:44 +00:00
|
|
|
version = "0.1.10"
|
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 = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
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"
|
2022-09-26 11:58:01 +00:00
|
|
|
version = "2.0.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-26 11:58:01 +00:00
|
|
|
checksum = "c493c09323068c01e54c685f7da41a9ccf9219735c3766fbfd6099806ea08fbc"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2022-07-20 09:55:59 +00:00
|
|
|
"serde",
|
2023-02-06 12:23:44 +00:00
|
|
|
"toml 0.5.11",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "migrations_macros"
|
2022-09-26 11:58:01 +00:00
|
|
|
version = "2.0.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-26 11:58:01 +00:00
|
|
|
checksum = "8a8ff27a350511de30cdabb77147501c36ef02e0451d957abea2f30caffb2b58"
|
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-02-14 14:37:44 +00:00
|
|
|
version = "0.8.6"
|
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 = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
2022-04-12 10:04:30 +00:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2023-02-14 14:37:44 +00:00
|
|
|
"windows-sys 0.45.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-05-22 10:53:00 +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-05-22 10:53:00 +00:00
|
|
|
checksum = "50df55a3cc0374df91ef8da8741542d9e0b9e6581481ed1cffe84f64d2f5fc3d"
|
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-02-28 11:45:06 +00:00
|
|
|
version = "1.17.1"
|
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 = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openidconnect"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "3.0.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 = "91f944611b8e7e8e4bb7e3c95a98f2b8d1aba56cfa6af00f31d9b0f7829d8431"
|
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-04-26 11:04:54 +00:00
|
|
|
version = "0.10.52"
|
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 = "01b8574602df80f7b85fdfc5392fa884a4e3b3f4f35402c070ab34c3d3f78d56"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"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-05-22 10:53:00 +00:00
|
|
|
"syn 2.0.16",
|
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-04-26 11:04:54 +00:00
|
|
|
version = "0.9.87"
|
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 = "8e17f59264b2809d77ae94f0e1ebabc434773f370d6ca667bd223ea10e06cc7e"
|
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",
|
|
|
|
]
|
|
|
|
|
2022-06-07 18:28:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "6.5.0"
|
2022-06-07 18:28:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267"
|
2022-06-07 18:28:41 +00:00
|
|
|
|
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-02-14 14:37:44 +00:00
|
|
|
version = "0.9.7"
|
2022-07-07 09:16:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 14:37:44 +00:00
|
|
|
checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
|
2022-07-07 09:16:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2023-04-10 09:22:37 +00:00
|
|
|
"redox_syscall 0.2.16",
|
2022-07-07 09:16:55 +00:00
|
|
|
"smallvec",
|
2023-02-14 14:37:44 +00:00
|
|
|
"windows-sys 0.45.0",
|
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"
|
2022-09-26 12:10:33 +00:00
|
|
|
version = "2.2.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 = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "2.6.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 = "e68e84bfb01f0507134eac1e9b410a12ba379d064eab48c50ba4ce329a527b70"
|
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-05-22 10:53:00 +00:00
|
|
|
version = "2.6.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 = "6b79d4c71c865a25a4322296122e3924d30bc8ee0834c8bfc8b95f7f054afbfb"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_generator",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_generator"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "2.6.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 = "6c435bf1076437b851ebc8edc3a18442796b30f1728ffea6262d59bbe28b077e"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_meta",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-22 10:53:00 +00:00
|
|
|
"syn 2.0.16",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_meta"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "2.6.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 = "745a452f8eb71e39ffd8ee32b3c5f51d03845f99786fa9b68db6ff509c505411"
|
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",
|
2022-04-06 20:18:32 +00:00
|
|
|
"indexmap",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-05-22 10:53:00 +00:00
|
|
|
"syn 2.0.16",
|
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-03-28 12:41:20 +00:00
|
|
|
"bitflags",
|
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
|
|
|
]
|
|
|
|
|
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-07-20 09:55:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-28 12:41:20 +00:00
|
|
|
"syn 1.0.109",
|
2022-07-20 09:55:59 +00:00
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "1.0.58"
|
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 = "fa1fb82fc0c281dd9671101b66b771ebbe1eaf967b96ac8740dcba4b70005ca8"
|
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-04-10 09:22:37 +00:00
|
|
|
version = "0.20.0"
|
2022-07-05 13:00:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-10 09:22:37 +00:00
|
|
|
checksum = "e227aeb6c2cfec819e999c4773b35f8c7fa37298a203ff46420095458eee567e"
|
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-02-06 12:23:44 +00:00
|
|
|
"prettyplease",
|
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-22 10:53:00 +00:00
|
|
|
version = "1.0.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 = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500"
|
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-02-06 12:23:44 +00:00
|
|
|
version = "0.29.0"
|
2022-07-12 08:37:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-06 12:23:44 +00:00
|
|
|
checksum = "bd7c5d6d17442bcb9f943aae96d67d98c6d36af60442dd5da62aaa7fcbb25c48"
|
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-05-22 10:53:00 +00:00
|
|
|
version = "4.4.0+1.9.2"
|
2022-07-12 08:37:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 10:53:00 +00:00
|
|
|
checksum = "87ac9d87c3aba1748e3112318459f2ac8bff80bfff7359e338e0463549590249"
|
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-05-22 10:53:00 +00:00
|
|
|
"rustls 0.21.1",
|
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 = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
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 = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
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-04-26 11:04:54 +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-04-26 11:04:54 +00:00
|
|
|
checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2023-04-26 11:04:54 +00:00
|
|
|
"regex-syntax 0.7.1",
|
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"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c"
|
|
|
|
|
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-22 10:53:00 +00:00
|
|
|
"base64 0.21.1",
|
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-05-22 10:53:00 +00:00
|
|
|
"rustls 0.21.1",
|
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-05-22 10:53:00 +00:00
|
|
|
"tokio-rustls 0.24.0",
|
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"
|
2022-09-26 12:10:33 +00:00
|
|
|
version = "0.1.7"
|
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 = "fc022cc82b5de6f38b2f4ddb8ed9c49cdbd7ce112e650b181598e102157257de"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"rquickjs-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rquickjs-core"
|
2022-09-26 12:10:33 +00:00
|
|
|
version = "0.1.7"
|
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 = "74fa1ecc1c84b31da87e5b26ce2b5218d36ffeb5c322141c78b79fa86a6ee3b9"
|
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"
|
2022-09-26 12:10:33 +00:00
|
|
|
version = "0.1.7"
|
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 = "24311952af42d8252e399cf48e7d470cb413b1a11a1a5b7fab648cd2edec76c5"
|
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-03-28 12:41:20 +00:00
|
|
|
version = "6.6.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 = "1b68543d5527e158213414a92832d2aab11a84d2571a5eb021ebe22c43aab066"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"rust-embed-impl",
|
|
|
|
"rust-embed-utils",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rust-embed-impl"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "6.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 = "4d4e0f0ced47ded9a68374ac145edd65a6c1fa13a96447b873660b2a568a0fd7"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rust-embed-utils",
|
2023-03-28 12:41:20 +00:00
|
|
|
"syn 1.0.109",
|
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-05-22 10:53:00 +00:00
|
|
|
version = "0.37.19"
|
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 = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"
|
2023-02-06 12:23:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
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-05-22 10:53:00 +00:00
|
|
|
version = "0.21.1"
|
2023-04-26 10:58:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 10:53:00 +00:00
|
|
|
checksum = "c911ba11bc8433e811ce56fde130ccf32f5127cab0e0194e9c68c5a5b671791e"
|
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-05-22 10:53:00 +00:00
|
|
|
"rustls 0.21.1",
|
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"
|
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 = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"
|
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-22 10:53:00 +00:00
|
|
|
"base64 0.21.1",
|
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 = [
|
|
|
|
"bitflags",
|
|
|
|
"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-05-22 10:53:00 +00:00
|
|
|
version = "1.0.163"
|
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 = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2"
|
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-05-22 10:53:00 +00:00
|
|
|
version = "1.0.163"
|
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 = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-22 10:53:00 +00:00
|
|
|
"syn 2.0.16",
|
2022-04-06 20:18:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-04-26 11:04:54 +00:00
|
|
|
version = "1.0.96"
|
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 = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
|
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-05-22 10:53:00 +00:00
|
|
|
version = "0.6.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 = "93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d"
|
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-04-10 09:22:37 +00:00
|
|
|
version = "0.9.21"
|
2022-06-07 18:28:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-10 09:22:37 +00:00
|
|
|
checksum = "d9d684e3ec7de3bf5466b32bd75303ac16f0736426e5a4e0d6e489559ce1249c"
|
2022-06-07 18:28:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
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"
|
2022-09-26 12:10:33 +00:00
|
|
|
version = "0.10.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 = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
|
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-05-22 10:53:00 +00:00
|
|
|
"time 0.3.21",
|
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-05-22 10:53:00 +00:00
|
|
|
version = "2.0.16"
|
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 = "a6f671d4b5ffdb8eadec19c0ae67fe2639df8684bd7bc4b83d986b8db549cf01"
|
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-04-10 09:22:37 +00:00
|
|
|
version = "3.5.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 = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"fastrand",
|
2023-04-10 09:22:37 +00:00
|
|
|
"redox_syscall 0.3.5",
|
|
|
|
"rustix",
|
|
|
|
"windows-sys 0.45.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 = "termcolor"
|
2023-02-06 12:23:44 +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-02-06 12:23:44 +00:00
|
|
|
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2022-06-07 18:28:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2023-02-06 12:23:44 +00:00
|
|
|
version = "0.16.0"
|
2022-06-07 18:28:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-06 12:23:44 +00:00
|
|
|
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
|
2022-06-07 18:28:41 +00:00
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[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-05-22 10:53:00 +00:00
|
|
|
"syn 2.0.16",
|
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-05-22 10:53:00 +00:00
|
|
|
version = "0.3.21"
|
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 = "8f3403384eaacbca9923fa06940178ac13e4edb725486d70e8e15881d0c836cc"
|
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-22 10:53:00 +00:00
|
|
|
version = "1.28.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 = "0aa32867d44e6f2ce3385e89dceb990188b8bb0fb25b0cf576647a6f98ac5105"
|
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-05-22 10:53:00 +00:00
|
|
|
"syn 2.0.16",
|
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"
|
|
|
|
version = "0.24.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e0d409377ff5b1e3ca6437aa86c1eb7d40c134bfec254e44c830defa92669db5"
|
|
|
|
dependencies = [
|
|
|
|
"rustls 0.21.1",
|
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
2022-04-06 20:18:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-02-06 12:23:44 +00:00
|
|
|
version = "0.5.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-05-22 10:53:00 +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-05-22 10:53:00 +00:00
|
|
|
checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec"
|
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-05-22 10:53:00 +00:00
|
|
|
version = "0.6.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 = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f"
|
2023-02-06 12:23:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "0.19.9"
|
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 = "92d964908cec0d030b812013af25a0e57fddfadb1e066ecc6681d86253129d4f"
|
2023-02-06 12:23:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"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-22 10:53:00 +00:00
|
|
|
"base64 0.21.1",
|
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 = [
|
2022-04-12 10:04:30 +00:00
|
|
|
"prettyplease",
|
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-22 10:53:00 +00:00
|
|
|
"base64 0.21.1",
|
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",
|
|
|
|
"indexmap",
|
|
|
|
"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"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5d1d42a9b3f3ec46ba828e8d376aec14592ea199f70a06a548587ecd1c4ab658"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.20.0",
|
|
|
|
"bitflags",
|
|
|
|
"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-04-26 11:04:54 +00:00
|
|
|
version = "0.1.24"
|
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 = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-22 10:53:00 +00:00
|
|
|
"syn 2.0.16",
|
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-03-28 12:41:20 +00:00
|
|
|
version = "1.0.8"
|
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 = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
|
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"
|
2022-09-26 12:10:33 +00:00
|
|
|
version = "2.3.1"
|
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 = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
2022-09-26 12:10:33 +00:00
|
|
|
"idna 0.3.0",
|
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-05-22 10:53:00 +00:00
|
|
|
version = "1.3.3"
|
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 = "345444e32442451b267fc254ae85a209c64be56d2890e601a0c37ff0c3c5ecd2"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "validator"
|
2022-09-26 11:58:01 +00:00
|
|
|
version = "0.16.0"
|
2022-04-06 20:18:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-26 11:58:01 +00:00
|
|
|
checksum = "32ad5bf234c7d3ad1042e5252b7eddb2c4669ee23f32c7dd0e9b7705f07ef591"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
2022-09-26 12:10:33 +00:00
|
|
|
"idna 0.2.3",
|
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"
|
2022-07-18 09:14:30 +00:00
|
|
|
version = "1.0.0-alpha.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 = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"ctor",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"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-05-22 10:53:00 +00:00
|
|
|
version = "0.2.86"
|
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 = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "0.2.86"
|
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 = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb"
|
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-05-22 10:53:00 +00:00
|
|
|
"syn 2.0.16",
|
2022-04-06 20:18:32 +00:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "0.4.36"
|
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 = "2d1985d03709c53167ce907ff394f5316aa22cb4e12761295c5dc57dacb6297e"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "0.2.86"
|
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 = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "0.2.86"
|
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 = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8"
|
2022-04-06 20:18:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-22 10:53:00 +00:00
|
|
|
"syn 2.0.16",
|
2022-04-06 20:18:32 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "0.2.86"
|
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 = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93"
|
2022-04-06 20:18:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2023-05-22 10:53:00 +00:00
|
|
|
version = "0.3.63"
|
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 = "3bdd9ef4e984da1187bf8110c5cf5b845fbc87a23602cdf912386a76fcd3a7c2"
|
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-04-10 09:22:37 +00:00
|
|
|
"windows-targets 0.48.0",
|
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-02-14 14:37:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.45.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
|
|
dependencies = [
|
2023-04-10 09:22:37 +00:00
|
|
|
"windows-targets 0.42.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.48.0",
|
2023-02-14 14:37:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-03-28 12:41:20 +00:00
|
|
|
version = "0.42.2"
|
2023-02-14 14:37:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 12:41:20 +00:00
|
|
|
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
2023-02-14 14:37:44 +00:00
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-05-22 10:53:00 +00:00
|
|
|
version = "0.4.6"
|
2023-02-28 11:45:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 10:53:00 +00:00
|
|
|
checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699"
|
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"
|