1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "Inflector"
7version = "0.11.4"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
10
11[[package]]
12name = "actix"
13version = "0.13.0"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "f728064aca1c318585bf4bb04ffcfac9e75e508ab4e8b1bd9ba5dfe04e2cbed5"
16dependencies = [
17 "actix-rt",
18 "actix_derive",
19 "bitflags",
20 "bytes",
21 "crossbeam-channel",
22 "futures-core",
23 "futures-sink",
24 "futures-task",
25 "futures-util",
26 "log",
27 "once_cell",
28 "parking_lot 0.12.1",
29 "pin-project-lite",
30 "smallvec",
31 "tokio",
32 "tokio-util",
33]
34
35[[package]]
36name = "actix-codec"
37version = "0.5.0"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "57a7559404a7f3573127aab53c08ce37a6c6a315c374a31070f3c91cd1b4a7fe"
40dependencies = [
41 "bitflags",
42 "bytes",
43 "futures-core",
44 "futures-sink",
45 "log",
46 "memchr",
47 "pin-project-lite",
48 "tokio",
49 "tokio-util",
50]
51
52[[package]]
53name = "actix-files"
54version = "0.6.2"
55source = "registry+https://github.com/rust-lang/crates.io-index"
56checksum = "d832782fac6ca7369a70c9ee9a20554623c5e51c76e190ad151780ebea1cf689"
57dependencies = [
58 "actix-http",
59 "actix-service",
60 "actix-utils",
61 "actix-web",
62 "askama_escape",
63 "bitflags",
64 "bytes",
65 "derive_more",
66 "futures-core",
67 "http-range",
68 "log",
69 "mime",
70 "mime_guess",
71 "percent-encoding",
72 "pin-project-lite",
73]
74
75[[package]]
76name = "actix-http"
77version = "3.3.0"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "0070905b2c4a98d184c4e81025253cb192aa8a73827553f38e9410801ceb35bb"
80dependencies = [
81 "actix-codec",
82 "actix-rt",
83 "actix-service",
84 "actix-utils",
85 "ahash",
86 "base64 0.21.0",
87 "bitflags",
88 "brotli",
89 "bytes",
90 "bytestring",
91 "derive_more",
92 "encoding_rs",
93 "flate2",
94 "futures-core",
95 "h2",
96 "http",
97 "httparse",
98 "httpdate",
99 "itoa",
100 "language-tags",
101 "local-channel",
102 "mime",
103 "percent-encoding",
104 "pin-project-lite",
105 "rand 0.8.5",
106 "sha1",
107 "smallvec",
108 "tokio",
109 "tokio-util",
110 "tracing",
111 "zstd",
112]
113
114[[package]]
115name = "actix-macros"
116version = "0.2.3"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "465a6172cf69b960917811022d8f29bc0b7fa1398bc4f78b3c466673db1213b6"
119dependencies = [
120 "quote",
121 "syn",
122]
123
124[[package]]
125name = "actix-router"
126version = "0.5.1"
127source = "registry+https://github.com/rust-lang/crates.io-index"
128checksum = "d66ff4d247d2b160861fa2866457e85706833527840e4133f8f49aa423a38799"
129dependencies = [
130 "bytestring",
131 "http",
132 "regex",
133 "serde",
134 "tracing",
135]
136
137[[package]]
138name = "actix-rt"
139version = "2.8.0"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141checksum = "15265b6b8e2347670eb363c47fc8c75208b4a4994b27192f345fcbe707804f3e"
142dependencies = [
143 "actix-macros",
144 "futures-core",
145 "tokio",
146]
147
148[[package]]
149name = "actix-server"
150version = "2.2.0"
151source = "registry+https://github.com/rust-lang/crates.io-index"
152checksum = "3e8613a75dd50cc45f473cee3c34d59ed677c0f7b44480ce3b8247d7dc519327"
153dependencies = [
154 "actix-rt",
155 "actix-service",
156 "actix-utils",
157 "futures-core",
158 "futures-util",
159 "mio",
160 "num_cpus",
161 "socket2",
162 "tokio",
163 "tracing",
164]
165
166[[package]]
167name = "actix-service"
168version = "2.0.2"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170checksum = "3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a"
171dependencies = [
172 "futures-core",
173 "paste",
174 "pin-project-lite",
175]
176
177[[package]]
178name = "actix-tls"
179version = "3.0.3"
180source = "registry+https://github.com/rust-lang/crates.io-index"
181checksum = "9fde0cf292f7cdc7f070803cb9a0d45c018441321a78b1042ffbbb81ec333297"
182dependencies = [
183 "actix-codec",
184 "actix-rt",
185 "actix-service",
186 "actix-utils",
187 "futures-core",
188 "log",
189 "pin-project-lite",
190 "tokio-rustls",
191 "tokio-util",
192 "webpki-roots",
193]
194
195[[package]]
196name = "actix-utils"
197version = "3.0.1"
198source = "registry+https://github.com/rust-lang/crates.io-index"
199checksum = "88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8"
200dependencies = [
201 "local-waker",
202 "pin-project-lite",
203]
204
205[[package]]
206name = "actix-web"
207version = "4.3.0"
208source = "registry+https://github.com/rust-lang/crates.io-index"
209checksum = "464e0fddc668ede5f26ec1f9557a8d44eda948732f40c6b0ad79126930eb775f"
210dependencies = [
211 "actix-codec",
212 "actix-http",
213 "actix-macros",
214 "actix-router",
215 "actix-rt",
216 "actix-server",
217 "actix-service",
218 "actix-utils",
219 "actix-web-codegen",
220 "ahash",
221 "bytes",
222 "bytestring",
223 "cfg-if",
224 "cookie",
225 "derive_more",
226 "encoding_rs",
227 "futures-core",
228 "futures-util",
229 "http",
230 "itoa",
231 "language-tags",
232 "log",
233 "mime",
234 "once_cell",
235 "pin-project-lite",
236 "regex",
237 "serde",
238 "serde_json",
239 "serde_urlencoded",
240 "smallvec",
241 "socket2",
242 "time 0.3.19",
243 "url",
244]
245
246[[package]]
247name = "actix-web-codegen"
248version = "4.1.0"
249source = "registry+https://github.com/rust-lang/crates.io-index"
250checksum = "1fa9362663c8643d67b2d5eafba49e4cb2c8a053a29ed00a0bea121f17c76b13"
251dependencies = [
252 "actix-router",
253 "proc-macro2",
254 "quote",
255 "syn",
256]
257
258[[package]]
259name = "actix-web-httpauth"
260version = "0.8.0"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "6dda62cf04bc3a9ad2ea8f314f721951cfdb4cdacec4e984d20e77c7bb170991"
263dependencies = [
264 "actix-utils",
265 "actix-web",
266 "base64 0.13.1",
267 "futures-core",
268 "futures-util",
269 "log",
270 "pin-project-lite",
271]
272
273[[package]]
274name = "actix_derive"
275version = "0.6.0"
276source = "registry+https://github.com/rust-lang/crates.io-index"
277checksum = "6d44b8fee1ced9671ba043476deddef739dd0959bf77030b26b738cc591737a7"
278dependencies = [
279 "proc-macro2",
280 "quote",
281 "syn",
282]
283
284[[package]]
285name = "addr2line"
286version = "0.19.0"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
289dependencies = [
290 "gimli",
291]
292
293[[package]]
294name = "adler"
295version = "1.0.2"
296source = "registry+https://github.com/rust-lang/crates.io-index"
297checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
298
299[[package]]
300name = "ahash"
301version = "0.7.6"
302source = "registry+https://github.com/rust-lang/crates.io-index"
303checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
304dependencies = [
305 "getrandom 0.2.8",
306 "once_cell",
307 "version_check",
308]
309
310[[package]]
311name = "aho-corasick"
312version = "0.7.20"
313source = "registry+https://github.com/rust-lang/crates.io-index"
314checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
315dependencies = [
316 "memchr",
317]
318
319[[package]]
320name = "aliasable"
321version = "0.1.3"
322source = "registry+https://github.com/rust-lang/crates.io-index"
323checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
324
325[[package]]
326name = "alloc-no-stdlib"
327version = "2.0.4"
328source = "registry+https://github.com/rust-lang/crates.io-index"
329checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
330
331[[package]]
332name = "alloc-stdlib"
333version = "0.2.2"
334source = "registry+https://github.com/rust-lang/crates.io-index"
335checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
336dependencies = [
337 "alloc-no-stdlib",
338]
339
340[[package]]
341name = "android_system_properties"
342version = "0.1.5"
343source = "registry+https://github.com/rust-lang/crates.io-index"
344checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
345dependencies = [
346 "libc",
347]
348
349[[package]]
350name = "anyhow"
351version = "1.0.69"
352source = "registry+https://github.com/rust-lang/crates.io-index"
353checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
354
355[[package]]
356name = "arrayref"
357version = "0.3.6"
358source = "registry+https://github.com/rust-lang/crates.io-index"
359checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
360
361[[package]]
362name = "arrayvec"
363version = "0.5.2"
364source = "registry+https://github.com/rust-lang/crates.io-index"
365checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
366
367[[package]]
368name = "ascii"
369version = "0.9.3"
370source = "registry+https://github.com/rust-lang/crates.io-index"
371checksum = "eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e"
372
373[[package]]
374name = "askama_escape"
375version = "0.10.3"
376source = "registry+https://github.com/rust-lang/crates.io-index"
377checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
378
379[[package]]
380name = "asn1-rs"
381version = "0.5.1"
382source = "registry+https://github.com/rust-lang/crates.io-index"
383checksum = "cf6690c370453db30743b373a60ba498fc0d6d83b11f4abfd87a84a075db5dd4"
384dependencies = [
385 "asn1-rs-derive",
386 "asn1-rs-impl",
387 "displaydoc 0.2.3",
388 "nom 7.1.3",
389 "num-traits",
390 "rusticata-macros",
391 "thiserror",
392 "time 0.3.19",
393]
394
395[[package]]
396name = "asn1-rs-derive"
397version = "0.4.0"
398source = "registry+https://github.com/rust-lang/crates.io-index"
399checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c"
400dependencies = [
401 "proc-macro2",
402 "quote",
403 "syn",
404 "synstructure",
405]
406
407[[package]]
408name = "asn1-rs-impl"
409version = "0.1.0"
410source = "registry+https://github.com/rust-lang/crates.io-index"
411checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed"
412dependencies = [
413 "proc-macro2",
414 "quote",
415 "syn",
416]
417
418[[package]]
419name = "async-stream"
420version = "0.3.4"
421source = "registry+https://github.com/rust-lang/crates.io-index"
422checksum = "ad445822218ce64be7a341abfb0b1ea43b5c23aa83902542a4542e78309d8e5e"
423dependencies = [
424 "async-stream-impl",
425 "futures-core",
426 "pin-project-lite",
427]
428
429[[package]]
430name = "async-stream-impl"
431version = "0.3.4"
432source = "registry+https://github.com/rust-lang/crates.io-index"
433checksum = "e4655ae1a7b0cdf149156f780c5bf3f1352bc53cbd9e0a361a7ef7b22947e965"
434dependencies = [
435 "proc-macro2",
436 "quote",
437 "syn",
438]
439
440[[package]]
441name = "async-trait"
442version = "0.1.64"
443source = "registry+https://github.com/rust-lang/crates.io-index"
444checksum = "1cd7fce9ba8c3c042128ce72d8b2ddbf3a05747efb67ea0313c635e10bda47a2"
445dependencies = [
446 "proc-macro2",
447 "quote",
448 "syn",
449]
450
451[[package]]
452name = "atoi"
453version = "1.0.0"
454source = "registry+https://github.com/rust-lang/crates.io-index"
455checksum = "d7c57d12312ff59c811c0643f4d80830505833c9ffaebd193d819392b265be8e"
456dependencies = [
457 "num-traits",
458]
459
460[[package]]
461name = "atomic"
462version = "0.5.1"
463source = "registry+https://github.com/rust-lang/crates.io-index"
464checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c"
465dependencies = [
466 "autocfg",
467]
468
469[[package]]
470name = "autocfg"
471version = "1.1.0"
472source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
474
475[[package]]
476name = "backtrace"
477version = "0.3.67"
478source = "registry+https://github.com/rust-lang/crates.io-index"
479checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
480dependencies = [
481 "addr2line",
482 "cc",
483 "cfg-if",
484 "libc",
485 "miniz_oxide",
486 "object",
487 "rustc-demangle",
488]
489
490[[package]]
491name = "bae"
492version = "0.1.7"
493source = "registry+https://github.com/rust-lang/crates.io-index"
494checksum = "33b8de67cc41132507eeece2584804efcb15f85ba516e34c944b7667f480397a"
495dependencies = [
496 "heck 0.3.3",
497 "proc-macro-error",
498 "proc-macro2",
499 "quote",
500 "syn",
501]
502
503[[package]]
504name = "base64"
505version = "0.13.1"
506source = "registry+https://github.com/rust-lang/crates.io-index"
507checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
508
509[[package]]
510name = "base64"
511version = "0.21.0"
512source = "registry+https://github.com/rust-lang/crates.io-index"
513checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
514
515[[package]]
516name = "base64ct"
517version = "1.5.3"
518source = "registry+https://github.com/rust-lang/crates.io-index"
519checksum = "b645a089122eccb6111b4f81cbc1a49f5900ac4666bb93ac027feaecf15607bf"
520
521[[package]]
522name = "bincode"
523version = "1.3.3"
524source = "registry+https://github.com/rust-lang/crates.io-index"
525checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
526dependencies = [
527 "serde",
528]
529
530[[package]]
531name = "bitflags"
532version = "1.3.2"
533source = "registry+https://github.com/rust-lang/crates.io-index"
534checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
535
536[[package]]
537name = "blake2b_simd"
538version = "0.5.11"
539source = "registry+https://github.com/rust-lang/crates.io-index"
540checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"
541dependencies = [
542 "arrayref",
543 "arrayvec",
544 "constant_time_eq",
545]
546
547[[package]]
548name = "block-buffer"
549version = "0.9.0"
550source = "registry+https://github.com/rust-lang/crates.io-index"
551checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
552dependencies = [
553 "generic-array",
554]
555
556[[package]]
557name = "block-buffer"
558version = "0.10.3"
559source = "registry+https://github.com/rust-lang/crates.io-index"
560checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
561dependencies = [
562 "generic-array",
563]
564
565[[package]]
566name = "boolinator"
567version = "2.4.0"
568source = "registry+https://github.com/rust-lang/crates.io-index"
569checksum = "cfa8873f51c92e232f9bac4065cddef41b714152812bfc5f7672ba16d6ef8cd9"
570
571[[package]]
572name = "brotli"
573version = "3.3.4"
574source = "registry+https://github.com/rust-lang/crates.io-index"
575checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
576dependencies = [
577 "alloc-no-stdlib",
578 "alloc-stdlib",
579 "brotli-decompressor",
580]
581
582[[package]]
583name = "brotli-decompressor"
584version = "2.3.4"
585source = "registry+https://github.com/rust-lang/crates.io-index"
586checksum = "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744"
587dependencies = [
588 "alloc-no-stdlib",
589 "alloc-stdlib",
590]
591
592[[package]]
593name = "bson"
594version = "1.2.4"
595source = "registry+https://github.com/rust-lang/crates.io-index"
596checksum = "de0aa578035b938855a710ba58d43cfb4d435f3619f99236fb35922a574d6cb1"
597dependencies = [
598 "base64 0.13.1",
599 "chrono",
600 "hex",
601 "lazy_static",
602 "linked-hash-map",
603 "rand 0.7.3",
604 "serde",
605 "serde_json",
606 "uuid 0.8.2",
607]
608
609[[package]]
610name = "bumpalo"
611version = "3.12.0"
612source = "registry+https://github.com/rust-lang/crates.io-index"
613checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
614
615[[package]]
616name = "bytemuck"
617version = "1.13.0"
618source = "registry+https://github.com/rust-lang/crates.io-index"
619checksum = "c041d3eab048880cb0b86b256447da3f18859a163c3b8d8893f4e6368abe6393"
620
621[[package]]
622name = "byteorder"
623version = "1.4.3"
624source = "registry+https://github.com/rust-lang/crates.io-index"
625checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
626
627[[package]]
628name = "bytes"
629version = "1.4.0"
630source = "registry+https://github.com/rust-lang/crates.io-index"
631checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
632
633[[package]]
634name = "bytestring"
635version = "1.2.0"
636source = "registry+https://github.com/rust-lang/crates.io-index"
637checksum = "f7f83e57d9154148e355404702e2694463241880b939570d7c97c014da7a69a1"
638dependencies = [
639 "bytes",
640]
641
642[[package]]
643name = "cc"
644version = "1.0.79"
645source = "registry+https://github.com/rust-lang/crates.io-index"
646checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
647dependencies = [
648 "jobserver",
649]
650
651[[package]]
652name = "cfg-if"
653version = "1.0.0"
654source = "registry+https://github.com/rust-lang/crates.io-index"
655checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
656
657[[package]]
658name = "chrono"
659version = "0.4.23"
660source = "registry+https://github.com/rust-lang/crates.io-index"
661checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
662dependencies = [
663 "iana-time-zone",
664 "js-sys",
665 "num-integer",
666 "num-traits",
667 "serde",
668 "time 0.1.45",
669 "wasm-bindgen",
670 "winapi",
671]
672
673[[package]]
674name = "clap"
675version = "4.1.6"
676source = "registry+https://github.com/rust-lang/crates.io-index"
677checksum = "ec0b0588d44d4d63a87dbd75c136c166bbfd9a86a31cb89e09906521c7d3f5e3"
678dependencies = [
679 "bitflags",
680 "clap_derive",
681 "clap_lex",
682 "is-terminal",
683 "once_cell",
684 "strsim",
685 "termcolor",
686]
687
688[[package]]
689name = "clap_derive"
690version = "4.1.0"
691source = "registry+https://github.com/rust-lang/crates.io-index"
692checksum = "684a277d672e91966334af371f1a7b5833f9aa00b07c84e92fbce95e00208ce8"
693dependencies = [
694 "heck 0.4.1",
695 "proc-macro-error",
696 "proc-macro2",
697 "quote",
698 "syn",
699]
700
701[[package]]
702name = "clap_lex"
703version = "0.3.2"
704source = "registry+https://github.com/rust-lang/crates.io-index"
705checksum = "350b9cf31731f9957399229e9b2adc51eeabdfbe9d71d9a0552275fd12710d09"
706dependencies = [
707 "os_str_bytes",
708]
709
710[[package]]
711name = "codespan-reporting"
712version = "0.11.1"
713source = "registry+https://github.com/rust-lang/crates.io-index"
714checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
715dependencies = [
716 "termcolor",
717 "unicode-width",
718]
719
720[[package]]
721name = "color_quant"
722version = "1.1.0"
723source = "registry+https://github.com/rust-lang/crates.io-index"
724checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
725
726[[package]]
727name = "combine"
728version = "3.8.1"
729source = "registry+https://github.com/rust-lang/crates.io-index"
730checksum = "da3da6baa321ec19e1cc41d31bf599f00c783d0517095cdaf0332e3fe8d20680"
731dependencies = [
732 "ascii",
733 "byteorder",
734 "either",
735 "memchr",
736 "unreachable",
737]
738
739[[package]]
740name = "console_error_panic_hook"
741version = "0.1.7"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
744dependencies = [
745 "cfg-if",
746 "wasm-bindgen",
747]
748
749[[package]]
750name = "const-oid"
751version = "0.7.1"
752source = "registry+https://github.com/rust-lang/crates.io-index"
753checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"
754
755[[package]]
756name = "constant_time_eq"
757version = "0.1.5"
758source = "registry+https://github.com/rust-lang/crates.io-index"
759checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
760
761[[package]]
762name = "convert_case"
763version = "0.4.0"
764source = "registry+https://github.com/rust-lang/crates.io-index"
765checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
766
767[[package]]
768name = "cookie"
769version = "0.16.2"
770source = "registry+https://github.com/rust-lang/crates.io-index"
771checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb"
772dependencies = [
773 "percent-encoding",
774 "time 0.3.19",
775 "version_check",
776]
777
778[[package]]
779name = "core-foundation"
780version = "0.9.3"
781source = "registry+https://github.com/rust-lang/crates.io-index"
782checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
783dependencies = [
784 "core-foundation-sys",
785 "libc",
786]
787
788[[package]]
789name = "core-foundation-sys"
790version = "0.8.3"
791source = "registry+https://github.com/rust-lang/crates.io-index"
792checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
793
794[[package]]
795name = "cpufeatures"
796version = "0.2.5"
797source = "registry+https://github.com/rust-lang/crates.io-index"
798checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
799dependencies = [
800 "libc",
801]
802
803[[package]]
804name = "crc32fast"
805version = "1.3.2"
806source = "registry+https://github.com/rust-lang/crates.io-index"
807checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
808dependencies = [
809 "cfg-if",
810]
811
812[[package]]
813name = "cron"
814version = "0.12.0"
815source = "registry+https://github.com/rust-lang/crates.io-index"
816checksum = "1ff76b51e4c068c52bfd2866e1567bee7c567ae8f24ada09fd4307019e25eab7"
817dependencies = [
818 "chrono",
819 "nom 7.1.3",
820 "once_cell",
821]
822
823[[package]]
824name = "crossbeam-channel"
825version = "0.5.6"
826source = "registry+https://github.com/rust-lang/crates.io-index"
827checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
828dependencies = [
829 "cfg-if",
830 "crossbeam-utils",
831]
832
833[[package]]
834name = "crossbeam-queue"
835version = "0.3.8"
836source = "registry+https://github.com/rust-lang/crates.io-index"
837checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
838dependencies = [
839 "cfg-if",
840 "crossbeam-utils",
841]
842
843[[package]]
844name = "crossbeam-utils"
845version = "0.8.14"
846source = "registry+https://github.com/rust-lang/crates.io-index"
847checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
848dependencies = [
849 "cfg-if",
850]
851
852[[package]]
853name = "crossterm"
854version = "0.23.2"
855source = "registry+https://github.com/rust-lang/crates.io-index"
856checksum = "a2102ea4f781910f8a5b98dd061f4c2023f479ce7bb1236330099ceb5a93cf17"
857dependencies = [
858 "bitflags",
859 "crossterm_winapi",
860 "libc",
861 "mio",
862 "parking_lot 0.12.1",
863 "signal-hook",
864 "signal-hook-mio",
865 "winapi",
866]
867
868[[package]]
869name = "crossterm_winapi"
870version = "0.9.0"
871source = "registry+https://github.com/rust-lang/crates.io-index"
872checksum = "2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c"
873dependencies = [
874 "winapi",
875]
876
877[[package]]
878name = "crypto-bigint"
879version = "0.3.2"
880source = "registry+https://github.com/rust-lang/crates.io-index"
881checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21"
882dependencies = [
883 "generic-array",
884 "subtle",
885]
886
887[[package]]
888name = "crypto-common"
889version = "0.1.6"
890source = "registry+https://github.com/rust-lang/crates.io-index"
891checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
892dependencies = [
893 "generic-array",
894 "typenum",
895]
896
897[[package]]
898name = "crypto-mac"
899version = "0.10.1"
900source = "registry+https://github.com/rust-lang/crates.io-index"
901checksum = "bff07008ec701e8028e2ceb8f83f0e4274ee62bd2dbdc4fefff2e9a91824081a"
902dependencies = [
903 "generic-array",
904 "subtle",
905]
906
907[[package]]
908name = "crypto-mac"
909version = "0.11.1"
910source = "registry+https://github.com/rust-lang/crates.io-index"
911checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"
912dependencies = [
913 "generic-array",
914 "subtle",
915]
916
917[[package]]
918name = "ct-codecs"
919version = "1.1.1"
920source = "registry+https://github.com/rust-lang/crates.io-index"
921checksum = "f3b7eb4404b8195a9abb6356f4ac07d8ba267045c8d6d220ac4dc992e6cc75df"
922
923[[package]]
924name = "curve25519-dalek"
925version = "3.2.0"
926source = "registry+https://github.com/rust-lang/crates.io-index"
927checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"
928dependencies = [
929 "byteorder",
930 "digest 0.9.0",
931 "rand_core 0.5.1",
932 "serde",
933 "subtle",
934 "zeroize",
935]
936
937[[package]]
938name = "cxx"
939version = "1.0.91"
940source = "registry+https://github.com/rust-lang/crates.io-index"
941checksum = "86d3488e7665a7a483b57e25bdd90d0aeb2bc7608c8d0346acf2ad3f1caf1d62"
942dependencies = [
943 "cc",
944 "cxxbridge-flags",
945 "cxxbridge-macro",
946 "link-cplusplus",
947]
948
949[[package]]
950name = "cxx-build"
951version = "1.0.91"
952source = "registry+https://github.com/rust-lang/crates.io-index"
953checksum = "48fcaf066a053a41a81dfb14d57d99738b767febb8b735c3016e469fac5da690"
954dependencies = [
955 "cc",
956 "codespan-reporting",
957 "once_cell",
958 "proc-macro2",
959 "quote",
960 "scratch",
961 "syn",
962]
963
964[[package]]
965name = "cxxbridge-flags"
966version = "1.0.91"
967source = "registry+https://github.com/rust-lang/crates.io-index"
968checksum = "a2ef98b8b717a829ca5603af80e1f9e2e48013ab227b68ef37872ef84ee479bf"
969
970[[package]]
971name = "cxxbridge-macro"
972version = "1.0.91"
973source = "registry+https://github.com/rust-lang/crates.io-index"
974checksum = "086c685979a698443656e5cf7856c95c642295a38599f12fb1ff76fb28d19892"
975dependencies = [
976 "proc-macro2",
977 "quote",
978 "syn",
979]
980
981[[package]]
982name = "darling"
983version = "0.14.3"
984source = "registry+https://github.com/rust-lang/crates.io-index"
985checksum = "c0808e1bd8671fb44a113a14e13497557533369847788fa2ae912b6ebfce9fa8"
986dependencies = [
987 "darling_core",
988 "darling_macro",
989]
990
991[[package]]
992name = "darling_core"
993version = "0.14.3"
994source = "registry+https://github.com/rust-lang/crates.io-index"
995checksum = "001d80444f28e193f30c2f293455da62dcf9a6b29918a4253152ae2b1de592cb"
996dependencies = [
997 "fnv",
998 "ident_case",
999 "proc-macro2",
1000 "quote",
1001 "strsim",
1002 "syn",
1003]
1004
1005[[package]]
1006name = "darling_macro"
1007version = "0.14.3"
1008source = "registry+https://github.com/rust-lang/crates.io-index"
1009checksum = "b36230598a2d5de7ec1c6f51f72d8a99a9208daff41de2084d06e3fd3ea56685"
1010dependencies = [
1011 "darling_core",
1012 "quote",
1013 "syn",
1014]
1015
1016[[package]]
1017name = "data-encoding"
1018version = "2.3.3"
1019source = "registry+https://github.com/rust-lang/crates.io-index"
1020checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"
1021
1022[[package]]
1023name = "der"
1024version = "0.5.1"
1025source = "registry+https://github.com/rust-lang/crates.io-index"
1026checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"
1027dependencies = [
1028 "const-oid",
1029 "crypto-bigint",
1030 "pem-rfc7468",
1031]
1032
1033[[package]]
1034name = "der-parser"
1035version = "8.1.0"
1036source = "registry+https://github.com/rust-lang/crates.io-index"
1037checksum = "42d4bc9b0db0a0df9ae64634ac5bdefb7afcb534e182275ca0beadbe486701c1"
1038dependencies = [
1039 "asn1-rs",
1040 "displaydoc 0.2.3",
1041 "nom 7.1.3",
1042 "num-bigint",
1043 "num-traits",
1044 "rusticata-macros",
1045]
1046
1047[[package]]
1048name = "derive_builder"
1049version = "0.12.0"
1050source = "registry+https://github.com/rust-lang/crates.io-index"
1051checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8"
1052dependencies = [
1053 "derive_builder_macro",
1054]
1055
1056[[package]]
1057name = "derive_builder_core"
1058version = "0.12.0"
1059source = "registry+https://github.com/rust-lang/crates.io-index"
1060checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f"
1061dependencies = [
1062 "darling",
1063 "proc-macro2",
1064 "quote",
1065 "syn",
1066]
1067
1068[[package]]
1069name = "derive_builder_macro"
1070version = "0.12.0"
1071source = "registry+https://github.com/rust-lang/crates.io-index"
1072checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e"
1073dependencies = [
1074 "derive_builder_core",
1075 "syn",
1076]
1077
1078[[package]]
1079name = "derive_more"
1080version = "0.99.17"
1081source = "registry+https://github.com/rust-lang/crates.io-index"
1082checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
1083dependencies = [
1084 "convert_case",
1085 "proc-macro2",
1086 "quote",
1087 "rustc_version",
1088 "syn",
1089]
1090
1091[[package]]
1092name = "derive_utils"
1093version = "0.11.2"
1094source = "registry+https://github.com/rust-lang/crates.io-index"
1095checksum = "532b4c15dccee12c7044f1fcad956e98410860b22231e44a3b827464797ca7bf"
1096dependencies = [
1097 "proc-macro2",
1098 "quote",
1099 "syn",
1100]
1101
1102[[package]]
1103name = "difflib"
1104version = "0.4.0"
1105source = "registry+https://github.com/rust-lang/crates.io-index"
1106checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
1107
1108[[package]]
1109name = "digest"
1110version = "0.9.0"
1111source = "registry+https://github.com/rust-lang/crates.io-index"
1112checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
1113dependencies = [
1114 "generic-array",
1115]
1116
1117[[package]]
1118name = "digest"
1119version = "0.10.6"
1120source = "registry+https://github.com/rust-lang/crates.io-index"
1121checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
1122dependencies = [
1123 "block-buffer 0.10.3",
1124 "crypto-common",
1125 "subtle",
1126]
1127
1128[[package]]
1129name = "dirs"
1130version = "4.0.0"
1131source = "registry+https://github.com/rust-lang/crates.io-index"
1132checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
1133dependencies = [
1134 "dirs-sys",
1135]
1136
1137[[package]]
1138name = "dirs-sys"
1139version = "0.3.7"
1140source = "registry+https://github.com/rust-lang/crates.io-index"
1141checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
1142dependencies = [
1143 "libc",
1144 "redox_users",
1145 "winapi",
1146]
1147
1148[[package]]
1149name = "displaydoc"
1150version = "0.1.7"
1151source = "registry+https://github.com/rust-lang/crates.io-index"
1152checksum = "adc2ab4d5a16117f9029e9a6b5e4e79f4c67f6519bc134210d4d4a04ba31f41b"
1153dependencies = [
1154 "proc-macro2",
1155 "quote",
1156 "syn",
1157]
1158
1159[[package]]
1160name = "displaydoc"
1161version = "0.2.3"
1162source = "registry+https://github.com/rust-lang/crates.io-index"
1163checksum = "3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886"
1164dependencies = [
1165 "proc-macro2",
1166 "quote",
1167 "syn",
1168]
1169
1170[[package]]
1171name = "dotenvy"
1172version = "0.15.6"
1173source = "registry+https://github.com/rust-lang/crates.io-index"
1174checksum = "03d8c417d7a8cb362e0c37e5d815f5eb7c37f79ff93707329d5a194e42e54ca0"
1175
1176[[package]]
1177name = "downcast"
1178version = "0.11.0"
1179source = "registry+https://github.com/rust-lang/crates.io-index"
1180checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1"
1181
1182[[package]]
1183name = "either"
1184version = "1.8.1"
1185source = "registry+https://github.com/rust-lang/crates.io-index"
1186checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
1187
1188[[package]]
1189name = "email-encoding"
1190version = "0.2.0"
1191source = "registry+https://github.com/rust-lang/crates.io-index"
1192checksum = "dbfb21b9878cf7a348dcb8559109aabc0ec40d69924bd706fa5149846c4fef75"
1193dependencies = [
1194 "base64 0.21.0",
1195 "memchr",
1196]
1197
1198[[package]]
1199name = "email_address"
1200version = "0.2.4"
1201source = "registry+https://github.com/rust-lang/crates.io-index"
1202checksum = "e2153bd83ebc09db15bcbdc3e2194d901804952e3dc96967e1cd3b0c5c32d112"
1203
1204[[package]]
1205name = "encoding_rs"
1206version = "0.8.32"
1207source = "registry+https://github.com/rust-lang/crates.io-index"
1208checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
1209dependencies = [
1210 "cfg-if",
1211]
1212
1213[[package]]
1214name = "errno"
1215version = "0.2.8"
1216source = "registry+https://github.com/rust-lang/crates.io-index"
1217checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
1218dependencies = [
1219 "errno-dragonfly",
1220 "libc",
1221 "winapi",
1222]
1223
1224[[package]]
1225name = "errno-dragonfly"
1226version = "0.1.2"
1227source = "registry+https://github.com/rust-lang/crates.io-index"
1228checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
1229dependencies = [
1230 "cc",
1231 "libc",
1232]
1233
1234[[package]]
1235name = "event-listener"
1236version = "2.5.3"
1237source = "registry+https://github.com/rust-lang/crates.io-index"
1238checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
1239
1240[[package]]
1241name = "failure"
1242version = "0.1.8"
1243source = "registry+https://github.com/rust-lang/crates.io-index"
1244checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
1245dependencies = [
1246 "backtrace",
1247 "failure_derive",
1248]
1249
1250[[package]]
1251name = "failure_derive"
1252version = "0.1.8"
1253source = "registry+https://github.com/rust-lang/crates.io-index"
1254checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
1255dependencies = [
1256 "proc-macro2",
1257 "quote",
1258 "syn",
1259 "synstructure",
1260]
1261
1262[[package]]
1263name = "fastrand"
1264version = "1.9.0"
1265source = "registry+https://github.com/rust-lang/crates.io-index"
1266checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
1267dependencies = [
1268 "instant",
1269]
1270
1271[[package]]
1272name = "fiat-crypto"
1273version = "0.1.17"
1274source = "registry+https://github.com/rust-lang/crates.io-index"
1275checksum = "a214f5bb88731d436478f3ae1f8a277b62124089ba9fb67f4f93fb100ef73c90"
1276
1277[[package]]
1278name = "figment"
1279version = "0.10.8"
1280source = "registry+https://github.com/rust-lang/crates.io-index"
1281checksum = "4e56602b469b2201400dec66a66aec5a9b8761ee97cd1b8c96ab2483fcc16cc9"
1282dependencies = [
1283 "atomic",
1284 "pear",
1285 "serde",
1286 "toml",
1287 "uncased",
1288 "version_check",
1289]
1290
1291[[package]]
1292name = "figment_file_provider_adapter"
1293version = "0.1.0"
1294source = "registry+https://github.com/rust-lang/crates.io-index"
1295checksum = "c33106424fdbb9b1fd89c18072ba94666496a8a468178911b832a3e406988500"
1296dependencies = [
1297 "figment",
1298]
1299
1300[[package]]
1301name = "flate2"
1302version = "1.0.25"
1303source = "registry+https://github.com/rust-lang/crates.io-index"
1304checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
1305dependencies = [
1306 "crc32fast",
1307 "miniz_oxide",
1308]
1309
1310[[package]]
1311name = "float-cmp"
1312version = "0.9.0"
1313source = "registry+https://github.com/rust-lang/crates.io-index"
1314checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
1315dependencies = [
1316 "num-traits",
1317]
1318
1319[[package]]
1320name = "flume"
1321version = "0.10.14"
1322source = "registry+https://github.com/rust-lang/crates.io-index"
1323checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
1324dependencies = [
1325 "futures-core",
1326 "futures-sink",
1327 "pin-project",
1328 "spin 0.9.5",
1329]
1330
1331[[package]]
1332name = "fnv"
1333version = "1.0.7"
1334source = "registry+https://github.com/rust-lang/crates.io-index"
1335checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1336
1337[[package]]
1338name = "form_urlencoded"
1339version = "1.1.0"
1340source = "registry+https://github.com/rust-lang/crates.io-index"
1341checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
1342dependencies = [
1343 "percent-encoding",
1344]
1345
1346[[package]]
1347name = "fragile"
1348version = "2.0.0"
1349source = "registry+https://github.com/rust-lang/crates.io-index"
1350checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa"
1351
1352[[package]]
1353name = "futures"
1354version = "0.3.26"
1355source = "registry+https://github.com/rust-lang/crates.io-index"
1356checksum = "13e2792b0ff0340399d58445b88fd9770e3489eff258a4cbc1523418f12abf84"
1357dependencies = [
1358 "futures-channel",
1359 "futures-core",
1360 "futures-executor",
1361 "futures-io",
1362 "futures-sink",
1363 "futures-task",
1364 "futures-util",
1365]
1366
1367[[package]]
1368name = "futures-channel"
1369version = "0.3.26"
1370source = "registry+https://github.com/rust-lang/crates.io-index"
1371checksum = "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5"
1372dependencies = [
1373 "futures-core",
1374 "futures-sink",
1375]
1376
1377[[package]]
1378name = "futures-core"
1379version = "0.3.26"
1380source = "registry+https://github.com/rust-lang/crates.io-index"
1381checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608"
1382
1383[[package]]
1384name = "futures-enum"
1385version = "0.1.17"
1386source = "registry+https://github.com/rust-lang/crates.io-index"
1387checksum = "3422d14de7903a52e9dbc10ae05a7e14445ec61890100e098754e120b2bd7b1e"
1388dependencies = [
1389 "derive_utils",
1390 "quote",
1391 "syn",
1392]
1393
1394[[package]]
1395name = "futures-executor"
1396version = "0.3.26"
1397source = "registry+https://github.com/rust-lang/crates.io-index"
1398checksum = "e8de0a35a6ab97ec8869e32a2473f4b1324459e14c29275d14b10cb1fd19b50e"
1399dependencies = [
1400 "futures-core",
1401 "futures-task",
1402 "futures-util",
1403]
1404
1405[[package]]
1406name = "futures-intrusive"
1407version = "0.4.2"
1408source = "registry+https://github.com/rust-lang/crates.io-index"
1409checksum = "a604f7a68fbf8103337523b1fadc8ade7361ee3f112f7c680ad179651616aed5"
1410dependencies = [
1411 "futures-core",
1412 "lock_api",
1413 "parking_lot 0.11.2",
1414]
1415
1416[[package]]
1417name = "futures-io"
1418version = "0.3.26"
1419source = "registry+https://github.com/rust-lang/crates.io-index"
1420checksum = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531"
1421
1422[[package]]
1423name = "futures-macro"
1424version = "0.3.26"
1425source = "registry+https://github.com/rust-lang/crates.io-index"
1426checksum = "95a73af87da33b5acf53acfebdc339fe592ecf5357ac7c0a7734ab9d8c876a70"
1427dependencies = [
1428 "proc-macro2",
1429 "quote",
1430 "syn",
1431]
1432
1433[[package]]
1434name = "futures-sink"
1435version = "0.3.26"
1436source = "registry+https://github.com/rust-lang/crates.io-index"
1437checksum = "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364"
1438
1439[[package]]
1440name = "futures-task"
1441version = "0.3.26"
1442source = "registry+https://github.com/rust-lang/crates.io-index"
1443checksum = "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366"
1444
1445[[package]]
1446name = "futures-util"
1447version = "0.3.26"
1448source = "registry+https://github.com/rust-lang/crates.io-index"
1449checksum = "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1"
1450dependencies = [
1451 "futures-channel",
1452 "futures-core",
1453 "futures-io",
1454 "futures-macro",
1455 "futures-sink",
1456 "futures-task",
1457 "memchr",
1458 "pin-project-lite",
1459 "pin-utils",
1460 "slab",
1461]
1462
1463[[package]]
1464name = "generic-array"
1465version = "0.14.6"
1466source = "registry+https://github.com/rust-lang/crates.io-index"
1467checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
1468dependencies = [
1469 "serde",
1470 "typenum",
1471 "version_check",
1472]
1473
1474[[package]]
1475name = "generic-bytes"
1476version = "0.1.0"
1477source = "registry+https://github.com/rust-lang/crates.io-index"
1478checksum = "d6638d839bbd1cea640d8c5348dd82e0d545dbd364f3c2a251646eaf2ef0773b"
1479dependencies = [
1480 "generic-array",
1481]
1482
1483[[package]]
1484name = "getrandom"
1485version = "0.1.16"
1486source = "registry+https://github.com/rust-lang/crates.io-index"
1487checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
1488dependencies = [
1489 "cfg-if",
1490 "libc",
1491 "wasi 0.9.0+wasi-snapshot-preview1",
1492]
1493
1494[[package]]
1495name = "getrandom"
1496version = "0.2.8"
1497source = "registry+https://github.com/rust-lang/crates.io-index"
1498checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
1499dependencies = [
1500 "cfg-if",
1501 "js-sys",
1502 "libc",
1503 "wasi 0.11.0+wasi-snapshot-preview1",
1504 "wasm-bindgen",
1505]
1506
1507[[package]]
1508name = "gimli"
1509version = "0.27.2"
1510source = "registry+https://github.com/rust-lang/crates.io-index"
1511checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
1512
1513[[package]]
1514name = "gloo"
1515version = "0.4.2"
1516source = "registry+https://github.com/rust-lang/crates.io-index"
1517checksum = "23947965eee55e3e97a5cd142dd4c10631cc349b48cecca0ed230fd296f568cd"
1518dependencies = [
1519 "gloo-console",
1520 "gloo-dialogs",
1521 "gloo-events",
1522 "gloo-file",
1523 "gloo-render",
1524 "gloo-storage",
1525 "gloo-timers",
1526 "gloo-utils",
1527]
1528
1529[[package]]
1530name = "gloo-console"
1531version = "0.2.3"
1532source = "registry+https://github.com/rust-lang/crates.io-index"
1533checksum = "82b7ce3c05debe147233596904981848862b068862e9ec3e34be446077190d3f"
1534dependencies = [
1535 "gloo-utils",
1536 "js-sys",
1537 "serde",
1538 "wasm-bindgen",
1539 "web-sys",
1540]
1541
1542[[package]]
1543name = "gloo-dialogs"
1544version = "0.1.1"
1545source = "registry+https://github.com/rust-lang/crates.io-index"
1546checksum = "67062364ac72d27f08445a46cab428188e2e224ec9e37efdba48ae8c289002e6"
1547dependencies = [
1548 "wasm-bindgen",
1549 "web-sys",
1550]
1551
1552[[package]]
1553name = "gloo-events"
1554version = "0.1.2"
1555source = "registry+https://github.com/rust-lang/crates.io-index"
1556checksum = "68b107f8abed8105e4182de63845afcc7b69c098b7852a813ea7462a320992fc"
1557dependencies = [
1558 "wasm-bindgen",
1559 "web-sys",
1560]
1561
1562[[package]]
1563name = "gloo-file"
1564version = "0.2.3"
1565source = "registry+https://github.com/rust-lang/crates.io-index"
1566checksum = "a8d5564e570a38b43d78bdc063374a0c3098c4f0d64005b12f9bbe87e869b6d7"
1567dependencies = [
1568 "futures-channel",
1569 "gloo-events",
1570 "js-sys",
1571 "wasm-bindgen",
1572 "web-sys",
1573]
1574
1575[[package]]
1576name = "gloo-net"
1577version = "0.2.6"
1578source = "registry+https://github.com/rust-lang/crates.io-index"
1579checksum = "9902a044653b26b99f7e3693a42f171312d9be8b26b5697bd1e43ad1f8a35e10"
1580dependencies = [
1581 "futures-channel",
1582 "futures-core",
1583 "futures-sink",
1584 "gloo-utils",
1585 "js-sys",
1586 "pin-project",
1587 "serde",
1588 "serde_json",
1589 "thiserror",
1590 "wasm-bindgen",
1591 "wasm-bindgen-futures",
1592 "web-sys",
1593]
1594
1595[[package]]
1596name = "gloo-render"
1597version = "0.1.1"
1598source = "registry+https://github.com/rust-lang/crates.io-index"
1599checksum = "2fd9306aef67cfd4449823aadcd14e3958e0800aa2183955a309112a84ec7764"
1600dependencies = [
1601 "wasm-bindgen",
1602 "web-sys",
1603]
1604
1605[[package]]
1606name = "gloo-storage"
1607version = "0.2.2"
1608source = "registry+https://github.com/rust-lang/crates.io-index"
1609checksum = "5d6ab60bf5dbfd6f0ed1f7843da31b41010515c745735c970e821945ca91e480"
1610dependencies = [
1611 "gloo-utils",
1612 "js-sys",
1613 "serde",
1614 "serde_json",
1615 "thiserror",
1616 "wasm-bindgen",
1617 "web-sys",
1618]
1619
1620[[package]]
1621name = "gloo-timers"
1622version = "0.2.6"
1623source = "registry+https://github.com/rust-lang/crates.io-index"
1624checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
1625dependencies = [
1626 "futures-channel",
1627 "futures-core",
1628 "js-sys",
1629 "wasm-bindgen",
1630]
1631
1632[[package]]
1633name = "gloo-utils"
1634version = "0.1.6"
1635source = "registry+https://github.com/rust-lang/crates.io-index"
1636checksum = "a8e8fc851e9c7b9852508bc6e3f690f452f474417e8545ec9857b7f7377036b5"
1637dependencies = [
1638 "js-sys",
1639 "serde",
1640 "serde_json",
1641 "wasm-bindgen",
1642 "web-sys",
1643]
1644
1645[[package]]
1646name = "graphql-introspection-query"
1647version = "0.2.0"
1648source = "registry+https://github.com/rust-lang/crates.io-index"
1649checksum = "7f2a4732cf5140bd6c082434494f785a19cfb566ab07d1382c3671f5812fed6d"
1650dependencies = [
1651 "serde",
1652]
1653
1654[[package]]
1655name = "graphql-parser"
1656version = "0.2.3"
1657source = "registry+https://github.com/rust-lang/crates.io-index"
1658checksum = "a5613c31f18676f164112732202124f373bb2103ff017b3b85ca954ea6a66ada"
1659dependencies = [
1660 "combine",
1661 "failure",
1662]
1663
1664[[package]]
1665name = "graphql-parser"
1666version = "0.3.0"
1667source = "registry+https://github.com/rust-lang/crates.io-index"
1668checksum = "d1abd4ce5247dfc04a03ccde70f87a048458c9356c7e41d21ad8c407b3dde6f2"
1669dependencies = [
1670 "combine",
1671 "thiserror",
1672]
1673
1674[[package]]
1675name = "graphql-parser"
1676version = "0.4.0"
1677source = "registry+https://github.com/rust-lang/crates.io-index"
1678checksum = "d2ebc8013b4426d5b81a4364c419a95ed0b404af2b82e2457de52d9348f0e474"
1679dependencies = [
1680 "combine",
1681 "thiserror",
1682]
1683
1684[[package]]
1685name = "graphql_client"
1686version = "0.10.0"
1687source = "registry+https://github.com/rust-lang/crates.io-index"
1688checksum = "a9b58571cfc3cc42c3e8ff44fc6cfbb6c0dea17ed22d20f9d8f1efc4e8209a3f"
1689dependencies = [
1690 "graphql_query_derive 0.10.0",
1691 "serde",
1692 "serde_json",
1693]
1694
1695[[package]]
1696name = "graphql_client"
1697version = "0.11.0"
1698source = "registry+https://github.com/rust-lang/crates.io-index"
1699checksum = "7fc16d75d169fddb720d8f1c7aed6413e329e1584079b9734ff07266a193f5bc"
1700dependencies = [
1701 "graphql_query_derive 0.11.0",
1702 "reqwest",
1703 "serde",
1704 "serde_json",
1705]
1706
1707[[package]]
1708name = "graphql_client_codegen"
1709version = "0.10.0"
1710source = "registry+https://github.com/rust-lang/crates.io-index"
1711checksum = "b4bf9cd823359d74ad3d3ecf1afd4a975f4ff2f891cdf9a66744606daf52de8c"
1712dependencies = [
1713 "graphql-introspection-query",
1714 "graphql-parser 0.2.3",
1715 "heck 0.3.3",
1716 "lazy_static",
1717 "proc-macro2",
1718 "quote",
1719 "serde",
1720 "serde_json",
1721 "syn",
1722]
1723
1724[[package]]
1725name = "graphql_client_codegen"
1726version = "0.11.0"
1727source = "registry+https://github.com/rust-lang/crates.io-index"
1728checksum = "f290ecfa3bea3e8a157899dc8a1d96ee7dd6405c18c8ddd213fc58939d18a0e9"
1729dependencies = [
1730 "graphql-introspection-query",
1731 "graphql-parser 0.4.0",
1732 "heck 0.4.1",
1733 "lazy_static",
1734 "proc-macro2",
1735 "quote",
1736 "serde",
1737 "serde_json",
1738 "syn",
1739]
1740
1741[[package]]
1742name = "graphql_query_derive"
1743version = "0.10.0"
1744source = "registry+https://github.com/rust-lang/crates.io-index"
1745checksum = "e56b093bfda71de1da99758b036f4cc811fd2511c8a76f75680e9ffbd2bb4251"
1746dependencies = [
1747 "graphql_client_codegen 0.10.0",
1748 "proc-macro2",
1749 "syn",
1750]
1751
1752[[package]]
1753name = "graphql_query_derive"
1754version = "0.11.0"
1755source = "registry+https://github.com/rust-lang/crates.io-index"
1756checksum = "a755cc59cda2641ea3037b4f9f7ef40471c329f55c1fa2db6fa0bb7ae6c1f7ce"
1757dependencies = [
1758 "graphql_client_codegen 0.11.0",
1759 "proc-macro2",
1760 "syn",
1761]
1762
1763[[package]]
1764name = "h2"
1765version = "0.3.15"
1766source = "registry+https://github.com/rust-lang/crates.io-index"
1767checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"
1768dependencies = [
1769 "bytes",
1770 "fnv",
1771 "futures-core",
1772 "futures-sink",
1773 "futures-util",
1774 "http",
1775 "indexmap",
1776 "slab",
1777 "tokio",
1778 "tokio-util",
1779 "tracing",
1780]
1781
1782[[package]]
1783name = "hashbrown"
1784version = "0.9.1"
1785source = "registry+https://github.com/rust-lang/crates.io-index"
1786checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
1787
1788[[package]]
1789name = "hashbrown"
1790version = "0.12.3"
1791source = "registry+https://github.com/rust-lang/crates.io-index"
1792checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1793dependencies = [
1794 "ahash",
1795]
1796
1797[[package]]
1798name = "hashlink"
1799version = "0.8.1"
1800source = "registry+https://github.com/rust-lang/crates.io-index"
1801checksum = "69fe1fcf8b4278d860ad0548329f892a3631fb63f82574df68275f34cdbe0ffa"
1802dependencies = [
1803 "hashbrown 0.12.3",
1804]
1805
1806[[package]]
1807name = "heck"
1808version = "0.3.3"
1809source = "registry+https://github.com/rust-lang/crates.io-index"
1810checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
1811dependencies = [
1812 "unicode-segmentation",
1813]
1814
1815[[package]]
1816name = "heck"
1817version = "0.4.1"
1818source = "registry+https://github.com/rust-lang/crates.io-index"
1819checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
1820dependencies = [
1821 "unicode-segmentation",
1822]
1823
1824[[package]]
1825name = "hermit-abi"
1826version = "0.2.6"
1827source = "registry+https://github.com/rust-lang/crates.io-index"
1828checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
1829dependencies = [
1830 "libc",
1831]
1832
1833[[package]]
1834name = "hermit-abi"
1835version = "0.3.1"
1836source = "registry+https://github.com/rust-lang/crates.io-index"
1837checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
1838
1839[[package]]
1840name = "hex"
1841version = "0.4.3"
1842source = "registry+https://github.com/rust-lang/crates.io-index"
1843checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1844
1845[[package]]
1846name = "hkdf"
1847version = "0.11.0"
1848source = "registry+https://github.com/rust-lang/crates.io-index"
1849checksum = "01706d578d5c281058480e673ae4086a9f4710d8df1ad80a5b03e39ece5f886b"
1850dependencies = [
1851 "digest 0.9.0",
1852 "hmac 0.11.0",
1853]
1854
1855[[package]]
1856name = "hkdf"
1857version = "0.12.3"
1858source = "registry+https://github.com/rust-lang/crates.io-index"
1859checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
1860dependencies = [
1861 "hmac 0.12.1",
1862]
1863
1864[[package]]
1865name = "hmac"
1866version = "0.10.1"
1867source = "registry+https://github.com/rust-lang/crates.io-index"
1868checksum = "c1441c6b1e930e2817404b5046f1f989899143a12bf92de603b69f4e0aee1e15"
1869dependencies = [
1870 "crypto-mac 0.10.1",
1871 "digest 0.9.0",
1872]
1873
1874[[package]]
1875name = "hmac"
1876version = "0.11.0"
1877source = "registry+https://github.com/rust-lang/crates.io-index"
1878checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
1879dependencies = [
1880 "crypto-mac 0.11.1",
1881 "digest 0.9.0",
1882]
1883
1884[[package]]
1885name = "hmac"
1886version = "0.12.1"
1887source = "registry+https://github.com/rust-lang/crates.io-index"
1888checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1889dependencies = [
1890 "digest 0.10.6",
1891]
1892
1893[[package]]
1894name = "http"
1895version = "0.2.9"
1896source = "registry+https://github.com/rust-lang/crates.io-index"
1897checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
1898dependencies = [
1899 "bytes",
1900 "fnv",
1901 "itoa",
1902]
1903
1904[[package]]
1905name = "http-body"
1906version = "0.4.5"
1907source = "registry+https://github.com/rust-lang/crates.io-index"
1908checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
1909dependencies = [
1910 "bytes",
1911 "http",
1912 "pin-project-lite",
1913]
1914
1915[[package]]
1916name = "http-range"
1917version = "0.1.5"
1918source = "registry+https://github.com/rust-lang/crates.io-index"
1919checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573"
1920
1921[[package]]
1922name = "httparse"
1923version = "1.8.0"
1924source = "registry+https://github.com/rust-lang/crates.io-index"
1925checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
1926
1927[[package]]
1928name = "httpdate"
1929version = "1.0.2"
1930source = "registry+https://github.com/rust-lang/crates.io-index"
1931checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
1932
1933[[package]]
1934name = "hyper"
1935version = "0.14.24"
1936source = "registry+https://github.com/rust-lang/crates.io-index"
1937checksum = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c"
1938dependencies = [
1939 "bytes",
1940 "futures-channel",
1941 "futures-core",
1942 "futures-util",
1943 "h2",
1944 "http",
1945 "http-body",
1946 "httparse",
1947 "httpdate",
1948 "itoa",
1949 "pin-project-lite",
1950 "socket2",
1951 "tokio",
1952 "tower-service",
1953 "tracing",
1954 "want",
1955]
1956
1957[[package]]
1958name = "hyper-rustls"
1959version = "0.23.2"
1960source = "registry+https://github.com/rust-lang/crates.io-index"
1961checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c"
1962dependencies = [
1963 "http",
1964 "hyper",
1965 "rustls",
1966 "tokio",
1967 "tokio-rustls",
1968]
1969
1970[[package]]
1971name = "iana-time-zone"
1972version = "0.1.53"
1973source = "registry+https://github.com/rust-lang/crates.io-index"
1974checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
1975dependencies = [
1976 "android_system_properties",
1977 "core-foundation-sys",
1978 "iana-time-zone-haiku",
1979 "js-sys",
1980 "wasm-bindgen",
1981 "winapi",
1982]
1983
1984[[package]]
1985name = "iana-time-zone-haiku"
1986version = "0.1.1"
1987source = "registry+https://github.com/rust-lang/crates.io-index"
1988checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
1989dependencies = [
1990 "cxx",
1991 "cxx-build",
1992]
1993
1994[[package]]
1995name = "ident_case"
1996version = "1.0.1"
1997source = "registry+https://github.com/rust-lang/crates.io-index"
1998checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1999
2000[[package]]
2001name = "idna"
2002version = "0.2.3"
2003source = "registry+https://github.com/rust-lang/crates.io-index"
2004checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
2005dependencies = [
2006 "matches",
2007 "unicode-bidi",
2008 "unicode-normalization",
2009]
2010
2011[[package]]
2012name = "idna"
2013version = "0.3.0"
2014source = "registry+https://github.com/rust-lang/crates.io-index"
2015checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
2016dependencies = [
2017 "unicode-bidi",
2018 "unicode-normalization",
2019]
2020
2021[[package]]
2022name = "if_chain"
2023version = "1.0.2"
2024source = "registry+https://github.com/rust-lang/crates.io-index"
2025checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed"
2026
2027[[package]]
2028name = "image"
2029version = "0.24.5"
2030source = "registry+https://github.com/rust-lang/crates.io-index"
2031checksum = "69b7ea949b537b0fd0af141fff8c77690f2ce96f4f41f042ccb6c69c6c965945"
2032dependencies = [
2033 "bytemuck",
2034 "byteorder",
2035 "color_quant",
2036 "jpeg-decoder",
2037 "num-rational",
2038 "num-traits",
2039]
2040
2041[[package]]
2042name = "indexmap"
2043version = "1.6.2"
2044source = "registry+https://github.com/rust-lang/crates.io-index"
2045checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3"
2046dependencies = [
2047 "autocfg",
2048 "hashbrown 0.9.1",
2049 "serde",
2050]
2051
2052[[package]]
2053name = "inlinable_string"
2054version = "0.1.15"
2055source = "registry+https://github.com/rust-lang/crates.io-index"
2056checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb"
2057
2058[[package]]
2059name = "instant"
2060version = "0.1.12"
2061source = "registry+https://github.com/rust-lang/crates.io-index"
2062checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2063dependencies = [
2064 "cfg-if",
2065]
2066
2067[[package]]
2068name = "io-lifetimes"
2069version = "1.0.5"
2070source = "registry+https://github.com/rust-lang/crates.io-index"
2071checksum = "1abeb7a0dd0f8181267ff8adc397075586500b81b28a73e8a0208b00fc170fb3"
2072dependencies = [
2073 "libc",
2074 "windows-sys 0.45.0",
2075]
2076
2077[[package]]
2078name = "ipnet"
2079version = "2.7.1"
2080source = "registry+https://github.com/rust-lang/crates.io-index"
2081checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146"
2082
2083[[package]]
2084name = "is-terminal"
2085version = "0.4.4"
2086source = "registry+https://github.com/rust-lang/crates.io-index"
2087checksum = "21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857"
2088dependencies = [
2089 "hermit-abi 0.3.1",
2090 "io-lifetimes",
2091 "rustix",
2092 "windows-sys 0.45.0",
2093]
2094
2095[[package]]
2096name = "itertools"
2097version = "0.10.5"
2098source = "registry+https://github.com/rust-lang/crates.io-index"
2099checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
2100dependencies = [
2101 "either",
2102]
2103
2104[[package]]
2105name = "itoa"
2106version = "1.0.5"
2107source = "registry+https://github.com/rust-lang/crates.io-index"
2108checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
2109
2110[[package]]
2111name = "jobserver"
2112version = "0.1.25"
2113source = "registry+https://github.com/rust-lang/crates.io-index"
2114checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"
2115dependencies = [
2116 "libc",
2117]
2118
2119[[package]]
2120name = "jpeg-decoder"
2121version = "0.3.0"
2122source = "registry+https://github.com/rust-lang/crates.io-index"
2123checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e"
2124
2125[[package]]
2126name = "js-sys"
2127version = "0.3.61"
2128source = "registry+https://github.com/rust-lang/crates.io-index"
2129checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
2130dependencies = [
2131 "wasm-bindgen",
2132]
2133
2134[[package]]
2135name = "juniper"
2136version = "0.15.11"
2137source = "registry+https://github.com/rust-lang/crates.io-index"
2138checksum = "52adf17d43d0b526eed31fac15d9312941c5c2558ffbfb105811690b96d6e2f1"
2139dependencies = [
2140 "async-trait",
2141 "bson",
2142 "chrono",
2143 "fnv",
2144 "futures",
2145 "futures-enum",
2146 "graphql-parser 0.3.0",
2147 "indexmap",
2148 "juniper_codegen",
2149 "serde",
2150 "smartstring",
2151 "static_assertions",
2152 "url",
2153 "uuid 0.8.2",
2154]
2155
2156[[package]]
2157name = "juniper_codegen"
2158version = "0.15.9"
2159source = "registry+https://github.com/rust-lang/crates.io-index"
2160checksum = "aee97671061ad50301ba077d054d295e01d31a1868fbd07902db651f987e71db"
2161dependencies = [
2162 "proc-macro-error",
2163 "proc-macro2",
2164 "quote",
2165 "syn",
2166]
2167
2168[[package]]
2169name = "jwt"
2170version = "0.13.0"
2171source = "registry+https://github.com/rust-lang/crates.io-index"
2172checksum = "86e46349d67dc03bdbdb28da0337a355a53ca1d5156452722c36fe21d0e6389b"
2173dependencies = [
2174 "base64 0.13.1",
2175 "crypto-mac 0.10.1",
2176 "digest 0.9.0",
2177 "hmac 0.10.1",
2178 "serde",
2179 "serde_json",
2180 "sha2 0.9.9",
2181]
2182
2183[[package]]
2184name = "jwt"
2185version = "0.16.0"
2186source = "registry+https://github.com/rust-lang/crates.io-index"
2187checksum = "6204285f77fe7d9784db3fdc449ecce1a0114927a51d5a41c4c7a292011c015f"
2188dependencies = [
2189 "base64 0.13.1",
2190 "crypto-common",
2191 "digest 0.10.6",
2192 "hmac 0.12.1",
2193 "serde",
2194 "serde_json",
2195 "sha2 0.10.6",
2196]
2197
2198[[package]]
2199name = "language-tags"
2200version = "0.3.2"
2201source = "registry+https://github.com/rust-lang/crates.io-index"
2202checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
2203
2204[[package]]
2205name = "lazy_static"
2206version = "1.4.0"
2207source = "registry+https://github.com/rust-lang/crates.io-index"
2208checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2209dependencies = [
2210 "spin 0.5.2",
2211]
2212
2213[[package]]
2214name = "lber"
2215version = "0.3.0"
2216source = "registry+https://github.com/rust-lang/crates.io-index"
2217checksum = "8a99b520993b21a6faab32643cf4726573dc18ca4cf2d48cbeb24d248c86c930"
2218dependencies = [
2219 "byteorder",
2220 "bytes",
2221 "nom 2.2.1",
2222]
2223
2224[[package]]
2225name = "lber"
2226version = "0.4.1"
2227source = "git+https://github.com/inejge/ldap3/#11a66fd5c3df6ee2bae1237b93ba650a597f7805"
2228dependencies = [
2229 "bytes",
2230 "nom 7.1.3",
2231]
2232
2233[[package]]
2234name = "ldap3"
2235version = "0.11.1"
2236source = "registry+https://github.com/rust-lang/crates.io-index"
2237checksum = "c5cfbd3c59ca16d6671b002b8b3dd013cd825d9c77a1664a3135194d3270511e"
2238dependencies = [
2239 "async-trait",
2240 "bytes",
2241 "futures",
2242 "futures-util",
2243 "lazy_static",
2244 "lber 0.4.1",
2245 "log",
2246 "nom 7.1.3",
2247 "percent-encoding",
2248 "ring",
2249 "rustls",
2250 "rustls-native-certs",
2251 "thiserror",
2252 "tokio",
2253 "tokio-rustls",
2254 "tokio-stream",
2255 "tokio-util",
2256 "url",
2257 "x509-parser",
2258]
2259
2260[[package]]
2261name = "ldap3_proto"
2262version = "0.3.1"
2263source = "registry+https://github.com/rust-lang/crates.io-index"
2264checksum = "4162706b6f3b3d58f577990e22e9a0e03e2f9bedc2b8181d8abab2498da32003"
2265dependencies = [
2266 "bytes",
2267 "lber 0.3.0",
2268 "peg",
2269 "tokio-util",
2270 "tracing",
2271 "uuid 1.3.0",
2272]
2273
2274[[package]]
2275name = "lettre"
2276version = "0.10.3"
2277source = "registry+https://github.com/rust-lang/crates.io-index"
2278checksum = "d8033576bf9f051fce6cb92b6264114b4340896c352a9ff38b67bd4cde924635"
2279dependencies = [
2280 "async-trait",
2281 "base64 0.21.0",
2282 "email-encoding",
2283 "email_address",
2284 "fastrand",
2285 "futures-io",
2286 "futures-util",
2287 "httpdate",
2288 "idna 0.3.0",
2289 "mime",
2290 "nom 7.1.3",
2291 "once_cell",
2292 "quoted_printable",
2293 "rustls",
2294 "rustls-pemfile",
2295 "serde",
2296 "socket2",
2297 "tokio",
2298 "tokio-rustls",
2299 "webpki-roots",
2300]
2301
2302[[package]]
2303name = "libc"
2304version = "0.2.139"
2305source = "registry+https://github.com/rust-lang/crates.io-index"
2306checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
2307
2308[[package]]
2309name = "libm"
2310version = "0.2.6"
2311source = "registry+https://github.com/rust-lang/crates.io-index"
2312checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"
2313
2314[[package]]
2315name = "libsqlite3-sys"
2316version = "0.24.2"
2317source = "registry+https://github.com/rust-lang/crates.io-index"
2318checksum = "898745e570c7d0453cc1fbc4a701eb6c662ed54e8fec8b7d14be137ebeeb9d14"
2319dependencies = [
2320 "cc",
2321 "pkg-config",
2322 "vcpkg",
2323]
2324
2325[[package]]
2326name = "link-cplusplus"
2327version = "1.0.8"
2328source = "registry+https://github.com/rust-lang/crates.io-index"
2329checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
2330dependencies = [
2331 "cc",
2332]
2333
2334[[package]]
2335name = "linked-hash-map"
2336version = "0.5.6"
2337source = "registry+https://github.com/rust-lang/crates.io-index"
2338checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2339
2340[[package]]
2341name = "linux-raw-sys"
2342version = "0.1.4"
2343source = "registry+https://github.com/rust-lang/crates.io-index"
2344checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
2345
2346[[package]]
2347name = "lldap"
2348version = "0.4.3"
2349dependencies = [
2350 "actix",
2351 "actix-files",
2352 "actix-http",
2353 "actix-rt",
2354 "actix-server",
2355 "actix-service",
2356 "actix-tls",
2357 "actix-web",
2358 "actix-web-httpauth",
2359 "anyhow",
2360 "async-trait",
2361 "base64 0.21.0",
2362 "bincode",
2363 "chrono",
2364 "clap",
2365 "cron",
2366 "derive_builder",
2367 "figment",
2368 "figment_file_provider_adapter",
2369 "futures",
2370 "futures-util",
2371 "hmac 0.12.1",
2372 "http",
2373 "image",
2374 "itertools",
2375 "juniper",
2376 "jwt 0.16.0",
2377 "lber 0.4.1",
2378 "ldap3_proto",
2379 "lettre",
2380 "lldap_auth",
2381 "log",
2382 "mockall",
2383 "opaque-ke",
2384 "orion",
2385 "rand 0.8.5",
2386 "reqwest",
2387 "rustls",
2388 "rustls-pemfile",
2389 "sea-orm",
2390 "secstr",
2391 "serde",
2392 "serde_bytes",
2393 "serde_json",
2394 "sha2 0.10.6",
2395 "thiserror",
2396 "time 0.3.19",
2397 "tokio",
2398 "tokio-rustls",
2399 "tokio-stream",
2400 "tokio-util",
2401 "tracing",
2402 "tracing-actix-web",
2403 "tracing-attributes",
2404 "tracing-forest",
2405 "tracing-log",
2406 "tracing-subscriber",
2407 "urlencoding",
2408 "uuid 0.8.2",
2409 "webpki-roots",
2410]
2411
2412[[package]]
2413name = "lldap_app"
2414version = "0.4.3"
2415dependencies = [
2416 "anyhow",
2417 "base64 0.13.1",
2418 "chrono",
2419 "gloo-console",
2420 "gloo-file",
2421 "gloo-net",
2422 "graphql_client 0.10.0",
2423 "http",
2424 "image",
2425 "indexmap",
2426 "jwt 0.13.0",
2427 "lldap_auth",
2428 "rand 0.8.5",
2429 "serde",
2430 "serde_json",
2431 "url-escape",
2432 "validator",
2433 "validator_derive",
2434 "wasm-bindgen",
2435 "wasm-bindgen-futures",
2436 "web-sys",
2437 "yew",
2438 "yew-router",
2439 "yew_form",
2440 "yew_form_derive",
2441]
2442
2443[[package]]
2444name = "lldap_auth"
2445version = "0.3.0"
2446dependencies = [
2447 "chrono",
2448 "curve25519-dalek",
2449 "digest 0.9.0",
2450 "generic-array",
2451 "getrandom 0.2.8",
2452 "opaque-ke",
2453 "rand 0.8.5",
2454 "rust-argon2",
2455 "serde",
2456 "sha2 0.9.9",
2457 "thiserror",
2458]
2459
2460[[package]]
2461name = "lldap_set_password"
2462version = "0.1.0"
2463dependencies = [
2464 "anyhow",
2465 "clap",
2466 "lldap_auth",
2467 "rand 0.8.5",
2468 "reqwest",
2469 "serde",
2470 "serde_json",
2471]
2472
2473[[package]]
2474name = "local-channel"
2475version = "0.1.3"
2476source = "registry+https://github.com/rust-lang/crates.io-index"
2477checksum = "7f303ec0e94c6c54447f84f3b0ef7af769858a9c4ef56ef2a986d3dcd4c3fc9c"
2478dependencies = [
2479 "futures-core",
2480 "futures-sink",
2481 "futures-util",
2482 "local-waker",
2483]
2484
2485[[package]]
2486name = "local-waker"
2487version = "0.1.3"
2488source = "registry+https://github.com/rust-lang/crates.io-index"
2489checksum = "e34f76eb3611940e0e7d53a9aaa4e6a3151f69541a282fd0dad5571420c53ff1"
2490
2491[[package]]
2492name = "lock_api"
2493version = "0.4.9"
2494source = "registry+https://github.com/rust-lang/crates.io-index"
2495checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
2496dependencies = [
2497 "autocfg",
2498 "scopeguard",
2499]
2500
2501[[package]]
2502name = "log"
2503version = "0.4.17"
2504source = "registry+https://github.com/rust-lang/crates.io-index"
2505checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2506dependencies = [
2507 "cfg-if",
2508]
2509
2510[[package]]
2511name = "matchers"
2512version = "0.1.0"
2513source = "registry+https://github.com/rust-lang/crates.io-index"
2514checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
2515dependencies = [
2516 "regex-automata",
2517]
2518
2519[[package]]
2520name = "matches"
2521version = "0.1.10"
2522source = "registry+https://github.com/rust-lang/crates.io-index"
2523checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
2524
2525[[package]]
2526name = "md-5"
2527version = "0.10.5"
2528source = "registry+https://github.com/rust-lang/crates.io-index"
2529checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
2530dependencies = [
2531 "digest 0.10.6",
2532]
2533
2534[[package]]
2535name = "md5"
2536version = "0.7.0"
2537source = "registry+https://github.com/rust-lang/crates.io-index"
2538checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
2539
2540[[package]]
2541name = "memchr"
2542version = "2.5.0"
2543source = "registry+https://github.com/rust-lang/crates.io-index"
2544checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2545
2546[[package]]
2547name = "migration-tool"
2548version = "0.4.2"
2549dependencies = [
2550 "anyhow",
2551 "base64 0.13.1",
2552 "graphql_client 0.11.0",
2553 "ldap3",
2554 "lldap_auth",
2555 "rand 0.8.5",
2556 "requestty",
2557 "reqwest",
2558 "serde",
2559 "serde_json",
2560 "smallvec",
2561]
2562
2563[[package]]
2564name = "mime"
2565version = "0.3.16"
2566source = "registry+https://github.com/rust-lang/crates.io-index"
2567checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
2568
2569[[package]]
2570name = "mime_guess"
2571version = "2.0.4"
2572source = "registry+https://github.com/rust-lang/crates.io-index"
2573checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
2574dependencies = [
2575 "mime",
2576 "unicase",
2577]
2578
2579[[package]]
2580name = "minimal-lexical"
2581version = "0.2.1"
2582source = "registry+https://github.com/rust-lang/crates.io-index"
2583checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2584
2585[[package]]
2586name = "miniz_oxide"
2587version = "0.6.2"
2588source = "registry+https://github.com/rust-lang/crates.io-index"
2589checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
2590dependencies = [
2591 "adler",
2592]
2593
2594[[package]]
2595name = "mio"
2596version = "0.8.6"
2597source = "registry+https://github.com/rust-lang/crates.io-index"
2598checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
2599dependencies = [
2600 "libc",
2601 "log",
2602 "wasi 0.11.0+wasi-snapshot-preview1",
2603 "windows-sys 0.45.0",
2604]
2605
2606[[package]]
2607name = "mockall"
2608version = "0.11.3"
2609source = "registry+https://github.com/rust-lang/crates.io-index"
2610checksum = "50e4a1c770583dac7ab5e2f6c139153b783a53a1bbee9729613f193e59828326"
2611dependencies = [
2612 "cfg-if",
2613 "downcast",
2614 "fragile",
2615 "lazy_static",
2616 "mockall_derive",
2617 "predicates",
2618 "predicates-tree",
2619]
2620
2621[[package]]
2622name = "mockall_derive"
2623version = "0.11.3"
2624source = "registry+https://github.com/rust-lang/crates.io-index"
2625checksum = "832663583d5fa284ca8810bf7015e46c9fff9622d3cf34bd1eea5003fec06dd0"
2626dependencies = [
2627 "cfg-if",
2628 "proc-macro2",
2629 "quote",
2630 "syn",
2631]
2632
2633[[package]]
2634name = "nom"
2635version = "2.2.1"
2636source = "registry+https://github.com/rust-lang/crates.io-index"
2637checksum = "cf51a729ecf40266a2368ad335a5fdde43471f545a967109cd62146ecf8b66ff"
2638
2639[[package]]
2640name = "nom"
2641version = "7.1.3"
2642source = "registry+https://github.com/rust-lang/crates.io-index"
2643checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2644dependencies = [
2645 "memchr",
2646 "minimal-lexical",
2647]
2648
2649[[package]]
2650name = "normalize-line-endings"
2651version = "0.3.0"
2652source = "registry+https://github.com/rust-lang/crates.io-index"
2653checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
2654
2655[[package]]
2656name = "nu-ansi-term"
2657version = "0.46.0"
2658source = "registry+https://github.com/rust-lang/crates.io-index"
2659checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
2660dependencies = [
2661 "overload",
2662 "winapi",
2663]
2664
2665[[package]]
2666name = "num-bigint"
2667version = "0.4.3"
2668source = "registry+https://github.com/rust-lang/crates.io-index"
2669checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
2670dependencies = [
2671 "autocfg",
2672 "num-integer",
2673 "num-traits",
2674]
2675
2676[[package]]
2677name = "num-bigint-dig"
2678version = "0.8.2"
2679source = "registry+https://github.com/rust-lang/crates.io-index"
2680checksum = "2399c9463abc5f909349d8aa9ba080e0b88b3ce2885389b60b993f39b1a56905"
2681dependencies = [
2682 "byteorder",
2683 "lazy_static",
2684 "libm",
2685 "num-integer",
2686 "num-iter",
2687 "num-traits",
2688 "rand 0.8.5",
2689 "smallvec",
2690 "zeroize",
2691]
2692
2693[[package]]
2694name = "num-integer"
2695version = "0.1.45"
2696source = "registry+https://github.com/rust-lang/crates.io-index"
2697checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
2698dependencies = [
2699 "autocfg",
2700 "num-traits",
2701]
2702
2703[[package]]
2704name = "num-iter"
2705version = "0.1.43"
2706source = "registry+https://github.com/rust-lang/crates.io-index"
2707checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
2708dependencies = [
2709 "autocfg",
2710 "num-integer",
2711 "num-traits",
2712]
2713
2714[[package]]
2715name = "num-rational"
2716version = "0.4.1"
2717source = "registry+https://github.com/rust-lang/crates.io-index"
2718checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
2719dependencies = [
2720 "autocfg",
2721 "num-integer",
2722 "num-traits",
2723]
2724
2725[[package]]
2726name = "num-traits"
2727version = "0.2.15"
2728source = "registry+https://github.com/rust-lang/crates.io-index"
2729checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
2730dependencies = [
2731 "autocfg",
2732 "libm",
2733]
2734
2735[[package]]
2736name = "num_cpus"
2737version = "1.15.0"
2738source = "registry+https://github.com/rust-lang/crates.io-index"
2739checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
2740dependencies = [
2741 "hermit-abi 0.2.6",
2742 "libc",
2743]
2744
2745[[package]]
2746name = "object"
2747version = "0.30.3"
2748source = "registry+https://github.com/rust-lang/crates.io-index"
2749checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
2750dependencies = [
2751 "memchr",
2752]
2753
2754[[package]]
2755name = "oid-registry"
2756version = "0.6.1"
2757source = "registry+https://github.com/rust-lang/crates.io-index"
2758checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff"
2759dependencies = [
2760 "asn1-rs",
2761]
2762
2763[[package]]
2764name = "once_cell"
2765version = "1.17.1"
2766source = "registry+https://github.com/rust-lang/crates.io-index"
2767checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
2768
2769[[package]]
2770name = "opaque-debug"
2771version = "0.3.0"
2772source = "registry+https://github.com/rust-lang/crates.io-index"
2773checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
2774
2775[[package]]
2776name = "opaque-ke"
2777version = "0.6.1"
2778source = "git+https://github.com/nitnelave/opaque-ke/?branch=zeroize_1.5#2f7f3a694516a7d1be4182945bed3d910cad777a"
2779dependencies = [
2780 "base64 0.13.1",
2781 "curve25519-dalek",
2782 "digest 0.9.0",
2783 "displaydoc 0.1.7",
2784 "generic-array",
2785 "generic-bytes",
2786 "hkdf 0.11.0",
2787 "hmac 0.11.0",
2788 "rand 0.8.5",
2789 "serde",
2790 "subtle",
2791 "thiserror",
2792 "zeroize",
2793]
2794
2795[[package]]
2796name = "openssl-probe"
2797version = "0.1.5"
2798source = "registry+https://github.com/rust-lang/crates.io-index"
2799checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2800
2801[[package]]
2802name = "orion"
2803version = "0.17.3"
2804source = "registry+https://github.com/rust-lang/crates.io-index"
2805checksum = "f2baf7fd2e326e3895c681176788dd227fcd8369350e53c570592d8563fecbb6"
2806dependencies = [
2807 "ct-codecs",
2808 "fiat-crypto",
2809 "getrandom 0.2.8",
2810 "subtle",
2811 "zeroize",
2812]
2813
2814[[package]]
2815name = "os_str_bytes"
2816version = "6.4.1"
2817source = "registry+https://github.com/rust-lang/crates.io-index"
2818checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
2819
2820[[package]]
2821name = "ouroboros"
2822version = "0.15.6"
2823source = "registry+https://github.com/rust-lang/crates.io-index"
2824checksum = "e1358bd1558bd2a083fed428ffeda486fbfb323e698cdda7794259d592ca72db"
2825dependencies = [
2826 "aliasable",
2827 "ouroboros_macro",
2828]
2829
2830[[package]]
2831name = "ouroboros_macro"
2832version = "0.15.6"
2833source = "registry+https://github.com/rust-lang/crates.io-index"
2834checksum = "5f7d21ccd03305a674437ee1248f3ab5d4b1db095cf1caf49f1713ddf61956b7"
2835dependencies = [
2836 "Inflector",
2837 "proc-macro-error",
2838 "proc-macro2",
2839 "quote",
2840 "syn",
2841]
2842
2843[[package]]
2844name = "overload"
2845version = "0.1.1"
2846source = "registry+https://github.com/rust-lang/crates.io-index"
2847checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2848
2849[[package]]
2850name = "parking_lot"
2851version = "0.11.2"
2852source = "registry+https://github.com/rust-lang/crates.io-index"
2853checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
2854dependencies = [
2855 "instant",
2856 "lock_api",
2857 "parking_lot_core 0.8.6",
2858]
2859
2860[[package]]
2861name = "parking_lot"
2862version = "0.12.1"
2863source = "registry+https://github.com/rust-lang/crates.io-index"
2864checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2865dependencies = [
2866 "lock_api",
2867 "parking_lot_core 0.9.7",
2868]
2869
2870[[package]]
2871name = "parking_lot_core"
2872version = "0.8.6"
2873source = "registry+https://github.com/rust-lang/crates.io-index"
2874checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
2875dependencies = [
2876 "cfg-if",
2877 "instant",
2878 "libc",
2879 "redox_syscall",
2880 "smallvec",
2881 "winapi",
2882]
2883
2884[[package]]
2885name = "parking_lot_core"
2886version = "0.9.7"
2887source = "registry+https://github.com/rust-lang/crates.io-index"
2888checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
2889dependencies = [
2890 "cfg-if",
2891 "libc",
2892 "redox_syscall",
2893 "smallvec",
2894 "windows-sys 0.45.0",
2895]
2896
2897[[package]]
2898name = "paste"
2899version = "1.0.11"
2900source = "registry+https://github.com/rust-lang/crates.io-index"
2901checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba"
2902
2903[[package]]
2904name = "pear"
2905version = "0.2.3"
2906source = "registry+https://github.com/rust-lang/crates.io-index"
2907checksum = "15e44241c5e4c868e3eaa78b7c1848cadd6344ed4f54d029832d32b415a58702"
2908dependencies = [
2909 "inlinable_string",
2910 "pear_codegen",
2911 "yansi",
2912]
2913
2914[[package]]
2915name = "pear_codegen"
2916version = "0.2.3"
2917source = "registry+https://github.com/rust-lang/crates.io-index"
2918checksum = "82a5ca643c2303ecb740d506539deba189e16f2754040a42901cd8105d0282d0"
2919dependencies = [
2920 "proc-macro2",
2921 "proc-macro2-diagnostics",
2922 "quote",
2923 "syn",
2924]
2925
2926[[package]]
2927name = "peg"
2928version = "0.8.1"
2929source = "registry+https://github.com/rust-lang/crates.io-index"
2930checksum = "a07f2cafdc3babeebc087e499118343442b742cc7c31b4d054682cc598508554"
2931dependencies = [
2932 "peg-macros",
2933 "peg-runtime",
2934]
2935
2936[[package]]
2937name = "peg-macros"
2938version = "0.8.1"
2939source = "registry+https://github.com/rust-lang/crates.io-index"
2940checksum = "4a90084dc05cf0428428e3d12399f39faad19b0909f64fb9170c9fdd6d9cd49b"
2941dependencies = [
2942 "peg-runtime",
2943 "proc-macro2",
2944 "quote",
2945]
2946
2947[[package]]
2948name = "peg-runtime"
2949version = "0.8.1"
2950source = "registry+https://github.com/rust-lang/crates.io-index"
2951checksum = "9fa00462b37ead6d11a82c9d568b26682d78e0477dc02d1966c013af80969739"
2952
2953[[package]]
2954name = "pem-rfc7468"
2955version = "0.3.1"
2956source = "registry+https://github.com/rust-lang/crates.io-index"
2957checksum = "01de5d978f34aa4b2296576379fcc416034702fd94117c56ffd8a1a767cefb30"
2958dependencies = [
2959 "base64ct",
2960]
2961
2962[[package]]
2963name = "percent-encoding"
2964version = "2.2.0"
2965source = "registry+https://github.com/rust-lang/crates.io-index"
2966checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
2967
2968[[package]]
2969name = "pin-project"
2970version = "1.0.12"
2971source = "registry+https://github.com/rust-lang/crates.io-index"
2972checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
2973dependencies = [
2974 "pin-project-internal",
2975]
2976
2977[[package]]
2978name = "pin-project-internal"
2979version = "1.0.12"
2980source = "registry+https://github.com/rust-lang/crates.io-index"
2981checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
2982dependencies = [
2983 "proc-macro2",
2984 "quote",
2985 "syn",
2986]
2987
2988[[package]]
2989name = "pin-project-lite"
2990version = "0.2.9"
2991source = "registry+https://github.com/rust-lang/crates.io-index"
2992checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
2993
2994[[package]]
2995name = "pin-utils"
2996version = "0.1.0"
2997source = "registry+https://github.com/rust-lang/crates.io-index"
2998checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2999
3000[[package]]
3001name = "pkcs1"
3002version = "0.3.3"
3003source = "registry+https://github.com/rust-lang/crates.io-index"
3004checksum = "a78f66c04ccc83dd4486fd46c33896f4e17b24a7a3a6400dedc48ed0ddd72320"
3005dependencies = [
3006 "der",
3007 "pkcs8",
3008 "zeroize",
3009]
3010
3011[[package]]
3012name = "pkcs8"
3013version = "0.8.0"
3014source = "registry+https://github.com/rust-lang/crates.io-index"
3015checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"
3016dependencies = [
3017 "der",
3018 "spki",
3019 "zeroize",
3020]
3021
3022[[package]]
3023name = "pkg-config"
3024version = "0.3.26"
3025source = "registry+https://github.com/rust-lang/crates.io-index"
3026checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
3027
3028[[package]]
3029name = "ppv-lite86"
3030version = "0.2.17"
3031source = "registry+https://github.com/rust-lang/crates.io-index"
3032checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
3033
3034[[package]]
3035name = "predicates"
3036version = "2.1.5"
3037source = "registry+https://github.com/rust-lang/crates.io-index"
3038checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd"
3039dependencies = [
3040 "difflib",
3041 "float-cmp",
3042 "itertools",
3043 "normalize-line-endings",
3044 "predicates-core",
3045 "regex",
3046]
3047
3048[[package]]
3049name = "predicates-core"
3050version = "1.0.5"
3051source = "registry+https://github.com/rust-lang/crates.io-index"
3052checksum = "72f883590242d3c6fc5bf50299011695fa6590c2c70eac95ee1bdb9a733ad1a2"
3053
3054[[package]]
3055name = "predicates-tree"
3056version = "1.0.7"
3057source = "registry+https://github.com/rust-lang/crates.io-index"
3058checksum = "54ff541861505aabf6ea722d2131ee980b8276e10a1297b94e896dd8b621850d"
3059dependencies = [
3060 "predicates-core",
3061 "termtree",
3062]
3063
3064[[package]]
3065name = "proc-macro-error"
3066version = "1.0.4"
3067source = "registry+https://github.com/rust-lang/crates.io-index"
3068checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
3069dependencies = [
3070 "proc-macro-error-attr",
3071 "proc-macro2",
3072 "quote",
3073 "syn",
3074 "version_check",
3075]
3076
3077[[package]]
3078name = "proc-macro-error-attr"
3079version = "1.0.4"
3080source = "registry+https://github.com/rust-lang/crates.io-index"
3081checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
3082dependencies = [
3083 "proc-macro2",
3084 "quote",
3085 "version_check",
3086]
3087
3088[[package]]
3089name = "proc-macro2"
3090version = "1.0.51"
3091source = "registry+https://github.com/rust-lang/crates.io-index"
3092checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6"
3093dependencies = [
3094 "unicode-ident",
3095]
3096
3097[[package]]
3098name = "proc-macro2-diagnostics"
3099version = "0.9.1"
3100source = "registry+https://github.com/rust-lang/crates.io-index"
3101checksum = "4bf29726d67464d49fa6224a1d07936a8c08bb3fba727c7493f6cf1616fdaada"
3102dependencies = [
3103 "proc-macro2",
3104 "quote",
3105 "syn",
3106 "version_check",
3107 "yansi",
3108]
3109
3110[[package]]
3111name = "quote"
3112version = "1.0.23"
3113source = "registry+https://github.com/rust-lang/crates.io-index"
3114checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
3115dependencies = [
3116 "proc-macro2",
3117]
3118
3119[[package]]
3120name = "quoted_printable"
3121version = "0.4.7"
3122source = "registry+https://github.com/rust-lang/crates.io-index"
3123checksum = "a24039f627d8285853cc90dcddf8c1ebfaa91f834566948872b225b9a28ed1b6"
3124
3125[[package]]
3126name = "rand"
3127version = "0.7.3"
3128source = "registry+https://github.com/rust-lang/crates.io-index"
3129checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
3130dependencies = [
3131 "getrandom 0.1.16",
3132 "libc",
3133 "rand_chacha 0.2.2",
3134 "rand_core 0.5.1",
3135 "rand_hc",
3136]
3137
3138[[package]]
3139name = "rand"
3140version = "0.8.5"
3141source = "registry+https://github.com/rust-lang/crates.io-index"
3142checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
3143dependencies = [
3144 "libc",
3145 "rand_chacha 0.3.1",
3146 "rand_core 0.6.4",
3147]
3148
3149[[package]]
3150name = "rand_chacha"
3151version = "0.2.2"
3152source = "registry+https://github.com/rust-lang/crates.io-index"
3153checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
3154dependencies = [
3155 "ppv-lite86",
3156 "rand_core 0.5.1",
3157]
3158
3159[[package]]
3160name = "rand_chacha"
3161version = "0.3.1"
3162source = "registry+https://github.com/rust-lang/crates.io-index"
3163checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
3164dependencies = [
3165 "ppv-lite86",
3166 "rand_core 0.6.4",
3167]
3168
3169[[package]]
3170name = "rand_core"
3171version = "0.5.1"
3172source = "registry+https://github.com/rust-lang/crates.io-index"
3173checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
3174dependencies = [
3175 "getrandom 0.1.16",
3176]
3177
3178[[package]]
3179name = "rand_core"
3180version = "0.6.4"
3181source = "registry+https://github.com/rust-lang/crates.io-index"
3182checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
3183dependencies = [
3184 "getrandom 0.2.8",
3185]
3186
3187[[package]]
3188name = "rand_hc"
3189version = "0.2.0"
3190source = "registry+https://github.com/rust-lang/crates.io-index"
3191checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
3192dependencies = [
3193 "rand_core 0.5.1",
3194]
3195
3196[[package]]
3197name = "redox_syscall"
3198version = "0.2.16"
3199source = "registry+https://github.com/rust-lang/crates.io-index"
3200checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
3201dependencies = [
3202 "bitflags",
3203]
3204
3205[[package]]
3206name = "redox_users"
3207version = "0.4.3"
3208source = "registry+https://github.com/rust-lang/crates.io-index"
3209checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
3210dependencies = [
3211 "getrandom 0.2.8",
3212 "redox_syscall",
3213 "thiserror",
3214]
3215
3216[[package]]
3217name = "regex"
3218version = "1.7.1"
3219source = "registry+https://github.com/rust-lang/crates.io-index"
3220checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
3221dependencies = [
3222 "aho-corasick",
3223 "memchr",
3224 "regex-syntax",
3225]
3226
3227[[package]]
3228name = "regex-automata"
3229version = "0.1.10"
3230source = "registry+https://github.com/rust-lang/crates.io-index"
3231checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
3232dependencies = [
3233 "regex-syntax",
3234]
3235
3236[[package]]
3237name = "regex-syntax"
3238version = "0.6.28"
3239source = "registry+https://github.com/rust-lang/crates.io-index"
3240checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
3241
3242[[package]]
3243name = "remove_dir_all"
3244version = "0.5.3"
3245source = "registry+https://github.com/rust-lang/crates.io-index"
3246checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
3247dependencies = [
3248 "winapi",
3249]
3250
3251[[package]]
3252name = "requestty"
3253version = "0.4.1"
3254source = "registry+https://github.com/rust-lang/crates.io-index"
3255checksum = "8d06fb394ca73d15ad0c7bbc673459506a851a84586cd90d67d42932a280281e"
3256dependencies = [
3257 "requestty-ui",
3258 "smallvec",
3259 "tempfile",
3260]
3261
3262[[package]]
3263name = "requestty-ui"
3264version = "0.4.1"
3265source = "registry+https://github.com/rust-lang/crates.io-index"
3266checksum = "31a4bce6f730d12e36993944036e2f93e88033d8a78734d8734fdb0043662cae"
3267dependencies = [
3268 "bitflags",
3269 "crossterm",
3270 "once_cell",
3271 "textwrap",
3272 "unicode-segmentation",
3273]
3274
3275[[package]]
3276name = "reqwest"
3277version = "0.11.14"
3278source = "registry+https://github.com/rust-lang/crates.io-index"
3279checksum = "21eed90ec8570952d53b772ecf8f206aa1ec9a3d76b2521c56c42973f2d91ee9"
3280dependencies = [
3281 "base64 0.21.0",
3282 "bytes",
3283 "encoding_rs",
3284 "futures-core",
3285 "futures-util",
3286 "h2",
3287 "http",
3288 "http-body",
3289 "hyper",
3290 "hyper-rustls",
3291 "ipnet",
3292 "js-sys",
3293 "log",
3294 "mime",
3295 "once_cell",
3296 "percent-encoding",
3297 "pin-project-lite",
3298 "rustls",
3299 "rustls-pemfile",
3300 "serde",
3301 "serde_json",
3302 "serde_urlencoded",
3303 "tokio",
3304 "tokio-rustls",
3305 "tower-service",
3306 "url",
3307 "wasm-bindgen",
3308 "wasm-bindgen-futures",
3309 "web-sys",
3310 "webpki-roots",
3311 "winreg",
3312]
3313
3314[[package]]
3315name = "ring"
3316version = "0.16.20"
3317source = "registry+https://github.com/rust-lang/crates.io-index"
3318checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
3319dependencies = [
3320 "cc",
3321 "libc",
3322 "once_cell",
3323 "spin 0.5.2",
3324 "untrusted",
3325 "web-sys",
3326 "winapi",
3327]
3328
3329[[package]]
3330name = "route-recognizer"
3331version = "0.3.1"
3332source = "registry+https://github.com/rust-lang/crates.io-index"
3333checksum = "afab94fb28594581f62d981211a9a4d53cc8130bbcbbb89a0440d9b8e81a7746"
3334
3335[[package]]
3336name = "rsa"
3337version = "0.6.1"
3338source = "registry+https://github.com/rust-lang/crates.io-index"
3339checksum = "4cf22754c49613d2b3b119f0e5d46e34a2c628a937e3024b8762de4e7d8c710b"
3340dependencies = [
3341 "byteorder",
3342 "digest 0.10.6",
3343 "num-bigint-dig",
3344 "num-integer",
3345 "num-iter",
3346 "num-traits",
3347 "pkcs1",
3348 "pkcs8",
3349 "rand_core 0.6.4",
3350 "smallvec",
3351 "subtle",
3352 "zeroize",
3353]
3354
3355[[package]]
3356name = "rust-argon2"
3357version = "0.8.3"
3358source = "registry+https://github.com/rust-lang/crates.io-index"
3359checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"
3360dependencies = [
3361 "base64 0.13.1",
3362 "blake2b_simd",
3363 "constant_time_eq",
3364 "crossbeam-utils",
3365]
3366
3367[[package]]
3368name = "rustc-demangle"
3369version = "0.1.21"
3370source = "registry+https://github.com/rust-lang/crates.io-index"
3371checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
3372
3373[[package]]
3374name = "rustc_version"
3375version = "0.4.0"
3376source = "registry+https://github.com/rust-lang/crates.io-index"
3377checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
3378dependencies = [
3379 "semver",
3380]
3381
3382[[package]]
3383name = "rusticata-macros"
3384version = "4.1.0"
3385source = "registry+https://github.com/rust-lang/crates.io-index"
3386checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
3387dependencies = [
3388 "nom 7.1.3",
3389]
3390
3391[[package]]
3392name = "rustix"
3393version = "0.36.8"
3394source = "registry+https://github.com/rust-lang/crates.io-index"
3395checksum = "f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644"
3396dependencies = [
3397 "bitflags",
3398 "errno",
3399 "io-lifetimes",
3400 "libc",
3401 "linux-raw-sys",
3402 "windows-sys 0.45.0",
3403]
3404
3405[[package]]
3406name = "rustls"
3407version = "0.20.8"
3408source = "registry+https://github.com/rust-lang/crates.io-index"
3409checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
3410dependencies = [
3411 "log",
3412 "ring",
3413 "sct",
3414 "webpki",
3415]
3416
3417[[package]]
3418name = "rustls-native-certs"
3419version = "0.6.2"
3420source = "registry+https://github.com/rust-lang/crates.io-index"
3421checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"
3422dependencies = [
3423 "openssl-probe",
3424 "rustls-pemfile",
3425 "schannel",
3426 "security-framework",
3427]
3428
3429[[package]]
3430name = "rustls-pemfile"
3431version = "1.0.2"
3432source = "registry+https://github.com/rust-lang/crates.io-index"
3433checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
3434dependencies = [
3435 "base64 0.21.0",
3436]
3437
3438[[package]]
3439name = "rustversion"
3440version = "1.0.11"
3441source = "registry+https://github.com/rust-lang/crates.io-index"
3442checksum = "5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70"
3443
3444[[package]]
3445name = "ryu"
3446version = "1.0.12"
3447source = "registry+https://github.com/rust-lang/crates.io-index"
3448checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
3449
3450[[package]]
3451name = "schannel"
3452version = "0.1.21"
3453source = "registry+https://github.com/rust-lang/crates.io-index"
3454checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
3455dependencies = [
3456 "windows-sys 0.42.0",
3457]
3458
3459[[package]]
3460name = "scoped-tls-hkt"
3461version = "0.1.2"
3462source = "registry+https://github.com/rust-lang/crates.io-index"
3463checksum = "c2e9d7eaddb227e8fbaaa71136ae0e1e913ca159b86c7da82f3e8f0044ad3a63"
3464
3465[[package]]
3466name = "scopeguard"
3467version = "1.1.0"
3468source = "registry+https://github.com/rust-lang/crates.io-index"
3469checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
3470
3471[[package]]
3472name = "scratch"
3473version = "1.0.3"
3474source = "registry+https://github.com/rust-lang/crates.io-index"
3475checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"
3476
3477[[package]]
3478name = "sct"
3479version = "0.7.0"
3480source = "registry+https://github.com/rust-lang/crates.io-index"
3481checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
3482dependencies = [
3483 "ring",
3484 "untrusted",
3485]
3486
3487[[package]]
3488name = "sea-orm"
3489version = "0.11.0"
3490source = "registry+https://github.com/rust-lang/crates.io-index"
3491checksum = "e7a0e3ec90718d849c73b167df7a476672b64c7ee5f3c582179069e63b2451e1"
3492dependencies = [
3493 "async-stream",
3494 "async-trait",
3495 "chrono",
3496 "futures",
3497 "log",
3498 "ouroboros",
3499 "sea-orm-macros",
3500 "sea-query",
3501 "sea-query-binder",
3502 "sea-strum",
3503 "serde",
3504 "sqlx",
3505 "thiserror",
3506 "tracing",
3507 "url",
3508 "uuid 1.3.0",
3509]
3510
3511[[package]]
3512name = "sea-orm-macros"
3513version = "0.11.0"
3514source = "registry+https://github.com/rust-lang/crates.io-index"
3515checksum = "5d89f7d4d2533c178e08a9e1990619c391e9ca7b402851d02a605938b15e03d9"
3516dependencies = [
3517 "bae",
3518 "heck 0.3.3",
3519 "proc-macro2",
3520 "quote",
3521 "syn",
3522]
3523
3524[[package]]
3525name = "sea-query"
3526version = "0.28.3"
3527source = "registry+https://github.com/rust-lang/crates.io-index"
3528checksum = "d2fbe015dbdaa7d8829d71c1e14fb6289e928ac256b93dfda543c85cd89d6f03"
3529dependencies = [
3530 "chrono",
3531 "sea-query-derive",
3532 "uuid 1.3.0",
3533]
3534
3535[[package]]
3536name = "sea-query-binder"
3537version = "0.3.0"
3538source = "registry+https://github.com/rust-lang/crates.io-index"
3539checksum = "03548c63aec07afd4fd190923e0160d2f2fc92def27470b54154cf232da6203b"
3540dependencies = [
3541 "chrono",
3542 "sea-query",
3543 "sqlx",
3544 "uuid 1.3.0",
3545]
3546
3547[[package]]
3548name = "sea-query-derive"
3549version = "0.3.0"
3550source = "registry+https://github.com/rust-lang/crates.io-index"
3551checksum = "63f62030c60f3a691f5fe251713b4e220b306e50a71e1d6f9cce1f24bb781978"
3552dependencies = [
3553 "heck 0.4.1",
3554 "proc-macro2",
3555 "quote",
3556 "syn",
3557 "thiserror",
3558]
3559
3560[[package]]
3561name = "sea-strum"
3562version = "0.23.0"
3563source = "registry+https://github.com/rust-lang/crates.io-index"
3564checksum = "391d06a6007842cfe79ac6f7f53911b76dfd69fc9a6769f1cf6569d12ce20e1b"
3565dependencies = [
3566 "sea-strum_macros",
3567]
3568
3569[[package]]
3570name = "sea-strum_macros"
3571version = "0.23.0"
3572source = "registry+https://github.com/rust-lang/crates.io-index"
3573checksum = "69b4397b825df6ccf1e98bcdabef3bbcfc47ff5853983467850eeab878384f21"
3574dependencies = [
3575 "heck 0.3.3",
3576 "proc-macro2",
3577 "quote",
3578 "rustversion",
3579 "syn",
3580]
3581
3582[[package]]
3583name = "secstr"
3584version = "0.5.1"
3585source = "registry+https://github.com/rust-lang/crates.io-index"
3586checksum = "e04f657244f605c4cf38f6de5993e8bd050c8a303f86aeabff142d5c7c113e12"
3587dependencies = [
3588 "libc",
3589 "serde",
3590]
3591
3592[[package]]
3593name = "security-framework"
3594version = "2.8.2"
3595source = "registry+https://github.com/rust-lang/crates.io-index"
3596checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254"
3597dependencies = [
3598 "bitflags",
3599 "core-foundation",
3600 "core-foundation-sys",
3601 "libc",
3602 "security-framework-sys",
3603]
3604
3605[[package]]
3606name = "security-framework-sys"
3607version = "2.8.0"
3608source = "registry+https://github.com/rust-lang/crates.io-index"
3609checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"
3610dependencies = [
3611 "core-foundation-sys",
3612 "libc",
3613]
3614
3615[[package]]
3616name = "semver"
3617version = "1.0.16"
3618source = "registry+https://github.com/rust-lang/crates.io-index"
3619checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"
3620
3621[[package]]
3622name = "serde"
3623version = "1.0.152"
3624source = "registry+https://github.com/rust-lang/crates.io-index"
3625checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
3626dependencies = [
3627 "serde_derive",
3628]
3629
3630[[package]]
3631name = "serde-wasm-bindgen"
3632version = "0.3.1"
3633source = "registry+https://github.com/rust-lang/crates.io-index"
3634checksum = "618365e8e586c22123d692b72a7d791d5ee697817b65a218cdf12a98870af0f7"
3635dependencies = [
3636 "fnv",
3637 "js-sys",
3638 "serde",
3639 "wasm-bindgen",
3640]
3641
3642[[package]]
3643name = "serde_bytes"
3644version = "0.11.9"
3645source = "registry+https://github.com/rust-lang/crates.io-index"
3646checksum = "416bda436f9aab92e02c8e10d49a15ddd339cea90b6e340fe51ed97abb548294"
3647dependencies = [
3648 "serde",
3649]
3650
3651[[package]]
3652name = "serde_derive"
3653version = "1.0.152"
3654source = "registry+https://github.com/rust-lang/crates.io-index"
3655checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
3656dependencies = [
3657 "proc-macro2",
3658 "quote",
3659 "syn",
3660]
3661
3662[[package]]
3663name = "serde_json"
3664version = "1.0.93"
3665source = "registry+https://github.com/rust-lang/crates.io-index"
3666checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76"
3667dependencies = [
3668 "indexmap",
3669 "itoa",
3670 "ryu",
3671 "serde",
3672]
3673
3674[[package]]
3675name = "serde_urlencoded"
3676version = "0.7.1"
3677source = "registry+https://github.com/rust-lang/crates.io-index"
3678checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
3679dependencies = [
3680 "form_urlencoded",
3681 "itoa",
3682 "ryu",
3683 "serde",
3684]
3685
3686[[package]]
3687name = "sha1"
3688version = "0.10.5"
3689source = "registry+https://github.com/rust-lang/crates.io-index"
3690checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
3691dependencies = [
3692 "cfg-if",
3693 "cpufeatures",
3694 "digest 0.10.6",
3695]
3696
3697[[package]]
3698name = "sha2"
3699version = "0.9.9"
3700source = "registry+https://github.com/rust-lang/crates.io-index"
3701checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
3702dependencies = [
3703 "block-buffer 0.9.0",
3704 "cfg-if",
3705 "cpufeatures",
3706 "digest 0.9.0",
3707 "opaque-debug",
3708]
3709
3710[[package]]
3711name = "sha2"
3712version = "0.10.6"
3713source = "registry+https://github.com/rust-lang/crates.io-index"
3714checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
3715dependencies = [
3716 "cfg-if",
3717 "cpufeatures",
3718 "digest 0.10.6",
3719]
3720
3721[[package]]
3722name = "sharded-slab"
3723version = "0.1.4"
3724source = "registry+https://github.com/rust-lang/crates.io-index"
3725checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
3726dependencies = [
3727 "lazy_static",
3728]
3729
3730[[package]]
3731name = "signal-hook"
3732version = "0.3.15"
3733source = "registry+https://github.com/rust-lang/crates.io-index"
3734checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9"
3735dependencies = [
3736 "libc",
3737 "signal-hook-registry",
3738]
3739
3740[[package]]
3741name = "signal-hook-mio"
3742version = "0.2.3"
3743source = "registry+https://github.com/rust-lang/crates.io-index"
3744checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
3745dependencies = [
3746 "libc",
3747 "mio",
3748 "signal-hook",
3749]
3750
3751[[package]]
3752name = "signal-hook-registry"
3753version = "1.4.1"
3754source = "registry+https://github.com/rust-lang/crates.io-index"
3755checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
3756dependencies = [
3757 "libc",
3758]
3759
3760[[package]]
3761name = "slab"
3762version = "0.4.8"
3763source = "registry+https://github.com/rust-lang/crates.io-index"
3764checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
3765dependencies = [
3766 "autocfg",
3767]
3768
3769[[package]]
3770name = "smallvec"
3771version = "1.10.0"
3772source = "registry+https://github.com/rust-lang/crates.io-index"
3773checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
3774
3775[[package]]
3776name = "smartstring"
3777version = "1.0.1"
3778source = "registry+https://github.com/rust-lang/crates.io-index"
3779checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29"
3780dependencies = [
3781 "autocfg",
3782 "static_assertions",
3783 "version_check",
3784]
3785
3786[[package]]
3787name = "smawk"
3788version = "0.3.1"
3789source = "registry+https://github.com/rust-lang/crates.io-index"
3790checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043"
3791
3792[[package]]
3793name = "socket2"
3794version = "0.4.7"
3795source = "registry+https://github.com/rust-lang/crates.io-index"
3796checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
3797dependencies = [
3798 "libc",
3799 "winapi",
3800]
3801
3802[[package]]
3803name = "spin"
3804version = "0.5.2"
3805source = "registry+https://github.com/rust-lang/crates.io-index"
3806checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
3807
3808[[package]]
3809name = "spin"
3810version = "0.9.5"
3811source = "registry+https://github.com/rust-lang/crates.io-index"
3812checksum = "7dccf47db1b41fa1573ed27ccf5e08e3ca771cb994f776668c5ebda893b248fc"
3813dependencies = [
3814 "lock_api",
3815]
3816
3817[[package]]
3818name = "spki"
3819version = "0.5.4"
3820source = "registry+https://github.com/rust-lang/crates.io-index"
3821checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"
3822dependencies = [
3823 "base64ct",
3824 "der",
3825]
3826
3827[[package]]
3828name = "sqlformat"
3829version = "0.2.1"
3830source = "registry+https://github.com/rust-lang/crates.io-index"
3831checksum = "0c12bc9199d1db8234678b7051747c07f517cdcf019262d1847b94ec8b1aee3e"
3832dependencies = [
3833 "itertools",
3834 "nom 7.1.3",
3835 "unicode_categories",
3836]
3837
3838[[package]]
3839name = "sqlx"
3840version = "0.6.2"
3841source = "registry+https://github.com/rust-lang/crates.io-index"
3842checksum = "9249290c05928352f71c077cc44a464d880c63f26f7534728cca008e135c0428"
3843dependencies = [
3844 "sqlx-core",
3845 "sqlx-macros",
3846]
3847
3848[[package]]
3849name = "sqlx-core"
3850version = "0.6.2"
3851source = "registry+https://github.com/rust-lang/crates.io-index"
3852checksum = "dcbc16ddba161afc99e14d1713a453747a2b07fc097d2009f4c300ec99286105"
3853dependencies = [
3854 "ahash",
3855 "atoi",
3856 "base64 0.13.1",
3857 "bitflags",
3858 "byteorder",
3859 "bytes",
3860 "chrono",
3861 "crossbeam-queue",
3862 "digest 0.10.6",
3863 "dirs",
3864 "dotenvy",
3865 "either",
3866 "event-listener",
3867 "flume",
3868 "futures-channel",
3869 "futures-core",
3870 "futures-executor",
3871 "futures-intrusive",
3872 "futures-util",
3873 "generic-array",
3874 "hashlink",
3875 "hex",
3876 "hkdf 0.12.3",
3877 "hmac 0.12.1",
3878 "indexmap",
3879 "itoa",
3880 "libc",
3881 "libsqlite3-sys",
3882 "log",
3883 "md-5",
3884 "memchr",
3885 "num-bigint",
3886 "once_cell",
3887 "paste",
3888 "percent-encoding",
3889 "rand 0.8.5",
3890 "rsa",
3891 "rustls",
3892 "rustls-pemfile",
3893 "serde",
3894 "serde_json",
3895 "sha1",
3896 "sha2 0.10.6",
3897 "smallvec",
3898 "sqlformat",
3899 "sqlx-rt",
3900 "stringprep",
3901 "thiserror",
3902 "tokio-stream",
3903 "url",
3904 "uuid 1.3.0",
3905 "webpki-roots",
3906 "whoami",
3907]
3908
3909[[package]]
3910name = "sqlx-macros"
3911version = "0.6.2"
3912source = "registry+https://github.com/rust-lang/crates.io-index"
3913checksum = "b850fa514dc11f2ee85be9d055c512aa866746adfacd1cb42d867d68e6a5b0d9"
3914dependencies = [
3915 "dotenvy",
3916 "either",
3917 "heck 0.4.1",
3918 "once_cell",
3919 "proc-macro2",
3920 "quote",
3921 "sqlx-core",
3922 "sqlx-rt",
3923 "syn",
3924 "url",
3925]
3926
3927[[package]]
3928name = "sqlx-rt"
3929version = "0.6.2"
3930source = "registry+https://github.com/rust-lang/crates.io-index"
3931checksum = "24c5b2d25fa654cc5f841750b8e1cdedbe21189bf9a9382ee90bfa9dd3562396"
3932dependencies = [
3933 "once_cell",
3934 "tokio",
3935 "tokio-rustls",
3936]
3937
3938[[package]]
3939name = "static_assertions"
3940version = "1.1.0"
3941source = "registry+https://github.com/rust-lang/crates.io-index"
3942checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
3943
3944[[package]]
3945name = "stringprep"
3946version = "0.1.2"
3947source = "registry+https://github.com/rust-lang/crates.io-index"
3948checksum = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
3949dependencies = [
3950 "unicode-bidi",
3951 "unicode-normalization",
3952]
3953
3954[[package]]
3955name = "strsim"
3956version = "0.10.0"
3957source = "registry+https://github.com/rust-lang/crates.io-index"
3958checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
3959
3960[[package]]
3961name = "subtle"
3962version = "2.4.1"
3963source = "registry+https://github.com/rust-lang/crates.io-index"
3964checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
3965
3966[[package]]
3967name = "syn"
3968version = "1.0.109"
3969source = "registry+https://github.com/rust-lang/crates.io-index"
3970checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
3971dependencies = [
3972 "proc-macro2",
3973 "quote",
3974 "unicode-ident",
3975]
3976
3977[[package]]
3978name = "synstructure"
3979version = "0.12.6"
3980source = "registry+https://github.com/rust-lang/crates.io-index"
3981checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
3982dependencies = [
3983 "proc-macro2",
3984 "quote",
3985 "syn",
3986 "unicode-xid",
3987]
3988
3989[[package]]
3990name = "tempfile"
3991version = "3.3.0"
3992source = "registry+https://github.com/rust-lang/crates.io-index"
3993checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
3994dependencies = [
3995 "cfg-if",
3996 "fastrand",
3997 "libc",
3998 "redox_syscall",
3999 "remove_dir_all",
4000 "winapi",
4001]
4002
4003[[package]]
4004name = "termcolor"
4005version = "1.2.0"
4006source = "registry+https://github.com/rust-lang/crates.io-index"
4007checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
4008dependencies = [
4009 "winapi-util",
4010]
4011
4012[[package]]
4013name = "termtree"
4014version = "0.4.0"
4015source = "registry+https://github.com/rust-lang/crates.io-index"
4016checksum = "95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8"
4017
4018[[package]]
4019name = "textwrap"
4020version = "0.15.2"
4021source = "registry+https://github.com/rust-lang/crates.io-index"
4022checksum = "b7b3e525a49ec206798b40326a44121291b530c963cfb01018f63e135bac543d"
4023dependencies = [
4024 "smawk",
4025 "unicode-linebreak",
4026 "unicode-width",
4027]
4028
4029[[package]]
4030name = "thiserror"
4031version = "1.0.38"
4032source = "registry+https://github.com/rust-lang/crates.io-index"
4033checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
4034dependencies = [
4035 "thiserror-impl",
4036]
4037
4038[[package]]
4039name = "thiserror-impl"
4040version = "1.0.38"
4041source = "registry+https://github.com/rust-lang/crates.io-index"
4042checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
4043dependencies = [
4044 "proc-macro2",
4045 "quote",
4046 "syn",
4047]
4048
4049[[package]]
4050name = "thread_local"
4051version = "1.1.7"
4052source = "registry+https://github.com/rust-lang/crates.io-index"
4053checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
4054dependencies = [
4055 "cfg-if",
4056 "once_cell",
4057]
4058
4059[[package]]
4060name = "time"
4061version = "0.1.45"
4062source = "registry+https://github.com/rust-lang/crates.io-index"
4063checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
4064dependencies = [
4065 "libc",
4066 "wasi 0.10.0+wasi-snapshot-preview1",
4067 "winapi",
4068]
4069
4070[[package]]
4071name = "time"
4072version = "0.3.19"
4073source = "registry+https://github.com/rust-lang/crates.io-index"
4074checksum = "53250a3b3fed8ff8fd988587d8925d26a83ac3845d9e03b220b37f34c2b8d6c2"
4075dependencies = [
4076 "itoa",
4077 "serde",
4078 "time-core",
4079 "time-macros",
4080]
4081
4082[[package]]
4083name = "time-core"
4084version = "0.1.0"
4085source = "registry+https://github.com/rust-lang/crates.io-index"
4086checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
4087
4088[[package]]
4089name = "time-macros"
4090version = "0.2.7"
4091source = "registry+https://github.com/rust-lang/crates.io-index"
4092checksum = "a460aeb8de6dcb0f381e1ee05f1cd56fcf5a5f6eb8187ff3d8f0b11078d38b7c"
4093dependencies = [
4094 "time-core",
4095]
4096
4097[[package]]
4098name = "tinyvec"
4099version = "1.6.0"
4100source = "registry+https://github.com/rust-lang/crates.io-index"
4101checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
4102dependencies = [
4103 "tinyvec_macros",
4104]
4105
4106[[package]]
4107name = "tinyvec_macros"
4108version = "0.1.1"
4109source = "registry+https://github.com/rust-lang/crates.io-index"
4110checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
4111
4112[[package]]
4113name = "tokio"
4114version = "1.25.0"
4115source = "registry+https://github.com/rust-lang/crates.io-index"
4116checksum = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af"
4117dependencies = [
4118 "autocfg",
4119 "bytes",
4120 "libc",
4121 "memchr",
4122 "mio",
4123 "num_cpus",
4124 "parking_lot 0.12.1",
4125 "pin-project-lite",
4126 "signal-hook-registry",
4127 "socket2",
4128 "tokio-macros",
4129 "windows-sys 0.42.0",
4130]
4131
4132[[package]]
4133name = "tokio-macros"
4134version = "1.8.2"
4135source = "registry+https://github.com/rust-lang/crates.io-index"
4136checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
4137dependencies = [
4138 "proc-macro2",
4139 "quote",
4140 "syn",
4141]
4142
4143[[package]]
4144name = "tokio-rustls"
4145version = "0.23.4"
4146source = "registry+https://github.com/rust-lang/crates.io-index"
4147checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
4148dependencies = [
4149 "rustls",
4150 "tokio",
4151 "webpki",
4152]
4153
4154[[package]]
4155name = "tokio-stream"
4156version = "0.1.12"
4157source = "registry+https://github.com/rust-lang/crates.io-index"
4158checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313"
4159dependencies = [
4160 "futures-core",
4161 "pin-project-lite",
4162 "tokio",
4163]
4164
4165[[package]]
4166name = "tokio-util"
4167version = "0.7.7"
4168source = "registry+https://github.com/rust-lang/crates.io-index"
4169checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2"
4170dependencies = [
4171 "bytes",
4172 "futures-core",
4173 "futures-sink",
4174 "pin-project-lite",
4175 "tokio",
4176 "tracing",
4177]
4178
4179[[package]]
4180name = "toml"
4181version = "0.5.11"
4182source = "registry+https://github.com/rust-lang/crates.io-index"
4183checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
4184dependencies = [
4185 "serde",
4186]
4187
4188[[package]]
4189name = "tower-service"
4190version = "0.3.2"
4191source = "registry+https://github.com/rust-lang/crates.io-index"
4192checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
4193
4194[[package]]
4195name = "tracing"
4196version = "0.1.37"
4197source = "registry+https://github.com/rust-lang/crates.io-index"
4198checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
4199dependencies = [
4200 "cfg-if",
4201 "log",
4202 "pin-project-lite",
4203 "tracing-attributes",
4204 "tracing-core",
4205]
4206
4207[[package]]
4208name = "tracing-actix-web"
4209version = "0.7.2"
4210source = "registry+https://github.com/rust-lang/crates.io-index"
4211checksum = "4082e4d81173e0b7ad3cfb71e9eaef0dd0cbb7b139fdb56394f488a3b0760b23"
4212dependencies = [
4213 "actix-web",
4214 "pin-project",
4215 "tracing",
4216 "uuid 1.3.0",
4217]
4218
4219[[package]]
4220name = "tracing-attributes"
4221version = "0.1.23"
4222source = "registry+https://github.com/rust-lang/crates.io-index"
4223checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
4224dependencies = [
4225 "proc-macro2",
4226 "quote",
4227 "syn",
4228]
4229
4230[[package]]
4231name = "tracing-core"
4232version = "0.1.30"
4233source = "registry+https://github.com/rust-lang/crates.io-index"
4234checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
4235dependencies = [
4236 "once_cell",
4237 "valuable",
4238]
4239
4240[[package]]
4241name = "tracing-forest"
4242version = "0.1.5"
4243source = "registry+https://github.com/rust-lang/crates.io-index"
4244checksum = "119324027fc01804d9f83aefb7d80fda2e8fbe7c28e0acc59187cbd751a12915"
4245dependencies = [
4246 "chrono",
4247 "smallvec",
4248 "thiserror",
4249 "tokio",
4250 "tracing",
4251 "tracing-subscriber",
4252]
4253
4254[[package]]
4255name = "tracing-log"
4256version = "0.1.3"
4257source = "registry+https://github.com/rust-lang/crates.io-index"
4258checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
4259dependencies = [
4260 "lazy_static",
4261 "log",
4262 "tracing-core",
4263]
4264
4265[[package]]
4266name = "tracing-subscriber"
4267version = "0.3.16"
4268source = "registry+https://github.com/rust-lang/crates.io-index"
4269checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70"
4270dependencies = [
4271 "matchers",
4272 "nu-ansi-term",
4273 "once_cell",
4274 "regex",
4275 "sharded-slab",
4276 "smallvec",
4277 "thread_local",
4278 "tracing",
4279 "tracing-core",
4280 "tracing-log",
4281]
4282
4283[[package]]
4284name = "try-lock"
4285version = "0.2.4"
4286source = "registry+https://github.com/rust-lang/crates.io-index"
4287checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
4288
4289[[package]]
4290name = "typenum"
4291version = "1.16.0"
4292source = "registry+https://github.com/rust-lang/crates.io-index"
4293checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
4294
4295[[package]]
4296name = "uncased"
4297version = "0.9.7"
4298source = "registry+https://github.com/rust-lang/crates.io-index"
4299checksum = "09b01702b0fd0b3fadcf98e098780badda8742d4f4a7676615cad90e8ac73622"
4300dependencies = [
4301 "version_check",
4302]
4303
4304[[package]]
4305name = "unicase"
4306version = "2.6.0"
4307source = "registry+https://github.com/rust-lang/crates.io-index"
4308checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
4309dependencies = [
4310 "version_check",
4311]
4312
4313[[package]]
4314name = "unicode-bidi"
4315version = "0.3.10"
4316source = "registry+https://github.com/rust-lang/crates.io-index"
4317checksum = "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58"
4318
4319[[package]]
4320name = "unicode-ident"
4321version = "1.0.6"
4322source = "registry+https://github.com/rust-lang/crates.io-index"
4323checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
4324
4325[[package]]
4326name = "unicode-linebreak"
4327version = "0.1.4"
4328source = "registry+https://github.com/rust-lang/crates.io-index"
4329checksum = "c5faade31a542b8b35855fff6e8def199853b2da8da256da52f52f1316ee3137"
4330dependencies = [
4331 "hashbrown 0.12.3",
4332 "regex",
4333]
4334
4335[[package]]
4336name = "unicode-normalization"
4337version = "0.1.22"
4338source = "registry+https://github.com/rust-lang/crates.io-index"
4339checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
4340dependencies = [
4341 "tinyvec",
4342]
4343
4344[[package]]
4345name = "unicode-segmentation"
4346version = "1.10.1"
4347source = "registry+https://github.com/rust-lang/crates.io-index"
4348checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
4349
4350[[package]]
4351name = "unicode-width"
4352version = "0.1.10"
4353source = "registry+https://github.com/rust-lang/crates.io-index"
4354checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
4355
4356[[package]]
4357name = "unicode-xid"
4358version = "0.2.4"
4359source = "registry+https://github.com/rust-lang/crates.io-index"
4360checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
4361
4362[[package]]
4363name = "unicode_categories"
4364version = "0.1.1"
4365source = "registry+https://github.com/rust-lang/crates.io-index"
4366checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
4367
4368[[package]]
4369name = "unreachable"
4370version = "1.0.0"
4371source = "registry+https://github.com/rust-lang/crates.io-index"
4372checksum = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
4373dependencies = [
4374 "void",
4375]
4376
4377[[package]]
4378name = "untrusted"
4379version = "0.7.1"
4380source = "registry+https://github.com/rust-lang/crates.io-index"
4381checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
4382
4383[[package]]
4384name = "url"
4385version = "2.3.1"
4386source = "registry+https://github.com/rust-lang/crates.io-index"
4387checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
4388dependencies = [
4389 "form_urlencoded",
4390 "idna 0.3.0",
4391 "percent-encoding",
4392]
4393
4394[[package]]
4395name = "url-escape"
4396version = "0.1.1"
4397source = "registry+https://github.com/rust-lang/crates.io-index"
4398checksum = "44e0ce4d1246d075ca5abec4b41d33e87a6054d08e2366b63205665e950db218"
4399dependencies = [
4400 "percent-encoding",
4401]
4402
4403[[package]]
4404name = "urlencoding"
4405version = "2.1.2"
4406source = "registry+https://github.com/rust-lang/crates.io-index"
4407checksum = "e8db7427f936968176eaa7cdf81b7f98b980b18495ec28f1b5791ac3bfe3eea9"
4408
4409[[package]]
4410name = "uuid"
4411version = "0.8.2"
4412source = "registry+https://github.com/rust-lang/crates.io-index"
4413checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
4414dependencies = [
4415 "md5",
4416]
4417
4418[[package]]
4419name = "uuid"
4420version = "1.3.0"
4421source = "registry+https://github.com/rust-lang/crates.io-index"
4422checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79"
4423dependencies = [
4424 "getrandom 0.2.8",
4425]
4426
4427[[package]]
4428name = "validator"
4429version = "0.14.0"
4430source = "registry+https://github.com/rust-lang/crates.io-index"
4431checksum = "6d0f08911ab0fee2c5009580f04615fa868898ee57de10692a45da0c3bcc3e5e"
4432dependencies = [
4433 "idna 0.2.3",
4434 "lazy_static",
4435 "regex",
4436 "serde",
4437 "serde_derive",
4438 "serde_json",
4439 "url",
4440 "validator_types",
4441]
4442
4443[[package]]
4444name = "validator_derive"
4445version = "0.14.0"
4446source = "registry+https://github.com/rust-lang/crates.io-index"
4447checksum = "d85135714dba11a1bd0b3eb1744169266f1a38977bf4e3ff5e2e1acb8c2b7eee"
4448dependencies = [
4449 "if_chain",
4450 "lazy_static",
4451 "proc-macro-error",
4452 "proc-macro2",
4453 "quote",
4454 "regex",
4455 "syn",
4456 "validator_types",
4457]
4458
4459[[package]]
4460name = "validator_types"
4461version = "0.14.0"
4462source = "registry+https://github.com/rust-lang/crates.io-index"
4463checksum = "ded9d97e1d42327632f5f3bae6403c04886e2de3036261ef42deebd931a6a291"
4464dependencies = [
4465 "proc-macro2",
4466 "syn",
4467]
4468
4469[[package]]
4470name = "valuable"
4471version = "0.1.0"
4472source = "registry+https://github.com/rust-lang/crates.io-index"
4473checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
4474
4475[[package]]
4476name = "vcpkg"
4477version = "0.2.15"
4478source = "registry+https://github.com/rust-lang/crates.io-index"
4479checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
4480
4481[[package]]
4482name = "version_check"
4483version = "0.9.4"
4484source = "registry+https://github.com/rust-lang/crates.io-index"
4485checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
4486
4487[[package]]
4488name = "void"
4489version = "1.0.2"
4490source = "registry+https://github.com/rust-lang/crates.io-index"
4491checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
4492
4493[[package]]
4494name = "want"
4495version = "0.3.0"
4496source = "registry+https://github.com/rust-lang/crates.io-index"
4497checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
4498dependencies = [
4499 "log",
4500 "try-lock",
4501]
4502
4503[[package]]
4504name = "wasi"
4505version = "0.9.0+wasi-snapshot-preview1"
4506source = "registry+https://github.com/rust-lang/crates.io-index"
4507checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
4508
4509[[package]]
4510name = "wasi"
4511version = "0.10.0+wasi-snapshot-preview1"
4512source = "registry+https://github.com/rust-lang/crates.io-index"
4513checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
4514
4515[[package]]
4516name = "wasi"
4517version = "0.11.0+wasi-snapshot-preview1"
4518source = "registry+https://github.com/rust-lang/crates.io-index"
4519checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
4520
4521[[package]]
4522name = "wasm-bindgen"
4523version = "0.2.84"
4524source = "registry+https://github.com/rust-lang/crates.io-index"
4525checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
4526dependencies = [
4527 "cfg-if",
4528 "wasm-bindgen-macro",
4529]
4530
4531[[package]]
4532name = "wasm-bindgen-backend"
4533version = "0.2.84"
4534source = "registry+https://github.com/rust-lang/crates.io-index"
4535checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
4536dependencies = [
4537 "bumpalo",
4538 "log",
4539 "once_cell",
4540 "proc-macro2",
4541 "quote",
4542 "syn",
4543 "wasm-bindgen-shared",
4544]
4545
4546[[package]]
4547name = "wasm-bindgen-futures"
4548version = "0.4.34"
4549source = "registry+https://github.com/rust-lang/crates.io-index"
4550checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
4551dependencies = [
4552 "cfg-if",
4553 "js-sys",
4554 "wasm-bindgen",
4555 "web-sys",
4556]
4557
4558[[package]]
4559name = "wasm-bindgen-macro"
4560version = "0.2.84"
4561source = "registry+https://github.com/rust-lang/crates.io-index"
4562checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
4563dependencies = [
4564 "quote",
4565 "wasm-bindgen-macro-support",
4566]
4567
4568[[package]]
4569name = "wasm-bindgen-macro-support"
4570version = "0.2.84"
4571source = "registry+https://github.com/rust-lang/crates.io-index"
4572checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
4573dependencies = [
4574 "proc-macro2",
4575 "quote",
4576 "syn",
4577 "wasm-bindgen-backend",
4578 "wasm-bindgen-shared",
4579]
4580
4581[[package]]
4582name = "wasm-bindgen-shared"
4583version = "0.2.84"
4584source = "registry+https://github.com/rust-lang/crates.io-index"
4585checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
4586
4587[[package]]
4588name = "web-sys"
4589version = "0.3.61"
4590source = "registry+https://github.com/rust-lang/crates.io-index"
4591checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
4592dependencies = [
4593 "js-sys",
4594 "wasm-bindgen",
4595]
4596
4597[[package]]
4598name = "webpki"
4599version = "0.22.0"
4600source = "registry+https://github.com/rust-lang/crates.io-index"
4601checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
4602dependencies = [
4603 "ring",
4604 "untrusted",
4605]
4606
4607[[package]]
4608name = "webpki-roots"
4609version = "0.22.6"
4610source = "registry+https://github.com/rust-lang/crates.io-index"
4611checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
4612dependencies = [
4613 "webpki",
4614]
4615
4616[[package]]
4617name = "whoami"
4618version = "1.3.0"
4619source = "registry+https://github.com/rust-lang/crates.io-index"
4620checksum = "45dbc71f0cdca27dc261a9bd37ddec174e4a0af2b900b890f378460f745426e3"
4621dependencies = [
4622 "wasm-bindgen",
4623 "web-sys",
4624]
4625
4626[[package]]
4627name = "winapi"
4628version = "0.3.9"
4629source = "registry+https://github.com/rust-lang/crates.io-index"
4630checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
4631dependencies = [
4632 "winapi-i686-pc-windows-gnu",
4633 "winapi-x86_64-pc-windows-gnu",
4634]
4635
4636[[package]]
4637name = "winapi-i686-pc-windows-gnu"
4638version = "0.4.0"
4639source = "registry+https://github.com/rust-lang/crates.io-index"
4640checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
4641
4642[[package]]
4643name = "winapi-util"
4644version = "0.1.5"
4645source = "registry+https://github.com/rust-lang/crates.io-index"
4646checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
4647dependencies = [
4648 "winapi",
4649]
4650
4651[[package]]
4652name = "winapi-x86_64-pc-windows-gnu"
4653version = "0.4.0"
4654source = "registry+https://github.com/rust-lang/crates.io-index"
4655checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
4656
4657[[package]]
4658name = "windows-sys"
4659version = "0.42.0"
4660source = "registry+https://github.com/rust-lang/crates.io-index"
4661checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
4662dependencies = [
4663 "windows_aarch64_gnullvm",
4664 "windows_aarch64_msvc",
4665 "windows_i686_gnu",
4666 "windows_i686_msvc",
4667 "windows_x86_64_gnu",
4668 "windows_x86_64_gnullvm",
4669 "windows_x86_64_msvc",
4670]
4671
4672[[package]]
4673name = "windows-sys"
4674version = "0.45.0"
4675source = "registry+https://github.com/rust-lang/crates.io-index"
4676checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
4677dependencies = [
4678 "windows-targets",
4679]
4680
4681[[package]]
4682name = "windows-targets"
4683version = "0.42.1"
4684source = "registry+https://github.com/rust-lang/crates.io-index"
4685checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
4686dependencies = [
4687 "windows_aarch64_gnullvm",
4688 "windows_aarch64_msvc",
4689 "windows_i686_gnu",
4690 "windows_i686_msvc",
4691 "windows_x86_64_gnu",
4692 "windows_x86_64_gnullvm",
4693 "windows_x86_64_msvc",
4694]
4695
4696[[package]]
4697name = "windows_aarch64_gnullvm"
4698version = "0.42.1"
4699source = "registry+https://github.com/rust-lang/crates.io-index"
4700checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
4701
4702[[package]]
4703name = "windows_aarch64_msvc"
4704version = "0.42.1"
4705source = "registry+https://github.com/rust-lang/crates.io-index"
4706checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
4707
4708[[package]]
4709name = "windows_i686_gnu"
4710version = "0.42.1"
4711source = "registry+https://github.com/rust-lang/crates.io-index"
4712checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
4713
4714[[package]]
4715name = "windows_i686_msvc"
4716version = "0.42.1"
4717source = "registry+https://github.com/rust-lang/crates.io-index"
4718checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
4719
4720[[package]]
4721name = "windows_x86_64_gnu"
4722version = "0.42.1"
4723source = "registry+https://github.com/rust-lang/crates.io-index"
4724checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
4725
4726[[package]]
4727name = "windows_x86_64_gnullvm"
4728version = "0.42.1"
4729source = "registry+https://github.com/rust-lang/crates.io-index"
4730checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
4731
4732[[package]]
4733name = "windows_x86_64_msvc"
4734version = "0.42.1"
4735source = "registry+https://github.com/rust-lang/crates.io-index"
4736checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
4737
4738[[package]]
4739name = "winreg"
4740version = "0.10.1"
4741source = "registry+https://github.com/rust-lang/crates.io-index"
4742checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
4743dependencies = [
4744 "winapi",
4745]
4746
4747[[package]]
4748name = "x509-parser"
4749version = "0.14.0"
4750source = "registry+https://github.com/rust-lang/crates.io-index"
4751checksum = "e0ecbeb7b67ce215e40e3cc7f2ff902f94a223acf44995934763467e7b1febc8"
4752dependencies = [
4753 "asn1-rs",
4754 "base64 0.13.1",
4755 "data-encoding",
4756 "der-parser",
4757 "lazy_static",
4758 "nom 7.1.3",
4759 "oid-registry",
4760 "rusticata-macros",
4761 "thiserror",
4762 "time 0.3.19",
4763]
4764
4765[[package]]
4766name = "yansi"
4767version = "0.5.1"
4768source = "registry+https://github.com/rust-lang/crates.io-index"
4769checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
4770
4771[[package]]
4772name = "yew"
4773version = "0.19.3"
4774source = "registry+https://github.com/rust-lang/crates.io-index"
4775checksum = "2a1ccb53e57d3f7d847338cf5758befa811cabe207df07f543c06f502f9998cd"
4776dependencies = [
4777 "console_error_panic_hook",
4778 "gloo",
4779 "gloo-utils",
4780 "indexmap",
4781 "js-sys",
4782 "scoped-tls-hkt",
4783 "slab",
4784 "wasm-bindgen",
4785 "wasm-bindgen-futures",
4786 "web-sys",
4787 "yew-macro",
4788]
4789
4790[[package]]
4791name = "yew-macro"
4792version = "0.19.3"
4793source = "registry+https://github.com/rust-lang/crates.io-index"
4794checksum = "5fab79082b556d768d6e21811869c761893f0450e1d550a67892b9bce303b7bb"
4795dependencies = [
4796 "boolinator",
4797 "lazy_static",
4798 "proc-macro-error",
4799 "proc-macro2",
4800 "quote",
4801 "syn",
4802]
4803
4804[[package]]
4805name = "yew-router"
4806version = "0.16.0"
4807source = "registry+https://github.com/rust-lang/crates.io-index"
4808checksum = "155804f6f3aa309f596d5c3fa14486a94e7756f1edd7634569949e401d5099f2"
4809dependencies = [
4810 "gloo",
4811 "gloo-utils",
4812 "js-sys",
4813 "route-recognizer",
4814 "serde",
4815 "serde-wasm-bindgen",
4816 "serde_urlencoded",
4817 "thiserror",
4818 "wasm-bindgen",
4819 "web-sys",
4820 "yew",
4821 "yew-router-macro",
4822]
4823
4824[[package]]
4825name = "yew-router-macro"
4826version = "0.16.0"
4827source = "registry+https://github.com/rust-lang/crates.io-index"
4828checksum = "39049d193b52eaad4ffc80916bf08806d142c90b5edcebd527644de438a7e19a"
4829dependencies = [
4830 "proc-macro2",
4831 "quote",
4832 "syn",
4833]
4834
4835[[package]]
4836name = "yew_form"
4837version = "0.1.8"
4838source = "git+https://github.com/jfbilodeau/yew_form?rev=4b9fabffb63393ec7626a4477fd36de12a07fac9#4b9fabffb63393ec7626a4477fd36de12a07fac9"
4839dependencies = [
4840 "gloo-console",
4841 "validator",
4842 "validator_derive",
4843 "wasm-bindgen",
4844 "web-sys",
4845 "yew",
4846]
4847
4848[[package]]
4849name = "yew_form_derive"
4850version = "0.1.8"
4851source = "git+https://github.com/jfbilodeau/yew_form?rev=4b9fabffb63393ec7626a4477fd36de12a07fac9#4b9fabffb63393ec7626a4477fd36de12a07fac9"
4852dependencies = [
4853 "proc-macro2",
4854 "quote",
4855 "syn",
4856 "yew_form",
4857]
4858
4859[[package]]
4860name = "zeroize"
4861version = "1.5.7"
4862source = "registry+https://github.com/rust-lang/crates.io-index"
4863checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"
4864dependencies = [
4865 "zeroize_derive",
4866]
4867
4868[[package]]
4869name = "zeroize_derive"
4870version = "1.3.3"
4871source = "registry+https://github.com/rust-lang/crates.io-index"
4872checksum = "44bf07cb3e50ea2003396695d58bf46bc9887a1f362260446fad6bc4e79bd36c"
4873dependencies = [
4874 "proc-macro2",
4875 "quote",
4876 "syn",
4877 "synstructure",
4878]
4879
4880[[package]]
4881name = "zstd"
4882version = "0.12.3+zstd.1.5.2"
4883source = "registry+https://github.com/rust-lang/crates.io-index"
4884checksum = "76eea132fb024e0e13fd9c2f5d5d595d8a967aa72382ac2f9d39fcc95afd0806"
4885dependencies = [
4886 "zstd-safe",
4887]
4888
4889[[package]]
4890name = "zstd-safe"
4891version = "6.0.4+zstd.1.5.4"
4892source = "registry+https://github.com/rust-lang/crates.io-index"
4893checksum = "7afb4b54b8910cf5447638cb54bf4e8a65cbedd783af98b98c62ffe91f185543"
4894dependencies = [
4895 "libc",
4896 "zstd-sys",
4897]
4898
4899[[package]]
4900name = "zstd-sys"
4901version = "2.0.7+zstd.1.5.4"
4902source = "registry+https://github.com/rust-lang/crates.io-index"
4903checksum = "94509c3ba2fe55294d752b79842c530ccfab760192521df74a081a78d2b3c7f5"
4904dependencies = [
4905 "cc",
4906 "libc",
4907 "pkg-config",
4908]