1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "abomonation"
7version = "0.7.3"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "56e72913c99b1f927aa7bd59a41518fdd9995f63ffc8760f211609e0241c4fb2"
10
11[[package]]
12name = "abomonation_derive"
13version = "0.5.0"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "e50e2a046af56a864c62d97b7153fda72c596e646be1b0c7963736821f6e1efa"
16dependencies = [
17 "proc-macro2",
18 "quote",
19 "synstructure",
20]
21
22[[package]]
23name = "addr2line"
24version = "0.20.0"
25source = "registry+https://github.com/rust-lang/crates.io-index"
26checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3"
27dependencies = [
28 "gimli",
29]
30
31[[package]]
32name = "adler"
33version = "1.0.2"
34source = "registry+https://github.com/rust-lang/crates.io-index"
35checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
36
37[[package]]
38name = "ahash"
39version = "0.8.3"
40source = "registry+https://github.com/rust-lang/crates.io-index"
41checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
42dependencies = [
43 "cfg-if",
44 "once_cell",
45 "version_check",
46]
47
48[[package]]
49name = "aho-corasick"
50version = "1.0.2"
51source = "registry+https://github.com/rust-lang/crates.io-index"
52checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
53dependencies = [
54 "memchr",
55]
56
57[[package]]
58name = "allocator-api2"
59version = "0.2.15"
60source = "registry+https://github.com/rust-lang/crates.io-index"
61checksum = "56fc6cf8dc8c4158eed8649f9b8b0ea1518eb62b544fe9490d66fa0b349eafe9"
62
63[[package]]
64name = "android-tzdata"
65version = "0.1.1"
66source = "registry+https://github.com/rust-lang/crates.io-index"
67checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
68
69[[package]]
70name = "android_system_properties"
71version = "0.1.5"
72source = "registry+https://github.com/rust-lang/crates.io-index"
73checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
74dependencies = [
75 "libc",
76]
77
78[[package]]
79name = "anyhow"
80version = "1.0.71"
81source = "registry+https://github.com/rust-lang/crates.io-index"
82checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
83
84[[package]]
85name = "async-trait"
86version = "0.1.71"
87source = "registry+https://github.com/rust-lang/crates.io-index"
88checksum = "a564d521dd56509c4c47480d00b80ee55f7e385ae48db5744c67ad50c92d2ebf"
89dependencies = [
90 "proc-macro2",
91 "quote",
92 "syn 2.0.23",
93]
94
95[[package]]
96name = "autocfg"
97version = "1.1.0"
98source = "registry+https://github.com/rust-lang/crates.io-index"
99checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
100
101[[package]]
102name = "axum"
103version = "0.5.17"
104source = "registry+https://github.com/rust-lang/crates.io-index"
105checksum = "acee9fd5073ab6b045a275b3e709c163dd36c90685219cb21804a147b58dba43"
106dependencies = [
107 "async-trait",
108 "axum-core 0.2.9",
109 "bitflags 1.3.2",
110 "bytes",
111 "futures-util",
112 "http",
113 "http-body",
114 "hyper",
115 "itoa",
116 "matchit 0.5.0",
117 "memchr",
118 "mime",
119 "percent-encoding",
120 "pin-project-lite",
121 "serde",
122 "serde_json",
123 "serde_urlencoded",
124 "sync_wrapper",
125 "tokio",
126 "tower",
127 "tower-http",
128 "tower-layer",
129 "tower-service",
130]
131
132[[package]]
133name = "axum"
134version = "0.6.18"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "f8175979259124331c1d7bf6586ee7e0da434155e4b2d48ec2c8386281d8df39"
137dependencies = [
138 "async-trait",
139 "axum-core 0.3.4",
140 "bitflags 1.3.2",
141 "bytes",
142 "futures-util",
143 "http",
144 "http-body",
145 "hyper",
146 "itoa",
147 "matchit 0.7.0",
148 "memchr",
149 "mime",
150 "percent-encoding",
151 "pin-project-lite",
152 "rustversion",
153 "serde",
154 "sync_wrapper",
155 "tower",
156 "tower-layer",
157 "tower-service",
158]
159
160[[package]]
161name = "axum-core"
162version = "0.2.9"
163source = "registry+https://github.com/rust-lang/crates.io-index"
164checksum = "37e5939e02c56fecd5c017c37df4238c0a839fa76b7f97acdd7efb804fd181cc"
165dependencies = [
166 "async-trait",
167 "bytes",
168 "futures-util",
169 "http",
170 "http-body",
171 "mime",
172 "tower-layer",
173 "tower-service",
174]
175
176[[package]]
177name = "axum-core"
178version = "0.3.4"
179source = "registry+https://github.com/rust-lang/crates.io-index"
180checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
181dependencies = [
182 "async-trait",
183 "bytes",
184 "futures-util",
185 "http",
186 "http-body",
187 "mime",
188 "rustversion",
189 "tower-layer",
190 "tower-service",
191]
192
193[[package]]
194name = "backtrace"
195version = "0.3.68"
196source = "registry+https://github.com/rust-lang/crates.io-index"
197checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12"
198dependencies = [
199 "addr2line",
200 "cc",
201 "cfg-if",
202 "libc",
203 "miniz_oxide",
204 "object",
205 "rustc-demangle",
206]
207
208[[package]]
209name = "base64"
210version = "0.21.2"
211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
213
214[[package]]
215name = "bincode"
216version = "1.3.3"
217source = "registry+https://github.com/rust-lang/crates.io-index"
218checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
219dependencies = [
220 "serde",
221]
222
223[[package]]
224name = "bitflags"
225version = "1.3.2"
226source = "registry+https://github.com/rust-lang/crates.io-index"
227checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
228
229[[package]]
230name = "bitflags"
231version = "2.3.3"
232source = "registry+https://github.com/rust-lang/crates.io-index"
233checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
234
235[[package]]
236name = "bumpalo"
237version = "3.13.0"
238source = "registry+https://github.com/rust-lang/crates.io-index"
239checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
240
241[[package]]
242name = "byteorder"
243version = "1.4.3"
244source = "registry+https://github.com/rust-lang/crates.io-index"
245checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
246
247[[package]]
248name = "bytes"
249version = "1.4.0"
250source = "registry+https://github.com/rust-lang/crates.io-index"
251checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
252
253[[package]]
254name = "bytewax"
255version = "0.17.2"
256dependencies = [
257 "axum 0.5.17",
258 "bincode",
259 "chrono",
260 "fastrand",
261 "num",
262 "opentelemetry",
263 "opentelemetry-jaeger",
264 "opentelemetry-otlp",
265 "pyo3",
266 "rusqlite",
267 "rusqlite_migration",
268 "seahash",
269 "serde",
270 "serde_json",
271 "serde_test",
272 "timely",
273 "tokio",
274 "tracing",
275 "tracing-opentelemetry",
276 "tracing-subscriber",
277]
278
279[[package]]
280name = "cc"
281version = "1.0.79"
282source = "registry+https://github.com/rust-lang/crates.io-index"
283checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
284
285[[package]]
286name = "cfg-if"
287version = "1.0.0"
288source = "registry+https://github.com/rust-lang/crates.io-index"
289checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
290
291[[package]]
292name = "chrono"
293version = "0.4.26"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
296dependencies = [
297 "android-tzdata",
298 "iana-time-zone",
299 "num-traits",
300 "serde",
301 "winapi",
302]
303
304[[package]]
305name = "columnation"
306version = "0.1.0"
307source = "git+https://github.com/frankmcsherry/columnation#eb8e20c10e748dcbfe6266be8e24e14422d3de0f"
308dependencies = [
309 "paste",
310]
311
312[[package]]
313name = "core-foundation-sys"
314version = "0.8.4"
315source = "registry+https://github.com/rust-lang/crates.io-index"
316checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
317
318[[package]]
319name = "crossbeam-channel"
320version = "0.5.8"
321source = "registry+https://github.com/rust-lang/crates.io-index"
322checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
323dependencies = [
324 "cfg-if",
325 "crossbeam-utils",
326]
327
328[[package]]
329name = "crossbeam-utils"
330version = "0.8.16"
331source = "registry+https://github.com/rust-lang/crates.io-index"
332checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
333dependencies = [
334 "cfg-if",
335]
336
337[[package]]
338name = "either"
339version = "1.8.1"
340source = "registry+https://github.com/rust-lang/crates.io-index"
341checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
342
343[[package]]
344name = "encoding_rs"
345version = "0.8.32"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
348dependencies = [
349 "cfg-if",
350]
351
352[[package]]
353name = "fallible-iterator"
354version = "0.3.0"
355source = "registry+https://github.com/rust-lang/crates.io-index"
356checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
357
358[[package]]
359name = "fallible-streaming-iterator"
360version = "0.1.9"
361source = "registry+https://github.com/rust-lang/crates.io-index"
362checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
363
364[[package]]
365name = "fastrand"
366version = "1.9.0"
367source = "registry+https://github.com/rust-lang/crates.io-index"
368checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
369dependencies = [
370 "instant",
371]
372
373[[package]]
374name = "fnv"
375version = "1.0.7"
376source = "registry+https://github.com/rust-lang/crates.io-index"
377checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
378
379[[package]]
380name = "form_urlencoded"
381version = "1.2.0"
382source = "registry+https://github.com/rust-lang/crates.io-index"
383checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
384dependencies = [
385 "percent-encoding",
386]
387
388[[package]]
389name = "futures-channel"
390version = "0.3.28"
391source = "registry+https://github.com/rust-lang/crates.io-index"
392checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
393dependencies = [
394 "futures-core",
395]
396
397[[package]]
398name = "futures-core"
399version = "0.3.28"
400source = "registry+https://github.com/rust-lang/crates.io-index"
401checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
402
403[[package]]
404name = "futures-executor"
405version = "0.3.28"
406source = "registry+https://github.com/rust-lang/crates.io-index"
407checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
408dependencies = [
409 "futures-core",
410 "futures-task",
411 "futures-util",
412]
413
414[[package]]
415name = "futures-io"
416version = "0.3.28"
417source = "registry+https://github.com/rust-lang/crates.io-index"
418checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
419
420[[package]]
421name = "futures-macro"
422version = "0.3.28"
423source = "registry+https://github.com/rust-lang/crates.io-index"
424checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
425dependencies = [
426 "proc-macro2",
427 "quote",
428 "syn 2.0.23",
429]
430
431[[package]]
432name = "futures-sink"
433version = "0.3.28"
434source = "registry+https://github.com/rust-lang/crates.io-index"
435checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
436
437[[package]]
438name = "futures-task"
439version = "0.3.28"
440source = "registry+https://github.com/rust-lang/crates.io-index"
441checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
442
443[[package]]
444name = "futures-util"
445version = "0.3.28"
446source = "registry+https://github.com/rust-lang/crates.io-index"
447checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
448dependencies = [
449 "futures-core",
450 "futures-io",
451 "futures-macro",
452 "futures-sink",
453 "futures-task",
454 "memchr",
455 "pin-project-lite",
456 "pin-utils",
457 "slab",
458]
459
460[[package]]
461name = "getopts"
462version = "0.2.21"
463source = "registry+https://github.com/rust-lang/crates.io-index"
464checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
465dependencies = [
466 "unicode-width",
467]
468
469[[package]]
470name = "getrandom"
471version = "0.2.10"
472source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
474dependencies = [
475 "cfg-if",
476 "libc",
477 "wasi",
478]
479
480[[package]]
481name = "gimli"
482version = "0.27.3"
483source = "registry+https://github.com/rust-lang/crates.io-index"
484checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
485
486[[package]]
487name = "h2"
488version = "0.3.20"
489source = "registry+https://github.com/rust-lang/crates.io-index"
490checksum = "97ec8491ebaf99c8eaa73058b045fe58073cd6be7f596ac993ced0b0a0c01049"
491dependencies = [
492 "bytes",
493 "fnv",
494 "futures-core",
495 "futures-sink",
496 "futures-util",
497 "http",
498 "indexmap",
499 "slab",
500 "tokio",
501 "tokio-util",
502 "tracing",
503]
504
505[[package]]
506name = "hashbrown"
507version = "0.12.3"
508source = "registry+https://github.com/rust-lang/crates.io-index"
509checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
510
511[[package]]
512name = "hashbrown"
513version = "0.14.0"
514source = "registry+https://github.com/rust-lang/crates.io-index"
515checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
516dependencies = [
517 "ahash",
518 "allocator-api2",
519]
520
521[[package]]
522name = "hashlink"
523version = "0.8.3"
524source = "registry+https://github.com/rust-lang/crates.io-index"
525checksum = "312f66718a2d7789ffef4f4b7b213138ed9f1eb3aa1d0d82fc99f88fb3ffd26f"
526dependencies = [
527 "hashbrown 0.14.0",
528]
529
530[[package]]
531name = "hermit-abi"
532version = "0.3.2"
533source = "registry+https://github.com/rust-lang/crates.io-index"
534checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
535
536[[package]]
537name = "http"
538version = "0.2.9"
539source = "registry+https://github.com/rust-lang/crates.io-index"
540checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
541dependencies = [
542 "bytes",
543 "fnv",
544 "itoa",
545]
546
547[[package]]
548name = "http-body"
549version = "0.4.5"
550source = "registry+https://github.com/rust-lang/crates.io-index"
551checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
552dependencies = [
553 "bytes",
554 "http",
555 "pin-project-lite",
556]
557
558[[package]]
559name = "http-range-header"
560version = "0.3.0"
561source = "registry+https://github.com/rust-lang/crates.io-index"
562checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29"
563
564[[package]]
565name = "httparse"
566version = "1.8.0"
567source = "registry+https://github.com/rust-lang/crates.io-index"
568checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
569
570[[package]]
571name = "httpdate"
572version = "1.0.2"
573source = "registry+https://github.com/rust-lang/crates.io-index"
574checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
575
576[[package]]
577name = "hyper"
578version = "0.14.27"
579source = "registry+https://github.com/rust-lang/crates.io-index"
580checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
581dependencies = [
582 "bytes",
583 "futures-channel",
584 "futures-core",
585 "futures-util",
586 "h2",
587 "http",
588 "http-body",
589 "httparse",
590 "httpdate",
591 "itoa",
592 "pin-project-lite",
593 "socket2",
594 "tokio",
595 "tower-service",
596 "tracing",
597 "want",
598]
599
600[[package]]
601name = "hyper-timeout"
602version = "0.4.1"
603source = "registry+https://github.com/rust-lang/crates.io-index"
604checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
605dependencies = [
606 "hyper",
607 "pin-project-lite",
608 "tokio",
609 "tokio-io-timeout",
610]
611
612[[package]]
613name = "iana-time-zone"
614version = "0.1.57"
615source = "registry+https://github.com/rust-lang/crates.io-index"
616checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
617dependencies = [
618 "android_system_properties",
619 "core-foundation-sys",
620 "iana-time-zone-haiku",
621 "js-sys",
622 "wasm-bindgen",
623 "windows",
624]
625
626[[package]]
627name = "iana-time-zone-haiku"
628version = "0.1.2"
629source = "registry+https://github.com/rust-lang/crates.io-index"
630checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
631dependencies = [
632 "cc",
633]
634
635[[package]]
636name = "idna"
637version = "0.4.0"
638source = "registry+https://github.com/rust-lang/crates.io-index"
639checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
640dependencies = [
641 "unicode-bidi",
642 "unicode-normalization",
643]
644
645[[package]]
646name = "indexmap"
647version = "1.9.3"
648source = "registry+https://github.com/rust-lang/crates.io-index"
649checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
650dependencies = [
651 "autocfg",
652 "hashbrown 0.12.3",
653]
654
655[[package]]
656name = "indoc"
657version = "1.0.9"
658source = "registry+https://github.com/rust-lang/crates.io-index"
659checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
660
661[[package]]
662name = "instant"
663version = "0.1.12"
664source = "registry+https://github.com/rust-lang/crates.io-index"
665checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
666dependencies = [
667 "cfg-if",
668]
669
670[[package]]
671name = "integer-encoding"
672version = "3.0.4"
673source = "registry+https://github.com/rust-lang/crates.io-index"
674checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"
675
676[[package]]
677name = "ipnet"
678version = "2.8.0"
679source = "registry+https://github.com/rust-lang/crates.io-index"
680checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
681
682[[package]]
683name = "itertools"
684version = "0.10.5"
685source = "registry+https://github.com/rust-lang/crates.io-index"
686checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
687dependencies = [
688 "either",
689]
690
691[[package]]
692name = "itoa"
693version = "1.0.8"
694source = "registry+https://github.com/rust-lang/crates.io-index"
695checksum = "62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a"
696
697[[package]]
698name = "js-sys"
699version = "0.3.64"
700source = "registry+https://github.com/rust-lang/crates.io-index"
701checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
702dependencies = [
703 "wasm-bindgen",
704]
705
706[[package]]
707name = "lazy_static"
708version = "1.4.0"
709source = "registry+https://github.com/rust-lang/crates.io-index"
710checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
711
712[[package]]
713name = "libc"
714version = "0.2.147"
715source = "registry+https://github.com/rust-lang/crates.io-index"
716checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
717
718[[package]]
719name = "libsqlite3-sys"
720version = "0.26.0"
721source = "git+https://github.com/rusqlite/rusqlite.git?rev=7b0393210be4bce17156a08fde732083d6342a75#7b0393210be4bce17156a08fde732083d6342a75"
722dependencies = [
723 "cc",
724 "pkg-config",
725 "vcpkg",
726]
727
728[[package]]
729name = "lock_api"
730version = "0.4.10"
731source = "registry+https://github.com/rust-lang/crates.io-index"
732checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
733dependencies = [
734 "autocfg",
735 "scopeguard",
736]
737
738[[package]]
739name = "log"
740version = "0.4.19"
741source = "registry+https://github.com/rust-lang/crates.io-index"
742checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
743
744[[package]]
745name = "matchers"
746version = "0.1.0"
747source = "registry+https://github.com/rust-lang/crates.io-index"
748checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
749dependencies = [
750 "regex-automata 0.1.10",
751]
752
753[[package]]
754name = "matchit"
755version = "0.5.0"
756source = "registry+https://github.com/rust-lang/crates.io-index"
757checksum = "73cbba799671b762df5a175adf59ce145165747bb891505c43d09aefbbf38beb"
758
759[[package]]
760name = "matchit"
761version = "0.7.0"
762source = "registry+https://github.com/rust-lang/crates.io-index"
763checksum = "b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40"
764
765[[package]]
766name = "memchr"
767version = "2.5.0"
768source = "registry+https://github.com/rust-lang/crates.io-index"
769checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
770
771[[package]]
772name = "memoffset"
773version = "0.9.0"
774source = "registry+https://github.com/rust-lang/crates.io-index"
775checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
776dependencies = [
777 "autocfg",
778]
779
780[[package]]
781name = "mime"
782version = "0.3.17"
783source = "registry+https://github.com/rust-lang/crates.io-index"
784checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
785
786[[package]]
787name = "miniz_oxide"
788version = "0.7.1"
789source = "registry+https://github.com/rust-lang/crates.io-index"
790checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
791dependencies = [
792 "adler",
793]
794
795[[package]]
796name = "mio"
797version = "0.8.8"
798source = "registry+https://github.com/rust-lang/crates.io-index"
799checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
800dependencies = [
801 "libc",
802 "wasi",
803 "windows-sys",
804]
805
806[[package]]
807name = "nu-ansi-term"
808version = "0.46.0"
809source = "registry+https://github.com/rust-lang/crates.io-index"
810checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
811dependencies = [
812 "overload",
813 "winapi",
814]
815
816[[package]]
817name = "num"
818version = "0.4.0"
819source = "registry+https://github.com/rust-lang/crates.io-index"
820checksum = "43db66d1170d347f9a065114077f7dccb00c1b9478c89384490a3425279a4606"
821dependencies = [
822 "num-bigint",
823 "num-complex",
824 "num-integer",
825 "num-iter",
826 "num-rational",
827 "num-traits",
828]
829
830[[package]]
831name = "num-bigint"
832version = "0.4.3"
833source = "registry+https://github.com/rust-lang/crates.io-index"
834checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
835dependencies = [
836 "autocfg",
837 "num-integer",
838 "num-traits",
839]
840
841[[package]]
842name = "num-complex"
843version = "0.4.3"
844source = "registry+https://github.com/rust-lang/crates.io-index"
845checksum = "02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d"
846dependencies = [
847 "num-traits",
848]
849
850[[package]]
851name = "num-integer"
852version = "0.1.45"
853source = "registry+https://github.com/rust-lang/crates.io-index"
854checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
855dependencies = [
856 "autocfg",
857 "num-traits",
858]
859
860[[package]]
861name = "num-iter"
862version = "0.1.43"
863source = "registry+https://github.com/rust-lang/crates.io-index"
864checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
865dependencies = [
866 "autocfg",
867 "num-integer",
868 "num-traits",
869]
870
871[[package]]
872name = "num-rational"
873version = "0.4.1"
874source = "registry+https://github.com/rust-lang/crates.io-index"
875checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
876dependencies = [
877 "autocfg",
878 "num-bigint",
879 "num-integer",
880 "num-traits",
881]
882
883[[package]]
884name = "num-traits"
885version = "0.2.15"
886source = "registry+https://github.com/rust-lang/crates.io-index"
887checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
888dependencies = [
889 "autocfg",
890]
891
892[[package]]
893name = "num_cpus"
894version = "1.16.0"
895source = "registry+https://github.com/rust-lang/crates.io-index"
896checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
897dependencies = [
898 "hermit-abi",
899 "libc",
900]
901
902[[package]]
903name = "object"
904version = "0.31.1"
905source = "registry+https://github.com/rust-lang/crates.io-index"
906checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
907dependencies = [
908 "memchr",
909]
910
911[[package]]
912name = "once_cell"
913version = "1.18.0"
914source = "registry+https://github.com/rust-lang/crates.io-index"
915checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
916
917[[package]]
918name = "opentelemetry"
919version = "0.20.0"
920source = "registry+https://github.com/rust-lang/crates.io-index"
921checksum = "9591d937bc0e6d2feb6f71a559540ab300ea49955229c347a517a28d27784c54"
922dependencies = [
923 "opentelemetry_api",
924 "opentelemetry_sdk",
925]
926
927[[package]]
928name = "opentelemetry-http"
929version = "0.9.0"
930source = "registry+https://github.com/rust-lang/crates.io-index"
931checksum = "c7594ec0e11d8e33faf03530a4c49af7064ebba81c1480e01be67d90b356508b"
932dependencies = [
933 "async-trait",
934 "bytes",
935 "http",
936 "opentelemetry_api",
937 "reqwest",
938]
939
940[[package]]
941name = "opentelemetry-jaeger"
942version = "0.19.0"
943source = "registry+https://github.com/rust-lang/crates.io-index"
944checksum = "876958ba9084f390f913fcf04ddf7bbbb822898867bb0a51cc28f2b9e5c1b515"
945dependencies = [
946 "async-trait",
947 "futures-core",
948 "futures-util",
949 "opentelemetry",
950 "opentelemetry-semantic-conventions",
951 "thrift",
952 "tokio",
953]
954
955[[package]]
956name = "opentelemetry-otlp"
957version = "0.13.0"
958source = "registry+https://github.com/rust-lang/crates.io-index"
959checksum = "7e5e5a5c4135864099f3faafbe939eb4d7f9b80ebf68a8448da961b32a7c1275"
960dependencies = [
961 "async-trait",
962 "futures-core",
963 "http",
964 "opentelemetry-http",
965 "opentelemetry-proto",
966 "opentelemetry-semantic-conventions",
967 "opentelemetry_api",
968 "opentelemetry_sdk",
969 "prost",
970 "reqwest",
971 "thiserror",
972 "tokio",
973 "tonic",
974]
975
976[[package]]
977name = "opentelemetry-proto"
978version = "0.3.0"
979source = "registry+https://github.com/rust-lang/crates.io-index"
980checksum = "b1e3f814aa9f8c905d0ee4bde026afd3b2577a97c10e1699912e3e44f0c4cbeb"
981dependencies = [
982 "opentelemetry_api",
983 "opentelemetry_sdk",
984 "prost",
985 "tonic",
986]
987
988[[package]]
989name = "opentelemetry-semantic-conventions"
990version = "0.12.0"
991source = "registry+https://github.com/rust-lang/crates.io-index"
992checksum = "73c9f9340ad135068800e7f1b24e9e09ed9e7143f5bf8518ded3d3ec69789269"
993dependencies = [
994 "opentelemetry",
995]
996
997[[package]]
998name = "opentelemetry_api"
999version = "0.20.0"
1000source = "registry+https://github.com/rust-lang/crates.io-index"
1001checksum = "8a81f725323db1b1206ca3da8bb19874bbd3f57c3bcd59471bfb04525b265b9b"
1002dependencies = [
1003 "futures-channel",
1004 "futures-util",
1005 "indexmap",
1006 "js-sys",
1007 "once_cell",
1008 "pin-project-lite",
1009 "thiserror",
1010 "urlencoding",
1011]
1012
1013[[package]]
1014name = "opentelemetry_sdk"
1015version = "0.20.0"
1016source = "registry+https://github.com/rust-lang/crates.io-index"
1017checksum = "fa8e705a0612d48139799fcbaba0d4a90f06277153e43dd2bdc16c6f0edd8026"
1018dependencies = [
1019 "async-trait",
1020 "crossbeam-channel",
1021 "futures-channel",
1022 "futures-executor",
1023 "futures-util",
1024 "once_cell",
1025 "opentelemetry_api",
1026 "ordered-float 3.7.0",
1027 "percent-encoding",
1028 "rand",
1029 "regex",
1030 "serde_json",
1031 "thiserror",
1032 "tokio",
1033 "tokio-stream",
1034]
1035
1036[[package]]
1037name = "ordered-float"
1038version = "2.10.0"
1039source = "registry+https://github.com/rust-lang/crates.io-index"
1040checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
1041dependencies = [
1042 "num-traits",
1043]
1044
1045[[package]]
1046name = "ordered-float"
1047version = "3.7.0"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "2fc2dbde8f8a79f2102cc474ceb0ad68e3b80b85289ea62389b60e66777e4213"
1050dependencies = [
1051 "num-traits",
1052]
1053
1054[[package]]
1055name = "overload"
1056version = "0.1.1"
1057source = "registry+https://github.com/rust-lang/crates.io-index"
1058checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
1059
1060[[package]]
1061name = "parking_lot"
1062version = "0.12.1"
1063source = "registry+https://github.com/rust-lang/crates.io-index"
1064checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
1065dependencies = [
1066 "lock_api",
1067 "parking_lot_core",
1068]
1069
1070[[package]]
1071name = "parking_lot_core"
1072version = "0.9.8"
1073source = "registry+https://github.com/rust-lang/crates.io-index"
1074checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
1075dependencies = [
1076 "cfg-if",
1077 "libc",
1078 "redox_syscall",
1079 "smallvec",
1080 "windows-targets",
1081]
1082
1083[[package]]
1084name = "paste"
1085version = "1.0.13"
1086source = "registry+https://github.com/rust-lang/crates.io-index"
1087checksum = "b4b27ab7be369122c218afc2079489cdcb4b517c0a3fc386ff11e1fedfcc2b35"
1088
1089[[package]]
1090name = "percent-encoding"
1091version = "2.3.0"
1092source = "registry+https://github.com/rust-lang/crates.io-index"
1093checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
1094
1095[[package]]
1096name = "pin-project"
1097version = "1.1.2"
1098source = "registry+https://github.com/rust-lang/crates.io-index"
1099checksum = "030ad2bc4db10a8944cb0d837f158bdfec4d4a4873ab701a95046770d11f8842"
1100dependencies = [
1101 "pin-project-internal",
1102]
1103
1104[[package]]
1105name = "pin-project-internal"
1106version = "1.1.2"
1107source = "registry+https://github.com/rust-lang/crates.io-index"
1108checksum = "ec2e072ecce94ec471b13398d5402c188e76ac03cf74dd1a975161b23a3f6d9c"
1109dependencies = [
1110 "proc-macro2",
1111 "quote",
1112 "syn 2.0.23",
1113]
1114
1115[[package]]
1116name = "pin-project-lite"
1117version = "0.2.10"
1118source = "registry+https://github.com/rust-lang/crates.io-index"
1119checksum = "4c40d25201921e5ff0c862a505c6557ea88568a4e3ace775ab55e93f2f4f9d57"
1120
1121[[package]]
1122name = "pin-utils"
1123version = "0.1.0"
1124source = "registry+https://github.com/rust-lang/crates.io-index"
1125checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1126
1127[[package]]
1128name = "pkg-config"
1129version = "0.3.27"
1130source = "registry+https://github.com/rust-lang/crates.io-index"
1131checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
1132
1133[[package]]
1134name = "ppv-lite86"
1135version = "0.2.17"
1136source = "registry+https://github.com/rust-lang/crates.io-index"
1137checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
1138
1139[[package]]
1140name = "proc-macro2"
1141version = "1.0.63"
1142source = "registry+https://github.com/rust-lang/crates.io-index"
1143checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb"
1144dependencies = [
1145 "unicode-ident",
1146]
1147
1148[[package]]
1149name = "prost"
1150version = "0.11.9"
1151source = "registry+https://github.com/rust-lang/crates.io-index"
1152checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"
1153dependencies = [
1154 "bytes",
1155 "prost-derive",
1156]
1157
1158[[package]]
1159name = "prost-derive"
1160version = "0.11.9"
1161source = "registry+https://github.com/rust-lang/crates.io-index"
1162checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"
1163dependencies = [
1164 "anyhow",
1165 "itertools",
1166 "proc-macro2",
1167 "quote",
1168 "syn 1.0.109",
1169]
1170
1171[[package]]
1172name = "pyo3"
1173version = "0.19.2"
1174source = "registry+https://github.com/rust-lang/crates.io-index"
1175checksum = "e681a6cfdc4adcc93b4d3cf993749a4552018ee0a9b65fc0ccfad74352c72a38"
1176dependencies = [
1177 "cfg-if",
1178 "chrono",
1179 "indoc",
1180 "libc",
1181 "memoffset",
1182 "parking_lot",
1183 "pyo3-build-config",
1184 "pyo3-ffi",
1185 "pyo3-macros",
1186 "unindent",
1187]
1188
1189[[package]]
1190name = "pyo3-build-config"
1191version = "0.19.2"
1192source = "registry+https://github.com/rust-lang/crates.io-index"
1193checksum = "076c73d0bc438f7a4ef6fdd0c3bb4732149136abd952b110ac93e4edb13a6ba5"
1194dependencies = [
1195 "once_cell",
1196 "target-lexicon",
1197]
1198
1199[[package]]
1200name = "pyo3-ffi"
1201version = "0.19.2"
1202source = "registry+https://github.com/rust-lang/crates.io-index"
1203checksum = "e53cee42e77ebe256066ba8aa77eff722b3bb91f3419177cf4cd0f304d3284d9"
1204dependencies = [
1205 "libc",
1206 "pyo3-build-config",
1207]
1208
1209[[package]]
1210name = "pyo3-macros"
1211version = "0.19.2"
1212source = "registry+https://github.com/rust-lang/crates.io-index"
1213checksum = "dfeb4c99597e136528c6dd7d5e3de5434d1ceaf487436a3f03b2d56b6fc9efd1"
1214dependencies = [
1215 "proc-macro2",
1216 "pyo3-macros-backend",
1217 "quote",
1218 "syn 1.0.109",
1219]
1220
1221[[package]]
1222name = "pyo3-macros-backend"
1223version = "0.19.2"
1224source = "registry+https://github.com/rust-lang/crates.io-index"
1225checksum = "947dc12175c254889edc0c02e399476c2f652b4b9ebd123aa655c224de259536"
1226dependencies = [
1227 "proc-macro2",
1228 "quote",
1229 "syn 1.0.109",
1230]
1231
1232[[package]]
1233name = "quote"
1234version = "1.0.29"
1235source = "registry+https://github.com/rust-lang/crates.io-index"
1236checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105"
1237dependencies = [
1238 "proc-macro2",
1239]
1240
1241[[package]]
1242name = "rand"
1243version = "0.8.5"
1244source = "registry+https://github.com/rust-lang/crates.io-index"
1245checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1246dependencies = [
1247 "libc",
1248 "rand_chacha",
1249 "rand_core",
1250]
1251
1252[[package]]
1253name = "rand_chacha"
1254version = "0.3.1"
1255source = "registry+https://github.com/rust-lang/crates.io-index"
1256checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1257dependencies = [
1258 "ppv-lite86",
1259 "rand_core",
1260]
1261
1262[[package]]
1263name = "rand_core"
1264version = "0.6.4"
1265source = "registry+https://github.com/rust-lang/crates.io-index"
1266checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1267dependencies = [
1268 "getrandom",
1269]
1270
1271[[package]]
1272name = "redox_syscall"
1273version = "0.3.5"
1274source = "registry+https://github.com/rust-lang/crates.io-index"
1275checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
1276dependencies = [
1277 "bitflags 1.3.2",
1278]
1279
1280[[package]]
1281name = "regex"
1282version = "1.9.0"
1283source = "registry+https://github.com/rust-lang/crates.io-index"
1284checksum = "89089e897c013b3deb627116ae56a6955a72b8bed395c9526af31c9fe528b484"
1285dependencies = [
1286 "aho-corasick",
1287 "memchr",
1288 "regex-automata 0.3.0",
1289 "regex-syntax 0.7.3",
1290]
1291
1292[[package]]
1293name = "regex-automata"
1294version = "0.1.10"
1295source = "registry+https://github.com/rust-lang/crates.io-index"
1296checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
1297dependencies = [
1298 "regex-syntax 0.6.29",
1299]
1300
1301[[package]]
1302name = "regex-automata"
1303version = "0.3.0"
1304source = "registry+https://github.com/rust-lang/crates.io-index"
1305checksum = "fa250384981ea14565685dea16a9ccc4d1c541a13f82b9c168572264d1df8c56"
1306dependencies = [
1307 "aho-corasick",
1308 "memchr",
1309 "regex-syntax 0.7.3",
1310]
1311
1312[[package]]
1313name = "regex-syntax"
1314version = "0.6.29"
1315source = "registry+https://github.com/rust-lang/crates.io-index"
1316checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
1317
1318[[package]]
1319name = "regex-syntax"
1320version = "0.7.3"
1321source = "registry+https://github.com/rust-lang/crates.io-index"
1322checksum = "2ab07dc67230e4a4718e70fd5c20055a4334b121f1f9db8fe63ef39ce9b8c846"
1323
1324[[package]]
1325name = "reqwest"
1326version = "0.11.18"
1327source = "registry+https://github.com/rust-lang/crates.io-index"
1328checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55"
1329dependencies = [
1330 "base64",
1331 "bytes",
1332 "encoding_rs",
1333 "futures-core",
1334 "futures-util",
1335 "h2",
1336 "http",
1337 "http-body",
1338 "hyper",
1339 "ipnet",
1340 "js-sys",
1341 "log",
1342 "mime",
1343 "once_cell",
1344 "percent-encoding",
1345 "pin-project-lite",
1346 "serde",
1347 "serde_json",
1348 "serde_urlencoded",
1349 "tokio",
1350 "tower-service",
1351 "url",
1352 "wasm-bindgen",
1353 "wasm-bindgen-futures",
1354 "web-sys",
1355 "winreg",
1356]
1357
1358[[package]]
1359name = "rusqlite"
1360version = "0.29.0"
1361source = "git+https://github.com/rusqlite/rusqlite.git?rev=7b0393210be4bce17156a08fde732083d6342a75#7b0393210be4bce17156a08fde732083d6342a75"
1362dependencies = [
1363 "bitflags 2.3.3",
1364 "fallible-iterator",
1365 "fallible-streaming-iterator",
1366 "hashlink",
1367 "libsqlite3-sys",
1368 "smallvec",
1369]
1370
1371[[package]]
1372name = "rusqlite_migration"
1373version = "1.0.2"
1374source = "registry+https://github.com/rust-lang/crates.io-index"
1375checksum = "ef7dd29a4426624704d5966416682fb7ab3682f724986e9e3893eaca44accabc"
1376dependencies = [
1377 "log",
1378 "rusqlite",
1379]
1380
1381[[package]]
1382name = "rustc-demangle"
1383version = "0.1.23"
1384source = "registry+https://github.com/rust-lang/crates.io-index"
1385checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
1386
1387[[package]]
1388name = "rustversion"
1389version = "1.0.13"
1390source = "registry+https://github.com/rust-lang/crates.io-index"
1391checksum = "dc31bd9b61a32c31f9650d18add92aa83a49ba979c143eefd27fe7177b05bd5f"
1392
1393[[package]]
1394name = "ryu"
1395version = "1.0.14"
1396source = "registry+https://github.com/rust-lang/crates.io-index"
1397checksum = "fe232bdf6be8c8de797b22184ee71118d63780ea42ac85b61d1baa6d3b782ae9"
1398
1399[[package]]
1400name = "scopeguard"
1401version = "1.1.0"
1402source = "registry+https://github.com/rust-lang/crates.io-index"
1403checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
1404
1405[[package]]
1406name = "seahash"
1407version = "4.1.0"
1408source = "registry+https://github.com/rust-lang/crates.io-index"
1409checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
1410
1411[[package]]
1412name = "serde"
1413version = "1.0.166"
1414source = "registry+https://github.com/rust-lang/crates.io-index"
1415checksum = "d01b7404f9d441d3ad40e6a636a7782c377d2abdbe4fa2440e2edcc2f4f10db8"
1416dependencies = [
1417 "serde_derive",
1418]
1419
1420[[package]]
1421name = "serde_derive"
1422version = "1.0.166"
1423source = "registry+https://github.com/rust-lang/crates.io-index"
1424checksum = "5dd83d6dde2b6b2d466e14d9d1acce8816dedee94f735eac6395808b3483c6d6"
1425dependencies = [
1426 "proc-macro2",
1427 "quote",
1428 "syn 2.0.23",
1429]
1430
1431[[package]]
1432name = "serde_json"
1433version = "1.0.100"
1434source = "registry+https://github.com/rust-lang/crates.io-index"
1435checksum = "0f1e14e89be7aa4c4b78bdbdc9eb5bf8517829a600ae8eaa39a6e1d960b5185c"
1436dependencies = [
1437 "itoa",
1438 "ryu",
1439 "serde",
1440]
1441
1442[[package]]
1443name = "serde_test"
1444version = "1.0.166"
1445source = "registry+https://github.com/rust-lang/crates.io-index"
1446checksum = "65c75585b65852643a745182a6fa82b0420165a70f67c5d3af80139c74ee12cc"
1447dependencies = [
1448 "serde",
1449]
1450
1451[[package]]
1452name = "serde_urlencoded"
1453version = "0.7.1"
1454source = "registry+https://github.com/rust-lang/crates.io-index"
1455checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1456dependencies = [
1457 "form_urlencoded",
1458 "itoa",
1459 "ryu",
1460 "serde",
1461]
1462
1463[[package]]
1464name = "sharded-slab"
1465version = "0.1.4"
1466source = "registry+https://github.com/rust-lang/crates.io-index"
1467checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
1468dependencies = [
1469 "lazy_static",
1470]
1471
1472[[package]]
1473name = "signal-hook-registry"
1474version = "1.4.1"
1475source = "registry+https://github.com/rust-lang/crates.io-index"
1476checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
1477dependencies = [
1478 "libc",
1479]
1480
1481[[package]]
1482name = "slab"
1483version = "0.4.8"
1484source = "registry+https://github.com/rust-lang/crates.io-index"
1485checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
1486dependencies = [
1487 "autocfg",
1488]
1489
1490[[package]]
1491name = "smallvec"
1492version = "1.11.0"
1493source = "registry+https://github.com/rust-lang/crates.io-index"
1494checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
1495
1496[[package]]
1497name = "socket2"
1498version = "0.4.9"
1499source = "registry+https://github.com/rust-lang/crates.io-index"
1500checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
1501dependencies = [
1502 "libc",
1503 "winapi",
1504]
1505
1506[[package]]
1507name = "syn"
1508version = "1.0.109"
1509source = "registry+https://github.com/rust-lang/crates.io-index"
1510checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1511dependencies = [
1512 "proc-macro2",
1513 "quote",
1514 "unicode-ident",
1515]
1516
1517[[package]]
1518name = "syn"
1519version = "2.0.23"
1520source = "registry+https://github.com/rust-lang/crates.io-index"
1521checksum = "59fb7d6d8281a51045d62b8eb3a7d1ce347b76f312af50cd3dc0af39c87c1737"
1522dependencies = [
1523 "proc-macro2",
1524 "quote",
1525 "unicode-ident",
1526]
1527
1528[[package]]
1529name = "sync_wrapper"
1530version = "0.1.2"
1531source = "registry+https://github.com/rust-lang/crates.io-index"
1532checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
1533
1534[[package]]
1535name = "synstructure"
1536version = "0.12.6"
1537source = "registry+https://github.com/rust-lang/crates.io-index"
1538checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
1539dependencies = [
1540 "proc-macro2",
1541 "quote",
1542 "syn 1.0.109",
1543 "unicode-xid",
1544]
1545
1546[[package]]
1547name = "target-lexicon"
1548version = "0.12.8"
1549source = "registry+https://github.com/rust-lang/crates.io-index"
1550checksum = "1b1c7f239eb94671427157bd93b3694320f3668d4e1eff08c7285366fd777fac"
1551
1552[[package]]
1553name = "thiserror"
1554version = "1.0.41"
1555source = "registry+https://github.com/rust-lang/crates.io-index"
1556checksum = "c16a64ba9387ef3fdae4f9c1a7f07a0997fce91985c0336f1ddc1822b3b37802"
1557dependencies = [
1558 "thiserror-impl",
1559]
1560
1561[[package]]
1562name = "thiserror-impl"
1563version = "1.0.41"
1564source = "registry+https://github.com/rust-lang/crates.io-index"
1565checksum = "d14928354b01c4d6a4f0e549069adef399a284e7995c7ccca94e8a07a5346c59"
1566dependencies = [
1567 "proc-macro2",
1568 "quote",
1569 "syn 2.0.23",
1570]
1571
1572[[package]]
1573name = "thread_local"
1574version = "1.1.7"
1575source = "registry+https://github.com/rust-lang/crates.io-index"
1576checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
1577dependencies = [
1578 "cfg-if",
1579 "once_cell",
1580]
1581
1582[[package]]
1583name = "threadpool"
1584version = "1.8.1"
1585source = "registry+https://github.com/rust-lang/crates.io-index"
1586checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
1587dependencies = [
1588 "num_cpus",
1589]
1590
1591[[package]]
1592name = "thrift"
1593version = "0.17.0"
1594source = "registry+https://github.com/rust-lang/crates.io-index"
1595checksum = "7e54bc85fc7faa8bc175c4bab5b92ba8d9a3ce893d0e9f42cc455c8ab16a9e09"
1596dependencies = [
1597 "byteorder",
1598 "integer-encoding",
1599 "log",
1600 "ordered-float 2.10.0",
1601 "threadpool",
1602]
1603
1604[[package]]
1605name = "timely"
1606version = "0.12.0"
1607source = "git+https://github.com/TimelyDataflow/timely-dataflow.git?rev=432ef57#432ef57fae761f1e4773833b0474b41f1efe7e7c"
1608dependencies = [
1609 "abomonation",
1610 "abomonation_derive",
1611 "crossbeam-channel",
1612 "futures-util",
1613 "getopts",
1614 "serde",
1615 "serde_derive",
1616 "timely_bytes",
1617 "timely_communication",
1618 "timely_container",
1619 "timely_logging",
1620]
1621
1622[[package]]
1623name = "timely_bytes"
1624version = "0.12.0"
1625source = "git+https://github.com/TimelyDataflow/timely-dataflow.git?rev=432ef57#432ef57fae761f1e4773833b0474b41f1efe7e7c"
1626
1627[[package]]
1628name = "timely_communication"
1629version = "0.12.0"
1630source = "git+https://github.com/TimelyDataflow/timely-dataflow.git?rev=432ef57#432ef57fae761f1e4773833b0474b41f1efe7e7c"
1631dependencies = [
1632 "abomonation",
1633 "abomonation_derive",
1634 "bincode",
1635 "crossbeam-channel",
1636 "getopts",
1637 "serde",
1638 "serde_derive",
1639 "timely_bytes",
1640 "timely_logging",
1641]
1642
1643[[package]]
1644name = "timely_container"
1645version = "0.12.0"
1646source = "git+https://github.com/TimelyDataflow/timely-dataflow.git?rev=432ef57#432ef57fae761f1e4773833b0474b41f1efe7e7c"
1647dependencies = [
1648 "columnation",
1649 "serde",
1650]
1651
1652[[package]]
1653name = "timely_logging"
1654version = "0.12.0"
1655source = "git+https://github.com/TimelyDataflow/timely-dataflow.git?rev=432ef57#432ef57fae761f1e4773833b0474b41f1efe7e7c"
1656
1657[[package]]
1658name = "tinyvec"
1659version = "1.6.0"
1660source = "registry+https://github.com/rust-lang/crates.io-index"
1661checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
1662dependencies = [
1663 "tinyvec_macros",
1664]
1665
1666[[package]]
1667name = "tinyvec_macros"
1668version = "0.1.1"
1669source = "registry+https://github.com/rust-lang/crates.io-index"
1670checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1671
1672[[package]]
1673name = "tokio"
1674version = "1.29.1"
1675source = "registry+https://github.com/rust-lang/crates.io-index"
1676checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da"
1677dependencies = [
1678 "autocfg",
1679 "backtrace",
1680 "bytes",
1681 "libc",
1682 "mio",
1683 "num_cpus",
1684 "parking_lot",
1685 "pin-project-lite",
1686 "signal-hook-registry",
1687 "socket2",
1688 "tokio-macros",
1689 "windows-sys",
1690]
1691
1692[[package]]
1693name = "tokio-io-timeout"
1694version = "1.2.0"
1695source = "registry+https://github.com/rust-lang/crates.io-index"
1696checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
1697dependencies = [
1698 "pin-project-lite",
1699 "tokio",
1700]
1701
1702[[package]]
1703name = "tokio-macros"
1704version = "2.1.0"
1705source = "registry+https://github.com/rust-lang/crates.io-index"
1706checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
1707dependencies = [
1708 "proc-macro2",
1709 "quote",
1710 "syn 2.0.23",
1711]
1712
1713[[package]]
1714name = "tokio-stream"
1715version = "0.1.14"
1716source = "registry+https://github.com/rust-lang/crates.io-index"
1717checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
1718dependencies = [
1719 "futures-core",
1720 "pin-project-lite",
1721 "tokio",
1722]
1723
1724[[package]]
1725name = "tokio-util"
1726version = "0.7.8"
1727source = "registry+https://github.com/rust-lang/crates.io-index"
1728checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
1729dependencies = [
1730 "bytes",
1731 "futures-core",
1732 "futures-sink",
1733 "pin-project-lite",
1734 "tokio",
1735 "tracing",
1736]
1737
1738[[package]]
1739name = "tonic"
1740version = "0.9.2"
1741source = "registry+https://github.com/rust-lang/crates.io-index"
1742checksum = "3082666a3a6433f7f511c7192923fa1fe07c69332d3c6a2e6bb040b569199d5a"
1743dependencies = [
1744 "async-trait",
1745 "axum 0.6.18",
1746 "base64",
1747 "bytes",
1748 "futures-core",
1749 "futures-util",
1750 "h2",
1751 "http",
1752 "http-body",
1753 "hyper",
1754 "hyper-timeout",
1755 "percent-encoding",
1756 "pin-project",
1757 "prost",
1758 "tokio",
1759 "tokio-stream",
1760 "tower",
1761 "tower-layer",
1762 "tower-service",
1763 "tracing",
1764]
1765
1766[[package]]
1767name = "tower"
1768version = "0.4.13"
1769source = "registry+https://github.com/rust-lang/crates.io-index"
1770checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
1771dependencies = [
1772 "futures-core",
1773 "futures-util",
1774 "indexmap",
1775 "pin-project",
1776 "pin-project-lite",
1777 "rand",
1778 "slab",
1779 "tokio",
1780 "tokio-util",
1781 "tower-layer",
1782 "tower-service",
1783 "tracing",
1784]
1785
1786[[package]]
1787name = "tower-http"
1788version = "0.3.5"
1789source = "registry+https://github.com/rust-lang/crates.io-index"
1790checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
1791dependencies = [
1792 "bitflags 1.3.2",
1793 "bytes",
1794 "futures-core",
1795 "futures-util",
1796 "http",
1797 "http-body",
1798 "http-range-header",
1799 "pin-project-lite",
1800 "tower",
1801 "tower-layer",
1802 "tower-service",
1803]
1804
1805[[package]]
1806name = "tower-layer"
1807version = "0.3.2"
1808source = "registry+https://github.com/rust-lang/crates.io-index"
1809checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
1810
1811[[package]]
1812name = "tower-service"
1813version = "0.3.2"
1814source = "registry+https://github.com/rust-lang/crates.io-index"
1815checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
1816
1817[[package]]
1818name = "tracing"
1819version = "0.1.37"
1820source = "registry+https://github.com/rust-lang/crates.io-index"
1821checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
1822dependencies = [
1823 "cfg-if",
1824 "log",
1825 "pin-project-lite",
1826 "tracing-attributes",
1827 "tracing-core",
1828]
1829
1830[[package]]
1831name = "tracing-attributes"
1832version = "0.1.26"
1833source = "registry+https://github.com/rust-lang/crates.io-index"
1834checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
1835dependencies = [
1836 "proc-macro2",
1837 "quote",
1838 "syn 2.0.23",
1839]
1840
1841[[package]]
1842name = "tracing-core"
1843version = "0.1.31"
1844source = "registry+https://github.com/rust-lang/crates.io-index"
1845checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
1846dependencies = [
1847 "once_cell",
1848 "valuable",
1849]
1850
1851[[package]]
1852name = "tracing-log"
1853version = "0.1.3"
1854source = "registry+https://github.com/rust-lang/crates.io-index"
1855checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
1856dependencies = [
1857 "lazy_static",
1858 "log",
1859 "tracing-core",
1860]
1861
1862[[package]]
1863name = "tracing-opentelemetry"
1864version = "0.20.0"
1865source = "registry+https://github.com/rust-lang/crates.io-index"
1866checksum = "fc09e402904a5261e42cf27aea09ccb7d5318c6717a9eec3d8e2e65c56b18f19"
1867dependencies = [
1868 "once_cell",
1869 "opentelemetry",
1870 "tracing",
1871 "tracing-core",
1872 "tracing-log",
1873 "tracing-subscriber",
1874]
1875
1876[[package]]
1877name = "tracing-subscriber"
1878version = "0.3.17"
1879source = "registry+https://github.com/rust-lang/crates.io-index"
1880checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
1881dependencies = [
1882 "matchers",
1883 "nu-ansi-term",
1884 "once_cell",
1885 "regex",
1886 "sharded-slab",
1887 "smallvec",
1888 "thread_local",
1889 "tracing",
1890 "tracing-core",
1891 "tracing-log",
1892]
1893
1894[[package]]
1895name = "try-lock"
1896version = "0.2.4"
1897source = "registry+https://github.com/rust-lang/crates.io-index"
1898checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
1899
1900[[package]]
1901name = "unicode-bidi"
1902version = "0.3.13"
1903source = "registry+https://github.com/rust-lang/crates.io-index"
1904checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
1905
1906[[package]]
1907name = "unicode-ident"
1908version = "1.0.10"
1909source = "registry+https://github.com/rust-lang/crates.io-index"
1910checksum = "22049a19f4a68748a168c0fc439f9516686aa045927ff767eca0a85101fb6e73"
1911
1912[[package]]
1913name = "unicode-normalization"
1914version = "0.1.22"
1915source = "registry+https://github.com/rust-lang/crates.io-index"
1916checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
1917dependencies = [
1918 "tinyvec",
1919]
1920
1921[[package]]
1922name = "unicode-width"
1923version = "0.1.10"
1924source = "registry+https://github.com/rust-lang/crates.io-index"
1925checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
1926
1927[[package]]
1928name = "unicode-xid"
1929version = "0.2.4"
1930source = "registry+https://github.com/rust-lang/crates.io-index"
1931checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
1932
1933[[package]]
1934name = "unindent"
1935version = "0.1.11"
1936source = "registry+https://github.com/rust-lang/crates.io-index"
1937checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
1938
1939[[package]]
1940name = "url"
1941version = "2.4.0"
1942source = "registry+https://github.com/rust-lang/crates.io-index"
1943checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
1944dependencies = [
1945 "form_urlencoded",
1946 "idna",
1947 "percent-encoding",
1948]
1949
1950[[package]]
1951name = "urlencoding"
1952version = "2.1.3"
1953source = "registry+https://github.com/rust-lang/crates.io-index"
1954checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
1955
1956[[package]]
1957name = "valuable"
1958version = "0.1.0"
1959source = "registry+https://github.com/rust-lang/crates.io-index"
1960checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
1961
1962[[package]]
1963name = "vcpkg"
1964version = "0.2.15"
1965source = "registry+https://github.com/rust-lang/crates.io-index"
1966checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1967
1968[[package]]
1969name = "version_check"
1970version = "0.9.4"
1971source = "registry+https://github.com/rust-lang/crates.io-index"
1972checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
1973
1974[[package]]
1975name = "want"
1976version = "0.3.1"
1977source = "registry+https://github.com/rust-lang/crates.io-index"
1978checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
1979dependencies = [
1980 "try-lock",
1981]
1982
1983[[package]]
1984name = "wasi"
1985version = "0.11.0+wasi-snapshot-preview1"
1986source = "registry+https://github.com/rust-lang/crates.io-index"
1987checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1988
1989[[package]]
1990name = "wasm-bindgen"
1991version = "0.2.87"
1992source = "registry+https://github.com/rust-lang/crates.io-index"
1993checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
1994dependencies = [
1995 "cfg-if",
1996 "wasm-bindgen-macro",
1997]
1998
1999[[package]]
2000name = "wasm-bindgen-backend"
2001version = "0.2.87"
2002source = "registry+https://github.com/rust-lang/crates.io-index"
2003checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
2004dependencies = [
2005 "bumpalo",
2006 "log",
2007 "once_cell",
2008 "proc-macro2",
2009 "quote",
2010 "syn 2.0.23",
2011 "wasm-bindgen-shared",
2012]
2013
2014[[package]]
2015name = "wasm-bindgen-futures"
2016version = "0.4.37"
2017source = "registry+https://github.com/rust-lang/crates.io-index"
2018checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
2019dependencies = [
2020 "cfg-if",
2021 "js-sys",
2022 "wasm-bindgen",
2023 "web-sys",
2024]
2025
2026[[package]]
2027name = "wasm-bindgen-macro"
2028version = "0.2.87"
2029source = "registry+https://github.com/rust-lang/crates.io-index"
2030checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
2031dependencies = [
2032 "quote",
2033 "wasm-bindgen-macro-support",
2034]
2035
2036[[package]]
2037name = "wasm-bindgen-macro-support"
2038version = "0.2.87"
2039source = "registry+https://github.com/rust-lang/crates.io-index"
2040checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
2041dependencies = [
2042 "proc-macro2",
2043 "quote",
2044 "syn 2.0.23",
2045 "wasm-bindgen-backend",
2046 "wasm-bindgen-shared",
2047]
2048
2049[[package]]
2050name = "wasm-bindgen-shared"
2051version = "0.2.87"
2052source = "registry+https://github.com/rust-lang/crates.io-index"
2053checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
2054
2055[[package]]
2056name = "web-sys"
2057version = "0.3.64"
2058source = "registry+https://github.com/rust-lang/crates.io-index"
2059checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
2060dependencies = [
2061 "js-sys",
2062 "wasm-bindgen",
2063]
2064
2065[[package]]
2066name = "winapi"
2067version = "0.3.9"
2068source = "registry+https://github.com/rust-lang/crates.io-index"
2069checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2070dependencies = [
2071 "winapi-i686-pc-windows-gnu",
2072 "winapi-x86_64-pc-windows-gnu",
2073]
2074
2075[[package]]
2076name = "winapi-i686-pc-windows-gnu"
2077version = "0.4.0"
2078source = "registry+https://github.com/rust-lang/crates.io-index"
2079checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2080
2081[[package]]
2082name = "winapi-x86_64-pc-windows-gnu"
2083version = "0.4.0"
2084source = "registry+https://github.com/rust-lang/crates.io-index"
2085checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2086
2087[[package]]
2088name = "windows"
2089version = "0.48.0"
2090source = "registry+https://github.com/rust-lang/crates.io-index"
2091checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
2092dependencies = [
2093 "windows-targets",
2094]
2095
2096[[package]]
2097name = "windows-sys"
2098version = "0.48.0"
2099source = "registry+https://github.com/rust-lang/crates.io-index"
2100checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2101dependencies = [
2102 "windows-targets",
2103]
2104
2105[[package]]
2106name = "windows-targets"
2107version = "0.48.1"
2108source = "registry+https://github.com/rust-lang/crates.io-index"
2109checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
2110dependencies = [
2111 "windows_aarch64_gnullvm",
2112 "windows_aarch64_msvc",
2113 "windows_i686_gnu",
2114 "windows_i686_msvc",
2115 "windows_x86_64_gnu",
2116 "windows_x86_64_gnullvm",
2117 "windows_x86_64_msvc",
2118]
2119
2120[[package]]
2121name = "windows_aarch64_gnullvm"
2122version = "0.48.0"
2123source = "registry+https://github.com/rust-lang/crates.io-index"
2124checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
2125
2126[[package]]
2127name = "windows_aarch64_msvc"
2128version = "0.48.0"
2129source = "registry+https://github.com/rust-lang/crates.io-index"
2130checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
2131
2132[[package]]
2133name = "windows_i686_gnu"
2134version = "0.48.0"
2135source = "registry+https://github.com/rust-lang/crates.io-index"
2136checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
2137
2138[[package]]
2139name = "windows_i686_msvc"
2140version = "0.48.0"
2141source = "registry+https://github.com/rust-lang/crates.io-index"
2142checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
2143
2144[[package]]
2145name = "windows_x86_64_gnu"
2146version = "0.48.0"
2147source = "registry+https://github.com/rust-lang/crates.io-index"
2148checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
2149
2150[[package]]
2151name = "windows_x86_64_gnullvm"
2152version = "0.48.0"
2153source = "registry+https://github.com/rust-lang/crates.io-index"
2154checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
2155
2156[[package]]
2157name = "windows_x86_64_msvc"
2158version = "0.48.0"
2159source = "registry+https://github.com/rust-lang/crates.io-index"
2160checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
2161
2162[[package]]
2163name = "winreg"
2164version = "0.10.1"
2165source = "registry+https://github.com/rust-lang/crates.io-index"
2166checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
2167dependencies = [
2168 "winapi",
2169]