chirpstack/Cargo.lock

5294 lines
124 KiB
Plaintext
Raw Normal View History

2022-04-06 20:18:32 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2023-07-03 09:07:03 +00:00
[[package]]
name = "addr2line"
2023-09-18 15:21:22 +00:00
version = "0.21.0"
2023-07-03 09:07:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
2023-07-03 09:07:03 +00:00
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2022-04-06 20:18:32 +00:00
[[package]]
name = "aes"
2023-06-26 11:04:08 +00:00
version = "0.8.3"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-26 11:04:08 +00:00
checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2"
2022-04-06 20:18:32 +00:00
dependencies = [
"cfg-if",
"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 = [
"aes",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "aho-corasick"
2023-11-23 15:27:20 +00:00
version = "1.1.2"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
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",
]
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
[[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-12-11 11:10:06 +00:00
version = "0.6.5"
2023-04-10 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "d664a92ecae85fd0a7392615844904654d1d5f5514837f471ddef4a057aba1b6"
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
"utf8parse",
]
[[package]]
name = "anstyle"
2023-11-23 15:27:20 +00:00
version = "1.0.4"
2023-04-10 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
2023-04-10 09:22:37 +00:00
[[package]]
name = "anstyle-parse"
2023-12-11 11:10:06 +00:00
version = "0.2.3"
2023-04-10 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
2023-04-10 09:22:37 +00:00
dependencies = [
"utf8parse",
]
2023-04-26 11:04:54 +00:00
[[package]]
name = "anstyle-query"
2023-12-11 11:10:06 +00:00
version = "1.0.2"
2023-04-26 11:04:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
2023-04-26 11:04:54 +00:00
dependencies = [
2023-12-11 11:10:06 +00:00
"windows-sys 0.52.0",
2023-04-26 11:04:54 +00:00
]
2023-04-10 09:22:37 +00:00
[[package]]
name = "anstyle-wincon"
2023-12-11 11:10:06 +00:00
version = "3.0.2"
2023-04-10 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
2023-04-10 09:22:37 +00:00
dependencies = [
"anstyle",
2023-12-11 11:10:06 +00:00
"windows-sys 0.52.0",
2023-04-10 09:22:37 +00:00
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "anyhow"
2023-09-18 15:21:22 +00:00
version = "1.0.75"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
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 = "asn1-rs"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0"
dependencies = [
"asn1-rs-derive",
"asn1-rs-impl",
"displaydoc",
"nom",
"num-traits",
"rusticata-macros",
"thiserror",
"time",
]
[[package]]
name = "asn1-rs-derive"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
"synstructure",
]
[[package]]
name = "asn1-rs-impl"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
2022-04-06 20:18:32 +00:00
[[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-attributes"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
dependencies = [
"quote",
"syn 1.0.109",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "async-channel"
2023-07-13 10:39:20 +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-07-13 10:39:20 +00:00
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
2022-04-06 20:18:32 +00:00
dependencies = [
"concurrent-queue",
2023-11-23 15:27:20 +00:00
"event-listener 2.5.3",
"futures-core",
]
[[package]]
name = "async-channel"
2023-12-11 11:10:06 +00:00
version = "2.1.1"
2023-11-23 15:27:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "1ca33f4bc4ed1babef42cad36cc1f51fa88be00420404e5b1e80ab1b18f7678c"
2023-11-23 15:27:20 +00:00
dependencies = [
"concurrent-queue",
2023-12-11 11:10:06 +00:00
"event-listener 4.0.0",
2023-11-23 15:27:20 +00:00
"event-listener-strategy",
2022-04-06 20:18:32 +00:00
"futures-core",
2023-11-23 15:27:20 +00:00
"pin-project-lite",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "async-executor"
2023-12-11 11:10:06 +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-12-11 11:10:06 +00:00
checksum = "17ae5ebefcc48e7452b4987947920dac9450be1110cadf34d1b8c116bdbaf97c"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-12-11 11:10:06 +00:00
"async-lock 3.2.0",
2022-04-06 20:18:32 +00:00
"async-task",
"concurrent-queue",
2023-11-23 15:27:20 +00:00
"fastrand 2.0.1",
2023-12-11 11:10:06 +00:00
"futures-lite 2.1.0",
2022-04-06 20:18:32 +00:00
"slab",
]
[[package]]
name = "async-global-executor"
2023-11-23 15:27:20 +00:00
version = "2.4.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "9b4353121d5644cdf2beb5726ab752e79a8db1ebb52031770ec47db31d245526"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-12-11 11:10:06 +00:00
"async-channel 2.1.1",
2022-04-06 20:18:32 +00:00
"async-executor",
2023-12-11 11:10:06 +00:00
"async-io 2.2.1",
"async-lock 3.2.0",
2022-04-06 20:18:32 +00:00
"blocking",
2023-12-11 11:10:06 +00:00
"futures-lite 2.1.0",
2022-04-06 20:18:32 +00:00
"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-11-23 15:27:20 +00:00
"async-lock 2.8.0",
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",
2023-11-23 15:27:20 +00:00
"futures-lite 1.13.0",
2022-04-06 20:18:32 +00:00
"log",
"parking",
2023-11-23 15:27:20 +00:00
"polling 2.8.0",
"rustix 0.37.27",
"slab",
"socket2 0.4.10",
"waker-fn",
]
[[package]]
name = "async-io"
2023-12-11 11:10:06 +00:00
version = "2.2.1"
2023-11-23 15:27:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "d6d3b15875ba253d1110c740755e246537483f152fa334f91abd7fe84c88b3ff"
2023-11-23 15:27:20 +00:00
dependencies = [
2023-12-11 11:10:06 +00:00
"async-lock 3.2.0",
2023-11-23 15:27:20 +00:00
"cfg-if",
"concurrent-queue",
"futures-io",
2023-12-11 11:10:06 +00:00
"futures-lite 2.1.0",
2023-11-23 15:27:20 +00:00
"parking",
2023-12-11 11:10:06 +00:00
"polling 3.3.1",
"rustix 0.38.28",
2022-04-06 20:18:32 +00:00
"slab",
2023-11-23 15:27:20 +00:00
"tracing",
2023-12-11 11:10:06 +00:00
"windows-sys 0.52.0",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "async-lock"
2023-09-18 15:21:22 +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-09-18 15:21:22 +00:00
checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-11-23 15:27:20 +00:00
"event-listener 2.5.3",
]
[[package]]
name = "async-lock"
2023-12-11 11:10:06 +00:00
version = "3.2.0"
2023-11-23 15:27:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "7125e42787d53db9dd54261812ef17e937c95a51e4d291373b670342fa44310c"
2023-11-23 15:27:20 +00:00
dependencies = [
2023-12-11 11:10:06 +00:00
"event-listener 4.0.0",
2023-11-23 15:27:20 +00:00
"event-listener-strategy",
"pin-project-lite",
2022-04-06 20:18:32 +00:00
]
[[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-11-23 15:27:20 +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-11-23 15:27:20 +00:00
checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-11-23 15:27:20 +00:00
"async-io 1.13.0",
"async-lock 2.8.0",
"async-signal",
2022-04-06 20:18:32 +00:00
"blocking",
"cfg-if",
2023-11-23 15:27:20 +00:00
"event-listener 3.1.0",
"futures-lite 1.13.0",
2023-12-11 11:10:06 +00:00
"rustix 0.38.28",
"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 = [
2023-11-23 15:27:20 +00:00
"async-io 1.13.0",
2022-07-07 09:16:55 +00:00
"async-trait",
"futures-core",
"reactor-trait",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "async-recursion"
2023-09-18 15:21:22 +00:00
version = "1.0.5"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0"
2022-04-06 20:18:32 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-12-11 11:10:06 +00:00
"syn 2.0.40",
2023-11-23 15:27:20 +00:00
]
[[package]]
name = "async-signal"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5"
dependencies = [
2023-12-11 11:10:06 +00:00
"async-io 2.2.1",
2023-11-23 15:27:20 +00:00
"async-lock 2.8.0",
"atomic-waker",
"cfg-if",
"futures-core",
"futures-io",
2023-12-11 11:10:06 +00:00
"rustix 0.38.28",
2023-11-23 15:27:20 +00:00
"signal-hook-registry",
"slab",
2023-12-11 11:10:06 +00:00
"windows-sys 0.48.0",
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-attributes",
2023-11-23 15:27:20 +00:00
"async-channel 1.9.0",
2022-04-06 20:18:32 +00:00
"async-global-executor",
2023-11-23 15:27:20 +00:00
"async-io 1.13.0",
"async-lock 2.8.0",
2022-04-06 20:18:32 +00:00
"async-process",
"crossbeam-utils",
"futures-channel",
"futures-core",
"futures-io",
2023-11-23 15:27:20 +00:00
"futures-lite 1.13.0",
2022-04-06 20:18:32 +00:00
"gloo-timers",
"kv-log-macro",
"log",
"memchr",
"once_cell",
"pin-project-lite",
"pin-utils",
"slab",
"wasm-bindgen-futures",
]
2023-09-18 15:21:22 +00:00
[[package]]
name = "async-stream"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
dependencies = [
"async-stream-impl",
"futures-core",
"pin-project-lite",
]
[[package]]
name = "async-stream-impl"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
dependencies = [
"proc-macro2",
"quote",
2023-12-11 11:10:06 +00:00
"syn 2.0.40",
2023-09-18 15:21:22 +00:00
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "async-task"
2023-11-23 15:27:20 +00:00
version = "4.5.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "b4eb2cdb97421e01129ccb49169d8279ed21e829929144f4a22a6e54ac549ca1"
2022-04-06 20:18:32 +00:00
[[package]]
name = "async-trait"
2023-11-23 15:27:20 +00:00
version = "0.1.74"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9"
2022-04-06 20:18:32 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-12-11 11:10:06 +00:00
"syn 2.0.40",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "atomic-waker"
2023-11-23 15:27:20 +00:00
version = "1.1.2"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
2022-04-06 20:18:32 +00:00
[[package]]
name = "autocfg"
2022-07-07 09:16:55 +00:00
version = "1.1.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-07 09:16:55 +00:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2022-04-06 20:18:32 +00:00
[[package]]
name = "aws-sign-v4"
version = "0.2.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93df874cdba37261e8d371d427d8ba77c753febe271b8f484349af6dceea0e48"
2022-04-06 20:18:32 +00:00
dependencies = [
"chrono",
2022-04-06 20:18:32 +00:00
"hex",
"http",
2023-11-23 15:27:20 +00:00
"ring 0.16.20",
"sha256",
"url",
2022-04-06 20:18:32 +00:00
]
2022-04-12 10:04:30 +00:00
[[package]]
name = "axum"
2023-08-08 10:53:21 +00:00
version = "0.6.20"
2022-04-12 10:04:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-08 10:53:21 +00:00
checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
2022-04-12 10:04:30 +00:00
dependencies = [
"async-trait",
"axum-core",
"bitflags 1.3.2",
2022-04-12 10:04:30 +00:00
"bytes",
"futures-util",
"http",
"http-body",
"hyper",
2022-09-26 12:10:33 +00:00
"itoa",
2022-04-12 10:04:30 +00:00
"matchit",
"memchr",
"mime",
"percent-encoding",
"pin-project-lite",
2023-02-06 12:23:44 +00:00
"rustversion",
2022-04-12 10:04:30 +00:00
"serde",
"sync_wrapper",
"tower",
"tower-layer",
"tower-service",
]
[[package]]
name = "axum-core"
2023-04-26 11:04:54 +00:00
version = "0.3.4"
2022-04-12 10:04:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-26 11:04:54 +00:00
checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
2022-04-12 10:04:30 +00:00
dependencies = [
"async-trait",
"bytes",
"futures-util",
"http",
"http-body",
"mime",
2023-02-06 12:23:44 +00:00
"rustversion",
2022-09-26 12:10:33 +00:00
"tower-layer",
"tower-service",
2022-04-12 10:04:30 +00:00
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "backend"
2024-03-13 10:00:37 +00:00
version = "4.7.0"
2022-04-06 20:18:32 +00:00
dependencies = [
"aes-kw",
"anyhow",
"chirpstack_api",
2022-04-06 20:18:32 +00:00
"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-07-03 09:07:03 +00:00
[[package]]
name = "backtrace"
2023-09-18 15:21:22 +00:00
version = "0.3.69"
2023-07-03 09:07:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
2023-07-03 09:07:03 +00:00
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
2023-05-22 10:53:00 +00:00
[[package]]
name = "base16ct"
2023-07-13 10:39:20 +00:00
version = "0.2.0"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 10:39:20 +00:00
checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
2023-05-22 10:53:00 +00:00
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"
[[package]]
name = "base64"
2023-11-23 15:27:20 +00:00
version = "0.21.5"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
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-11-23 15:27:20 +00:00
version = "0.4.2"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "c06619be423ea5bb86c95f087d5707942791a08a85530df0db2209a3ecfb8bc9"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-09-18 15:21:22 +00:00
"autocfg",
"libm",
"num-bigint",
2022-04-06 20:18:32 +00:00
"num-integer",
"num-traits",
]
[[package]]
name = "bindgen"
2023-06-27 08:46:17 +00:00
version = "0.65.1"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-27 08:46:17 +00:00
checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5"
2022-04-06 20:18:32 +00:00
dependencies = [
"bitflags 1.3.2",
2022-04-06 20:18:32 +00:00
"cexpr",
"clang-sys",
"lazy_static",
"lazycell",
"log",
"peeking_take_while",
2023-09-18 15:21:22 +00:00
"prettyplease",
2022-04-06 20:18:32 +00:00
"proc-macro2",
"quote",
"regex",
"rustc-hash",
"shlex",
2023-12-11 11:10:06 +00:00
"syn 2.0.40",
2022-04-06 20:18:32 +00:00
"which",
]
[[package]]
name = "bit-set"
2022-09-26 12:10:33 +00:00
version = "0.5.3"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-26 12:10:33 +00:00
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
2022-04-06 20:18:32 +00:00
dependencies = [
"bit-vec",
]
[[package]]
name = "bit-vec"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
2023-11-23 15:27:20 +00:00
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
2022-04-06 20:18:32 +00:00
[[package]]
name = "block-buffer"
2023-03-28 12:41:20 +00:00
version = "0.10.4"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-28 12:41:20 +00:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2022-04-06 20:18:32 +00:00
dependencies = [
2022-09-26 12:10:33 +00:00
"generic-array",
2022-04-06 20:18:32 +00:00
]
2022-07-07 09:16:55 +00:00
[[package]]
name = "block-padding"
2023-04-10 09:22:37 +00:00
version = "0.3.3"
2022-07-07 09:16:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-10 09:22:37 +00:00
checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2022-07-07 09:16:55 +00:00
dependencies = [
2022-09-26 12:10:33 +00:00
"generic-array",
2022-07-07 09:16:55 +00:00
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "blocking"
2023-11-23 15:27:20 +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-11-23 15:27:20 +00:00
checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-12-11 11:10:06 +00:00
"async-channel 2.1.1",
"async-lock 3.2.0",
2022-04-06 20:18:32 +00:00
"async-task",
2023-11-23 15:27:20 +00:00
"fastrand 2.0.1",
"futures-io",
2023-12-11 11:10:06 +00:00
"futures-lite 2.1.0",
2023-11-23 15:27:20 +00:00
"piper",
"tracing",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "bumpalo"
2023-09-18 15:21:22 +00:00
version = "3.14.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
2022-04-06 20:18:32 +00:00
[[package]]
name = "byteorder"
2023-11-23 15:27:20 +00:00
version = "1.5.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2022-04-06 20:18:32 +00:00
[[package]]
name = "bytes"
2023-09-18 15:21:22 +00:00
version = "1.5.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
2022-04-06 20:18:32 +00:00
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 = [
"cipher",
2022-07-07 09:16:55 +00:00
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "cc"
2023-09-18 15:21:22 +00:00
version = "1.0.83"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
2023-08-08 10:53:21 +00:00
dependencies = [
"libc",
]
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"
2024-03-13 10:00:37 +00:00
version = "4.7.0"
2022-04-06 20:18:32 +00:00
dependencies = [
"aes",
2022-04-06 20:18:32 +00:00
"anyhow",
"async-recursion",
"async-trait",
"aws-sign-v4",
2022-04-06 20:18:32 +00:00
"backend",
2023-11-23 15:27:20 +00:00
"base64 0.21.5",
2022-04-06 20:18:32 +00:00
"bigdecimal",
2022-06-30 10:11:21 +00:00
"bytes",
2022-04-06 20:18:32 +00:00
"chirpstack_api",
"chrono",
2023-06-27 08:46:17 +00:00
"clap",
2023-11-28 13:23:15 +00:00
"deadpool-redis",
2022-04-06 20:18:32 +00:00
"diesel",
"diesel-async",
2022-04-06 20:18:32 +00:00
"diesel_migrations",
2023-05-29 15:57:51 +00:00
"dotenv",
2022-04-06 20:18:32 +00:00
"futures",
"futures-util",
2022-04-06 20:18:32 +00:00
"gcp_auth",
"geohash",
"handlebars",
"hex",
"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",
"oauth2",
2022-04-06 20:18:32 +00:00
"openidconnect",
"pbjson-types",
"pbkdf2",
2022-07-18 09:14:30 +00:00
"petgraph",
"pin-project",
"prometheus-client",
2022-04-06 20:18:32 +00:00
"prost",
"prost-types",
"rand",
"rand_core",
"rcgen",
2022-07-12 08:37:15 +00:00
"rdkafka",
2022-04-06 20:18:32 +00:00
"redis",
"regex",
"reqwest",
"rquickjs",
"rsa",
"rumqttc",
2022-04-06 20:18:32 +00:00
"rust-embed",
"rustls",
"rustls-native-certs",
"rustls-pemfile",
2022-04-06 20:18:32 +00:00
"serde",
"serde_json",
"serde_urlencoded",
"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-postgres",
"tokio-postgres-rustls",
2022-07-07 09:16:55 +00:00
"tokio-reactor-trait",
2022-04-06 20:18:32 +00:00
"tokio-stream",
"toml",
2022-04-06 20:18:32 +00:00
"tonic",
"tonic-reflection",
"tonic-web",
"tower",
2023-04-10 09:22:37 +00:00
"tower-http",
2022-04-06 20:18:32 +00:00
"tracing",
"tracing-subscriber",
"urlencoding",
2022-04-06 20:18:32 +00:00
"uuid",
"validator",
"warp",
]
[[package]]
name = "chirpstack_api"
2024-03-13 10:00:37 +00:00
version = "4.7.0"
2022-04-06 20:18:32 +00:00
dependencies = [
"diesel",
"hex",
2022-04-06 20:18:32 +00:00
"pbjson",
"pbjson-build",
"pbjson-types",
"prost",
"prost-types",
"rand",
2022-04-06 20:18:32 +00:00
"serde",
"tokio",
"tonic",
"tonic-build",
]
[[package]]
name = "chirpstack_integration"
2023-12-07 09:22:19 +00:00
version = "4.6.0"
dependencies = [
"anyhow",
"async-trait",
"chirpstack_api",
"lazy_static",
"redis",
"serde",
"serde_json",
"tokio",
"toml",
"tracing",
"tracing-subscriber",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "chrono"
2023-09-18 15:21:22 +00:00
version = "0.4.31"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
2022-04-06 20:18:32 +00:00
dependencies = [
"android-tzdata",
"iana-time-zone",
"js-sys",
2022-04-06 20:18:32 +00:00
"num-traits",
"serde",
"wasm-bindgen",
2023-12-11 11:10:06 +00:00
"windows-targets 0.48.5",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "cipher"
2023-03-28 12:41:20 +00:00
version = "0.4.4"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-28 12:41:20 +00:00
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2022-04-06 20:18:32 +00:00
dependencies = [
"crypto-common",
"inout",
]
[[package]]
name = "clang-sys"
2023-04-10 09:22:37 +00:00
version = "1.6.1"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-10 09:22:37 +00:00
checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
2022-04-06 20:18:32 +00:00
dependencies = [
"glob",
"libc",
"libloading",
]
2022-10-03 14:11:53 +00:00
[[package]]
name = "clap"
2023-12-11 11:10:06 +00:00
version = "4.4.11"
2022-10-03 14:11:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "bfaff671f6b22ca62406885ece523383b9b64022e341e53e009a62ebc47a45f2"
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",
2023-03-28 12:41:20 +00:00
]
[[package]]
name = "clap_builder"
2023-12-11 11:10:06 +00:00
version = "4.4.11"
2023-03-28 12:41:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "a216b506622bb1d316cd51328dce24e07bdff4a6128a47c7e7fad11878d5adbb"
2023-03-28 12:41:20 +00:00
dependencies = [
2023-04-10 09:22:37 +00:00
"anstream",
"anstyle",
2023-06-27 08:46:17 +00:00
"clap_lex",
2022-10-03 14:11:53 +00:00
"strsim",
]
[[package]]
name = "clap_derive"
2023-11-23 15:27:20 +00:00
version = "4.4.7"
2022-10-03 14:11:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442"
2022-10-03 14:11:53 +00:00
dependencies = [
"heck",
"proc-macro2",
"quote",
2023-12-11 11:10:06 +00:00
"syn 2.0.40",
2022-10-03 14:11:53 +00:00
]
[[package]]
name = "clap_lex"
2023-11-23 15:27:20 +00:00
version = "0.6.0"
2022-10-03 14:11:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
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 = [
"cipher",
2022-04-06 20:18:32 +00:00
"dbl",
"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",
"futures-core",
2022-04-06 20:18:32 +00:00
"memchr",
"pin-project-lite",
"tokio",
"tokio-util",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "concurrent-queue"
2023-12-11 11:10:06 +00:00
version = "2.4.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363"
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"
2023-09-18 15:21:22 +00:00
version = "0.9.5"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f"
2023-05-22 10:53:00 +00:00
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"
2023-12-11 11:10:06 +00:00
version = "0.9.4"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2022-04-06 20:18:32 +00:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
2023-12-11 11:10:06 +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-12-11 11:10:06 +00:00
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
2022-04-06 20:18:32 +00:00
[[package]]
name = "cpufeatures"
2023-11-23 15:27:20 +00:00
version = "0.2.11"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0"
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"
[[package]]
name = "crossbeam-utils"
2023-06-13 13:38:16 +00:00
version = "0.8.16"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-13 13:38:16 +00:00
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
2022-04-06 20:18:32 +00:00
dependencies = [
"cfg-if",
]
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
2023-05-22 10:53:00 +00:00
[[package]]
name = "crypto-bigint"
2023-11-23 15:27:20 +00:00
version = "0.5.5"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
2023-05-22 10:53:00 +00:00
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",
]
2023-11-23 15:27:20 +00:00
[[package]]
name = "curve25519-dalek"
version = "4.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e89b8c6a2e4b1f45971ad09761aafb85514a84744b67a95e32c3cc1352d1f65c"
dependencies = [
"cfg-if",
"cpufeatures",
"curve25519-dalek-derive",
"digest",
"fiat-crypto",
"platforms",
"rustc_version",
"subtle",
"zeroize",
]
[[package]]
name = "curve25519-dalek-derive"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
dependencies = [
"proc-macro2",
"quote",
2023-12-11 11:10:06 +00:00
"syn 2.0.40",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "darling"
2023-07-13 10:39:20 +00:00
version = "0.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 10:39:20 +00:00
checksum = "0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
2023-07-13 10:39:20 +00:00
version = "0.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 10:39:20 +00:00
checksum = "177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
2023-12-11 11:10:06 +00:00
"syn 2.0.40",
]
[[package]]
name = "darling_macro"
2023-07-13 10:39:20 +00:00
version = "0.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 10:39:20 +00:00
checksum = "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5"
dependencies = [
"darling_core",
"quote",
2023-12-11 11:10:06 +00:00
"syn 2.0.40",
]
[[package]]
name = "data-encoding"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5"
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
]
[[package]]
name = "deadpool"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb84100978c1c7b37f09ed3ce3e5f843af02c2a2c431bae5b19230dad2c1b490"
dependencies = [
"async-trait",
"deadpool-runtime",
"num_cpus",
"tokio",
]
2023-11-28 13:23:15 +00:00
[[package]]
name = "deadpool-redis"
version = "0.14.0"
2023-11-28 13:23:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36f2381b0e993d06a1f6d49f486b33bc4004085bf980340fc05726bacc681fff"
2023-11-28 13:23:15 +00:00
dependencies = [
"deadpool",
"redis",
]
[[package]]
name = "deadpool-runtime"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63dfa964fe2a66f3fde91fc70b267fe193d822c7e603e2a675a49a7f46ad3f49"
2023-11-28 13:23:15 +00:00
dependencies = [
"tokio",
]
2023-05-22 10:53:00 +00:00
[[package]]
name = "der"
2023-08-08 10:53:21 +00:00
version = "0.7.8"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-08 10:53:21 +00:00
checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c"
2023-05-22 10:53:00 +00:00
dependencies = [
"const-oid",
"pem-rfc7468",
"zeroize",
]
[[package]]
name = "der-parser"
version = "8.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e"
dependencies = [
"asn1-rs",
"displaydoc",
"nom",
"num-bigint",
"num-traits",
"rusticata-macros",
]
2023-08-08 10:53:21 +00:00
[[package]]
name = "deranged"
2023-12-11 11:10:06 +00:00
version = "0.3.10"
2023-08-08 10:53:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "8eb30d70a07a3b04884d2677f06bec33509dc67ca60d92949e5535352d3191dc"
2023-08-08 10:53:21 +00:00
dependencies = [
2023-11-23 15:27:20 +00:00
"powerfmt",
2023-08-08 10:53:21 +00:00
"serde",
]
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 = [
"cipher",
2022-07-07 09:16:55 +00:00
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "diesel"
version = "2.1.1"
source = "git+https://github.com/diesel-rs/diesel.git?rev=566dcccc6df6adb6ceddef8df5e1806e2a065c40#566dcccc6df6adb6ceddef8df5e1806e2a065c40"
2022-04-06 20:18:32 +00:00
dependencies = [
"bigdecimal",
2023-11-23 15:27:20 +00:00
"bitflags 2.4.1",
2022-04-06 20:18:32 +00:00
"byteorder",
"chrono",
"diesel_derives",
2022-09-26 12:10:33 +00:00
"itoa",
"num-bigint",
2022-04-06 20:18:32 +00:00
"num-integer",
"num-traits",
"serde_json",
"uuid",
]
[[package]]
name = "diesel-async"
version = "0.4.1"
source = "git+https://github.com/weiznich/diesel_async.git?rev=017ebe2fb7a2709ab5db92148dea5ce812a35e09#017ebe2fb7a2709ab5db92148dea5ce812a35e09"
dependencies = [
"async-trait",
"deadpool",
"diesel",
"futures-util",
"scoped-futures",
"tokio",
"tokio-postgres",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "diesel_derives"
version = "2.1.0"
source = "git+https://github.com/diesel-rs/diesel.git?rev=566dcccc6df6adb6ceddef8df5e1806e2a065c40#566dcccc6df6adb6ceddef8df5e1806e2a065c40"
2022-04-06 20:18:32 +00:00
dependencies = [
"diesel_table_macro_syntax",
"dsl_auto_type",
2022-04-06 20:18:32 +00:00
"proc-macro2",
"quote",
2023-12-11 11:10:06 +00:00
"syn 2.0.40",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "diesel_migrations"
version = "2.1.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6036b3f0120c5961381b570ee20a02432d7e2d27ea60de9578799cf9156914ac"
2022-04-06 20:18:32 +00:00
dependencies = [
"diesel",
2022-04-06 20:18:32 +00:00
"migrations_internals",
"migrations_macros",
]
[[package]]
name = "diesel_table_macro_syntax"
version = "0.1.0"
source = "git+https://github.com/diesel-rs/diesel.git?rev=566dcccc6df6adb6ceddef8df5e1806e2a065c40#566dcccc6df6adb6ceddef8df5e1806e2a065c40"
dependencies = [
2023-12-11 11:10:06 +00:00
"syn 2.0.40",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "diff"
2022-07-18 09:14:30 +00:00
version = "0.1.13"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 09:14:30 +00:00
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
2022-04-06 20:18:32 +00:00
[[package]]
name = "digest"
2023-05-22 10:53:00 +00:00
version = "0.10.7"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-22 10:53:00 +00:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2022-04-06 20:18:32 +00:00
dependencies = [
"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",
]
[[package]]
name = "displaydoc"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
dependencies = [
"proc-macro2",
"quote",
2023-12-11 11:10:06 +00:00
"syn 2.0.40",
]
2022-07-07 09:16:55 +00:00
[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
2023-05-29 15:57:51 +00:00
[[package]]
name = "dotenv"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
[[package]]
name = "dsl_auto_type"
version = "0.1.0"
source = "git+https://github.com/diesel-rs/diesel.git?rev=566dcccc6df6adb6ceddef8df5e1806e2a065c40#566dcccc6df6adb6ceddef8df5e1806e2a065c40"
dependencies = [
"darling",
"either",
"heck",
"proc-macro2",
"quote",
2023-12-11 11:10:06 +00:00
"syn 2.0.40",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "dtoa"
2023-08-08 10:53:21 +00:00
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-08 10:53:21 +00:00
checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653"
2023-05-22 10:53:00 +00:00
[[package]]
name = "dyn-clone"
2023-11-23 15:27:20 +00:00
version = "1.0.16"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "545b22097d44f8a9581187cdf93de7a71e4722bf51200cfaba810865b49a495d"
2023-05-22 10:53:00 +00:00
[[package]]
name = "ecdsa"
2023-11-23 15:27:20 +00:00
version = "0.16.9"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
2023-05-22 10:53:00 +00:00
dependencies = [
"der",
2023-07-13 10:39:20 +00:00
"digest",
2023-05-22 10:53:00 +00:00
"elliptic-curve",
"rfc6979",
"signature",
2023-07-13 10:39:20 +00:00
"spki",
2023-05-22 10:53:00 +00:00
]
2023-11-23 15:27:20 +00:00
[[package]]
name = "ed25519"
version = "2.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
dependencies = [
"pkcs8",
"signature",
]
[[package]]
name = "ed25519-dalek"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f628eaec48bfd21b865dc2950cfa014450c01d2fa2b69a86c2fd5844ec523c0"
dependencies = [
"curve25519-dalek",
"ed25519",
"serde",
"sha2",
"subtle",
"zeroize",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "either"
2023-08-08 10:53:21 +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-08-08 10:53:21 +00:00
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
2022-04-06 20:18:32 +00:00
2023-05-22 10:53:00 +00:00
[[package]]
name = "elliptic-curve"
2023-11-23 15:27:20 +00:00
version = "0.13.8"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
2023-05-22 10:53:00 +00:00
dependencies = [
"base16ct",
"crypto-bigint",
"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-09-18 15:21:22 +00:00
version = "0.8.33"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
2022-04-06 20:18:32 +00:00
dependencies = [
"cfg-if",
]
2023-06-26 11:04:08 +00:00
[[package]]
name = "equivalent"
2023-07-13 10:39:20 +00:00
version = "1.0.1"
2023-06-26 11:04:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 10:39:20 +00:00
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2023-06-26 11:04:08 +00:00
2023-02-06 12:23:44 +00:00
[[package]]
name = "errno"
2023-12-11 11:10:06 +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-12-11 11:10:06 +00:00
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
2023-03-28 12:41:20 +00:00
dependencies = [
"libc",
2023-12-11 11:10:06 +00:00
"windows-sys 0.52.0",
2023-03-28 12:41:20 +00:00
]
2023-02-06 12:23:44 +00:00
[[package]]
2023-11-23 15:27:20 +00:00
name = "event-listener"
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
[[package]]
name = "event-listener"
version = "3.1.0"
2023-02-06 12:23:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
2023-02-06 12:23:44 +00:00
dependencies = [
2023-11-23 15:27:20 +00:00
"concurrent-queue",
"parking",
"pin-project-lite",
2023-02-06 12:23:44 +00:00
]
2023-12-11 11:10:06 +00:00
[[package]]
name = "event-listener"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "770d968249b5d99410d61f5bf89057f3199a077a04d087092f58e7d10692baae"
dependencies = [
"concurrent-queue",
"parking",
"pin-project-lite",
]
2022-04-06 20:18:32 +00:00
[[package]]
2023-11-23 15:27:20 +00:00
name = "event-listener-strategy"
2023-12-11 11:10:06 +00:00
version = "0.4.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3"
2023-11-23 15:27:20 +00:00
dependencies = [
2023-12-11 11:10:06 +00:00
"event-listener 4.0.0",
2023-11-23 15:27:20 +00:00
"pin-project-lite",
]
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",
]
[[package]]
name = "fallible-iterator"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
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-08-08 10:53:21 +00:00
[[package]]
name = "fastrand"
2023-11-23 15:27:20 +00:00
version = "2.0.1"
2023-08-08 10:53:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
2023-08-08 10:53:21 +00:00
2023-05-22 10:53:00 +00:00
[[package]]
name = "ff"
2023-07-13 10:39:20 +00:00
version = "0.13.0"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 10:39:20 +00:00
checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"
2023-05-22 10:53:00 +00:00
dependencies = [
"rand_core",
"subtle",
]
2023-11-23 15:27:20 +00:00
[[package]]
name = "fiat-crypto"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27573eac26f4dd11e2b1916c3fe1baa56407c83c71a773a8ba17ec0bca03b6b7"
[[package]]
name = "finl_unicode"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6"
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
]
2023-11-23 15:27:20 +00:00
[[package]]
name = "flume"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
dependencies = [
"futures-core",
"futures-sink",
2023-11-23 15:27:20 +00:00
"spin 0.9.8",
]
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 = "form_urlencoded"
2023-11-23 15:27:20 +00:00
version = "1.2.1"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
2022-04-06 20:18:32 +00:00
dependencies = [
"percent-encoding",
]
[[package]]
name = "futures"
2023-11-23 15:27:20 +00:00
version = "0.3.29"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "da0290714b38af9b4a7b094b8a37086d1b4e61f2df9122c3cad2577669145335"
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-11-23 15:27:20 +00:00
version = "0.3.29"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb"
2022-04-06 20:18:32 +00:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2023-11-23 15:27:20 +00:00
version = "0.3.29"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c"
2022-04-06 20:18:32 +00:00
[[package]]
name = "futures-executor"
2023-11-23 15:27:20 +00:00
version = "0.3.29"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "0f4fb8693db0cf099eadcca0efe2a5a22e4550f98ed16aba6c48700da29597bc"
2022-04-06 20:18:32 +00:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2023-11-23 15:27:20 +00:00
version = "0.3.29"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa"
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 = [
2023-08-08 10:53:21 +00:00
"fastrand 1.9.0",
2022-04-06 20:18:32 +00:00
"futures-core",
"futures-io",
"memchr",
"parking",
"pin-project-lite",
"waker-fn",
]
2023-11-23 15:27:20 +00:00
[[package]]
name = "futures-lite"
2023-12-11 11:10:06 +00:00
version = "2.1.0"
2023-11-23 15:27:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "aeee267a1883f7ebef3700f262d2d54de95dfaf38189015a74fdc4e0c7ad8143"
2023-11-23 15:27:20 +00:00
dependencies = [
"fastrand 2.0.1",
"futures-core",
"futures-io",
"parking",
"pin-project-lite",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "futures-macro"
2023-11-23 15:27:20 +00:00
version = "0.3.29"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb"
2022-04-06 20:18:32 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-12-11 11:10:06 +00:00
"syn 2.0.40",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "futures-sink"
2023-11-23 15:27:20 +00:00
version = "0.3.29"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817"
2022-04-06 20:18:32 +00:00
[[package]]
name = "futures-task"
2023-11-23 15:27:20 +00:00
version = "0.3.29"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2"
2022-04-06 20:18:32 +00:00
[[package]]
name = "futures-util"
2023-11-23 15:27:20 +00:00
version = "0.3.29"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104"
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-07-03 09:07:03 +00:00
version = "0.9.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 09:07:03 +00:00
checksum = "7d3b20d3058763d26d88e6e7a49998841e5296735b00dbfb064ff7cb142933dd"
2022-04-06 20:18:32 +00:00
dependencies = [
"async-trait",
2023-11-23 15:27:20 +00:00
"base64 0.21.5",
2022-04-06 20:18:32 +00:00
"dirs-next",
"hyper",
2023-09-04 13:10:15 +00:00
"hyper-rustls",
2023-11-23 15:27:20 +00:00
"ring 0.16.20",
"rustls",
2023-04-10 09:22:37 +00:00
"rustls-pemfile",
2022-04-06 20:18:32 +00:00
"serde",
"serde_json",
"thiserror",
2023-09-18 15:21:22 +00:00
"time",
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",
2023-07-13 10:39:20 +00:00
"zeroize",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "geo-types"
2023-11-23 15:27:20 +00:00
version = "0.7.12"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "567495020b114f1ce9bed679b29975aa0bfae06ac22beacd5cfde5dabe7b05d6"
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-11-23 15:27:20 +00:00
version = "0.2.11"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f"
2022-04-06 20:18:32 +00:00
dependencies = [
"cfg-if",
"js-sys",
"libc",
2023-09-18 15:21:22 +00:00
"wasi",
2022-04-06 20:18:32 +00:00
"wasm-bindgen",
]
2023-07-03 09:07:03 +00:00
[[package]]
name = "gimli"
2023-12-11 11:10:06 +00:00
version = "0.28.1"
2023-07-03 09:07:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
2023-07-03 09:07:03 +00:00
2022-04-06 20:18:32 +00:00
[[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"
2023-07-13 10:39:20 +00:00
version = "0.13.0"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 10:39:20 +00:00
checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
2023-05-22 10:53:00 +00:00
dependencies = [
"ff",
"rand_core",
"subtle",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "h2"
2023-11-23 15:27:20 +00:00
version = "0.3.22"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "4d6250322ef6e60f93f9a2162799302cd6f68f79f6e5d85c8c16f14d1d958178"
2022-04-06 20:18:32 +00:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
2023-11-23 15:27:20 +00:00
"indexmap 2.1.0",
2022-04-06 20:18:32 +00:00
"slab",
"tokio",
"tokio-util",
2022-04-06 20:18:32 +00:00
"tracing",
]
[[package]]
name = "handlebars"
2023-11-23 15:27:20 +00:00
version = "4.5.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
2022-04-06 20:18:32 +00:00
dependencies = [
"log",
"pest",
"pest_derive",
"serde",
"serde_json",
2022-07-18 09:14:30 +00:00
"thiserror",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "hashbrown"
2022-07-18 09:14:30 +00:00
version = "0.12.3"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 09:14:30 +00:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2022-04-06 20:18:32 +00:00
2023-06-26 11:04:08 +00:00
[[package]]
name = "hashbrown"
2023-12-11 11:10:06 +00:00
version = "0.14.3"
2023-06-26 11:04:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
2023-06-26 11:04:08 +00:00
2022-04-06 20:18:32 +00:00
[[package]]
name = "headers"
2023-09-18 15:21:22 +00:00
version = "0.3.9"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-11-23 15:27:20 +00:00
"base64 0.21.5",
2022-04-06 20:18:32 +00:00
"bytes",
"headers-core",
"http",
"httpdate",
"mime",
"sha1",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "headers-core"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
dependencies = [
"http",
]
[[package]]
name = "heck"
2023-02-14 14:37:44 +00:00
version = "0.4.1"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 14:37:44 +00:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2022-04-06 20:18:32 +00:00
2023-02-14 14:37:44 +00:00
[[package]]
name = "hermit-abi"
2023-11-23 15:27:20 +00:00
version = "0.3.3"
2023-02-14 14:37:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
2023-02-14 14:37:44 +00:00
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 = [
"digest",
2022-04-06 20:18:32 +00:00
]
2023-09-18 15:21:22 +00:00
[[package]]
name = "home"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
dependencies = [
2023-12-11 11:10:06 +00:00
"windows-sys 0.48.0",
2023-09-18 15:21:22 +00:00
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "http"
2023-11-23 15:27:20 +00:00
version = "0.2.11"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb"
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"
2023-12-11 11:10:06 +00:00
version = "0.4.6"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
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"
2023-08-08 10:53:21 +00:00
version = "0.3.1"
2022-04-12 10:04:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-08 10:53:21 +00:00
checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
2022-04-12 10:04:30 +00:00
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"
2023-09-18 15:21:22 +00:00
version = "1.0.3"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2022-04-06 20:18:32 +00:00
[[package]]
name = "httpmock"
version = "0.7.0-rc.1"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "729baafac5c497d67ee98569d7bb95a77cb6cd0a8aecda7b8a1a2bed45fd01d2"
2022-04-06 20:18:32 +00:00
dependencies = [
"assert-json-diff",
"async-object-pool",
"async-std",
2022-04-06 20:18:32 +00:00
"async-trait",
2023-11-23 15:27:20 +00:00
"base64 0.21.5",
2022-04-06 20:18:32 +00:00
"basic-cookies",
"crossbeam-utils",
"form_urlencoded",
"futures-util",
"hyper",
"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-07-03 09:07:03 +00:00
version = "0.14.27"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 09:07:03 +00:00
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
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",
2023-11-23 15:27:20 +00:00
"socket2 0.4.10",
2022-04-06 20:18:32 +00:00
"tokio",
"tower-service",
"tracing",
"want",
]
2023-05-22 10:53:00 +00:00
[[package]]
name = "hyper-rustls"
2023-11-23 15:27:20 +00:00
version = "0.24.2"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
2023-05-22 10:53:00 +00:00
dependencies = [
2023-07-13 10:39:20 +00:00
"futures-util",
2023-05-22 10:53:00 +00:00
"http",
"hyper",
2023-11-23 15:27:20 +00:00
"rustls",
2023-05-22 10:53:00 +00:00
"rustls-native-certs",
"tokio",
2023-11-23 15:27:20 +00:00
"tokio-rustls",
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",
]
[[package]]
name = "iana-time-zone"
2023-11-23 15:27:20 +00:00
version = "0.1.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "8326b86b6cff230b97d0d312a6c40a60726df3332e721f72a1b035f451663b20"
dependencies = [
"android_system_properties",
"core-foundation-sys",
2023-02-06 12:23:44 +00:00
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
2023-11-23 15:27:20 +00:00
"windows-core",
]
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
]
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2022-09-26 12:10:33 +00:00
[[package]]
name = "idna"
2023-06-13 13:38:16 +00:00
version = "0.4.0"
2022-09-26 12:10:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-13 13:38:16 +00:00
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
2022-09-26 12:10:33 +00:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2023-11-23 15:27:20 +00:00
[[package]]
name = "idna"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "indexmap"
2023-03-28 12:41:20 +00:00
version = "1.9.3"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-28 12:41:20 +00:00
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2022-04-06 20:18:32 +00:00
dependencies = [
"autocfg",
2023-06-26 11:04:08 +00:00
"hashbrown 0.12.3",
2023-07-13 10:39:20 +00:00
"serde",
2023-06-26 11:04:08 +00:00
]
[[package]]
name = "indexmap"
2023-11-23 15:27:20 +00:00
version = "2.1.0"
2023-06-26 11:04:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
2023-06-26 11:04:08 +00:00
dependencies = [
"equivalent",
2023-12-11 11:10:06 +00:00
"hashbrown 0.14.3",
2023-08-08 10:53:21 +00:00
"serde",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "inout"
2022-07-18 09:14:30 +00:00
version = "0.1.3"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 09:14:30 +00:00
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
2022-04-06 20:18:32 +00:00
dependencies = [
2022-09-26 12:10:33 +00:00
"block-padding",
"generic-array",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
]
2023-02-06 12:23:44 +00:00
[[package]]
name = "io-lifetimes"
version = "1.0.11"
2023-02-06 12:23:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
2023-02-06 12:23:44 +00:00
dependencies = [
2023-07-03 09:07:03 +00:00
"hermit-abi",
2023-02-06 12:23:44 +00:00
"libc",
2023-12-11 11:10:06 +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-11-23 15:27:20 +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-11-23 15:27:20 +00:00
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
2023-02-06 12:23:44 +00:00
[[package]]
name = "is-terminal"
2023-07-13 10:39:20 +00:00
version = "0.4.9"
2023-02-06 12:23:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 10:39:20 +00:00
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
2023-02-06 12:23:44 +00:00
dependencies = [
2023-07-03 09:07:03 +00:00
"hermit-abi",
2023-12-11 11:10:06 +00:00
"rustix 0.38.28",
"windows-sys 0.48.0",
2023-02-06 12:23:44 +00:00
]
2022-04-06 20:18:32 +00:00
[[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",
]
2023-09-18 15:21:22 +00:00
[[package]]
name = "itertools"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
dependencies = [
"either",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "itoa"
2023-12-11 11:10:06 +00:00
version = "1.0.10"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
2022-04-06 20:18:32 +00:00
[[package]]
name = "js-sys"
2023-12-11 11:10:06 +00:00
version = "0.3.66"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "cee9c64da59eae3b50095c18d3e74f8b73c0b86d2792824ff01bbce68ba229ca"
2022-04-06 20:18:32 +00:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "jsonwebtoken"
version = "9.2.0"
2022-04-18 20:19:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c7ea04a7c5c055c175f189b6dc6ba036fd62306b58c66c9f6389036c503a3f4"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-11-23 15:27:20 +00:00
"base64 0.21.5",
"js-sys",
"pem",
"ring 0.17.7",
2022-04-06 20:18:32 +00:00
"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",
2023-09-18 15:21:22 +00:00
"itertools 0.10.5",
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-08-08 10:53:21 +00:00
version = "2.3.1"
2022-07-07 09:16:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-08 10:53:21 +00:00
checksum = "5f3067a1fcfbc3fc46455809c023e69b8f6602463201010f4ae5a3b572adb9dc"
2022-07-07 09:16:55 +00:00
dependencies = [
"amq-protocol",
"async-global-executor-trait",
"async-reactor-trait",
"async-trait",
"executor-trait",
2023-11-23 15:27:20 +00:00
"flume 0.10.14",
2022-07-07 09:16:55 +00:00
"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-12-11 11:10:06 +00:00
version = "0.2.151"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4"
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-11-23 15:27:20 +00:00
version = "0.2.8"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
2022-04-06 20:18:32 +00:00
2023-11-23 15:27:20 +00:00
[[package]]
name = "libredox"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8"
dependencies = [
"bitflags 2.4.1",
"libc",
"redox_syscall",
]
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
2023-07-03 09:07:03 +00:00
[[package]]
name = "linux-raw-sys"
2023-12-11 11:10:06 +00:00
version = "0.4.12"
2023-07-03 09:07:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456"
2023-07-03 09:07:03 +00:00
2022-04-06 20:18:32 +00:00
[[package]]
name = "lock_api"
2023-11-23 15:27:20 +00:00
version = "0.4.11"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
2022-04-06 20:18:32 +00:00
dependencies = [
2022-07-07 09:16:55 +00:00
"autocfg",
2022-04-06 20:18:32 +00:00
"scopeguard",
]
[[package]]
name = "log"
2023-09-18 15:21:22 +00:00
version = "0.4.20"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
2022-04-06 20:18:32 +00:00
dependencies = [
"value-bag",
]
[[package]]
name = "lrwn"
2024-03-13 10:00:37 +00:00
version = "4.7.0"
2022-04-06 20:18:32 +00:00
dependencies = [
"aes",
2022-04-06 20:18:32 +00:00
"anyhow",
"cmac",
"diesel",
"hex",
"lazy_static",
"serde",
"thiserror",
]
[[package]]
name = "lrwn_filters"
2024-03-13 10:00:37 +00:00
version = "4.7.0"
dependencies = [
"hex",
"lrwn",
"serde",
"thiserror",
]
2022-04-12 10:04:30 +00:00
[[package]]
name = "matchit"
2023-11-23 15:27:20 +00:00
version = "0.7.3"
2022-04-12 10:04:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
2022-04-12 10:04:30 +00:00
[[package]]
name = "md-5"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
dependencies = [
"cfg-if",
"digest",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "memchr"
2023-11-23 15:27:20 +00:00
version = "2.6.4"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
2022-04-06 20:18:32 +00:00
[[package]]
name = "migrations_internals"
version = "2.1.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f23f71580015254b020e856feac3df5878c2c7a8812297edd6c0a485ac9dada"
2022-04-06 20:18:32 +00:00
dependencies = [
"serde",
"toml",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "migrations_macros"
version = "2.1.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cce3325ac70e67bbab5bd837a31cae01f1a6db64e0e744a33cb03a543469ef08"
2022-04-06 20:18:32 +00:00
dependencies = [
"migrations_internals",
"proc-macro2",
"quote",
]
[[package]]
name = "mime"
2023-03-28 12:41:20 +00:00
version = "0.3.17"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-28 12:41:20 +00:00
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2022-04-06 20:18:32 +00:00
[[package]]
name = "mime_guess"
2022-07-18 09:14:30 +00:00
version = "2.0.4"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 09:14:30 +00:00
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
2022-04-06 20:18:32 +00:00
dependencies = [
"mime",
"unicase",
]
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2023-07-03 09:07:03 +00:00
[[package]]
name = "miniz_oxide"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
dependencies = [
"adler",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "mio"
2023-12-11 11:10:06 +00:00
version = "0.8.10"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09"
2022-04-06 20:18:32 +00:00
dependencies = [
"libc",
2023-09-18 15:21:22 +00:00
"wasi",
2023-12-11 11:10:06 +00:00
"windows-sys 0.48.0",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "multimap"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
[[package]]
name = "new_debug_unreachable"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
[[package]]
name = "nom"
2023-02-06 12:23:44 +00:00
version = "7.1.3"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-06 12:23:44 +00:00
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2022-04-06 20:18:32 +00:00
dependencies = [
"memchr",
"minimal-lexical",
]
[[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"
2023-09-18 15:21:22 +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-09-18 15:21:22 +00:00
checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
2022-04-06 20:18:32 +00:00
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
2023-05-22 10:53:00 +00:00
[[package]]
name = "num-bigint-dig"
2023-07-03 09:07:03 +00:00
version = "0.8.4"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-03 09:07:03 +00:00
checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
2023-05-22 10:53:00 +00:00
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"
2023-11-23 15:27:20 +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-11-23 15:27:20 +00:00
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
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-07-03 09:07:03 +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-07-03 09:07:03 +00:00
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-07-03 09:07:03 +00:00
"hermit-abi",
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-09-18 15:21:22 +00:00
version = "4.4.2"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "c38841cdd844847e3e7c8d29cef9dcfed8877f8f56f9071f77843ecf3baf937f"
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",
]
2023-07-03 09:07:03 +00:00
[[package]]
name = "object"
2023-09-18 15:21:22 +00:00
version = "0.32.1"
2023-07-03 09:07:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
2023-07-03 09:07:03 +00:00
dependencies = [
"memchr",
]
[[package]]
name = "oid-registry"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff"
dependencies = [
"asn1-rs",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "once_cell"
2023-12-11 11:10:06 +00:00
version = "1.19.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2022-04-06 20:18:32 +00:00
[[package]]
name = "openidconnect"
2023-11-23 15:27:20 +00:00
version = "3.4.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "62d6050f6a84b81f23c569f5607ad883293e57491036e318fafe6fc4895fadb1"
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",
2023-11-23 15:27:20 +00:00
"ed25519-dalek",
2023-05-22 10:53:00 +00:00
"hmac",
2022-04-06 20:18:32 +00:00
"http",
2023-09-18 15:21:22 +00:00
"itertools 0.10.5",
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",
"serde_plain",
"serde_with",
2023-05-22 10:53:00 +00:00
"sha2",
"subtle",
2022-04-06 20:18:32 +00:00
"thiserror",
"url",
]
[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "ordered-float"
2023-11-23 15:27:20 +00:00
version = "2.10.1"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
2022-04-06 20:18:32 +00:00
dependencies = [
"num-traits",
]
[[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",
"cipher",
2022-07-07 09:16:55 +00:00
"des",
"getrandom",
"hmac",
2022-07-07 09:16:55 +00:00
"lazy_static",
"rc2",
"sha1",
2022-07-07 09:16:55 +00:00
"yasna",
]
2023-05-22 10:53:00 +00:00
[[package]]
name = "p256"
2023-07-13 10:39:20 +00:00
version = "0.13.2"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 10:39:20 +00:00
checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
2023-05-22 10:53:00 +00:00
dependencies = [
"ecdsa",
"elliptic-curve",
2023-07-13 10:39:20 +00:00
"primeorder",
2023-05-22 10:53:00 +00:00
"sha2",
]
[[package]]
name = "p384"
2023-07-13 10:39:20 +00:00
version = "0.13.0"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 10:39:20 +00:00
checksum = "70786f51bcc69f6a4c0360e063a4cac5419ef7c5cd5b3c99ad70f3be5ba79209"
2023-05-22 10:53:00 +00:00
dependencies = [
"ecdsa",
"elliptic-curve",
2023-07-13 10:39:20 +00:00
"primeorder",
2023-05-22 10:53:00 +00:00
"sha2",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "parking"
2023-11-23 15:27:20 +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-11-23 15:27:20 +00:00
checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
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-11-23 15:27:20 +00:00
version = "0.9.9"
2022-07-07 09:16:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
2022-07-07 09:16:55 +00:00
dependencies = [
"cfg-if",
"libc",
2023-11-23 15:27:20 +00:00
"redox_syscall",
2022-07-07 09:16:55 +00:00
"smallvec",
2023-12-11 11:10:06 +00:00
"windows-targets 0.48.5",
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-09-18 15:21:22 +00:00
version = "0.6.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-11-23 15:27:20 +00:00
"base64 0.21.5",
2022-04-06 20:18:32 +00:00
"serde",
]
[[package]]
name = "pbjson-build"
2023-09-18 15:21:22 +00:00
version = "0.6.2"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
2022-04-06 20:18:32 +00:00
dependencies = [
"heck",
2023-09-18 15:21:22 +00:00
"itertools 0.11.0",
2022-04-06 20:18:32 +00:00
"prost",
"prost-types",
]
[[package]]
name = "pbjson-types"
2023-09-18 15:21:22 +00:00
version = "0.6.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
2022-04-06 20:18:32 +00:00
dependencies = [
"bytes",
"chrono",
"pbjson",
"pbjson-build",
"prost",
"prost-build",
"serde",
]
[[package]]
name = "pbkdf2"
2023-07-13 10:39:20 +00:00
version = "0.12.2"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 10:39:20 +00:00
checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
2022-04-06 20:18:32 +00:00
dependencies = [
"digest",
"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"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3163d2912b7c3b52d651a055f2c7eec9ba5cd22d26ef75b8dd3a59980b185923"
dependencies = [
"base64 0.21.5",
"serde",
]
2023-05-22 10:53:00 +00:00
[[package]]
name = "pem-rfc7468"
2023-07-13 10:39:20 +00:00
version = "0.7.0"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 10:39:20 +00:00
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
2023-05-22 10:53:00 +00:00
dependencies = [
"base64ct",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "percent-encoding"
2023-11-23 15:27:20 +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-11-23 15:27:20 +00:00
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2022-04-06 20:18:32 +00:00
[[package]]
name = "pest"
2023-11-23 15:27:20 +00:00
version = "2.7.5"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "ae9cee2a55a544be8b89dc6848072af97a20f2422603c10865be2a42b580fff5"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-09-18 15:21:22 +00:00
"memchr",
2022-09-26 12:10:33 +00:00
"thiserror",
2022-04-06 20:18:32 +00:00
"ucd-trie",
]
[[package]]
name = "pest_derive"
2023-11-23 15:27:20 +00:00
version = "2.7.5"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "81d78524685f5ef2a3b3bd1cafbc9fcabb036253d9b1463e726a91cd16e2dfc2"
2022-04-06 20:18:32 +00:00
dependencies = [
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
2023-11-23 15:27:20 +00:00
version = "2.7.5"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "68bd1206e71118b5356dae5ddc61c8b11e28b09ef6a31acbd15ea48a28e0c227"
2022-04-06 20:18:32 +00:00
dependencies = [
"pest",
"pest_meta",
"proc-macro2",
"quote",
2023-12-11 11:10:06 +00:00
"syn 2.0.40",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "pest_meta"
2023-11-23 15:27:20 +00:00
version = "2.7.5"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "7c747191d4ad9e4a4ab9c8798f1e82a39affe7ef9648390b7e5548d18e099de6"
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-09-18 15:21:22 +00:00
version = "0.6.4"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
2022-04-06 20:18:32 +00:00
dependencies = [
2022-07-18 09:14:30 +00:00
"fixedbitset",
2023-11-23 15:27:20 +00:00
"indexmap 2.1.0",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "phf"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
dependencies = [
"phf_shared 0.11.2",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "phf_shared"
2022-07-18 09:14:30 +00:00
version = "0.10.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 09:14:30 +00:00
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
2022-04-06 20:18:32 +00:00
dependencies = [
"siphasher",
]
[[package]]
name = "phf_shared"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
dependencies = [
"siphasher",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "pin-project"
2023-08-08 10:53:21 +00:00
version = "1.1.3"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-08 10:53:21 +00:00
checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
2022-04-06 20:18:32 +00:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2023-08-08 10:53:21 +00:00
version = "1.1.3"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-08 10:53:21 +00:00
checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
2022-04-06 20:18:32 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-12-11 11:10:06 +00:00
"syn 2.0.40",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "pin-project-lite"
2023-09-18 15:21:22 +00:00
version = "0.2.13"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
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"
2023-11-23 15:27:20 +00:00
version = "6.2.0"
2022-07-07 09:16:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "6cfae3ead413ca051a681152bd266438d3bfa301c9bdf836939a14c721bb2a21"
2022-07-07 09:16:55 +00:00
dependencies = [
"doc-comment",
2023-11-23 15:27:20 +00:00
"flume 0.11.0",
2022-07-18 09:14:30 +00:00
"parking_lot",
2022-07-07 09:16:55 +00:00
"tracing",
]
2023-11-23 15:27:20 +00:00
[[package]]
name = "piper"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"
dependencies = [
"atomic-waker",
"fastrand 2.0.1",
"futures-io",
]
2023-05-22 10:53:00 +00:00
[[package]]
name = "pkcs1"
2023-07-13 10:39:20 +00:00
version = "0.7.5"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 10:39:20 +00:00
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
2023-05-22 10:53:00 +00:00
dependencies = [
"der",
"pkcs8",
"spki",
]
[[package]]
name = "pkcs8"
2023-07-13 10:39:20 +00:00
version = "0.10.2"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 10:39:20 +00:00
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
2023-05-22 10:53:00 +00:00
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
2023-11-23 15:27:20 +00:00
[[package]]
name = "platforms"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14e6ab3f592e6fb464fc9712d8d6e6912de6473954635fd76a589d832cffcbb0"
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",
"bitflags 1.3.2",
2022-04-06 20:18:32 +00:00
"cfg-if",
2023-03-28 12:41:20 +00:00
"concurrent-queue",
2022-04-06 20:18:32 +00:00
"libc",
"log",
2023-03-28 12:41:20 +00:00
"pin-project-lite",
2023-12-11 11:10:06 +00:00
"windows-sys 0.48.0",
2022-04-06 20:18:32 +00:00
]
2023-11-23 15:27:20 +00:00
[[package]]
name = "polling"
2023-12-11 11:10:06 +00:00
version = "3.3.1"
2023-11-23 15:27:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "cf63fa624ab313c11656b4cda960bfc46c410187ad493c41f6ba2d8c1e991c9e"
2023-11-23 15:27:20 +00:00
dependencies = [
"cfg-if",
"concurrent-queue",
"pin-project-lite",
2023-12-11 11:10:06 +00:00
"rustix 0.38.28",
2023-11-23 15:27:20 +00:00
"tracing",
2023-12-11 11:10:06 +00:00
"windows-sys 0.52.0",
2023-11-23 15:27:20 +00:00
]
[[package]]
name = "postgres-protocol"
version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49b6c5ef183cd3ab4ba005f1ca64c21e8bd97ce4699cfea9e8d9a2c4958ca520"
dependencies = [
"base64 0.21.5",
"byteorder",
"bytes",
"fallible-iterator",
"hmac",
"md-5",
"memchr",
"rand",
"sha2",
"stringprep",
]
[[package]]
name = "postgres-types"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d2234cdee9408b523530a9b6d2d6b373d1db34f6a8e51dc03ded1828d7fb67c"
dependencies = [
"bytes",
"fallible-iterator",
"postgres-protocol",
]
2023-11-23 15:27:20 +00:00
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
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 = "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-09-18 15:21:22 +00:00
version = "0.2.15"
2023-06-27 08:46:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d"
2023-06-27 08:46:17 +00:00
dependencies = [
"proc-macro2",
2023-12-11 11:10:06 +00:00
"syn 2.0.40",
2023-07-13 10:39:20 +00:00
]
[[package]]
name = "primeorder"
2023-11-23 15:27:20 +00:00
version = "0.13.6"
2023-07-13 10:39:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
2023-07-13 10:39:20 +00:00
dependencies = [
"elliptic-curve",
2023-06-27 08:46:17 +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-04-06 20:18:32 +00:00
[[package]]
name = "proc-macro2"
2023-12-11 11:10:06 +00:00
version = "1.0.70"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b"
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
]
[[package]]
name = "prometheus-client"
2023-12-11 11:33:19 +00:00
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:33:19 +00:00
checksum = "510c4f1c9d81d556458f94c98f857748130ea9737bbd6053da497503b26ea63c"
dependencies = [
2022-09-26 12:10:33 +00:00
"dtoa",
"itoa",
"parking_lot",
2023-02-06 12:23:44 +00:00
"prometheus-client-derive-encode",
]
[[package]]
2023-02-06 12:23:44 +00:00
name = "prometheus-client-derive-encode"
2023-09-18 15:21:22 +00:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8"
dependencies = [
"proc-macro2",
"quote",
2023-12-11 11:10:06 +00:00
"syn 2.0.40",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "prost"
2023-11-23 15:27:20 +00:00
version = "0.12.3"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "146c289cda302b98a28d40c8b3b90498d6e526dd24ac2ecea73e4e491685b94a"
2022-04-06 20:18:32 +00:00
dependencies = [
"bytes",
"prost-derive",
]
[[package]]
name = "prost-build"
2023-11-23 15:27:20 +00:00
version = "0.12.3"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "c55e02e35260070b6f716a2423c2ff1c3bb1642ddca6f99e1f26d06268a0e2d2"
2022-04-06 20:18:32 +00:00
dependencies = [
"bytes",
"heck",
2023-09-18 15:21:22 +00:00
"itertools 0.11.0",
2022-04-06 20:18:32 +00:00
"log",
"multimap",
2023-09-18 15:21:22 +00:00
"once_cell",
2022-07-18 09:14:30 +00:00
"petgraph",
2023-09-18 15:21:22 +00:00
"prettyplease",
2022-04-06 20:18:32 +00:00
"prost",
"prost-types",
"regex",
2023-12-11 11:10:06 +00:00
"syn 2.0.40",
2022-04-06 20:18:32 +00:00
"tempfile",
"which",
]
[[package]]
name = "prost-derive"
2023-11-23 15:27:20 +00:00
version = "0.12.3"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "efb6c9a1dd1def8e2124d17e83a20af56f1570d6c2d2bd9e266ccb768df3840e"
2022-04-06 20:18:32 +00:00
dependencies = [
"anyhow",
2023-09-18 15:21:22 +00:00
"itertools 0.11.0",
2022-04-06 20:18:32 +00:00
"proc-macro2",
"quote",
2023-12-11 11:10:06 +00:00
"syn 2.0.40",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "prost-types"
2023-11-23 15:27:20 +00:00
version = "0.12.3"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "193898f59edcf43c26227dcd4c8427f00d99d61e95dcde58dabd49fa291d470e"
2022-04-06 20:18:32 +00:00
dependencies = [
"prost",
]
[[package]]
name = "quote"
2023-09-18 15:21:22 +00:00
version = "1.0.33"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
2022-04-06 20:18:32 +00:00
dependencies = [
"proc-macro2",
]
[[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 = [
"cipher",
2022-07-07 09:16:55 +00:00
]
[[package]]
name = "rcgen"
version = "0.12.0"
2023-12-18 09:56:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d918c80c5a4c7560db726763020bd16db179e4d5b828078842274a443addb5d"
dependencies = [
"pem",
2023-12-11 11:10:06 +00:00
"ring 0.17.7",
"time",
"x509-parser",
"yasna",
]
2022-07-12 08:37:15 +00:00
[[package]]
name = "rdkafka"
2023-12-11 11:37:12 +00:00
version = "0.36.0"
2022-07-12 08:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:37:12 +00:00
checksum = "d54f02a5a40220f8a2dfa47ddb38ba9064475a5807a69504b6f91711df2eea63"
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-11-23 15:27:20 +00:00
version = "4.7.0+2.3.0"
2022-07-12 08:37:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "55e0d2f9ba6253f6ec72385e453294f8618e9e15c2c6aba2a5c01ccf9622d615"
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"
version = "0.24.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c580d9cbbe1d1b479e8d67cf9daf6a62c957e6846048408b80b43ac3f6af84cd"
2022-04-06 20:18:32 +00:00
dependencies = [
"async-trait",
"bytes",
2022-04-06 20:18:32 +00:00
"combine",
"crc16",
"futures",
"futures-util",
2022-09-26 12:10:33 +00:00
"itoa",
"log",
2022-04-06 20:18:32 +00:00
"percent-encoding",
"pin-project-lite",
2022-04-06 20:18:32 +00:00
"rand",
2023-11-23 15:27:20 +00:00
"rustls",
"rustls-native-certs",
"rustls-pemfile",
"rustls-webpki",
2022-09-26 12:10:33 +00:00
"ryu",
"sha1_smol",
2023-11-23 15:27:20 +00:00
"socket2 0.4.10",
"tokio",
2023-11-23 15:27:20 +00:00
"tokio-rustls",
"tokio-util",
2022-04-06 20:18:32 +00:00
"url",
]
[[package]]
name = "redox_syscall"
2023-11-23 15:27:20 +00:00
version = "0.4.1"
2023-04-10 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
2023-04-10 09:22:37 +00:00
dependencies = [
"bitflags 1.3.2",
2023-04-10 09:22:37 +00:00
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "redox_users"
2023-11-23 15:27: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-11-23 15:27:20 +00:00
checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4"
2022-04-06 20:18:32 +00:00
dependencies = [
"getrandom",
2023-11-23 15:27:20 +00:00
"libredox",
2022-07-18 09:14:30 +00:00
"thiserror",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "regex"
2023-11-23 15:27:20 +00:00
version = "1.10.2"
2023-07-13 10:39:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
2023-07-13 10:39:20 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
2023-11-23 15:27:20 +00:00
"regex-syntax 0.8.2",
2023-07-13 10:39:20 +00:00
]
[[package]]
name = "regex-automata"
2023-11-23 15:27:20 +00:00
version = "0.4.3"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
2022-04-06 20:18:32 +00:00
dependencies = [
"aho-corasick",
"memchr",
2023-11-23 15:27:20 +00:00
"regex-syntax 0.8.2",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "regex-syntax"
2023-03-28 12:41:20 +00:00
version = "0.6.29"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-28 12:41:20 +00:00
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2022-04-06 20:18:32 +00:00
2023-04-26 11:04:54 +00:00
[[package]]
name = "regex-syntax"
2023-11-23 15:27:20 +00:00
version = "0.8.2"
2023-04-26 11:04:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
2023-04-26 11:04:54 +00:00
[[package]]
name = "relative-path"
2023-09-18 15:21:22 +00:00
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "c707298afce11da2efef2f600116fa93ffa7a032b5d7b628aa17711ec81383ca"
2022-04-06 20:18:32 +00:00
[[package]]
name = "reqwest"
2023-11-23 15:27:20 +00:00
version = "0.11.22"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-11-23 15:27:20 +00:00
"base64 0.21.5",
2022-04-06 20:18:32 +00:00
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"hyper",
2023-09-04 13:10:15 +00:00
"hyper-rustls",
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-11-23 15:27:20 +00:00
"rustls",
"rustls-native-certs",
2023-04-10 09:22:37 +00:00
"rustls-pemfile",
2022-04-06 20:18:32 +00:00
"serde",
"serde_json",
"serde_urlencoded",
2023-11-23 15:27:20 +00:00
"system-configuration",
2022-04-06 20:18:32 +00:00
"tokio",
2023-11-23 15:27:20 +00:00
"tokio-rustls",
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"
2023-07-13 10:39:20 +00:00
version = "0.4.0"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 10:39:20 +00:00
checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
2023-05-22 10:53:00 +00:00
dependencies = [
"hmac",
2023-07-13 10:39:20 +00:00
"subtle",
2023-05-22 10:53:00 +00:00
]
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",
2023-11-23 15:27:20 +00:00
"untrusted 0.7.1",
2022-04-06 20:18:32 +00:00
"web-sys",
"winapi",
]
2023-11-23 15:27:20 +00:00
[[package]]
name = "ring"
2023-12-11 11:10:06 +00:00
version = "0.17.7"
2023-11-23 15:27:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74"
2023-11-23 15:27:20 +00:00
dependencies = [
"cc",
"getrandom",
"libc",
"spin 0.9.8",
"untrusted 0.9.0",
2023-12-11 11:10:06 +00:00
"windows-sys 0.48.0",
2023-11-23 15:27:20 +00:00
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "rquickjs"
2023-06-27 08:46:17 +00:00
version = "0.3.1"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-27 08:46:17 +00:00
checksum = "6db7788c2818f4546daabe9ae2d1ee2f4db61ab1998d4b483494c4193cc38dab"
2022-04-06 20:18:32 +00:00
dependencies = [
"rquickjs-core",
]
[[package]]
name = "rquickjs-core"
2023-06-27 08:46:17 +00:00
version = "0.3.1"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-27 08:46:17 +00:00
checksum = "b12cf8646fe0af5bcff2822ccd162990f0679a1f9287c7257f4f4193a9d31ea9"
2022-04-06 20:18:32 +00:00
dependencies = [
"chrono",
"relative-path",
2022-04-06 20:18:32 +00:00
"rquickjs-sys",
]
[[package]]
name = "rquickjs-sys"
2023-06-27 08:46:17 +00:00
version = "0.3.1"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-27 08:46:17 +00:00
checksum = "b747058afd4d988d056e4972ec8516a5a86fdfc103c1c1485bfee8966a0743ae"
2022-04-06 20:18:32 +00:00
dependencies = [
"bindgen",
"cc",
]
2023-05-22 10:53:00 +00:00
[[package]]
name = "rsa"
2023-12-11 11:10:06 +00:00
version = "0.9.6"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
2023-05-22 10:53:00 +00:00
dependencies = [
2023-07-13 10:39:20 +00:00
"const-oid",
2023-05-22 10:53:00 +00:00
"digest",
"num-bigint-dig",
"num-integer",
"num-traits",
"pkcs1",
"pkcs8",
"rand_core",
"signature",
2023-07-13 10:39:20 +00:00
"spki",
2023-05-22 10:53:00 +00:00
"subtle",
"zeroize",
]
[[package]]
name = "rumqttc"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d8941c6791801b667d52bfe9ff4fc7c968d4f3f9ae8ae7abdaaa1c966feafc8"
dependencies = [
"bytes",
"flume 0.11.0",
"futures-util",
"log",
"rustls-native-certs",
"rustls-pemfile",
"rustls-webpki",
"thiserror",
"tokio",
"tokio-rustls",
"url",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "rust-embed"
2023-12-11 11:10:06 +00:00
version = "8.1.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "810294a8a4a0853d4118e3b94bb079905f2107c7fe979d8f0faae98765eb6378"
2022-04-06 20:18:32 +00:00
dependencies = [
"rust-embed-impl",
"rust-embed-utils",
"walkdir",
]
[[package]]
name = "rust-embed-impl"
2023-12-11 11:10:06 +00:00
version = "8.1.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "bfc144a1273124a67b8c1d7cd19f5695d1878b31569c0512f6086f0f4676604e"
2022-04-06 20:18:32 +00:00
dependencies = [
"proc-macro2",
"quote",
"rust-embed-utils",
2023-12-11 11:10:06 +00:00
"syn 2.0.40",
2022-04-06 20:18:32 +00:00
"walkdir",
]
[[package]]
name = "rust-embed-utils"
2023-12-11 11:10:06 +00:00
version = "8.1.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "816ccd4875431253d6bb54b804bcff4369cbde9bae33defde25fdf6c2ef91d40"
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",
]
2023-07-03 09:07:03 +00:00
[[package]]
name = "rustc-demangle"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2022-04-06 20:18:32 +00:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2023-11-23 15:27:20 +00:00
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver",
]
[[package]]
name = "rusticata-macros"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
dependencies = [
"nom",
]
2023-02-06 12:23:44 +00:00
[[package]]
name = "rustix"
2023-11-23 15:27:20 +00:00
version = "0.37.27"
2023-02-06 12:23:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
2023-02-06 12:23:44 +00:00
dependencies = [
"bitflags 1.3.2",
2023-04-10 09:22:37 +00:00
"errno",
2023-02-06 12:23:44 +00:00
"io-lifetimes",
"libc",
2023-07-03 09:07:03 +00:00
"linux-raw-sys 0.3.8",
2023-12-11 11:10:06 +00:00
"windows-sys 0.48.0",
2023-07-03 09:07:03 +00:00
]
[[package]]
name = "rustix"
2023-12-11 11:10:06 +00:00
version = "0.38.28"
2023-07-03 09:07:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316"
2023-07-03 09:07:03 +00:00
dependencies = [
2023-11-23 15:27:20 +00:00
"bitflags 2.4.1",
2023-07-03 09:07:03 +00:00
"errno",
"libc",
2023-12-11 11:10:06 +00:00
"linux-raw-sys 0.4.12",
"windows-sys 0.52.0",
2023-02-06 12:23:44 +00:00
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "rustls"
2023-12-11 11:10:06 +00:00
version = "0.21.10"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba"
2022-04-06 20:18:32 +00:00
dependencies = [
"log",
2023-12-11 11:10:06 +00:00
"ring 0.17.7",
"rustls-webpki",
"sct",
]
2022-07-07 09:16:55 +00:00
[[package]]
name = "rustls-connector"
2023-11-23 15:27:20 +00:00
version = "0.18.5"
2022-07-07 09:16:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "25da151615461c7347114b1ad1a7458b4cdebc69cb220cd140cd5cb324b1dd37"
2022-07-07 09:16:55 +00:00
dependencies = [
"log",
2023-11-23 15:27:20 +00:00
"rustls",
2023-04-11 13:57:03 +00:00
"rustls-native-certs",
2023-05-22 10:53:00 +00:00
"rustls-webpki",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "rustls-native-certs"
2023-06-26 11:04:08 +00:00
version = "0.6.3"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-26 11:04:08 +00:00
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
2022-04-06 20:18:32 +00:00
dependencies = [
"openssl-probe",
2023-04-10 09:22:37 +00:00
"rustls-pemfile",
2022-04-06 20:18:32 +00:00
"schannel",
"security-framework",
]
2022-07-07 09:16:55 +00:00
[[package]]
name = "rustls-pemfile"
2023-11-23 15:27:20 +00:00
version = "1.0.4"
2022-07-07 09:16:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
2022-07-07 09:16:55 +00:00
dependencies = [
2023-11-23 15:27:20 +00:00
"base64 0.21.5",
2022-07-07 09:16:55 +00:00
]
[[package]]
name = "rustls-webpki"
2023-11-23 15:27:20 +00:00
version = "0.101.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
dependencies = [
2023-12-11 11:10:06 +00:00
"ring 0.17.7",
2023-11-23 15:27:20 +00:00
"untrusted 0.9.0",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "rustversion"
2023-08-08 10:53:21 +00:00
version = "1.0.14"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-08 10:53:21 +00:00
checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
2022-04-06 20:18:32 +00:00
[[package]]
name = "ryu"
2023-12-11 11:10:06 +00:00
version = "1.0.16"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c"
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-07-13 10:39:20 +00:00
version = "0.1.22"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 10:39:20 +00:00
checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-12-11 11:10:06 +00:00
"windows-sys 0.48.0",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "scoped-futures"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1473e24c637950c9bd38763220bea91ec3e095a89f672bbd7a10d03e77ba467"
dependencies = [
"cfg-if",
"pin-utils",
]
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"
2023-08-08 10:53:21 +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-08-08 10:53:21 +00:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2022-04-06 20:18:32 +00:00
[[package]]
name = "sct"
2023-11-23 15:27:20 +00:00
version = "0.7.1"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-12-11 11:10:06 +00:00
"ring 0.17.7",
2023-11-23 15:27:20 +00:00
"untrusted 0.9.0",
2022-04-06 20:18:32 +00:00
]
2023-05-22 10:53:00 +00:00
[[package]]
name = "sec1"
2023-08-08 10:53:21 +00:00
version = "0.7.3"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-08 10:53:21 +00:00
checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
2023-05-22 10:53:00 +00:00
dependencies = [
"base16ct",
"der",
"generic-array",
"pkcs8",
"subtle",
"zeroize",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "security-framework"
2023-08-08 10:53:21 +00:00
version = "2.9.2"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-08 10:53:21 +00:00
checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
2022-04-06 20:18:32 +00:00
dependencies = [
"bitflags 1.3.2",
2022-04-06 20:18:32 +00:00
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2023-08-08 10:53:21 +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-08-08 10:53:21 +00:00
checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
2022-04-06 20:18:32 +00:00
dependencies = [
"core-foundation-sys",
"libc",
]
2023-11-23 15:27:20 +00:00
[[package]]
name = "semver"
version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090"
2022-04-06 20:18:32 +00:00
[[package]]
name = "serde"
2023-11-23 15:27:20 +00:00
version = "1.0.193"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89"
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-11-23 15:27:20 +00:00
version = "1.0.193"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3"
2022-04-06 20:18:32 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-12-11 11:10:06 +00:00
"syn 2.0.40",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "serde_json"
2023-11-23 15:27:20 +00:00
version = "1.0.108"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
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-08-08 10:53:21 +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-08-08 10:53:21 +00:00
checksum = "4beec8bce849d58d06238cb50db2e1c417cfeafa4c63f692b15c82b7c80f8335"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-07-03 09:07:03 +00:00
"itoa",
2022-04-06 20:18:32 +00:00
"serde",
]
[[package]]
name = "serde_plain"
2023-09-18 15:21:22 +00:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "9ce1fc6db65a611022b23a0dec6975d63fb80a302cb3388835ff02c097258d50"
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-11-23 15:27:20 +00:00
version = "0.6.4"
2023-02-06 12:23:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "12022b835073e5b11e90a14f86838ceb1c8fb0325b72416845c487ac0fa95e80"
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",
]
[[package]]
name = "serde_with"
2023-11-23 15:27:20 +00:00
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "64cd236ccc1b7a29e7e2739f27c0b2dd199804abc4290e32f59f3b68d6405c23"
dependencies = [
2023-11-23 15:27:20 +00:00
"base64 0.21.5",
2023-07-13 10:39:20 +00:00
"chrono",
"hex",
"indexmap 1.9.3",
2023-11-23 15:27:20 +00:00
"indexmap 2.1.0",
"serde",
2023-07-13 10:39:20 +00:00
"serde_json",
"serde_with_macros",
2023-09-18 15:21:22 +00:00
"time",
]
[[package]]
name = "serde_with_macros"
2023-11-23 15:27:20 +00:00
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "93634eb5f75a2323b16de4748022ac4297f9e76b6dced2be287a099f41b5e788"
dependencies = [
"darling",
"proc-macro2",
"quote",
2023-12-11 11:10:06 +00:00
"syn 2.0.40",
]
[[package]]
name = "serde_yaml"
2023-11-23 15:27:20 +00:00
version = "0.9.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "3cc7a1570e38322cfe4154732e5110f887ea57e22b76f4bfd32b5bdd3368666c"
dependencies = [
2023-11-23 15:27:20 +00:00
"indexmap 2.1.0",
2022-09-26 12:10:33 +00:00
"itoa",
"ryu",
"serde",
"unsafe-libyaml",
]
2022-07-07 09:16:55 +00:00
[[package]]
name = "sha1"
2023-11-23 15:27:20 +00:00
version = "0.10.6"
2022-07-07 09:16:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2022-07-07 09:16:55 +00:00
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
2022-07-07 09:16:55 +00:00
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "sha1_smol"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
[[package]]
name = "sha2"
2023-11-23 15:27:20 +00:00
version = "0.10.8"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
2022-04-06 20:18:32 +00:00
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "sha256"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7895c8ae88588ccead14ff438b939b0c569cd619116f14b4d13fdff7b8333386"
dependencies = [
"async-trait",
"bytes",
"hex",
"sha2",
"tokio",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "sharded-slab"
2023-11-23 15:27:20 +00:00
version = "0.1.7"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2022-04-06 20:18:32 +00:00
dependencies = [
"lazy_static",
]
[[package]]
name = "shlex"
2023-09-18 15:21:22 +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-09-18 15:21:22 +00:00
checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380"
2022-04-06 20:18:32 +00:00
[[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"
2023-11-23 15:27:20 +00:00
version = "2.2.0"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
2023-05-22 10:53:00 +00:00
dependencies = [
"digest",
"rand_core",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "similar"
2023-11-23 15:27:20 +00:00
version = "2.3.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "2aeaf503862c419d66959f5d7ca015337d864e9c49485d771b732e2a20453597"
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 = [
"num-bigint",
2022-04-06 20:18:32 +00:00
"num-traits",
"thiserror",
2023-09-18 15:21:22 +00:00
"time",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "siphasher"
2023-09-18 15:21:22 +00:00
version = "0.3.11"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
2022-04-06 20:18:32 +00:00
[[package]]
name = "slab"
2023-09-18 15:21:22 +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-09-18 15:21:22 +00:00
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2022-09-26 12:10:33 +00:00
dependencies = [
"autocfg",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "smallvec"
2023-11-23 15:27:20 +00:00
version = "1.11.2"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970"
2022-04-06 20:18:32 +00:00
[[package]]
name = "socket2"
2023-11-23 15:27:20 +00:00
version = "0.4.10"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
2022-04-06 20:18:32 +00:00
dependencies = [
"libc",
"winapi",
]
2023-09-04 13:10:15 +00:00
[[package]]
name = "socket2"
2023-11-23 15:27:20 +00:00
version = "0.5.5"
2023-09-04 13:10:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
2023-09-04 13:10:15 +00:00
dependencies = [
"libc",
2023-12-11 11:10:06 +00:00
"windows-sys 0.48.0",
2023-09-04 13:10:15 +00:00
]
2022-04-06 20:18:32 +00:00
[[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"
2023-12-11 11:10:06 +00:00
version = "0.7.3"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
2023-05-22 10:53:00 +00:00
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",
"phf_shared 0.10.0",
2022-04-06 20:18:32 +00:00
"precomputed-hash",
]
[[package]]
name = "stringprep"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6"
dependencies = [
"finl_unicode",
"unicode-bidi",
"unicode-normalization",
]
[[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-12-11 11:10:06 +00:00
version = "2.0.40"
2023-03-28 12:41:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "13fa70a4ee923979ffb522cacce59d34421ebdea5625e1073c4326ef9d2dd42e"
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
[[package]]
name = "synstructure"
version = "0.12.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
"unicode-xid",
]
2023-11-23 15:27:20 +00:00
[[package]]
name = "system-configuration"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
dependencies = [
"bitflags 1.3.2",
"core-foundation",
"system-configuration-sys",
]
[[package]]
name = "system-configuration-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
dependencies = [
"core-foundation-sys",
"libc",
]
2022-07-07 09:16:55 +00:00
[[package]]
name = "tcp-stream"
2023-07-13 10:39:20 +00:00
version = "0.26.1"
2022-07-07 09:16:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 10:39:20 +00:00
checksum = "4da30af7998f51ee1aa48ab24276fe303a697b004e31ff542b192c088d5630a5"
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-11-23 15:27:20 +00:00
version = "3.8.1"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5"
2022-04-06 20:18:32 +00:00
dependencies = [
"cfg-if",
2023-11-23 15:27:20 +00:00
"fastrand 2.0.1",
"redox_syscall",
2023-12-11 11:10:06 +00:00
"rustix 0.38.28",
"windows-sys 0.48.0",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "term"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
dependencies = [
"dirs-next",
"rustversion",
"winapi",
]
[[package]]
name = "thiserror"
2023-11-23 15:27:20 +00:00
version = "1.0.50"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2"
2022-04-06 20:18:32 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-11-23 15:27:20 +00:00
version = "1.0.50"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8"
2022-04-06 20:18:32 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-12-11 11:10:06 +00:00
"syn 2.0.40",
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-11-23 15:27:20 +00:00
version = "0.3.30"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "c4a34ab300f2dee6e562c10a046fc05e358b29f9bf92277f30c3c8d82275f6f5"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-08-08 10:53:21 +00:00
"deranged",
2022-09-26 12:10:33 +00:00
"itoa",
2023-11-23 15:27:20 +00:00
"powerfmt",
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-11-23 15:27:20 +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-11-23 15:27:20 +00:00
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
2023-02-06 12:23:44 +00:00
2022-04-06 20:18:32 +00:00
[[package]]
name = "time-macros"
2023-11-23 15:27:20 +00:00
version = "0.2.15"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20"
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-12-11 11:10:06 +00:00
version = "1.35.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "841d45b238a16291a4e1584e61820b8ae57d696cc5015c459c229ccc6990cc1c"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-07-03 09:07:03 +00:00
"backtrace",
2022-04-06 20:18:32 +00:00
"bytes",
"libc",
"mio",
"num_cpus",
"pin-project-lite",
"signal-hook-registry",
2023-11-23 15:27:20 +00:00
"socket2 0.5.5",
2022-04-06 20:18:32 +00:00
"tokio-macros",
2023-12-11 11:10:06 +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-11-23 15:27:20 +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-11-23 15:27:20 +00:00
checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
2022-04-06 20:18:32 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-12-11 11:10:06 +00:00
"syn 2.0.40",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "tokio-postgres"
version = "0.7.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d340244b32d920260ae7448cb72b6e238bddc3d4f7603394e7dd46ed8e48f5b8"
dependencies = [
"async-trait",
"byteorder",
"bytes",
"fallible-iterator",
"futures-channel",
"futures-util",
"log",
"parking_lot",
"percent-encoding",
"phf",
"pin-project-lite",
"postgres-protocol",
"postgres-types",
"rand",
"socket2 0.5.5",
"tokio",
"tokio-util",
"whoami",
]
[[package]]
name = "tokio-postgres-rustls"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd5831152cb0d3f79ef5523b357319ba154795d64c7078b2daa95a803b54057f"
dependencies = [
"futures",
"ring 0.16.20",
"rustls",
"tokio",
"tokio-postgres",
"tokio-rustls",
]
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",
]
2023-05-22 10:53:00 +00:00
[[package]]
name = "tokio-rustls"
2023-06-13 13:38:16 +00:00
version = "0.24.1"
2023-05-22 10:53:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-13 13:38:16 +00:00
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
2023-05-22 10:53:00 +00:00
dependencies = [
2023-11-23 15:27:20 +00:00
"rustls",
2023-05-22 10:53:00 +00:00
"tokio",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "tokio-stream"
2023-04-26 11:04:54 +00:00
version = "0.1.14"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-26 11:04:54 +00:00
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
2022-04-06 20:18:32 +00:00
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
2022-04-12 10:04:30 +00:00
[[package]]
name = "tokio-util"
2023-11-23 15:27:20 +00:00
version = "0.7.10"
2022-04-12 10:04:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
2022-04-12 10:04:30 +00:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
"tracing",
]
2023-02-06 12:23:44 +00:00
[[package]]
name = "toml"
2023-09-18 15:21:22 +00:00
version = "0.7.8"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
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-11-23 15:27:20 +00:00
version = "0.6.5"
2023-02-06 12:23:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
2023-02-06 12:23:44 +00:00
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
2023-09-18 15:21:22 +00:00
version = "0.19.15"
2023-02-06 12:23:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
2023-02-06 12:23:44 +00:00
dependencies = [
2023-11-23 15:27:20 +00:00
"indexmap 2.1.0",
2023-02-06 12:23:44 +00:00
"serde",
"serde_spanned",
2023-02-28 11:45:06 +00:00
"toml_datetime",
"winnow",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "tonic"
2023-11-23 15:27:20 +00:00
version = "0.10.2"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "d560933a0de61cf715926b9cac824d4c883c2c43142f787595e48280c40a1d0e"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-09-18 15:21:22 +00:00
"async-stream",
2022-04-06 20:18:32 +00:00
"async-trait",
2022-04-12 10:04:30 +00:00
"axum",
2023-11-23 15:27:20 +00:00
"base64 0.21.5",
2022-04-06 20:18:32 +00:00
"bytes",
"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-11-23 15:27:20 +00:00
version = "0.10.2"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "9d021fc044c18582b9a2408cd0dd05b1596e3ecdb5c4df822bb0183545683889"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-09-18 15:21:22 +00:00
"prettyplease",
2022-04-06 20:18:32 +00:00
"proc-macro2",
"prost-build",
"quote",
2023-12-11 11:10:06 +00:00
"syn 2.0.40",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "tonic-reflection"
2023-11-23 15:27:20 +00:00
version = "0.10.2"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "3fa37c513df1339d197f4ba21d28c918b9ef1ac1768265f11ecb6b7f1cba1b76"
2022-04-06 20:18:32 +00:00
dependencies = [
"prost",
"prost-types",
"tokio",
"tokio-stream",
"tonic",
]
[[package]]
name = "tonic-web"
2023-11-23 15:27:20 +00:00
version = "0.10.2"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "0fddb2a37b247e6adcb9f239f4e5cefdcc5ed526141a416b943929f13aea2cce"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-11-23 15:27:20 +00:00
"base64 0.21.5",
2022-04-06 20:18:32 +00:00
"bytes",
"http",
"http-body",
"hyper",
"pin-project",
2023-09-18 15:21:22 +00:00
"tokio-stream",
2022-04-06 20:18:32 +00:00
"tonic",
2023-04-10 09:22:37 +00:00
"tower-http",
2023-01-11 12:38:05 +00:00
"tower-layer",
2022-04-06 20:18:32 +00:00
"tower-service",
"tracing",
]
[[package]]
name = "tower"
2022-07-18 09:14:30 +00:00
version = "0.4.13"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-18 09:14:30 +00:00
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
2022-04-06 20:18:32 +00:00
dependencies = [
"futures-core",
"futures-util",
2023-06-26 11:04:08 +00:00
"indexmap 1.9.3",
2022-04-06 20:18:32 +00:00
"pin-project",
"pin-project-lite",
"rand",
"slab",
"tokio",
"tokio-util",
2022-04-06 20:18:32 +00:00
"tower-layer",
"tower-service",
"tracing",
]
2023-02-28 11:45:06 +00:00
[[package]]
name = "tower-http"
2023-09-18 15:21:22 +00:00
version = "0.4.4"
2023-02-28 11:45:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
2023-02-28 11:45:06 +00:00
dependencies = [
2023-11-23 15:27:20 +00:00
"base64 0.21.5",
"bitflags 2.4.1",
2023-02-28 11:45:06 +00:00
"bytes",
"futures-core",
"futures-util",
"http",
"http-body",
"http-range-header",
"mime",
"pin-project-lite",
2022-04-12 10:04:30 +00:00
"tower-layer",
"tower-service",
"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-11-23 15:27:20 +00:00
version = "0.1.40"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2022-04-06 20:18:32 +00:00
dependencies = [
"log",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2023-11-23 15:27:20 +00:00
version = "0.1.27"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
2022-04-06 20:18:32 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-12-11 11:10:06 +00:00
"syn 2.0.40",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "tracing-core"
2023-11-23 15:27:20 +00:00
version = "0.1.32"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
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"
2023-11-23 15:27:20 +00:00
version = "0.2.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2022-04-06 20:18:32 +00:00
dependencies = [
"log",
2023-11-23 15:27:20 +00:00
"once_cell",
2022-04-06 20:18:32 +00:00
"tracing-core",
]
2023-06-29 12:17:28 +00:00
[[package]]
name = "tracing-serde"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
dependencies = [
"serde",
"tracing-core",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "tracing-subscriber"
2023-11-23 15:27:20 +00:00
version = "0.3.18"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
2022-04-06 20:18:32 +00:00
dependencies = [
"nu-ansi-term",
2023-06-29 12:17:28 +00:00
"serde",
"serde_json",
2022-04-06 20:18:32 +00:00
"sharded-slab",
"smallvec",
"thread_local",
"tracing-core",
"tracing-log",
2023-06-29 12:17:28 +00:00
"tracing-serde",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "try-lock"
2023-12-11 11:10:06 +00:00
version = "0.2.5"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2022-04-06 20:18:32 +00:00
[[package]]
name = "typenum"
2023-09-18 15:21:22 +00:00
version = "1.17.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2022-04-06 20:18:32 +00:00
[[package]]
name = "ucd-trie"
2023-07-13 10:39:20 +00:00
version = "0.1.6"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 10:39:20 +00:00
checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
2022-04-06 20:18:32 +00:00
[[package]]
name = "unicase"
2023-09-18 15:21:22 +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-09-18 15:21:22 +00:00
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
2022-04-06 20:18:32 +00:00
dependencies = [
"version_check",
]
[[package]]
name = "unicode-bidi"
2023-12-11 11:10:06 +00:00
version = "0.3.14"
2022-07-18 09:14:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "6f2528f27a9eb2b21e69c95319b30bd0efd85d09c379741b0f78ea1d86be2416"
2022-07-18 09:14:30 +00:00
[[package]]
name = "unicode-ident"
2023-09-18 15:21:22 +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-09-18 15:21:22 +00:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
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
[[package]]
name = "unsafe-libyaml"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab4c90930b95a82d00dc9e9ac071b4991924390d46cbd0dfe566148667605e4b"
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"
2023-11-23 15:27:20 +00:00
[[package]]
name = "untrusted"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2022-04-06 20:18:32 +00:00
[[package]]
name = "url"
2023-11-23 15:27:20 +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-11-23 15:27:20 +00:00
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
2022-04-06 20:18:32 +00:00
dependencies = [
"form_urlencoded",
2023-11-23 15:27:20 +00:00
"idna 0.5.0",
2022-04-06 20:18:32 +00:00
"percent-encoding",
"serde",
]
[[package]]
name = "urlencoding"
2023-08-08 10:53:21 +00:00
version = "2.1.3"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-08 10:53:21 +00:00
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
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-11-23 15:27:20 +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-11-23 15:27:20 +00:00
checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560"
2022-04-06 20:18:32 +00:00
dependencies = [
"getrandom",
"serde",
]
[[package]]
name = "validator"
2023-06-26 11:04:08 +00:00
version = "0.16.1"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-26 11:04:08 +00:00
checksum = "b92f40481c04ff1f4f61f304d61793c7b56ff76ac1469f1beb199b1445b253bd"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-11-23 15:27:20 +00:00
"idna 0.4.0",
2022-04-06 20:18:32 +00:00
"lazy_static",
"regex",
"serde",
"serde_derive",
"serde_json",
"url",
]
2022-07-18 09:14:30 +00:00
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
2022-04-06 20:18:32 +00:00
[[package]]
name = "value-bag"
2023-11-23 15:27:20 +00:00
version = "1.4.2"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "4a72e1902dde2bd6441347de2b70b7f5d59bf157c6c62f0c44572607a1d55bbe"
2022-04-06 20:18:32 +00:00
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "waker-fn"
2023-11-23 15:27:20 +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-11-23 15:27:20 +00:00
checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690"
2022-04-06 20:18:32 +00:00
[[package]]
name = "walkdir"
2023-09-18 15:21:22 +00:00
version = "2.4.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
2022-04-06 20:18:32 +00:00
dependencies = [
"same-file",
"winapi-util",
]
[[package]]
name = "want"
2023-06-26 11:04:08 +00:00
version = "0.3.1"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-26 11:04:08 +00:00
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2022-04-06 20:18:32 +00:00
dependencies = [
"try-lock",
]
[[package]]
name = "warp"
2023-11-23 15:27:20 +00:00
version = "0.3.6"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "c1e92e22e03ff1230c03a1a8ee37d2f89cd489e2e541b7550d6afad96faed169"
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-11-23 15:27:20 +00:00
"tokio-rustls",
2022-04-06 20:18:32 +00:00
"tokio-stream",
"tokio-util",
2022-04-06 20:18:32 +00:00
"tower-service",
"tracing",
]
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-12-11 11:10:06 +00:00
version = "0.2.89"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "0ed0d4f68a3015cc185aff4db9506a015f4b96f95303897bfa23f846db54064e"
2022-04-06 20:18:32 +00:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2023-12-11 11:10:06 +00:00
version = "0.2.89"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "1b56f625e64f3a1084ded111c4d5f477df9f8c92df113852fa5a374dbda78826"
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-12-11 11:10:06 +00:00
"syn 2.0.40",
2022-04-06 20:18:32 +00:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2023-12-11 11:10:06 +00:00
version = "0.4.39"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "ac36a15a220124ac510204aec1c3e5db8a22ab06fd6706d881dc6149f8ed9a12"
2022-04-06 20:18:32 +00:00
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2023-12-11 11:10:06 +00:00
version = "0.2.89"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "0162dbf37223cd2afce98f3d0785506dcb8d266223983e4b5b525859e6e182b2"
2022-04-06 20:18:32 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-12-11 11:10:06 +00:00
version = "0.2.89"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "f0eb82fcb7930ae6219a7ecfd55b217f5f0893484b7a13022ebb2b2bf20b5283"
2022-04-06 20:18:32 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-12-11 11:10:06 +00:00
"syn 2.0.40",
2022-04-06 20:18:32 +00:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2023-12-11 11:10:06 +00:00
version = "0.2.89"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f"
2022-04-06 20:18:32 +00:00
[[package]]
name = "web-sys"
2023-12-11 11:10:06 +00:00
version = "0.3.66"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "50c24a44ec86bb68fbecd1b3efed7e85ea5621b39b35ef2766b66cd984f8010f"
2022-04-06 20:18:32 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki-roots"
2023-11-23 15:27:20 +00:00
version = "0.25.3"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "1778a42e8b3b90bff8d0f5032bf22250792889a5cdc752aa0020c84abe3aaf10"
2022-04-06 20:18:32 +00:00
[[package]]
name = "which"
2023-09-18 15:21:22 +00:00
version = "4.4.2"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
2022-04-06 20:18:32 +00:00
dependencies = [
"either",
2023-09-18 15:21:22 +00:00
"home",
2022-09-26 12:10:33 +00:00
"once_cell",
2023-12-11 11:10:06 +00:00
"rustix 0.38.28",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "whoami"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22fc3756b8a9133049b26c7f61ab35416c130e8c09b660f5b3958b446f52cc50"
dependencies = [
"wasm-bindgen",
"web-sys",
]
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"
2023-11-23 15:27:20 +00:00
version = "0.1.6"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
2022-04-06 20:18:32 +00:00
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]]
2023-11-23 15:27:20 +00:00
name = "windows-core"
version = "0.51.1"
2023-03-28 12:41:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-23 15:27:20 +00:00
checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64"
2023-03-28 12:41:20 +00:00
dependencies = [
2023-12-11 11:10:06 +00:00
"windows-targets 0.48.5",
2023-03-28 12:41:20 +00:00
]
2023-04-10 09:22:37 +00:00
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2023-12-11 11:10:06 +00:00
"windows-targets 0.48.5",
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
"windows-targets 0.52.0",
2023-04-10 09:22:37 +00:00
]
[[package]]
name = "windows-targets"
2023-09-18 15:21:22 +00:00
version = "0.48.5"
2023-04-10 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2023-04-10 09:22:37 +00:00
dependencies = [
2023-12-11 11:10:06 +00:00
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
]
[[package]]
name = "windows-targets"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
dependencies = [
"windows_aarch64_gnullvm 0.52.0",
"windows_aarch64_msvc 0.52.0",
"windows_i686_gnu 0.52.0",
"windows_i686_msvc 0.52.0",
"windows_x86_64_gnu 0.52.0",
"windows_x86_64_gnullvm 0.52.0",
"windows_x86_64_msvc 0.52.0",
2023-02-14 14:37:44 +00:00
]
2023-04-10 09:22:37 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
2023-09-18 15:21:22 +00:00
version = "0.48.5"
2023-04-10 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-04-10 09:22:37 +00:00
2023-12-11 11:10:06 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
2023-04-10 09:22:37 +00:00
[[package]]
name = "windows_aarch64_msvc"
2023-09-18 15:21:22 +00:00
version = "0.48.5"
2023-04-10 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2023-04-10 09:22:37 +00:00
2023-12-11 11:10:06 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
2023-04-10 09:22:37 +00:00
[[package]]
name = "windows_i686_gnu"
2023-09-18 15:21:22 +00:00
version = "0.48.5"
2023-04-10 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2023-04-10 09:22:37 +00:00
2023-12-11 11:10:06 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
2023-04-10 09:22:37 +00:00
[[package]]
name = "windows_i686_msvc"
2023-09-18 15:21:22 +00:00
version = "0.48.5"
2023-04-10 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2023-04-10 09:22:37 +00:00
2023-12-11 11:10:06 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
2023-04-10 09:22:37 +00:00
[[package]]
name = "windows_x86_64_gnu"
2023-09-18 15:21:22 +00:00
version = "0.48.5"
2023-04-10 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-04-10 09:22:37 +00:00
2023-12-11 11:10:06 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
2023-04-10 09:22:37 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-09-18 15:21:22 +00:00
version = "0.48.5"
2023-04-10 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2023-04-10 09:22:37 +00:00
2023-12-11 11:10:06 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
2023-04-10 09:22:37 +00:00
[[package]]
name = "windows_x86_64_msvc"
2023-09-18 15:21:22 +00:00
version = "0.48.5"
2023-04-10 09:22:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2023-04-10 09:22:37 +00:00
2023-12-11 11:10:06 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
2023-02-28 11:45:06 +00:00
[[package]]
name = "winnow"
2023-12-11 11:10:06 +00:00
version = "0.5.26"
2023-02-28 11:45:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 11:10:06 +00:00
checksum = "b67b5f0a4e7a27a64c651977932b9dc5667ca7fc31ac44b03ed37a0cf42fdfff"
2023-02-28 11:45:06 +00:00
dependencies = [
"memchr",
]
2022-04-06 20:18:32 +00:00
[[package]]
name = "winreg"
2023-09-18 15:21:22 +00:00
version = "0.50.0"
2022-04-06 20:18:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-18 15:21:22 +00:00
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
2022-04-06 20:18:32 +00:00
dependencies = [
2023-09-18 15:21:22 +00:00
"cfg-if",
2023-12-11 11:10:06 +00:00
"windows-sys 0.48.0",
2022-04-06 20:18:32 +00:00
]
[[package]]
name = "x509-parser"
version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7069fba5b66b9193bd2c5d3d4ff12b839118f6bcbef5328efafafb5395cf63da"
dependencies = [
"asn1-rs",
"data-encoding",
"der-parser",
"lazy_static",
"nom",
"oid-registry",
"ring 0.16.20",
"rusticata-macros",
"thiserror",
"time",
]
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"
dependencies = [
"time",
]
2022-07-07 09:16:55 +00:00
2022-04-06 20:18:32 +00:00
[[package]]
name = "zeroize"
2023-11-23 15:27:20 +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-11-23 15:27:20 +00:00
checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"