lock: 1.3.0 -> 1.3.4 (#364295)
[NixPkgs.git] / pkgs / by-name / ze / zerotierone / Cargo.lock
blob09d9ced0cfc9a26e68f465e0eb4688c5fc19a832
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 3
5 [[package]]
6 name = "addr2line"
7 version = "0.21.0"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
10 dependencies = [
11  "gimli",
14 [[package]]
15 name = "adler"
16 version = "1.0.2"
17 source = "registry+https://github.com/rust-lang/crates.io-index"
18 checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
20 [[package]]
21 name = "ahash"
22 version = "0.8.11"
23 source = "registry+https://github.com/rust-lang/crates.io-index"
24 checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
25 dependencies = [
26  "cfg-if",
27  "once_cell",
28  "version_check",
29  "zerocopy",
32 [[package]]
33 name = "aho-corasick"
34 version = "1.1.2"
35 source = "registry+https://github.com/rust-lang/crates.io-index"
36 checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
37 dependencies = [
38  "memchr",
41 [[package]]
42 name = "allocator-api2"
43 version = "0.2.16"
44 source = "registry+https://github.com/rust-lang/crates.io-index"
45 checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
47 [[package]]
48 name = "android-tzdata"
49 version = "0.1.1"
50 source = "registry+https://github.com/rust-lang/crates.io-index"
51 checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
53 [[package]]
54 name = "android_system_properties"
55 version = "0.1.5"
56 source = "registry+https://github.com/rust-lang/crates.io-index"
57 checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
58 dependencies = [
59  "libc",
62 [[package]]
63 name = "ansi_term"
64 version = "0.12.1"
65 source = "registry+https://github.com/rust-lang/crates.io-index"
66 checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
67 dependencies = [
68  "winapi",
71 [[package]]
72 name = "anstyle"
73 version = "1.0.6"
74 source = "registry+https://github.com/rust-lang/crates.io-index"
75 checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc"
77 [[package]]
78 name = "anyhow"
79 version = "1.0.81"
80 source = "registry+https://github.com/rust-lang/crates.io-index"
81 checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247"
83 [[package]]
84 name = "async-stream"
85 version = "0.3.5"
86 source = "registry+https://github.com/rust-lang/crates.io-index"
87 checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
88 dependencies = [
89  "async-stream-impl",
90  "futures-core",
91  "pin-project-lite",
94 [[package]]
95 name = "async-stream-impl"
96 version = "0.3.5"
97 source = "registry+https://github.com/rust-lang/crates.io-index"
98 checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
99 dependencies = [
100  "proc-macro2",
101  "quote",
102  "syn 2.0.53",
105 [[package]]
106 name = "async-trait"
107 version = "0.1.78"
108 source = "registry+https://github.com/rust-lang/crates.io-index"
109 checksum = "461abc97219de0eaaf81fe3ef974a540158f3d079c2ab200f891f1a2ef201e85"
110 dependencies = [
111  "proc-macro2",
112  "quote",
113  "syn 2.0.53",
116 [[package]]
117 name = "atty"
118 version = "0.2.14"
119 source = "registry+https://github.com/rust-lang/crates.io-index"
120 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
121 dependencies = [
122  "hermit-abi 0.1.19",
123  "libc",
124  "winapi",
127 [[package]]
128 name = "autocfg"
129 version = "1.1.0"
130 source = "registry+https://github.com/rust-lang/crates.io-index"
131 checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
133 [[package]]
134 name = "axum"
135 version = "0.6.20"
136 source = "registry+https://github.com/rust-lang/crates.io-index"
137 checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
138 dependencies = [
139  "async-trait",
140  "axum-core",
141  "bitflags 1.3.2",
142  "bytes",
143  "futures-util",
144  "http",
145  "http-body",
146  "hyper",
147  "itoa",
148  "matchit",
149  "memchr",
150  "mime",
151  "percent-encoding",
152  "pin-project-lite",
153  "rustversion",
154  "serde",
155  "sync_wrapper",
156  "tower",
157  "tower-layer",
158  "tower-service",
161 [[package]]
162 name = "axum-core"
163 version = "0.3.4"
164 source = "registry+https://github.com/rust-lang/crates.io-index"
165 checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
166 dependencies = [
167  "async-trait",
168  "bytes",
169  "futures-util",
170  "http",
171  "http-body",
172  "mime",
173  "rustversion",
174  "tower-layer",
175  "tower-service",
178 [[package]]
179 name = "backoff"
180 version = "0.4.0"
181 source = "registry+https://github.com/rust-lang/crates.io-index"
182 checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"
183 dependencies = [
184  "getrandom",
185  "instant",
186  "rand",
189 [[package]]
190 name = "backtrace"
191 version = "0.3.69"
192 source = "registry+https://github.com/rust-lang/crates.io-index"
193 checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
194 dependencies = [
195  "addr2line",
196  "cc",
197  "cfg-if",
198  "libc",
199  "miniz_oxide",
200  "object",
201  "rustc-demangle",
204 [[package]]
205 name = "base16ct"
206 version = "0.2.0"
207 source = "registry+https://github.com/rust-lang/crates.io-index"
208 checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
210 [[package]]
211 name = "base64"
212 version = "0.13.1"
213 source = "registry+https://github.com/rust-lang/crates.io-index"
214 checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
216 [[package]]
217 name = "base64"
218 version = "0.21.7"
219 source = "registry+https://github.com/rust-lang/crates.io-index"
220 checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
222 [[package]]
223 name = "base64ct"
224 version = "1.6.0"
225 source = "registry+https://github.com/rust-lang/crates.io-index"
226 checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
228 [[package]]
229 name = "bitflags"
230 version = "1.3.2"
231 source = "registry+https://github.com/rust-lang/crates.io-index"
232 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
234 [[package]]
235 name = "bitflags"
236 version = "2.5.0"
237 source = "registry+https://github.com/rust-lang/crates.io-index"
238 checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
240 [[package]]
241 name = "block-buffer"
242 version = "0.10.4"
243 source = "registry+https://github.com/rust-lang/crates.io-index"
244 checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
245 dependencies = [
246  "generic-array",
249 [[package]]
250 name = "bumpalo"
251 version = "3.15.4"
252 source = "registry+https://github.com/rust-lang/crates.io-index"
253 checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa"
255 [[package]]
256 name = "byteorder"
257 version = "1.5.0"
258 source = "registry+https://github.com/rust-lang/crates.io-index"
259 checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
261 [[package]]
262 name = "bytes"
263 version = "1.5.0"
264 source = "registry+https://github.com/rust-lang/crates.io-index"
265 checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
267 [[package]]
268 name = "cbindgen"
269 version = "0.20.0"
270 source = "registry+https://github.com/rust-lang/crates.io-index"
271 checksum = "51e3973b165dc0f435831a9e426de67e894de532754ff7a3f307c03ee5dec7dc"
272 dependencies = [
273  "clap",
274  "heck 0.3.3",
275  "indexmap 1.9.3",
276  "log",
277  "proc-macro2",
278  "quote",
279  "serde",
280  "serde_json",
281  "syn 1.0.109",
282  "tempfile",
283  "toml",
286 [[package]]
287 name = "cc"
288 version = "1.0.90"
289 source = "registry+https://github.com/rust-lang/crates.io-index"
290 checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5"
292 [[package]]
293 name = "cfg-if"
294 version = "1.0.0"
295 source = "registry+https://github.com/rust-lang/crates.io-index"
296 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
298 [[package]]
299 name = "chrono"
300 version = "0.4.35"
301 source = "registry+https://github.com/rust-lang/crates.io-index"
302 checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a"
303 dependencies = [
304  "android-tzdata",
305  "iana-time-zone",
306  "js-sys",
307  "num-traits",
308  "serde",
309  "wasm-bindgen",
310  "windows-targets 0.52.4",
313 [[package]]
314 name = "clap"
315 version = "2.34.0"
316 source = "registry+https://github.com/rust-lang/crates.io-index"
317 checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
318 dependencies = [
319  "ansi_term",
320  "atty",
321  "bitflags 1.3.2",
322  "strsim 0.8.0",
323  "textwrap",
324  "unicode-width",
325  "vec_map",
328 [[package]]
329 name = "const-oid"
330 version = "0.9.6"
331 source = "registry+https://github.com/rust-lang/crates.io-index"
332 checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
334 [[package]]
335 name = "convert_case"
336 version = "0.4.0"
337 source = "registry+https://github.com/rust-lang/crates.io-index"
338 checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
340 [[package]]
341 name = "core-foundation"
342 version = "0.9.4"
343 source = "registry+https://github.com/rust-lang/crates.io-index"
344 checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
345 dependencies = [
346  "core-foundation-sys",
347  "libc",
350 [[package]]
351 name = "core-foundation-sys"
352 version = "0.8.6"
353 source = "registry+https://github.com/rust-lang/crates.io-index"
354 checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
356 [[package]]
357 name = "cpufeatures"
358 version = "0.2.12"
359 source = "registry+https://github.com/rust-lang/crates.io-index"
360 checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
361 dependencies = [
362  "libc",
365 [[package]]
366 name = "crossbeam-channel"
367 version = "0.5.12"
368 source = "registry+https://github.com/rust-lang/crates.io-index"
369 checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95"
370 dependencies = [
371  "crossbeam-utils",
374 [[package]]
375 name = "crossbeam-queue"
376 version = "0.3.11"
377 source = "registry+https://github.com/rust-lang/crates.io-index"
378 checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
379 dependencies = [
380  "crossbeam-utils",
383 [[package]]
384 name = "crossbeam-utils"
385 version = "0.8.19"
386 source = "registry+https://github.com/rust-lang/crates.io-index"
387 checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
389 [[package]]
390 name = "crypto-bigint"
391 version = "0.5.5"
392 source = "registry+https://github.com/rust-lang/crates.io-index"
393 checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
394 dependencies = [
395  "generic-array",
396  "rand_core",
397  "subtle",
398  "zeroize",
401 [[package]]
402 name = "crypto-common"
403 version = "0.1.6"
404 source = "registry+https://github.com/rust-lang/crates.io-index"
405 checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
406 dependencies = [
407  "generic-array",
408  "typenum",
411 [[package]]
412 name = "curve25519-dalek"
413 version = "4.1.2"
414 source = "registry+https://github.com/rust-lang/crates.io-index"
415 checksum = "0a677b8922c94e01bdbb12126b0bc852f00447528dee1782229af9c720c3f348"
416 dependencies = [
417  "cfg-if",
418  "cpufeatures",
419  "curve25519-dalek-derive",
420  "digest",
421  "fiat-crypto",
422  "platforms",
423  "rustc_version",
424  "subtle",
425  "zeroize",
428 [[package]]
429 name = "curve25519-dalek-derive"
430 version = "0.1.1"
431 source = "registry+https://github.com/rust-lang/crates.io-index"
432 checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
433 dependencies = [
434  "proc-macro2",
435  "quote",
436  "syn 2.0.53",
439 [[package]]
440 name = "darling"
441 version = "0.20.8"
442 source = "registry+https://github.com/rust-lang/crates.io-index"
443 checksum = "54e36fcd13ed84ffdfda6f5be89b31287cbb80c439841fe69e04841435464391"
444 dependencies = [
445  "darling_core",
446  "darling_macro",
449 [[package]]
450 name = "darling_core"
451 version = "0.20.8"
452 source = "registry+https://github.com/rust-lang/crates.io-index"
453 checksum = "9c2cf1c23a687a1feeb728783b993c4e1ad83d99f351801977dd809b48d0a70f"
454 dependencies = [
455  "fnv",
456  "ident_case",
457  "proc-macro2",
458  "quote",
459  "strsim 0.10.0",
460  "syn 2.0.53",
463 [[package]]
464 name = "darling_macro"
465 version = "0.20.8"
466 source = "registry+https://github.com/rust-lang/crates.io-index"
467 checksum = "a668eda54683121533a393014d8692171709ff57a7d61f187b6e782719f8933f"
468 dependencies = [
469  "darling_core",
470  "quote",
471  "syn 2.0.53",
474 [[package]]
475 name = "dashmap"
476 version = "5.5.3"
477 source = "registry+https://github.com/rust-lang/crates.io-index"
478 checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
479 dependencies = [
480  "cfg-if",
481  "hashbrown 0.14.3",
482  "lock_api",
483  "once_cell",
484  "parking_lot_core",
487 [[package]]
488 name = "der"
489 version = "0.7.8"
490 source = "registry+https://github.com/rust-lang/crates.io-index"
491 checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c"
492 dependencies = [
493  "const-oid",
494  "pem-rfc7468",
495  "zeroize",
498 [[package]]
499 name = "deranged"
500 version = "0.3.11"
501 source = "registry+https://github.com/rust-lang/crates.io-index"
502 checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
503 dependencies = [
504  "powerfmt",
505  "serde",
508 [[package]]
509 name = "derive_builder"
510 version = "0.20.0"
511 source = "registry+https://github.com/rust-lang/crates.io-index"
512 checksum = "0350b5cb0331628a5916d6c5c0b72e97393b8b6b03b47a9284f4e7f5a405ffd7"
513 dependencies = [
514  "derive_builder_macro",
517 [[package]]
518 name = "derive_builder_core"
519 version = "0.20.0"
520 source = "registry+https://github.com/rust-lang/crates.io-index"
521 checksum = "d48cda787f839151732d396ac69e3473923d54312c070ee21e9effcaa8ca0b1d"
522 dependencies = [
523  "darling",
524  "proc-macro2",
525  "quote",
526  "syn 2.0.53",
529 [[package]]
530 name = "derive_builder_macro"
531 version = "0.20.0"
532 source = "registry+https://github.com/rust-lang/crates.io-index"
533 checksum = "206868b8242f27cecce124c19fd88157fbd0dd334df2587f36417bafbc85097b"
534 dependencies = [
535  "derive_builder_core",
536  "syn 2.0.53",
539 [[package]]
540 name = "derive_more"
541 version = "0.99.17"
542 source = "registry+https://github.com/rust-lang/crates.io-index"
543 checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
544 dependencies = [
545  "convert_case",
546  "proc-macro2",
547  "quote",
548  "rustc_version",
549  "syn 1.0.109",
552 [[package]]
553 name = "digest"
554 version = "0.10.7"
555 source = "registry+https://github.com/rust-lang/crates.io-index"
556 checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
557 dependencies = [
558  "block-buffer",
559  "const-oid",
560  "crypto-common",
561  "subtle",
564 [[package]]
565 name = "downcast"
566 version = "0.11.0"
567 source = "registry+https://github.com/rust-lang/crates.io-index"
568 checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1"
570 [[package]]
571 name = "dyn-clone"
572 version = "1.0.17"
573 source = "registry+https://github.com/rust-lang/crates.io-index"
574 checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
576 [[package]]
577 name = "ecdsa"
578 version = "0.16.9"
579 source = "registry+https://github.com/rust-lang/crates.io-index"
580 checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
581 dependencies = [
582  "der",
583  "digest",
584  "elliptic-curve",
585  "rfc6979",
586  "signature",
587  "spki",
590 [[package]]
591 name = "ed25519"
592 version = "2.2.3"
593 source = "registry+https://github.com/rust-lang/crates.io-index"
594 checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
595 dependencies = [
596  "pkcs8",
597  "signature",
600 [[package]]
601 name = "ed25519-dalek"
602 version = "2.1.1"
603 source = "registry+https://github.com/rust-lang/crates.io-index"
604 checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871"
605 dependencies = [
606  "curve25519-dalek",
607  "ed25519",
608  "serde",
609  "sha2",
610  "subtle",
611  "zeroize",
614 [[package]]
615 name = "either"
616 version = "1.10.0"
617 source = "registry+https://github.com/rust-lang/crates.io-index"
618 checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
620 [[package]]
621 name = "elliptic-curve"
622 version = "0.13.8"
623 source = "registry+https://github.com/rust-lang/crates.io-index"
624 checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
625 dependencies = [
626  "base16ct",
627  "crypto-bigint",
628  "digest",
629  "ff",
630  "generic-array",
631  "group",
632  "hkdf",
633  "pem-rfc7468",
634  "pkcs8",
635  "rand_core",
636  "sec1",
637  "subtle",
638  "zeroize",
641 [[package]]
642 name = "encoding_rs"
643 version = "0.8.33"
644 source = "registry+https://github.com/rust-lang/crates.io-index"
645 checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
646 dependencies = [
647  "cfg-if",
650 [[package]]
651 name = "enum-iterator"
652 version = "2.0.0"
653 source = "registry+https://github.com/rust-lang/crates.io-index"
654 checksum = "600536cfe9e2da0820aa498e570f6b2b9223eec3ce2f835c8ae4861304fa4794"
655 dependencies = [
656  "enum-iterator-derive",
659 [[package]]
660 name = "enum-iterator-derive"
661 version = "1.3.0"
662 source = "registry+https://github.com/rust-lang/crates.io-index"
663 checksum = "03cdc46ec28bd728e67540c528013c6a10eb69a02eb31078a1bda695438cbfb8"
664 dependencies = [
665  "proc-macro2",
666  "quote",
667  "syn 2.0.53",
670 [[package]]
671 name = "enum_dispatch"
672 version = "0.3.12"
673 source = "registry+https://github.com/rust-lang/crates.io-index"
674 checksum = "8f33313078bb8d4d05a2733a94ac4c2d8a0df9a2b84424ebf4f33bfc224a890e"
675 dependencies = [
676  "once_cell",
677  "proc-macro2",
678  "quote",
679  "syn 2.0.53",
682 [[package]]
683 name = "equivalent"
684 version = "1.0.1"
685 source = "registry+https://github.com/rust-lang/crates.io-index"
686 checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
688 [[package]]
689 name = "erased-serde"
690 version = "0.4.4"
691 source = "registry+https://github.com/rust-lang/crates.io-index"
692 checksum = "2b73807008a3c7f171cc40312f37d95ef0396e048b5848d775f54b1a4dd4a0d3"
693 dependencies = [
694  "serde",
697 [[package]]
698 name = "errno"
699 version = "0.3.8"
700 source = "registry+https://github.com/rust-lang/crates.io-index"
701 checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
702 dependencies = [
703  "libc",
704  "windows-sys 0.52.0",
707 [[package]]
708 name = "fastrand"
709 version = "2.0.1"
710 source = "registry+https://github.com/rust-lang/crates.io-index"
711 checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
713 [[package]]
714 name = "ff"
715 version = "0.13.0"
716 source = "registry+https://github.com/rust-lang/crates.io-index"
717 checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"
718 dependencies = [
719  "rand_core",
720  "subtle",
723 [[package]]
724 name = "fiat-crypto"
725 version = "0.2.6"
726 source = "registry+https://github.com/rust-lang/crates.io-index"
727 checksum = "1676f435fc1dadde4d03e43f5d62b259e1ce5f40bd4ffb21db2b42ebe59c1382"
729 [[package]]
730 name = "fixedbitset"
731 version = "0.4.2"
732 source = "registry+https://github.com/rust-lang/crates.io-index"
733 checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
735 [[package]]
736 name = "fnv"
737 version = "1.0.7"
738 source = "registry+https://github.com/rust-lang/crates.io-index"
739 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
741 [[package]]
742 name = "foreign-types"
743 version = "0.3.2"
744 source = "registry+https://github.com/rust-lang/crates.io-index"
745 checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
746 dependencies = [
747  "foreign-types-shared",
750 [[package]]
751 name = "foreign-types-shared"
752 version = "0.1.1"
753 source = "registry+https://github.com/rust-lang/crates.io-index"
754 checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
756 [[package]]
757 name = "form_urlencoded"
758 version = "1.2.1"
759 source = "registry+https://github.com/rust-lang/crates.io-index"
760 checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
761 dependencies = [
762  "percent-encoding",
765 [[package]]
766 name = "fragile"
767 version = "2.0.0"
768 source = "registry+https://github.com/rust-lang/crates.io-index"
769 checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa"
771 [[package]]
772 name = "futures"
773 version = "0.3.30"
774 source = "registry+https://github.com/rust-lang/crates.io-index"
775 checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
776 dependencies = [
777  "futures-channel",
778  "futures-core",
779  "futures-executor",
780  "futures-io",
781  "futures-sink",
782  "futures-task",
783  "futures-util",
786 [[package]]
787 name = "futures-channel"
788 version = "0.3.30"
789 source = "registry+https://github.com/rust-lang/crates.io-index"
790 checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
791 dependencies = [
792  "futures-core",
793  "futures-sink",
796 [[package]]
797 name = "futures-core"
798 version = "0.3.30"
799 source = "registry+https://github.com/rust-lang/crates.io-index"
800 checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
802 [[package]]
803 name = "futures-executor"
804 version = "0.3.30"
805 source = "registry+https://github.com/rust-lang/crates.io-index"
806 checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
807 dependencies = [
808  "futures-core",
809  "futures-task",
810  "futures-util",
813 [[package]]
814 name = "futures-io"
815 version = "0.3.30"
816 source = "registry+https://github.com/rust-lang/crates.io-index"
817 checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
819 [[package]]
820 name = "futures-macro"
821 version = "0.3.30"
822 source = "registry+https://github.com/rust-lang/crates.io-index"
823 checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
824 dependencies = [
825  "proc-macro2",
826  "quote",
827  "syn 2.0.53",
830 [[package]]
831 name = "futures-retry"
832 version = "0.6.0"
833 source = "registry+https://github.com/rust-lang/crates.io-index"
834 checksum = "fde5a672a61f96552aa5ed9fd9c81c3fbdae4be9b1e205d6eaf17c83705adc0f"
835 dependencies = [
836  "futures",
837  "pin-project-lite",
838  "tokio",
841 [[package]]
842 name = "futures-sink"
843 version = "0.3.30"
844 source = "registry+https://github.com/rust-lang/crates.io-index"
845 checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
847 [[package]]
848 name = "futures-task"
849 version = "0.3.30"
850 source = "registry+https://github.com/rust-lang/crates.io-index"
851 checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
853 [[package]]
854 name = "futures-timer"
855 version = "3.0.3"
856 source = "registry+https://github.com/rust-lang/crates.io-index"
857 checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
859 [[package]]
860 name = "futures-util"
861 version = "0.3.30"
862 source = "registry+https://github.com/rust-lang/crates.io-index"
863 checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
864 dependencies = [
865  "futures-channel",
866  "futures-core",
867  "futures-io",
868  "futures-macro",
869  "futures-sink",
870  "futures-task",
871  "memchr",
872  "pin-project-lite",
873  "pin-utils",
874  "slab",
877 [[package]]
878 name = "generic-array"
879 version = "0.14.7"
880 source = "registry+https://github.com/rust-lang/crates.io-index"
881 checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
882 dependencies = [
883  "typenum",
884  "version_check",
885  "zeroize",
888 [[package]]
889 name = "getrandom"
890 version = "0.2.12"
891 source = "registry+https://github.com/rust-lang/crates.io-index"
892 checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
893 dependencies = [
894  "cfg-if",
895  "js-sys",
896  "libc",
897  "wasi",
898  "wasm-bindgen",
901 [[package]]
902 name = "gimli"
903 version = "0.28.1"
904 source = "registry+https://github.com/rust-lang/crates.io-index"
905 checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
907 [[package]]
908 name = "governor"
909 version = "0.6.3"
910 source = "registry+https://github.com/rust-lang/crates.io-index"
911 checksum = "68a7f542ee6b35af73b06abc0dad1c1bae89964e4e253bc4b587b91c9637867b"
912 dependencies = [
913  "cfg-if",
914  "dashmap",
915  "futures",
916  "futures-timer",
917  "no-std-compat",
918  "nonzero_ext",
919  "parking_lot",
920  "portable-atomic",
921  "quanta",
922  "rand",
923  "smallvec",
924  "spinning_top",
927 [[package]]
928 name = "group"
929 version = "0.13.0"
930 source = "registry+https://github.com/rust-lang/crates.io-index"
931 checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
932 dependencies = [
933  "ff",
934  "rand_core",
935  "subtle",
938 [[package]]
939 name = "h2"
940 version = "0.3.25"
941 source = "registry+https://github.com/rust-lang/crates.io-index"
942 checksum = "4fbd2820c5e49886948654ab546d0688ff24530286bdcf8fca3cefb16d4618eb"
943 dependencies = [
944  "bytes",
945  "fnv",
946  "futures-core",
947  "futures-sink",
948  "futures-util",
949  "http",
950  "indexmap 2.2.5",
951  "slab",
952  "tokio",
953  "tokio-util",
954  "tracing",
957 [[package]]
958 name = "hashbrown"
959 version = "0.12.3"
960 source = "registry+https://github.com/rust-lang/crates.io-index"
961 checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
963 [[package]]
964 name = "hashbrown"
965 version = "0.14.3"
966 source = "registry+https://github.com/rust-lang/crates.io-index"
967 checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
968 dependencies = [
969  "ahash",
970  "allocator-api2",
973 [[package]]
974 name = "heck"
975 version = "0.3.3"
976 source = "registry+https://github.com/rust-lang/crates.io-index"
977 checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
978 dependencies = [
979  "unicode-segmentation",
982 [[package]]
983 name = "heck"
984 version = "0.4.1"
985 source = "registry+https://github.com/rust-lang/crates.io-index"
986 checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
988 [[package]]
989 name = "hermit-abi"
990 version = "0.1.19"
991 source = "registry+https://github.com/rust-lang/crates.io-index"
992 checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
993 dependencies = [
994  "libc",
997 [[package]]
998 name = "hermit-abi"
999 version = "0.3.9"
1000 source = "registry+https://github.com/rust-lang/crates.io-index"
1001 checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
1003 [[package]]
1004 name = "hex"
1005 version = "0.4.3"
1006 source = "registry+https://github.com/rust-lang/crates.io-index"
1007 checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1009 [[package]]
1010 name = "hkdf"
1011 version = "0.12.4"
1012 source = "registry+https://github.com/rust-lang/crates.io-index"
1013 checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
1014 dependencies = [
1015  "hmac",
1018 [[package]]
1019 name = "hmac"
1020 version = "0.12.1"
1021 source = "registry+https://github.com/rust-lang/crates.io-index"
1022 checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1023 dependencies = [
1024  "digest",
1027 [[package]]
1028 name = "home"
1029 version = "0.5.9"
1030 source = "registry+https://github.com/rust-lang/crates.io-index"
1031 checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
1032 dependencies = [
1033  "windows-sys 0.52.0",
1036 [[package]]
1037 name = "http"
1038 version = "0.2.12"
1039 source = "registry+https://github.com/rust-lang/crates.io-index"
1040 checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
1041 dependencies = [
1042  "bytes",
1043  "fnv",
1044  "itoa",
1047 [[package]]
1048 name = "http-body"
1049 version = "0.4.6"
1050 source = "registry+https://github.com/rust-lang/crates.io-index"
1051 checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
1052 dependencies = [
1053  "bytes",
1054  "http",
1055  "pin-project-lite",
1058 [[package]]
1059 name = "httparse"
1060 version = "1.8.0"
1061 source = "registry+https://github.com/rust-lang/crates.io-index"
1062 checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
1064 [[package]]
1065 name = "httpdate"
1066 version = "1.0.3"
1067 source = "registry+https://github.com/rust-lang/crates.io-index"
1068 checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1070 [[package]]
1071 name = "hyper"
1072 version = "0.14.28"
1073 source = "registry+https://github.com/rust-lang/crates.io-index"
1074 checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
1075 dependencies = [
1076  "bytes",
1077  "futures-channel",
1078  "futures-core",
1079  "futures-util",
1080  "h2",
1081  "http",
1082  "http-body",
1083  "httparse",
1084  "httpdate",
1085  "itoa",
1086  "pin-project-lite",
1087  "socket2",
1088  "tokio",
1089  "tower-service",
1090  "tracing",
1091  "want",
1094 [[package]]
1095 name = "hyper-timeout"
1096 version = "0.4.1"
1097 source = "registry+https://github.com/rust-lang/crates.io-index"
1098 checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
1099 dependencies = [
1100  "hyper",
1101  "pin-project-lite",
1102  "tokio",
1103  "tokio-io-timeout",
1106 [[package]]
1107 name = "hyper-tls"
1108 version = "0.5.0"
1109 source = "registry+https://github.com/rust-lang/crates.io-index"
1110 checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
1111 dependencies = [
1112  "bytes",
1113  "hyper",
1114  "native-tls",
1115  "tokio",
1116  "tokio-native-tls",
1119 [[package]]
1120 name = "iana-time-zone"
1121 version = "0.1.60"
1122 source = "registry+https://github.com/rust-lang/crates.io-index"
1123 checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
1124 dependencies = [
1125  "android_system_properties",
1126  "core-foundation-sys",
1127  "iana-time-zone-haiku",
1128  "js-sys",
1129  "wasm-bindgen",
1130  "windows-core",
1133 [[package]]
1134 name = "iana-time-zone-haiku"
1135 version = "0.1.2"
1136 source = "registry+https://github.com/rust-lang/crates.io-index"
1137 checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1138 dependencies = [
1139  "cc",
1142 [[package]]
1143 name = "ident_case"
1144 version = "1.0.1"
1145 source = "registry+https://github.com/rust-lang/crates.io-index"
1146 checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1148 [[package]]
1149 name = "idna"
1150 version = "0.5.0"
1151 source = "registry+https://github.com/rust-lang/crates.io-index"
1152 checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
1153 dependencies = [
1154  "unicode-bidi",
1155  "unicode-normalization",
1158 [[package]]
1159 name = "indexmap"
1160 version = "1.9.3"
1161 source = "registry+https://github.com/rust-lang/crates.io-index"
1162 checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
1163 dependencies = [
1164  "autocfg",
1165  "hashbrown 0.12.3",
1166  "serde",
1169 [[package]]
1170 name = "indexmap"
1171 version = "2.2.5"
1172 source = "registry+https://github.com/rust-lang/crates.io-index"
1173 checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4"
1174 dependencies = [
1175  "equivalent",
1176  "hashbrown 0.14.3",
1177  "serde",
1180 [[package]]
1181 name = "instant"
1182 version = "0.1.12"
1183 source = "registry+https://github.com/rust-lang/crates.io-index"
1184 checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
1185 dependencies = [
1186  "cfg-if",
1189 [[package]]
1190 name = "inventory"
1191 version = "0.3.15"
1192 source = "registry+https://github.com/rust-lang/crates.io-index"
1193 checksum = "f958d3d68f4167080a18141e10381e7634563984a537f2a49a30fd8e53ac5767"
1195 [[package]]
1196 name = "ipnet"
1197 version = "2.9.0"
1198 source = "registry+https://github.com/rust-lang/crates.io-index"
1199 checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
1201 [[package]]
1202 name = "itertools"
1203 version = "0.10.5"
1204 source = "registry+https://github.com/rust-lang/crates.io-index"
1205 checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
1206 dependencies = [
1207  "either",
1210 [[package]]
1211 name = "itertools"
1212 version = "0.11.0"
1213 source = "registry+https://github.com/rust-lang/crates.io-index"
1214 checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
1215 dependencies = [
1216  "either",
1219 [[package]]
1220 name = "itertools"
1221 version = "0.12.1"
1222 source = "registry+https://github.com/rust-lang/crates.io-index"
1223 checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
1224 dependencies = [
1225  "either",
1228 [[package]]
1229 name = "itoa"
1230 version = "1.0.10"
1231 source = "registry+https://github.com/rust-lang/crates.io-index"
1232 checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
1234 [[package]]
1235 name = "js-sys"
1236 version = "0.3.69"
1237 source = "registry+https://github.com/rust-lang/crates.io-index"
1238 checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
1239 dependencies = [
1240  "wasm-bindgen",
1243 [[package]]
1244 name = "jwt"
1245 version = "0.16.0"
1246 source = "git+https://github.com/glimberg/rust-jwt#61a9291fdeec747c6edf14f4fa0caf235136c168"
1247 dependencies = [
1248  "base64 0.13.1",
1249  "crypto-common",
1250  "digest",
1251  "hmac",
1252  "serde",
1253  "serde_json",
1254  "sha2",
1257 [[package]]
1258 name = "lazy_static"
1259 version = "1.4.0"
1260 source = "registry+https://github.com/rust-lang/crates.io-index"
1261 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1262 dependencies = [
1263  "spin 0.5.2",
1266 [[package]]
1267 name = "libc"
1268 version = "0.2.153"
1269 source = "registry+https://github.com/rust-lang/crates.io-index"
1270 checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
1272 [[package]]
1273 name = "libm"
1274 version = "0.2.8"
1275 source = "registry+https://github.com/rust-lang/crates.io-index"
1276 checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
1278 [[package]]
1279 name = "linux-raw-sys"
1280 version = "0.4.13"
1281 source = "registry+https://github.com/rust-lang/crates.io-index"
1282 checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
1284 [[package]]
1285 name = "lock_api"
1286 version = "0.4.11"
1287 source = "registry+https://github.com/rust-lang/crates.io-index"
1288 checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
1289 dependencies = [
1290  "autocfg",
1291  "scopeguard",
1294 [[package]]
1295 name = "log"
1296 version = "0.4.21"
1297 source = "registry+https://github.com/rust-lang/crates.io-index"
1298 checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
1300 [[package]]
1301 name = "lru"
1302 version = "0.12.3"
1303 source = "registry+https://github.com/rust-lang/crates.io-index"
1304 checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc"
1305 dependencies = [
1306  "hashbrown 0.14.3",
1309 [[package]]
1310 name = "matchers"
1311 version = "0.1.0"
1312 source = "registry+https://github.com/rust-lang/crates.io-index"
1313 checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
1314 dependencies = [
1315  "regex-automata 0.1.10",
1318 [[package]]
1319 name = "matchit"
1320 version = "0.7.3"
1321 source = "registry+https://github.com/rust-lang/crates.io-index"
1322 checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
1324 [[package]]
1325 name = "memchr"
1326 version = "2.7.1"
1327 source = "registry+https://github.com/rust-lang/crates.io-index"
1328 checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
1330 [[package]]
1331 name = "mime"
1332 version = "0.3.17"
1333 source = "registry+https://github.com/rust-lang/crates.io-index"
1334 checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1336 [[package]]
1337 name = "miniz_oxide"
1338 version = "0.7.2"
1339 source = "registry+https://github.com/rust-lang/crates.io-index"
1340 checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
1341 dependencies = [
1342  "adler",
1345 [[package]]
1346 name = "mio"
1347 version = "0.8.11"
1348 source = "registry+https://github.com/rust-lang/crates.io-index"
1349 checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
1350 dependencies = [
1351  "libc",
1352  "wasi",
1353  "windows-sys 0.48.0",
1356 [[package]]
1357 name = "mockall"
1358 version = "0.12.1"
1359 source = "registry+https://github.com/rust-lang/crates.io-index"
1360 checksum = "43766c2b5203b10de348ffe19f7e54564b64f3d6018ff7648d1e2d6d3a0f0a48"
1361 dependencies = [
1362  "cfg-if",
1363  "downcast",
1364  "fragile",
1365  "lazy_static",
1366  "mockall_derive",
1367  "predicates",
1368  "predicates-tree",
1371 [[package]]
1372 name = "mockall_derive"
1373 version = "0.12.1"
1374 source = "registry+https://github.com/rust-lang/crates.io-index"
1375 checksum = "af7cbce79ec385a1d4f54baa90a76401eb15d9cab93685f62e7e9f942aa00ae2"
1376 dependencies = [
1377  "cfg-if",
1378  "proc-macro2",
1379  "quote",
1380  "syn 2.0.53",
1383 [[package]]
1384 name = "multimap"
1385 version = "0.8.3"
1386 source = "registry+https://github.com/rust-lang/crates.io-index"
1387 checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
1389 [[package]]
1390 name = "native-tls"
1391 version = "0.2.11"
1392 source = "registry+https://github.com/rust-lang/crates.io-index"
1393 checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
1394 dependencies = [
1395  "lazy_static",
1396  "libc",
1397  "log",
1398  "openssl",
1399  "openssl-probe",
1400  "openssl-sys",
1401  "schannel",
1402  "security-framework",
1403  "security-framework-sys",
1404  "tempfile",
1407 [[package]]
1408 name = "no-std-compat"
1409 version = "0.4.1"
1410 source = "registry+https://github.com/rust-lang/crates.io-index"
1411 checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c"
1413 [[package]]
1414 name = "nonzero_ext"
1415 version = "0.3.0"
1416 source = "registry+https://github.com/rust-lang/crates.io-index"
1417 checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21"
1419 [[package]]
1420 name = "nu-ansi-term"
1421 version = "0.46.0"
1422 source = "registry+https://github.com/rust-lang/crates.io-index"
1423 checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
1424 dependencies = [
1425  "overload",
1426  "winapi",
1429 [[package]]
1430 name = "num-bigint-dig"
1431 version = "0.8.4"
1432 source = "registry+https://github.com/rust-lang/crates.io-index"
1433 checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
1434 dependencies = [
1435  "byteorder",
1436  "lazy_static",
1437  "libm",
1438  "num-integer",
1439  "num-iter",
1440  "num-traits",
1441  "rand",
1442  "smallvec",
1443  "zeroize",
1446 [[package]]
1447 name = "num-conv"
1448 version = "0.1.0"
1449 source = "registry+https://github.com/rust-lang/crates.io-index"
1450 checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
1452 [[package]]
1453 name = "num-integer"
1454 version = "0.1.46"
1455 source = "registry+https://github.com/rust-lang/crates.io-index"
1456 checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1457 dependencies = [
1458  "num-traits",
1461 [[package]]
1462 name = "num-iter"
1463 version = "0.1.44"
1464 source = "registry+https://github.com/rust-lang/crates.io-index"
1465 checksum = "d869c01cc0c455284163fd0092f1f93835385ccab5a98a0dcc497b2f8bf055a9"
1466 dependencies = [
1467  "autocfg",
1468  "num-integer",
1469  "num-traits",
1472 [[package]]
1473 name = "num-traits"
1474 version = "0.2.18"
1475 source = "registry+https://github.com/rust-lang/crates.io-index"
1476 checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
1477 dependencies = [
1478  "autocfg",
1479  "libm",
1482 [[package]]
1483 name = "num_cpus"
1484 version = "1.16.0"
1485 source = "registry+https://github.com/rust-lang/crates.io-index"
1486 checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
1487 dependencies = [
1488  "hermit-abi 0.3.9",
1489  "libc",
1492 [[package]]
1493 name = "oauth2"
1494 version = "4.4.2"
1495 source = "registry+https://github.com/rust-lang/crates.io-index"
1496 checksum = "c38841cdd844847e3e7c8d29cef9dcfed8877f8f56f9071f77843ecf3baf937f"
1497 dependencies = [
1498  "base64 0.13.1",
1499  "chrono",
1500  "getrandom",
1501  "http",
1502  "rand",
1503  "reqwest",
1504  "serde",
1505  "serde_json",
1506  "serde_path_to_error",
1507  "sha2",
1508  "thiserror",
1509  "url",
1512 [[package]]
1513 name = "object"
1514 version = "0.32.2"
1515 source = "registry+https://github.com/rust-lang/crates.io-index"
1516 checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
1517 dependencies = [
1518  "memchr",
1521 [[package]]
1522 name = "once_cell"
1523 version = "1.19.0"
1524 source = "registry+https://github.com/rust-lang/crates.io-index"
1525 checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
1527 [[package]]
1528 name = "openidconnect"
1529 version = "3.5.0"
1530 source = "registry+https://github.com/rust-lang/crates.io-index"
1531 checksum = "f47e80a9cfae4462dd29c41e987edd228971d6565553fbc14b8a11e666d91590"
1532 dependencies = [
1533  "base64 0.13.1",
1534  "chrono",
1535  "dyn-clone",
1536  "ed25519-dalek",
1537  "hmac",
1538  "http",
1539  "itertools 0.10.5",
1540  "log",
1541  "oauth2",
1542  "p256",
1543  "p384",
1544  "rand",
1545  "rsa",
1546  "serde",
1547  "serde-value",
1548  "serde_derive",
1549  "serde_json",
1550  "serde_path_to_error",
1551  "serde_plain",
1552  "serde_with",
1553  "sha2",
1554  "subtle",
1555  "thiserror",
1556  "url",
1559 [[package]]
1560 name = "openssl"
1561 version = "0.10.64"
1562 source = "registry+https://github.com/rust-lang/crates.io-index"
1563 checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
1564 dependencies = [
1565  "bitflags 2.5.0",
1566  "cfg-if",
1567  "foreign-types",
1568  "libc",
1569  "once_cell",
1570  "openssl-macros",
1571  "openssl-sys",
1574 [[package]]
1575 name = "openssl-macros"
1576 version = "0.1.1"
1577 source = "registry+https://github.com/rust-lang/crates.io-index"
1578 checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1579 dependencies = [
1580  "proc-macro2",
1581  "quote",
1582  "syn 2.0.53",
1585 [[package]]
1586 name = "openssl-probe"
1587 version = "0.1.5"
1588 source = "registry+https://github.com/rust-lang/crates.io-index"
1589 checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
1591 [[package]]
1592 name = "openssl-sys"
1593 version = "0.9.101"
1594 source = "registry+https://github.com/rust-lang/crates.io-index"
1595 checksum = "dda2b0f344e78efc2facf7d195d098df0dd72151b26ab98da807afc26c198dff"
1596 dependencies = [
1597  "cc",
1598  "libc",
1599  "pkg-config",
1600  "vcpkg",
1603 [[package]]
1604 name = "opentelemetry"
1605 version = "0.22.0"
1606 source = "registry+https://github.com/rust-lang/crates.io-index"
1607 checksum = "900d57987be3f2aeb70d385fff9b27fb74c5723cc9a52d904d4f9c807a0667bf"
1608 dependencies = [
1609  "futures-core",
1610  "futures-sink",
1611  "js-sys",
1612  "once_cell",
1613  "pin-project-lite",
1614  "thiserror",
1615  "urlencoding",
1618 [[package]]
1619 name = "ordered-float"
1620 version = "2.10.1"
1621 source = "registry+https://github.com/rust-lang/crates.io-index"
1622 checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
1623 dependencies = [
1624  "num-traits",
1627 [[package]]
1628 name = "overload"
1629 version = "0.1.1"
1630 source = "registry+https://github.com/rust-lang/crates.io-index"
1631 checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
1633 [[package]]
1634 name = "p256"
1635 version = "0.13.2"
1636 source = "registry+https://github.com/rust-lang/crates.io-index"
1637 checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
1638 dependencies = [
1639  "ecdsa",
1640  "elliptic-curve",
1641  "primeorder",
1642  "sha2",
1645 [[package]]
1646 name = "p384"
1647 version = "0.13.0"
1648 source = "registry+https://github.com/rust-lang/crates.io-index"
1649 checksum = "70786f51bcc69f6a4c0360e063a4cac5419ef7c5cd5b3c99ad70f3be5ba79209"
1650 dependencies = [
1651  "ecdsa",
1652  "elliptic-curve",
1653  "primeorder",
1654  "sha2",
1657 [[package]]
1658 name = "parking_lot"
1659 version = "0.12.1"
1660 source = "registry+https://github.com/rust-lang/crates.io-index"
1661 checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
1662 dependencies = [
1663  "lock_api",
1664  "parking_lot_core",
1667 [[package]]
1668 name = "parking_lot_core"
1669 version = "0.9.9"
1670 source = "registry+https://github.com/rust-lang/crates.io-index"
1671 checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
1672 dependencies = [
1673  "cfg-if",
1674  "libc",
1675  "redox_syscall",
1676  "smallvec",
1677  "windows-targets 0.48.5",
1680 [[package]]
1681 name = "pem-rfc7468"
1682 version = "0.7.0"
1683 source = "registry+https://github.com/rust-lang/crates.io-index"
1684 checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
1685 dependencies = [
1686  "base64ct",
1689 [[package]]
1690 name = "percent-encoding"
1691 version = "2.3.1"
1692 source = "registry+https://github.com/rust-lang/crates.io-index"
1693 checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
1695 [[package]]
1696 name = "petgraph"
1697 version = "0.6.4"
1698 source = "registry+https://github.com/rust-lang/crates.io-index"
1699 checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
1700 dependencies = [
1701  "fixedbitset",
1702  "indexmap 2.2.5",
1705 [[package]]
1706 name = "pin-project"
1707 version = "1.1.5"
1708 source = "registry+https://github.com/rust-lang/crates.io-index"
1709 checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
1710 dependencies = [
1711  "pin-project-internal",
1714 [[package]]
1715 name = "pin-project-internal"
1716 version = "1.1.5"
1717 source = "registry+https://github.com/rust-lang/crates.io-index"
1718 checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
1719 dependencies = [
1720  "proc-macro2",
1721  "quote",
1722  "syn 2.0.53",
1725 [[package]]
1726 name = "pin-project-lite"
1727 version = "0.2.13"
1728 source = "registry+https://github.com/rust-lang/crates.io-index"
1729 checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
1731 [[package]]
1732 name = "pin-utils"
1733 version = "0.1.0"
1734 source = "registry+https://github.com/rust-lang/crates.io-index"
1735 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1737 [[package]]
1738 name = "pkcs1"
1739 version = "0.7.5"
1740 source = "registry+https://github.com/rust-lang/crates.io-index"
1741 checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
1742 dependencies = [
1743  "der",
1744  "pkcs8",
1745  "spki",
1748 [[package]]
1749 name = "pkcs8"
1750 version = "0.10.2"
1751 source = "registry+https://github.com/rust-lang/crates.io-index"
1752 checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
1753 dependencies = [
1754  "der",
1755  "spki",
1758 [[package]]
1759 name = "pkg-config"
1760 version = "0.3.30"
1761 source = "registry+https://github.com/rust-lang/crates.io-index"
1762 checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
1764 [[package]]
1765 name = "platforms"
1766 version = "3.3.0"
1767 source = "registry+https://github.com/rust-lang/crates.io-index"
1768 checksum = "626dec3cac7cc0e1577a2ec3fc496277ec2baa084bebad95bb6fdbfae235f84c"
1770 [[package]]
1771 name = "portable-atomic"
1772 version = "1.6.0"
1773 source = "registry+https://github.com/rust-lang/crates.io-index"
1774 checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
1776 [[package]]
1777 name = "powerfmt"
1778 version = "0.2.0"
1779 source = "registry+https://github.com/rust-lang/crates.io-index"
1780 checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1782 [[package]]
1783 name = "ppv-lite86"
1784 version = "0.2.17"
1785 source = "registry+https://github.com/rust-lang/crates.io-index"
1786 checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
1788 [[package]]
1789 name = "predicates"
1790 version = "3.1.0"
1791 source = "registry+https://github.com/rust-lang/crates.io-index"
1792 checksum = "68b87bfd4605926cdfefc1c3b5f8fe560e3feca9d5552cf68c466d3d8236c7e8"
1793 dependencies = [
1794  "anstyle",
1795  "predicates-core",
1798 [[package]]
1799 name = "predicates-core"
1800 version = "1.0.6"
1801 source = "registry+https://github.com/rust-lang/crates.io-index"
1802 checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"
1804 [[package]]
1805 name = "predicates-tree"
1806 version = "1.0.9"
1807 source = "registry+https://github.com/rust-lang/crates.io-index"
1808 checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf"
1809 dependencies = [
1810  "predicates-core",
1811  "termtree",
1814 [[package]]
1815 name = "prettyplease"
1816 version = "0.2.16"
1817 source = "registry+https://github.com/rust-lang/crates.io-index"
1818 checksum = "a41cf62165e97c7f814d2221421dbb9afcbcdb0a88068e5ea206e19951c2cbb5"
1819 dependencies = [
1820  "proc-macro2",
1821  "syn 2.0.53",
1824 [[package]]
1825 name = "primeorder"
1826 version = "0.13.6"
1827 source = "registry+https://github.com/rust-lang/crates.io-index"
1828 checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
1829 dependencies = [
1830  "elliptic-curve",
1833 [[package]]
1834 name = "proc-macro2"
1835 version = "1.0.79"
1836 source = "registry+https://github.com/rust-lang/crates.io-index"
1837 checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
1838 dependencies = [
1839  "unicode-ident",
1842 [[package]]
1843 name = "prometheus"
1844 version = "0.13.3"
1845 source = "registry+https://github.com/rust-lang/crates.io-index"
1846 checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"
1847 dependencies = [
1848  "cfg-if",
1849  "fnv",
1850  "lazy_static",
1851  "memchr",
1852  "parking_lot",
1853  "protobuf",
1854  "thiserror",
1857 [[package]]
1858 name = "prost"
1859 version = "0.12.3"
1860 source = "registry+https://github.com/rust-lang/crates.io-index"
1861 checksum = "146c289cda302b98a28d40c8b3b90498d6e526dd24ac2ecea73e4e491685b94a"
1862 dependencies = [
1863  "bytes",
1864  "prost-derive",
1867 [[package]]
1868 name = "prost-build"
1869 version = "0.12.3"
1870 source = "registry+https://github.com/rust-lang/crates.io-index"
1871 checksum = "c55e02e35260070b6f716a2423c2ff1c3bb1642ddca6f99e1f26d06268a0e2d2"
1872 dependencies = [
1873  "bytes",
1874  "heck 0.4.1",
1875  "itertools 0.11.0",
1876  "log",
1877  "multimap",
1878  "once_cell",
1879  "petgraph",
1880  "prettyplease",
1881  "prost",
1882  "prost-types",
1883  "regex",
1884  "syn 2.0.53",
1885  "tempfile",
1886  "which",
1889 [[package]]
1890 name = "prost-derive"
1891 version = "0.12.3"
1892 source = "registry+https://github.com/rust-lang/crates.io-index"
1893 checksum = "efb6c9a1dd1def8e2124d17e83a20af56f1570d6c2d2bd9e266ccb768df3840e"
1894 dependencies = [
1895  "anyhow",
1896  "itertools 0.11.0",
1897  "proc-macro2",
1898  "quote",
1899  "syn 2.0.53",
1902 [[package]]
1903 name = "prost-types"
1904 version = "0.12.3"
1905 source = "registry+https://github.com/rust-lang/crates.io-index"
1906 checksum = "193898f59edcf43c26227dcd4c8427f00d99d61e95dcde58dabd49fa291d470e"
1907 dependencies = [
1908  "prost",
1911 [[package]]
1912 name = "prost-wkt"
1913 version = "0.5.0"
1914 source = "registry+https://github.com/rust-lang/crates.io-index"
1915 checksum = "4d8ef9c3f0f1dab910d2b7e2c24a8e4322e122eba6d7a1921eeebcebbc046c40"
1916 dependencies = [
1917  "chrono",
1918  "inventory",
1919  "prost",
1920  "serde",
1921  "serde_derive",
1922  "serde_json",
1923  "typetag",
1926 [[package]]
1927 name = "prost-wkt-build"
1928 version = "0.5.0"
1929 source = "registry+https://github.com/rust-lang/crates.io-index"
1930 checksum = "5b31cae9a54ca84fee1504740a82eebf2479532905e106f63ca0c3bc8d780321"
1931 dependencies = [
1932  "heck 0.4.1",
1933  "prost",
1934  "prost-build",
1935  "prost-types",
1936  "quote",
1939 [[package]]
1940 name = "prost-wkt-types"
1941 version = "0.5.0"
1942 source = "registry+https://github.com/rust-lang/crates.io-index"
1943 checksum = "435be4a8704091b4c5fb1d79799de7f2dbff53af05edf29385237f8cf7ab37ee"
1944 dependencies = [
1945  "chrono",
1946  "prost",
1947  "prost-build",
1948  "prost-types",
1949  "prost-wkt",
1950  "prost-wkt-build",
1951  "regex",
1952  "serde",
1953  "serde_derive",
1954  "serde_json",
1957 [[package]]
1958 name = "protobuf"
1959 version = "2.28.0"
1960 source = "registry+https://github.com/rust-lang/crates.io-index"
1961 checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
1963 [[package]]
1964 name = "quanta"
1965 version = "0.12.2"
1966 source = "registry+https://github.com/rust-lang/crates.io-index"
1967 checksum = "9ca0b7bac0b97248c40bb77288fc52029cf1459c0461ea1b05ee32ccf011de2c"
1968 dependencies = [
1969  "crossbeam-utils",
1970  "libc",
1971  "once_cell",
1972  "raw-cpuid",
1973  "wasi",
1974  "web-sys",
1975  "winapi",
1978 [[package]]
1979 name = "quote"
1980 version = "1.0.35"
1981 source = "registry+https://github.com/rust-lang/crates.io-index"
1982 checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
1983 dependencies = [
1984  "proc-macro2",
1987 [[package]]
1988 name = "rand"
1989 version = "0.8.5"
1990 source = "registry+https://github.com/rust-lang/crates.io-index"
1991 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1992 dependencies = [
1993  "libc",
1994  "rand_chacha",
1995  "rand_core",
1998 [[package]]
1999 name = "rand_chacha"
2000 version = "0.3.1"
2001 source = "registry+https://github.com/rust-lang/crates.io-index"
2002 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2003 dependencies = [
2004  "ppv-lite86",
2005  "rand_core",
2008 [[package]]
2009 name = "rand_core"
2010 version = "0.6.4"
2011 source = "registry+https://github.com/rust-lang/crates.io-index"
2012 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2013 dependencies = [
2014  "getrandom",
2017 [[package]]
2018 name = "raw-cpuid"
2019 version = "11.0.1"
2020 source = "registry+https://github.com/rust-lang/crates.io-index"
2021 checksum = "9d86a7c4638d42c44551f4791a20e687dbb4c3de1f33c43dd71e355cd429def1"
2022 dependencies = [
2023  "bitflags 2.5.0",
2026 [[package]]
2027 name = "redox_syscall"
2028 version = "0.4.1"
2029 source = "registry+https://github.com/rust-lang/crates.io-index"
2030 checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
2031 dependencies = [
2032  "bitflags 1.3.2",
2035 [[package]]
2036 name = "regex"
2037 version = "1.10.3"
2038 source = "registry+https://github.com/rust-lang/crates.io-index"
2039 checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
2040 dependencies = [
2041  "aho-corasick",
2042  "memchr",
2043  "regex-automata 0.4.6",
2044  "regex-syntax 0.8.2",
2047 [[package]]
2048 name = "regex-automata"
2049 version = "0.1.10"
2050 source = "registry+https://github.com/rust-lang/crates.io-index"
2051 checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2052 dependencies = [
2053  "regex-syntax 0.6.29",
2056 [[package]]
2057 name = "regex-automata"
2058 version = "0.4.6"
2059 source = "registry+https://github.com/rust-lang/crates.io-index"
2060 checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
2061 dependencies = [
2062  "aho-corasick",
2063  "memchr",
2064  "regex-syntax 0.8.2",
2067 [[package]]
2068 name = "regex-syntax"
2069 version = "0.6.29"
2070 source = "registry+https://github.com/rust-lang/crates.io-index"
2071 checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2073 [[package]]
2074 name = "regex-syntax"
2075 version = "0.8.2"
2076 source = "registry+https://github.com/rust-lang/crates.io-index"
2077 checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
2079 [[package]]
2080 name = "reqwest"
2081 version = "0.11.26"
2082 source = "registry+https://github.com/rust-lang/crates.io-index"
2083 checksum = "78bf93c4af7a8bb7d879d51cebe797356ff10ae8516ace542b5182d9dcac10b2"
2084 dependencies = [
2085  "base64 0.21.7",
2086  "bytes",
2087  "encoding_rs",
2088  "futures-core",
2089  "futures-util",
2090  "h2",
2091  "http",
2092  "http-body",
2093  "hyper",
2094  "hyper-tls",
2095  "ipnet",
2096  "js-sys",
2097  "log",
2098  "mime",
2099  "native-tls",
2100  "once_cell",
2101  "percent-encoding",
2102  "pin-project-lite",
2103  "rustls-pemfile 1.0.4",
2104  "serde",
2105  "serde_json",
2106  "serde_urlencoded",
2107  "sync_wrapper",
2108  "system-configuration",
2109  "tokio",
2110  "tokio-native-tls",
2111  "tower-service",
2112  "url",
2113  "wasm-bindgen",
2114  "wasm-bindgen-futures",
2115  "web-sys",
2116  "winreg",
2119 [[package]]
2120 name = "rfc6979"
2121 version = "0.4.0"
2122 source = "registry+https://github.com/rust-lang/crates.io-index"
2123 checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
2124 dependencies = [
2125  "hmac",
2126  "subtle",
2129 [[package]]
2130 name = "ring"
2131 version = "0.17.8"
2132 source = "registry+https://github.com/rust-lang/crates.io-index"
2133 checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
2134 dependencies = [
2135  "cc",
2136  "cfg-if",
2137  "getrandom",
2138  "libc",
2139  "spin 0.9.8",
2140  "untrusted",
2141  "windows-sys 0.52.0",
2144 [[package]]
2145 name = "ringbuf"
2146 version = "0.3.3"
2147 source = "registry+https://github.com/rust-lang/crates.io-index"
2148 checksum = "79abed428d1fd2a128201cec72c5f6938e2da607c6f3745f769fabea399d950a"
2149 dependencies = [
2150  "crossbeam-utils",
2153 [[package]]
2154 name = "rsa"
2155 version = "0.9.6"
2156 source = "registry+https://github.com/rust-lang/crates.io-index"
2157 checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
2158 dependencies = [
2159  "const-oid",
2160  "digest",
2161  "num-bigint-dig",
2162  "num-integer",
2163  "num-traits",
2164  "pkcs1",
2165  "pkcs8",
2166  "rand_core",
2167  "signature",
2168  "spki",
2169  "subtle",
2170  "zeroize",
2173 [[package]]
2174 name = "rustc-demangle"
2175 version = "0.1.23"
2176 source = "registry+https://github.com/rust-lang/crates.io-index"
2177 checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2179 [[package]]
2180 name = "rustc_version"
2181 version = "0.4.0"
2182 source = "registry+https://github.com/rust-lang/crates.io-index"
2183 checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
2184 dependencies = [
2185  "semver",
2188 [[package]]
2189 name = "rustfsm"
2190 version = "0.1.0"
2191 source = "git+https://github.com/temporalio/sdk-core?branch=master#4840a9c570fa3388e190e20f01f61065d0b7e965"
2192 dependencies = [
2193  "rustfsm_procmacro",
2194  "rustfsm_trait",
2197 [[package]]
2198 name = "rustfsm_procmacro"
2199 version = "0.1.0"
2200 source = "git+https://github.com/temporalio/sdk-core?branch=master#4840a9c570fa3388e190e20f01f61065d0b7e965"
2201 dependencies = [
2202  "derive_more",
2203  "proc-macro2",
2204  "quote",
2205  "rustfsm_trait",
2206  "syn 2.0.53",
2209 [[package]]
2210 name = "rustfsm_trait"
2211 version = "0.1.0"
2212 source = "git+https://github.com/temporalio/sdk-core?branch=master#4840a9c570fa3388e190e20f01f61065d0b7e965"
2214 [[package]]
2215 name = "rustix"
2216 version = "0.38.31"
2217 source = "registry+https://github.com/rust-lang/crates.io-index"
2218 checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949"
2219 dependencies = [
2220  "bitflags 2.5.0",
2221  "errno",
2222  "libc",
2223  "linux-raw-sys",
2224  "windows-sys 0.52.0",
2227 [[package]]
2228 name = "rustls"
2229 version = "0.22.2"
2230 source = "registry+https://github.com/rust-lang/crates.io-index"
2231 checksum = "e87c9956bd9807afa1f77e0f7594af32566e830e088a5576d27c5b6f30f49d41"
2232 dependencies = [
2233  "log",
2234  "ring",
2235  "rustls-pki-types",
2236  "rustls-webpki",
2237  "subtle",
2238  "zeroize",
2241 [[package]]
2242 name = "rustls-native-certs"
2243 version = "0.7.0"
2244 source = "registry+https://github.com/rust-lang/crates.io-index"
2245 checksum = "8f1fb85efa936c42c6d5fc28d2629bb51e4b2f4b8a5211e297d599cc5a093792"
2246 dependencies = [
2247  "openssl-probe",
2248  "rustls-pemfile 2.1.1",
2249  "rustls-pki-types",
2250  "schannel",
2251  "security-framework",
2254 [[package]]
2255 name = "rustls-pemfile"
2256 version = "1.0.4"
2257 source = "registry+https://github.com/rust-lang/crates.io-index"
2258 checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
2259 dependencies = [
2260  "base64 0.21.7",
2263 [[package]]
2264 name = "rustls-pemfile"
2265 version = "2.1.1"
2266 source = "registry+https://github.com/rust-lang/crates.io-index"
2267 checksum = "f48172685e6ff52a556baa527774f61fcaa884f59daf3375c62a3f1cd2549dab"
2268 dependencies = [
2269  "base64 0.21.7",
2270  "rustls-pki-types",
2273 [[package]]
2274 name = "rustls-pki-types"
2275 version = "1.3.1"
2276 source = "registry+https://github.com/rust-lang/crates.io-index"
2277 checksum = "5ede67b28608b4c60685c7d54122d4400d90f62b40caee7700e700380a390fa8"
2279 [[package]]
2280 name = "rustls-webpki"
2281 version = "0.102.2"
2282 source = "registry+https://github.com/rust-lang/crates.io-index"
2283 checksum = "faaa0a62740bedb9b2ef5afa303da42764c012f743917351dc9a237ea1663610"
2284 dependencies = [
2285  "ring",
2286  "rustls-pki-types",
2287  "untrusted",
2290 [[package]]
2291 name = "rustversion"
2292 version = "1.0.14"
2293 source = "registry+https://github.com/rust-lang/crates.io-index"
2294 checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
2296 [[package]]
2297 name = "ryu"
2298 version = "1.0.17"
2299 source = "registry+https://github.com/rust-lang/crates.io-index"
2300 checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
2302 [[package]]
2303 name = "schannel"
2304 version = "0.1.23"
2305 source = "registry+https://github.com/rust-lang/crates.io-index"
2306 checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
2307 dependencies = [
2308  "windows-sys 0.52.0",
2311 [[package]]
2312 name = "scopeguard"
2313 version = "1.2.0"
2314 source = "registry+https://github.com/rust-lang/crates.io-index"
2315 checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2317 [[package]]
2318 name = "sec1"
2319 version = "0.7.3"
2320 source = "registry+https://github.com/rust-lang/crates.io-index"
2321 checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
2322 dependencies = [
2323  "base16ct",
2324  "der",
2325  "generic-array",
2326  "pkcs8",
2327  "subtle",
2328  "zeroize",
2331 [[package]]
2332 name = "security-framework"
2333 version = "2.9.2"
2334 source = "registry+https://github.com/rust-lang/crates.io-index"
2335 checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
2336 dependencies = [
2337  "bitflags 1.3.2",
2338  "core-foundation",
2339  "core-foundation-sys",
2340  "libc",
2341  "security-framework-sys",
2344 [[package]]
2345 name = "security-framework-sys"
2346 version = "2.9.1"
2347 source = "registry+https://github.com/rust-lang/crates.io-index"
2348 checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
2349 dependencies = [
2350  "core-foundation-sys",
2351  "libc",
2354 [[package]]
2355 name = "semver"
2356 version = "1.0.22"
2357 source = "registry+https://github.com/rust-lang/crates.io-index"
2358 checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca"
2360 [[package]]
2361 name = "serde"
2362 version = "1.0.197"
2363 source = "registry+https://github.com/rust-lang/crates.io-index"
2364 checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
2365 dependencies = [
2366  "serde_derive",
2369 [[package]]
2370 name = "serde-value"
2371 version = "0.7.0"
2372 source = "registry+https://github.com/rust-lang/crates.io-index"
2373 checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
2374 dependencies = [
2375  "ordered-float",
2376  "serde",
2379 [[package]]
2380 name = "serde_derive"
2381 version = "1.0.197"
2382 source = "registry+https://github.com/rust-lang/crates.io-index"
2383 checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
2384 dependencies = [
2385  "proc-macro2",
2386  "quote",
2387  "syn 2.0.53",
2390 [[package]]
2391 name = "serde_json"
2392 version = "1.0.114"
2393 source = "registry+https://github.com/rust-lang/crates.io-index"
2394 checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0"
2395 dependencies = [
2396  "itoa",
2397  "ryu",
2398  "serde",
2401 [[package]]
2402 name = "serde_path_to_error"
2403 version = "0.1.16"
2404 source = "registry+https://github.com/rust-lang/crates.io-index"
2405 checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
2406 dependencies = [
2407  "itoa",
2408  "serde",
2411 [[package]]
2412 name = "serde_plain"
2413 version = "1.0.2"
2414 source = "registry+https://github.com/rust-lang/crates.io-index"
2415 checksum = "9ce1fc6db65a611022b23a0dec6975d63fb80a302cb3388835ff02c097258d50"
2416 dependencies = [
2417  "serde",
2420 [[package]]
2421 name = "serde_urlencoded"
2422 version = "0.7.1"
2423 source = "registry+https://github.com/rust-lang/crates.io-index"
2424 checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2425 dependencies = [
2426  "form_urlencoded",
2427  "itoa",
2428  "ryu",
2429  "serde",
2432 [[package]]
2433 name = "serde_with"
2434 version = "3.7.0"
2435 source = "registry+https://github.com/rust-lang/crates.io-index"
2436 checksum = "ee80b0e361bbf88fd2f6e242ccd19cfda072cb0faa6ae694ecee08199938569a"
2437 dependencies = [
2438  "base64 0.21.7",
2439  "chrono",
2440  "hex",
2441  "indexmap 1.9.3",
2442  "indexmap 2.2.5",
2443  "serde",
2444  "serde_derive",
2445  "serde_json",
2446  "serde_with_macros",
2447  "time",
2450 [[package]]
2451 name = "serde_with_macros"
2452 version = "3.7.0"
2453 source = "registry+https://github.com/rust-lang/crates.io-index"
2454 checksum = "6561dc161a9224638a31d876ccdfefbc1df91d3f3a8342eddb35f055d48c7655"
2455 dependencies = [
2456  "darling",
2457  "proc-macro2",
2458  "quote",
2459  "syn 2.0.53",
2462 [[package]]
2463 name = "sha2"
2464 version = "0.10.8"
2465 source = "registry+https://github.com/rust-lang/crates.io-index"
2466 checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
2467 dependencies = [
2468  "cfg-if",
2469  "cpufeatures",
2470  "digest",
2473 [[package]]
2474 name = "sharded-slab"
2475 version = "0.1.7"
2476 source = "registry+https://github.com/rust-lang/crates.io-index"
2477 checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2478 dependencies = [
2479  "lazy_static",
2482 [[package]]
2483 name = "signal-hook-registry"
2484 version = "1.4.1"
2485 source = "registry+https://github.com/rust-lang/crates.io-index"
2486 checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
2487 dependencies = [
2488  "libc",
2491 [[package]]
2492 name = "signature"
2493 version = "2.2.0"
2494 source = "registry+https://github.com/rust-lang/crates.io-index"
2495 checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
2496 dependencies = [
2497  "digest",
2498  "rand_core",
2501 [[package]]
2502 name = "siphasher"
2503 version = "1.0.1"
2504 source = "registry+https://github.com/rust-lang/crates.io-index"
2505 checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
2507 [[package]]
2508 name = "slab"
2509 version = "0.4.9"
2510 source = "registry+https://github.com/rust-lang/crates.io-index"
2511 checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2512 dependencies = [
2513  "autocfg",
2516 [[package]]
2517 name = "slotmap"
2518 version = "1.0.7"
2519 source = "registry+https://github.com/rust-lang/crates.io-index"
2520 checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
2521 dependencies = [
2522  "version_check",
2525 [[package]]
2526 name = "smallvec"
2527 version = "1.13.1"
2528 source = "registry+https://github.com/rust-lang/crates.io-index"
2529 checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
2531 [[package]]
2532 name = "smeeclient"
2533 version = "0.1.0"
2534 dependencies = [
2535  "cbindgen",
2536  "serde",
2537  "temporal-client",
2538  "temporal-sdk",
2539  "temporal-sdk-core-protos",
2540  "tokio",
2541  "url",
2542  "uuid",
2545 [[package]]
2546 name = "socket2"
2547 version = "0.5.6"
2548 source = "registry+https://github.com/rust-lang/crates.io-index"
2549 checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871"
2550 dependencies = [
2551  "libc",
2552  "windows-sys 0.52.0",
2555 [[package]]
2556 name = "spin"
2557 version = "0.5.2"
2558 source = "registry+https://github.com/rust-lang/crates.io-index"
2559 checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2561 [[package]]
2562 name = "spin"
2563 version = "0.9.8"
2564 source = "registry+https://github.com/rust-lang/crates.io-index"
2565 checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2567 [[package]]
2568 name = "spinning_top"
2569 version = "0.3.0"
2570 source = "registry+https://github.com/rust-lang/crates.io-index"
2571 checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300"
2572 dependencies = [
2573  "lock_api",
2576 [[package]]
2577 name = "spki"
2578 version = "0.7.3"
2579 source = "registry+https://github.com/rust-lang/crates.io-index"
2580 checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
2581 dependencies = [
2582  "base64ct",
2583  "der",
2586 [[package]]
2587 name = "strsim"
2588 version = "0.8.0"
2589 source = "registry+https://github.com/rust-lang/crates.io-index"
2590 checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
2592 [[package]]
2593 name = "strsim"
2594 version = "0.10.0"
2595 source = "registry+https://github.com/rust-lang/crates.io-index"
2596 checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2598 [[package]]
2599 name = "subtle"
2600 version = "2.5.0"
2601 source = "registry+https://github.com/rust-lang/crates.io-index"
2602 checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
2604 [[package]]
2605 name = "syn"
2606 version = "1.0.109"
2607 source = "registry+https://github.com/rust-lang/crates.io-index"
2608 checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2609 dependencies = [
2610  "proc-macro2",
2611  "quote",
2612  "unicode-ident",
2615 [[package]]
2616 name = "syn"
2617 version = "2.0.53"
2618 source = "registry+https://github.com/rust-lang/crates.io-index"
2619 checksum = "7383cd0e49fff4b6b90ca5670bfd3e9d6a733b3f90c686605aa7eec8c4996032"
2620 dependencies = [
2621  "proc-macro2",
2622  "quote",
2623  "unicode-ident",
2626 [[package]]
2627 name = "sync_wrapper"
2628 version = "0.1.2"
2629 source = "registry+https://github.com/rust-lang/crates.io-index"
2630 checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
2632 [[package]]
2633 name = "system-configuration"
2634 version = "0.5.1"
2635 source = "registry+https://github.com/rust-lang/crates.io-index"
2636 checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
2637 dependencies = [
2638  "bitflags 1.3.2",
2639  "core-foundation",
2640  "system-configuration-sys",
2643 [[package]]
2644 name = "system-configuration-sys"
2645 version = "0.5.0"
2646 source = "registry+https://github.com/rust-lang/crates.io-index"
2647 checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
2648 dependencies = [
2649  "core-foundation-sys",
2650  "libc",
2653 [[package]]
2654 name = "tempfile"
2655 version = "3.10.1"
2656 source = "registry+https://github.com/rust-lang/crates.io-index"
2657 checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
2658 dependencies = [
2659  "cfg-if",
2660  "fastrand",
2661  "rustix",
2662  "windows-sys 0.52.0",
2665 [[package]]
2666 name = "temporal-client"
2667 version = "0.1.0"
2668 source = "git+https://github.com/temporalio/sdk-core?branch=master#4840a9c570fa3388e190e20f01f61065d0b7e965"
2669 dependencies = [
2670  "anyhow",
2671  "async-trait",
2672  "backoff",
2673  "derive_builder",
2674  "derive_more",
2675  "futures",
2676  "futures-retry",
2677  "http",
2678  "once_cell",
2679  "opentelemetry",
2680  "parking_lot",
2681  "prost-types",
2682  "slotmap",
2683  "temporal-sdk-core-api",
2684  "temporal-sdk-core-protos",
2685  "thiserror",
2686  "tokio",
2687  "tonic",
2688  "tower",
2689  "tracing",
2690  "url",
2691  "uuid",
2694 [[package]]
2695 name = "temporal-sdk"
2696 version = "0.1.0-alpha.1"
2697 source = "git+https://github.com/temporalio/sdk-core?branch=master#4840a9c570fa3388e190e20f01f61065d0b7e965"
2698 dependencies = [
2699  "anyhow",
2700  "async-trait",
2701  "base64 0.21.7",
2702  "crossbeam-channel",
2703  "derive_more",
2704  "futures",
2705  "once_cell",
2706  "parking_lot",
2707  "prost-wkt-types",
2708  "serde",
2709  "sha2",
2710  "temporal-client",
2711  "temporal-sdk-core",
2712  "temporal-sdk-core-api",
2713  "temporal-sdk-core-protos",
2714  "thiserror",
2715  "tokio",
2716  "tokio-stream",
2717  "tokio-util",
2718  "tonic",
2719  "tracing",
2722 [[package]]
2723 name = "temporal-sdk-core"
2724 version = "0.1.0"
2725 source = "git+https://github.com/temporalio/sdk-core?branch=master#4840a9c570fa3388e190e20f01f61065d0b7e965"
2726 dependencies = [
2727  "anyhow",
2728  "async-trait",
2729  "base64 0.21.7",
2730  "crossbeam-channel",
2731  "crossbeam-queue",
2732  "dashmap",
2733  "derive_builder",
2734  "derive_more",
2735  "enum-iterator",
2736  "enum_dispatch",
2737  "futures",
2738  "futures-util",
2739  "governor",
2740  "itertools 0.12.1",
2741  "log",
2742  "lru",
2743  "mockall",
2744  "once_cell",
2745  "parking_lot",
2746  "pin-project",
2747  "prometheus",
2748  "prost",
2749  "prost-wkt-types",
2750  "rand",
2751  "ringbuf",
2752  "rustfsm",
2753  "serde",
2754  "serde_json",
2755  "siphasher",
2756  "slotmap",
2757  "temporal-client",
2758  "temporal-sdk-core-api",
2759  "temporal-sdk-core-protos",
2760  "thiserror",
2761  "tokio",
2762  "tokio-stream",
2763  "tokio-util",
2764  "tonic",
2765  "tonic-build",
2766  "tracing",
2767  "tracing-subscriber",
2768  "url",
2769  "uuid",
2772 [[package]]
2773 name = "temporal-sdk-core-api"
2774 version = "0.1.0"
2775 source = "git+https://github.com/temporalio/sdk-core?branch=master#4840a9c570fa3388e190e20f01f61065d0b7e965"
2776 dependencies = [
2777  "async-trait",
2778  "derive_builder",
2779  "derive_more",
2780  "opentelemetry",
2781  "prost-types",
2782  "serde_json",
2783  "temporal-sdk-core-protos",
2784  "thiserror",
2785  "tonic",
2786  "tracing-core",
2787  "url",
2790 [[package]]
2791 name = "temporal-sdk-core-protos"
2792 version = "0.1.0"
2793 source = "git+https://github.com/temporalio/sdk-core?branch=master#4840a9c570fa3388e190e20f01f61065d0b7e965"
2794 dependencies = [
2795  "anyhow",
2796  "base64 0.21.7",
2797  "derive_more",
2798  "prost",
2799  "prost-wkt",
2800  "prost-wkt-build",
2801  "prost-wkt-types",
2802  "rand",
2803  "serde",
2804  "serde_json",
2805  "thiserror",
2806  "tonic",
2807  "tonic-build",
2808  "uuid",
2811 [[package]]
2812 name = "termtree"
2813 version = "0.4.1"
2814 source = "registry+https://github.com/rust-lang/crates.io-index"
2815 checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
2817 [[package]]
2818 name = "textwrap"
2819 version = "0.11.0"
2820 source = "registry+https://github.com/rust-lang/crates.io-index"
2821 checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
2822 dependencies = [
2823  "unicode-width",
2826 [[package]]
2827 name = "thiserror"
2828 version = "1.0.58"
2829 source = "registry+https://github.com/rust-lang/crates.io-index"
2830 checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297"
2831 dependencies = [
2832  "thiserror-impl",
2835 [[package]]
2836 name = "thiserror-impl"
2837 version = "1.0.58"
2838 source = "registry+https://github.com/rust-lang/crates.io-index"
2839 checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7"
2840 dependencies = [
2841  "proc-macro2",
2842  "quote",
2843  "syn 2.0.53",
2846 [[package]]
2847 name = "thread_local"
2848 version = "1.1.8"
2849 source = "registry+https://github.com/rust-lang/crates.io-index"
2850 checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
2851 dependencies = [
2852  "cfg-if",
2853  "once_cell",
2856 [[package]]
2857 name = "time"
2858 version = "0.3.36"
2859 source = "registry+https://github.com/rust-lang/crates.io-index"
2860 checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
2861 dependencies = [
2862  "deranged",
2863  "itoa",
2864  "num-conv",
2865  "powerfmt",
2866  "serde",
2867  "time-core",
2868  "time-macros",
2871 [[package]]
2872 name = "time-core"
2873 version = "0.1.2"
2874 source = "registry+https://github.com/rust-lang/crates.io-index"
2875 checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
2877 [[package]]
2878 name = "time-macros"
2879 version = "0.2.18"
2880 source = "registry+https://github.com/rust-lang/crates.io-index"
2881 checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
2882 dependencies = [
2883  "num-conv",
2884  "time-core",
2887 [[package]]
2888 name = "tinyvec"
2889 version = "1.6.0"
2890 source = "registry+https://github.com/rust-lang/crates.io-index"
2891 checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2892 dependencies = [
2893  "tinyvec_macros",
2896 [[package]]
2897 name = "tinyvec_macros"
2898 version = "0.1.1"
2899 source = "registry+https://github.com/rust-lang/crates.io-index"
2900 checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2902 [[package]]
2903 name = "tokio"
2904 version = "1.36.0"
2905 source = "registry+https://github.com/rust-lang/crates.io-index"
2906 checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931"
2907 dependencies = [
2908  "backtrace",
2909  "bytes",
2910  "libc",
2911  "mio",
2912  "num_cpus",
2913  "parking_lot",
2914  "pin-project-lite",
2915  "signal-hook-registry",
2916  "socket2",
2917  "tokio-macros",
2918  "windows-sys 0.48.0",
2921 [[package]]
2922 name = "tokio-io-timeout"
2923 version = "1.2.0"
2924 source = "registry+https://github.com/rust-lang/crates.io-index"
2925 checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
2926 dependencies = [
2927  "pin-project-lite",
2928  "tokio",
2931 [[package]]
2932 name = "tokio-macros"
2933 version = "2.2.0"
2934 source = "registry+https://github.com/rust-lang/crates.io-index"
2935 checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
2936 dependencies = [
2937  "proc-macro2",
2938  "quote",
2939  "syn 2.0.53",
2942 [[package]]
2943 name = "tokio-native-tls"
2944 version = "0.3.1"
2945 source = "registry+https://github.com/rust-lang/crates.io-index"
2946 checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
2947 dependencies = [
2948  "native-tls",
2949  "tokio",
2952 [[package]]
2953 name = "tokio-rustls"
2954 version = "0.25.0"
2955 source = "registry+https://github.com/rust-lang/crates.io-index"
2956 checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f"
2957 dependencies = [
2958  "rustls",
2959  "rustls-pki-types",
2960  "tokio",
2963 [[package]]
2964 name = "tokio-stream"
2965 version = "0.1.15"
2966 source = "registry+https://github.com/rust-lang/crates.io-index"
2967 checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
2968 dependencies = [
2969  "futures-core",
2970  "pin-project-lite",
2971  "tokio",
2974 [[package]]
2975 name = "tokio-util"
2976 version = "0.7.10"
2977 source = "registry+https://github.com/rust-lang/crates.io-index"
2978 checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
2979 dependencies = [
2980  "bytes",
2981  "futures-core",
2982  "futures-sink",
2983  "pin-project-lite",
2984  "tokio",
2985  "tracing",
2988 [[package]]
2989 name = "toml"
2990 version = "0.5.11"
2991 source = "registry+https://github.com/rust-lang/crates.io-index"
2992 checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
2993 dependencies = [
2994  "serde",
2997 [[package]]
2998 name = "tonic"
2999 version = "0.11.0"
3000 source = "registry+https://github.com/rust-lang/crates.io-index"
3001 checksum = "76c4eb7a4e9ef9d4763600161f12f5070b92a578e1b634db88a6887844c91a13"
3002 dependencies = [
3003  "async-stream",
3004  "async-trait",
3005  "axum",
3006  "base64 0.21.7",
3007  "bytes",
3008  "h2",
3009  "http",
3010  "http-body",
3011  "hyper",
3012  "hyper-timeout",
3013  "percent-encoding",
3014  "pin-project",
3015  "prost",
3016  "rustls-native-certs",
3017  "rustls-pemfile 2.1.1",
3018  "rustls-pki-types",
3019  "tokio",
3020  "tokio-rustls",
3021  "tokio-stream",
3022  "tower",
3023  "tower-layer",
3024  "tower-service",
3025  "tracing",
3028 [[package]]
3029 name = "tonic-build"
3030 version = "0.11.0"
3031 source = "registry+https://github.com/rust-lang/crates.io-index"
3032 checksum = "be4ef6dd70a610078cb4e338a0f79d06bc759ff1b22d2120c2ff02ae264ba9c2"
3033 dependencies = [
3034  "prettyplease",
3035  "proc-macro2",
3036  "prost-build",
3037  "quote",
3038  "syn 2.0.53",
3041 [[package]]
3042 name = "tower"
3043 version = "0.4.13"
3044 source = "registry+https://github.com/rust-lang/crates.io-index"
3045 checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
3046 dependencies = [
3047  "futures-core",
3048  "futures-util",
3049  "indexmap 1.9.3",
3050  "pin-project",
3051  "pin-project-lite",
3052  "rand",
3053  "slab",
3054  "tokio",
3055  "tokio-util",
3056  "tower-layer",
3057  "tower-service",
3058  "tracing",
3061 [[package]]
3062 name = "tower-layer"
3063 version = "0.3.2"
3064 source = "registry+https://github.com/rust-lang/crates.io-index"
3065 checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
3067 [[package]]
3068 name = "tower-service"
3069 version = "0.3.2"
3070 source = "registry+https://github.com/rust-lang/crates.io-index"
3071 checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
3073 [[package]]
3074 name = "tracing"
3075 version = "0.1.40"
3076 source = "registry+https://github.com/rust-lang/crates.io-index"
3077 checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
3078 dependencies = [
3079  "log",
3080  "pin-project-lite",
3081  "tracing-attributes",
3082  "tracing-core",
3085 [[package]]
3086 name = "tracing-attributes"
3087 version = "0.1.27"
3088 source = "registry+https://github.com/rust-lang/crates.io-index"
3089 checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
3090 dependencies = [
3091  "proc-macro2",
3092  "quote",
3093  "syn 2.0.53",
3096 [[package]]
3097 name = "tracing-core"
3098 version = "0.1.32"
3099 source = "registry+https://github.com/rust-lang/crates.io-index"
3100 checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
3101 dependencies = [
3102  "once_cell",
3103  "valuable",
3106 [[package]]
3107 name = "tracing-log"
3108 version = "0.2.0"
3109 source = "registry+https://github.com/rust-lang/crates.io-index"
3110 checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
3111 dependencies = [
3112  "log",
3113  "once_cell",
3114  "tracing-core",
3117 [[package]]
3118 name = "tracing-subscriber"
3119 version = "0.3.18"
3120 source = "registry+https://github.com/rust-lang/crates.io-index"
3121 checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
3122 dependencies = [
3123  "matchers",
3124  "nu-ansi-term",
3125  "once_cell",
3126  "parking_lot",
3127  "regex",
3128  "sharded-slab",
3129  "smallvec",
3130  "thread_local",
3131  "tracing",
3132  "tracing-core",
3133  "tracing-log",
3136 [[package]]
3137 name = "try-lock"
3138 version = "0.2.5"
3139 source = "registry+https://github.com/rust-lang/crates.io-index"
3140 checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
3142 [[package]]
3143 name = "typenum"
3144 version = "1.17.0"
3145 source = "registry+https://github.com/rust-lang/crates.io-index"
3146 checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
3148 [[package]]
3149 name = "typetag"
3150 version = "0.2.16"
3151 source = "registry+https://github.com/rust-lang/crates.io-index"
3152 checksum = "661d18414ec032a49ece2d56eee03636e43c4e8d577047ab334c0ba892e29aaf"
3153 dependencies = [
3154  "erased-serde",
3155  "inventory",
3156  "once_cell",
3157  "serde",
3158  "typetag-impl",
3161 [[package]]
3162 name = "typetag-impl"
3163 version = "0.2.16"
3164 source = "registry+https://github.com/rust-lang/crates.io-index"
3165 checksum = "ac73887f47b9312552aa90ef477927ff014d63d1920ca8037c6c1951eab64bb1"
3166 dependencies = [
3167  "proc-macro2",
3168  "quote",
3169  "syn 2.0.53",
3172 [[package]]
3173 name = "unicode-bidi"
3174 version = "0.3.15"
3175 source = "registry+https://github.com/rust-lang/crates.io-index"
3176 checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
3178 [[package]]
3179 name = "unicode-ident"
3180 version = "1.0.12"
3181 source = "registry+https://github.com/rust-lang/crates.io-index"
3182 checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
3184 [[package]]
3185 name = "unicode-normalization"
3186 version = "0.1.23"
3187 source = "registry+https://github.com/rust-lang/crates.io-index"
3188 checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
3189 dependencies = [
3190  "tinyvec",
3193 [[package]]
3194 name = "unicode-segmentation"
3195 version = "1.11.0"
3196 source = "registry+https://github.com/rust-lang/crates.io-index"
3197 checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
3199 [[package]]
3200 name = "unicode-width"
3201 version = "0.1.11"
3202 source = "registry+https://github.com/rust-lang/crates.io-index"
3203 checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
3205 [[package]]
3206 name = "untrusted"
3207 version = "0.9.0"
3208 source = "registry+https://github.com/rust-lang/crates.io-index"
3209 checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
3211 [[package]]
3212 name = "url"
3213 version = "2.5.0"
3214 source = "registry+https://github.com/rust-lang/crates.io-index"
3215 checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
3216 dependencies = [
3217  "form_urlencoded",
3218  "idna",
3219  "percent-encoding",
3220  "serde",
3223 [[package]]
3224 name = "urlencoding"
3225 version = "2.1.3"
3226 source = "registry+https://github.com/rust-lang/crates.io-index"
3227 checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
3229 [[package]]
3230 name = "uuid"
3231 version = "1.8.0"
3232 source = "registry+https://github.com/rust-lang/crates.io-index"
3233 checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
3234 dependencies = [
3235  "getrandom",
3238 [[package]]
3239 name = "valuable"
3240 version = "0.1.0"
3241 source = "registry+https://github.com/rust-lang/crates.io-index"
3242 checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
3244 [[package]]
3245 name = "vcpkg"
3246 version = "0.2.15"
3247 source = "registry+https://github.com/rust-lang/crates.io-index"
3248 checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
3250 [[package]]
3251 name = "vec_map"
3252 version = "0.8.2"
3253 source = "registry+https://github.com/rust-lang/crates.io-index"
3254 checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
3256 [[package]]
3257 name = "version_check"
3258 version = "0.9.4"
3259 source = "registry+https://github.com/rust-lang/crates.io-index"
3260 checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
3262 [[package]]
3263 name = "want"
3264 version = "0.3.1"
3265 source = "registry+https://github.com/rust-lang/crates.io-index"
3266 checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
3267 dependencies = [
3268  "try-lock",
3271 [[package]]
3272 name = "wasi"
3273 version = "0.11.0+wasi-snapshot-preview1"
3274 source = "registry+https://github.com/rust-lang/crates.io-index"
3275 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
3277 [[package]]
3278 name = "wasm-bindgen"
3279 version = "0.2.92"
3280 source = "registry+https://github.com/rust-lang/crates.io-index"
3281 checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
3282 dependencies = [
3283  "cfg-if",
3284  "wasm-bindgen-macro",
3287 [[package]]
3288 name = "wasm-bindgen-backend"
3289 version = "0.2.92"
3290 source = "registry+https://github.com/rust-lang/crates.io-index"
3291 checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
3292 dependencies = [
3293  "bumpalo",
3294  "log",
3295  "once_cell",
3296  "proc-macro2",
3297  "quote",
3298  "syn 2.0.53",
3299  "wasm-bindgen-shared",
3302 [[package]]
3303 name = "wasm-bindgen-futures"
3304 version = "0.4.42"
3305 source = "registry+https://github.com/rust-lang/crates.io-index"
3306 checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
3307 dependencies = [
3308  "cfg-if",
3309  "js-sys",
3310  "wasm-bindgen",
3311  "web-sys",
3314 [[package]]
3315 name = "wasm-bindgen-macro"
3316 version = "0.2.92"
3317 source = "registry+https://github.com/rust-lang/crates.io-index"
3318 checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
3319 dependencies = [
3320  "quote",
3321  "wasm-bindgen-macro-support",
3324 [[package]]
3325 name = "wasm-bindgen-macro-support"
3326 version = "0.2.92"
3327 source = "registry+https://github.com/rust-lang/crates.io-index"
3328 checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
3329 dependencies = [
3330  "proc-macro2",
3331  "quote",
3332  "syn 2.0.53",
3333  "wasm-bindgen-backend",
3334  "wasm-bindgen-shared",
3337 [[package]]
3338 name = "wasm-bindgen-shared"
3339 version = "0.2.92"
3340 source = "registry+https://github.com/rust-lang/crates.io-index"
3341 checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
3343 [[package]]
3344 name = "web-sys"
3345 version = "0.3.69"
3346 source = "registry+https://github.com/rust-lang/crates.io-index"
3347 checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
3348 dependencies = [
3349  "js-sys",
3350  "wasm-bindgen",
3353 [[package]]
3354 name = "which"
3355 version = "4.4.2"
3356 source = "registry+https://github.com/rust-lang/crates.io-index"
3357 checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
3358 dependencies = [
3359  "either",
3360  "home",
3361  "once_cell",
3362  "rustix",
3365 [[package]]
3366 name = "winapi"
3367 version = "0.3.9"
3368 source = "registry+https://github.com/rust-lang/crates.io-index"
3369 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
3370 dependencies = [
3371  "winapi-i686-pc-windows-gnu",
3372  "winapi-x86_64-pc-windows-gnu",
3375 [[package]]
3376 name = "winapi-i686-pc-windows-gnu"
3377 version = "0.4.0"
3378 source = "registry+https://github.com/rust-lang/crates.io-index"
3379 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
3381 [[package]]
3382 name = "winapi-x86_64-pc-windows-gnu"
3383 version = "0.4.0"
3384 source = "registry+https://github.com/rust-lang/crates.io-index"
3385 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
3387 [[package]]
3388 name = "windows-core"
3389 version = "0.52.0"
3390 source = "registry+https://github.com/rust-lang/crates.io-index"
3391 checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
3392 dependencies = [
3393  "windows-targets 0.52.4",
3396 [[package]]
3397 name = "windows-sys"
3398 version = "0.48.0"
3399 source = "registry+https://github.com/rust-lang/crates.io-index"
3400 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
3401 dependencies = [
3402  "windows-targets 0.48.5",
3405 [[package]]
3406 name = "windows-sys"
3407 version = "0.52.0"
3408 source = "registry+https://github.com/rust-lang/crates.io-index"
3409 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
3410 dependencies = [
3411  "windows-targets 0.52.4",
3414 [[package]]
3415 name = "windows-targets"
3416 version = "0.48.5"
3417 source = "registry+https://github.com/rust-lang/crates.io-index"
3418 checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
3419 dependencies = [
3420  "windows_aarch64_gnullvm 0.48.5",
3421  "windows_aarch64_msvc 0.48.5",
3422  "windows_i686_gnu 0.48.5",
3423  "windows_i686_msvc 0.48.5",
3424  "windows_x86_64_gnu 0.48.5",
3425  "windows_x86_64_gnullvm 0.48.5",
3426  "windows_x86_64_msvc 0.48.5",
3429 [[package]]
3430 name = "windows-targets"
3431 version = "0.52.4"
3432 source = "registry+https://github.com/rust-lang/crates.io-index"
3433 checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
3434 dependencies = [
3435  "windows_aarch64_gnullvm 0.52.4",
3436  "windows_aarch64_msvc 0.52.4",
3437  "windows_i686_gnu 0.52.4",
3438  "windows_i686_msvc 0.52.4",
3439  "windows_x86_64_gnu 0.52.4",
3440  "windows_x86_64_gnullvm 0.52.4",
3441  "windows_x86_64_msvc 0.52.4",
3444 [[package]]
3445 name = "windows_aarch64_gnullvm"
3446 version = "0.48.5"
3447 source = "registry+https://github.com/rust-lang/crates.io-index"
3448 checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
3450 [[package]]
3451 name = "windows_aarch64_gnullvm"
3452 version = "0.52.4"
3453 source = "registry+https://github.com/rust-lang/crates.io-index"
3454 checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
3456 [[package]]
3457 name = "windows_aarch64_msvc"
3458 version = "0.48.5"
3459 source = "registry+https://github.com/rust-lang/crates.io-index"
3460 checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
3462 [[package]]
3463 name = "windows_aarch64_msvc"
3464 version = "0.52.4"
3465 source = "registry+https://github.com/rust-lang/crates.io-index"
3466 checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
3468 [[package]]
3469 name = "windows_i686_gnu"
3470 version = "0.48.5"
3471 source = "registry+https://github.com/rust-lang/crates.io-index"
3472 checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
3474 [[package]]
3475 name = "windows_i686_gnu"
3476 version = "0.52.4"
3477 source = "registry+https://github.com/rust-lang/crates.io-index"
3478 checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
3480 [[package]]
3481 name = "windows_i686_msvc"
3482 version = "0.48.5"
3483 source = "registry+https://github.com/rust-lang/crates.io-index"
3484 checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
3486 [[package]]
3487 name = "windows_i686_msvc"
3488 version = "0.52.4"
3489 source = "registry+https://github.com/rust-lang/crates.io-index"
3490 checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
3492 [[package]]
3493 name = "windows_x86_64_gnu"
3494 version = "0.48.5"
3495 source = "registry+https://github.com/rust-lang/crates.io-index"
3496 checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
3498 [[package]]
3499 name = "windows_x86_64_gnu"
3500 version = "0.52.4"
3501 source = "registry+https://github.com/rust-lang/crates.io-index"
3502 checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
3504 [[package]]
3505 name = "windows_x86_64_gnullvm"
3506 version = "0.48.5"
3507 source = "registry+https://github.com/rust-lang/crates.io-index"
3508 checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
3510 [[package]]
3511 name = "windows_x86_64_gnullvm"
3512 version = "0.52.4"
3513 source = "registry+https://github.com/rust-lang/crates.io-index"
3514 checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
3516 [[package]]
3517 name = "windows_x86_64_msvc"
3518 version = "0.48.5"
3519 source = "registry+https://github.com/rust-lang/crates.io-index"
3520 checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
3522 [[package]]
3523 name = "windows_x86_64_msvc"
3524 version = "0.52.4"
3525 source = "registry+https://github.com/rust-lang/crates.io-index"
3526 checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
3528 [[package]]
3529 name = "winreg"
3530 version = "0.50.0"
3531 source = "registry+https://github.com/rust-lang/crates.io-index"
3532 checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
3533 dependencies = [
3534  "cfg-if",
3535  "windows-sys 0.48.0",
3538 [[package]]
3539 name = "zerocopy"
3540 version = "0.7.32"
3541 source = "registry+https://github.com/rust-lang/crates.io-index"
3542 checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
3543 dependencies = [
3544  "zerocopy-derive",
3547 [[package]]
3548 name = "zerocopy-derive"
3549 version = "0.7.32"
3550 source = "registry+https://github.com/rust-lang/crates.io-index"
3551 checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
3552 dependencies = [
3553  "proc-macro2",
3554  "quote",
3555  "syn 2.0.53",
3558 [[package]]
3559 name = "zeroidc"
3560 version = "0.1.0"
3561 dependencies = [
3562  "base64 0.21.7",
3563  "bytes",
3564  "cbindgen",
3565  "jwt",
3566  "openidconnect",
3567  "reqwest",
3568  "serde",
3569  "thiserror",
3570  "time",
3571  "tokio",
3572  "url",
3575 [[package]]
3576 name = "zeroize"
3577 version = "1.7.0"
3578 source = "registry+https://github.com/rust-lang/crates.io-index"
3579 checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"