1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "actix-router"
7version = "0.2.7"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "2ad299af73649e1fc893e333ccf86f377751eb95ff875d095131574c6f43452c"
10dependencies = [
11 "bytestring",
12 "http",
13 "log",
14 "regex",
15 "serde",
16]
17
18[[package]]
19name = "addr2line"
20version = "0.21.0"
21source = "registry+https://github.com/rust-lang/crates.io-index"
22checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
23dependencies = [
24 "gimli",
25]
26
27[[package]]
28name = "adler"
29version = "1.0.2"
30source = "registry+https://github.com/rust-lang/crates.io-index"
31checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
32
33[[package]]
34name = "aho-corasick"
35version = "0.7.19"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"
38dependencies = [
39 "memchr",
40]
41
42[[package]]
43name = "atty"
44version = "0.2.14"
45source = "registry+https://github.com/rust-lang/crates.io-index"
46checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
47dependencies = [
48 "hermit-abi",
49 "libc",
50 "winapi",
51]
52
53[[package]]
54name = "autocfg"
55version = "1.1.0"
56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
58
59[[package]]
60name = "backtrace"
61version = "0.3.69"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
64dependencies = [
65 "addr2line",
66 "cc",
67 "cfg-if",
68 "libc",
69 "miniz_oxide",
70 "object",
71 "rustc-demangle",
72]
73
74[[package]]
75name = "bitflags"
76version = "1.3.2"
77source = "registry+https://github.com/rust-lang/crates.io-index"
78checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
79
80[[package]]
81name = "bstr"
82version = "0.2.17"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
85dependencies = [
86 "lazy_static",
87 "memchr",
88 "regex-automata",
89 "serde",
90]
91
92[[package]]
93name = "bumpalo"
94version = "3.11.1"
95source = "registry+https://github.com/rust-lang/crates.io-index"
96checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
97
98[[package]]
99name = "bytes"
100version = "1.2.1"
101source = "registry+https://github.com/rust-lang/crates.io-index"
102checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
103
104[[package]]
105name = "bytestring"
106version = "1.2.0"
107source = "registry+https://github.com/rust-lang/crates.io-index"
108checksum = "f7f83e57d9154148e355404702e2694463241880b939570d7c97c014da7a69a1"
109dependencies = [
110 "bytes",
111]
112
113[[package]]
114name = "cast"
115version = "0.3.0"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
118
119[[package]]
120name = "cc"
121version = "1.0.83"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
124dependencies = [
125 "libc",
126]
127
128[[package]]
129name = "cfg-if"
130version = "1.0.0"
131source = "registry+https://github.com/rust-lang/crates.io-index"
132checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
133
134[[package]]
135name = "clap"
136version = "2.34.0"
137source = "registry+https://github.com/rust-lang/crates.io-index"
138checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
139dependencies = [
140 "bitflags",
141 "textwrap",
142 "unicode-width",
143]
144
145[[package]]
146name = "criterion"
147version = "0.3.6"
148source = "registry+https://github.com/rust-lang/crates.io-index"
149checksum = "b01d6de93b2b6c65e17c634a26653a29d107b3c98c607c765bf38d041531cd8f"
150dependencies = [
151 "atty",
152 "cast",
153 "clap",
154 "criterion-plot",
155 "csv",
156 "itertools",
157 "lazy_static",
158 "num-traits",
159 "oorandom",
160 "plotters",
161 "rayon",
162 "regex",
163 "serde",
164 "serde_cbor",
165 "serde_derive",
166 "serde_json",
167 "tinytemplate",
168 "walkdir",
169]
170
171[[package]]
172name = "criterion-plot"
173version = "0.4.5"
174source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "2673cc8207403546f45f5fd319a974b1e6983ad1a3ee7e6041650013be041876"
176dependencies = [
177 "cast",
178 "itertools",
179]
180
181[[package]]
182name = "crossbeam-channel"
183version = "0.5.6"
184source = "registry+https://github.com/rust-lang/crates.io-index"
185checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
186dependencies = [
187 "cfg-if",
188 "crossbeam-utils",
189]
190
191[[package]]
192name = "crossbeam-deque"
193version = "0.8.2"
194source = "registry+https://github.com/rust-lang/crates.io-index"
195checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
196dependencies = [
197 "cfg-if",
198 "crossbeam-epoch",
199 "crossbeam-utils",
200]
201
202[[package]]
203name = "crossbeam-epoch"
204version = "0.9.11"
205source = "registry+https://github.com/rust-lang/crates.io-index"
206checksum = "f916dfc5d356b0ed9dae65f1db9fc9770aa2851d2662b988ccf4fe3516e86348"
207dependencies = [
208 "autocfg",
209 "cfg-if",
210 "crossbeam-utils",
211 "memoffset",
212 "scopeguard",
213]
214
215[[package]]
216name = "crossbeam-utils"
217version = "0.8.12"
218source = "registry+https://github.com/rust-lang/crates.io-index"
219checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac"
220dependencies = [
221 "cfg-if",
222]
223
224[[package]]
225name = "csv"
226version = "1.1.6"
227source = "registry+https://github.com/rust-lang/crates.io-index"
228checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1"
229dependencies = [
230 "bstr",
231 "csv-core",
232 "itoa 0.4.8",
233 "ryu",
234 "serde",
235]
236
237[[package]]
238name = "csv-core"
239version = "0.1.10"
240source = "registry+https://github.com/rust-lang/crates.io-index"
241checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
242dependencies = [
243 "memchr",
244]
245
246[[package]]
247name = "either"
248version = "1.8.0"
249source = "registry+https://github.com/rust-lang/crates.io-index"
250checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
251
252[[package]]
253name = "fnv"
254version = "1.0.7"
255source = "registry+https://github.com/rust-lang/crates.io-index"
256checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
257
258[[package]]
259name = "futures-channel"
260version = "0.3.28"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
263dependencies = [
264 "futures-core",
265]
266
267[[package]]
268name = "futures-core"
269version = "0.3.28"
270source = "registry+https://github.com/rust-lang/crates.io-index"
271checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
272
273[[package]]
274name = "futures-sink"
275version = "0.3.28"
276source = "registry+https://github.com/rust-lang/crates.io-index"
277checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
278
279[[package]]
280name = "futures-task"
281version = "0.3.28"
282source = "registry+https://github.com/rust-lang/crates.io-index"
283checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
284
285[[package]]
286name = "futures-util"
287version = "0.3.28"
288source = "registry+https://github.com/rust-lang/crates.io-index"
289checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
290dependencies = [
291 "futures-core",
292 "futures-task",
293 "pin-project-lite",
294 "pin-utils",
295]
296
297[[package]]
298name = "gimli"
299version = "0.28.0"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
302
303[[package]]
304name = "gonzales"
305version = "0.0.3-beta"
306source = "registry+https://github.com/rust-lang/crates.io-index"
307checksum = "47a63ae0a0e43eefd14cdf85f9d98396115f4473239585f111e5626c79be8007"
308dependencies = [
309 "smallvec",
310]
311
312[[package]]
313name = "h2"
314version = "0.3.21"
315source = "registry+https://github.com/rust-lang/crates.io-index"
316checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"
317dependencies = [
318 "bytes",
319 "fnv",
320 "futures-core",
321 "futures-sink",
322 "futures-util",
323 "http",
324 "indexmap",
325 "slab",
326 "tokio",
327 "tokio-util",
328 "tracing",
329]
330
331[[package]]
332name = "half"
333version = "1.8.2"
334source = "registry+https://github.com/rust-lang/crates.io-index"
335checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
336
337[[package]]
338name = "hashbrown"
339version = "0.12.3"
340source = "registry+https://github.com/rust-lang/crates.io-index"
341checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
342
343[[package]]
344name = "hermit-abi"
345version = "0.1.19"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
348dependencies = [
349 "libc",
350]
351
352[[package]]
353name = "http"
354version = "0.2.8"
355source = "registry+https://github.com/rust-lang/crates.io-index"
356checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
357dependencies = [
358 "bytes",
359 "fnv",
360 "itoa 1.0.4",
361]
362
363[[package]]
364name = "http-body"
365version = "0.4.5"
366source = "registry+https://github.com/rust-lang/crates.io-index"
367checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
368dependencies = [
369 "bytes",
370 "http",
371 "pin-project-lite",
372]
373
374[[package]]
375name = "httparse"
376version = "1.8.0"
377source = "registry+https://github.com/rust-lang/crates.io-index"
378checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
379
380[[package]]
381name = "httpdate"
382version = "1.0.3"
383source = "registry+https://github.com/rust-lang/crates.io-index"
384checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
385
386[[package]]
387name = "hyper"
388version = "0.14.27"
389source = "registry+https://github.com/rust-lang/crates.io-index"
390checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
391dependencies = [
392 "bytes",
393 "futures-channel",
394 "futures-core",
395 "futures-util",
396 "h2",
397 "http",
398 "http-body",
399 "httparse",
400 "httpdate",
401 "itoa 1.0.4",
402 "pin-project-lite",
403 "socket2 0.4.9",
404 "tokio",
405 "tower-service",
406 "tracing",
407 "want",
408]
409
410[[package]]
411name = "indexmap"
412version = "1.9.3"
413source = "registry+https://github.com/rust-lang/crates.io-index"
414checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
415dependencies = [
416 "autocfg",
417 "hashbrown",
418]
419
420[[package]]
421name = "itertools"
422version = "0.10.5"
423source = "registry+https://github.com/rust-lang/crates.io-index"
424checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
425dependencies = [
426 "either",
427]
428
429[[package]]
430name = "itoa"
431version = "0.4.8"
432source = "registry+https://github.com/rust-lang/crates.io-index"
433checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
434
435[[package]]
436name = "itoa"
437version = "1.0.4"
438source = "registry+https://github.com/rust-lang/crates.io-index"
439checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"
440
441[[package]]
442name = "js-sys"
443version = "0.3.60"
444source = "registry+https://github.com/rust-lang/crates.io-index"
445checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
446dependencies = [
447 "wasm-bindgen",
448]
449
450[[package]]
451name = "lazy_static"
452version = "1.4.0"
453source = "registry+https://github.com/rust-lang/crates.io-index"
454checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
455
456[[package]]
457name = "libc"
458version = "0.2.148"
459source = "registry+https://github.com/rust-lang/crates.io-index"
460checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b"
461
462[[package]]
463name = "lock_api"
464version = "0.4.10"
465source = "registry+https://github.com/rust-lang/crates.io-index"
466checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
467dependencies = [
468 "autocfg",
469 "scopeguard",
470]
471
472[[package]]
473name = "log"
474version = "0.4.17"
475source = "registry+https://github.com/rust-lang/crates.io-index"
476checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
477dependencies = [
478 "cfg-if",
479]
480
481[[package]]
482name = "matchit"
483version = "0.7.3"
484dependencies = [
485 "actix-router",
486 "criterion",
487 "gonzales",
488 "hyper",
489 "path-tree",
490 "regex",
491 "route-recognizer",
492 "routefinder",
493 "tokio",
494 "tower",
495]
496
497[[package]]
498name = "memchr"
499version = "2.5.0"
500source = "registry+https://github.com/rust-lang/crates.io-index"
501checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
502
503[[package]]
504name = "memoffset"
505version = "0.6.5"
506source = "registry+https://github.com/rust-lang/crates.io-index"
507checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
508dependencies = [
509 "autocfg",
510]
511
512[[package]]
513name = "miniz_oxide"
514version = "0.7.1"
515source = "registry+https://github.com/rust-lang/crates.io-index"
516checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
517dependencies = [
518 "adler",
519]
520
521[[package]]
522name = "mio"
523version = "0.8.8"
524source = "registry+https://github.com/rust-lang/crates.io-index"
525checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
526dependencies = [
527 "libc",
528 "wasi",
529 "windows-sys",
530]
531
532[[package]]
533name = "num-traits"
534version = "0.2.15"
535source = "registry+https://github.com/rust-lang/crates.io-index"
536checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
537dependencies = [
538 "autocfg",
539]
540
541[[package]]
542name = "num_cpus"
543version = "1.14.0"
544source = "registry+https://github.com/rust-lang/crates.io-index"
545checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5"
546dependencies = [
547 "hermit-abi",
548 "libc",
549]
550
551[[package]]
552name = "object"
553version = "0.32.1"
554source = "registry+https://github.com/rust-lang/crates.io-index"
555checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
556dependencies = [
557 "memchr",
558]
559
560[[package]]
561name = "once_cell"
562version = "1.16.0"
563source = "registry+https://github.com/rust-lang/crates.io-index"
564checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
565
566[[package]]
567name = "oorandom"
568version = "11.1.3"
569source = "registry+https://github.com/rust-lang/crates.io-index"
570checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
571
572[[package]]
573name = "parking_lot"
574version = "0.12.1"
575source = "registry+https://github.com/rust-lang/crates.io-index"
576checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
577dependencies = [
578 "lock_api",
579 "parking_lot_core",
580]
581
582[[package]]
583name = "parking_lot_core"
584version = "0.9.8"
585source = "registry+https://github.com/rust-lang/crates.io-index"
586checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
587dependencies = [
588 "cfg-if",
589 "libc",
590 "redox_syscall",
591 "smallvec",
592 "windows-targets",
593]
594
595[[package]]
596name = "path-tree"
597version = "0.2.2"
598source = "registry+https://github.com/rust-lang/crates.io-index"
599checksum = "4d036097265640507a68750c543f2bd2f16565c5a9bb9675b1e213b9a422d3aa"
600
601[[package]]
602name = "pin-project"
603version = "1.1.3"
604source = "registry+https://github.com/rust-lang/crates.io-index"
605checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
606dependencies = [
607 "pin-project-internal",
608]
609
610[[package]]
611name = "pin-project-internal"
612version = "1.1.3"
613source = "registry+https://github.com/rust-lang/crates.io-index"
614checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
615dependencies = [
616 "proc-macro2",
617 "quote",
618 "syn 2.0.37",
619]
620
621[[package]]
622name = "pin-project-lite"
623version = "0.2.13"
624source = "registry+https://github.com/rust-lang/crates.io-index"
625checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
626
627[[package]]
628name = "pin-utils"
629version = "0.1.0"
630source = "registry+https://github.com/rust-lang/crates.io-index"
631checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
632
633[[package]]
634name = "plotters"
635version = "0.3.4"
636source = "registry+https://github.com/rust-lang/crates.io-index"
637checksum = "2538b639e642295546c50fcd545198c9d64ee2a38620a628724a3b266d5fbf97"
638dependencies = [
639 "num-traits",
640 "plotters-backend",
641 "plotters-svg",
642 "wasm-bindgen",
643 "web-sys",
644]
645
646[[package]]
647name = "plotters-backend"
648version = "0.3.4"
649source = "registry+https://github.com/rust-lang/crates.io-index"
650checksum = "193228616381fecdc1224c62e96946dfbc73ff4384fba576e052ff8c1bea8142"
651
652[[package]]
653name = "plotters-svg"
654version = "0.3.3"
655source = "registry+https://github.com/rust-lang/crates.io-index"
656checksum = "f9a81d2759aae1dae668f783c308bc5c8ebd191ff4184aaa1b37f65a6ae5a56f"
657dependencies = [
658 "plotters-backend",
659]
660
661[[package]]
662name = "proc-macro2"
663version = "1.0.67"
664source = "registry+https://github.com/rust-lang/crates.io-index"
665checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328"
666dependencies = [
667 "unicode-ident",
668]
669
670[[package]]
671name = "quote"
672version = "1.0.33"
673source = "registry+https://github.com/rust-lang/crates.io-index"
674checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
675dependencies = [
676 "proc-macro2",
677]
678
679[[package]]
680name = "rayon"
681version = "1.5.3"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
684dependencies = [
685 "autocfg",
686 "crossbeam-deque",
687 "either",
688 "rayon-core",
689]
690
691[[package]]
692name = "rayon-core"
693version = "1.9.3"
694source = "registry+https://github.com/rust-lang/crates.io-index"
695checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
696dependencies = [
697 "crossbeam-channel",
698 "crossbeam-deque",
699 "crossbeam-utils",
700 "num_cpus",
701]
702
703[[package]]
704name = "redox_syscall"
705version = "0.3.5"
706source = "registry+https://github.com/rust-lang/crates.io-index"
707checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
708dependencies = [
709 "bitflags",
710]
711
712[[package]]
713name = "regex"
714version = "1.7.0"
715source = "registry+https://github.com/rust-lang/crates.io-index"
716checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
717dependencies = [
718 "aho-corasick",
719 "memchr",
720 "regex-syntax",
721]
722
723[[package]]
724name = "regex-automata"
725version = "0.1.10"
726source = "registry+https://github.com/rust-lang/crates.io-index"
727checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
728
729[[package]]
730name = "regex-syntax"
731version = "0.6.28"
732source = "registry+https://github.com/rust-lang/crates.io-index"
733checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
734
735[[package]]
736name = "route-recognizer"
737version = "0.3.1"
738source = "registry+https://github.com/rust-lang/crates.io-index"
739checksum = "afab94fb28594581f62d981211a9a4d53cc8130bbcbbb89a0440d9b8e81a7746"
740
741[[package]]
742name = "routefinder"
743version = "0.5.2"
744source = "registry+https://github.com/rust-lang/crates.io-index"
745checksum = "54e6ab7fb7d4627afa0d64a31cdf9545a23906a6f107bd7c9a6e4ec8fb952ea5"
746dependencies = [
747 "smartcow",
748 "smartstring",
749]
750
751[[package]]
752name = "rustc-demangle"
753version = "0.1.23"
754source = "registry+https://github.com/rust-lang/crates.io-index"
755checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
756
757[[package]]
758name = "ryu"
759version = "1.0.11"
760source = "registry+https://github.com/rust-lang/crates.io-index"
761checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
762
763[[package]]
764name = "same-file"
765version = "1.0.6"
766source = "registry+https://github.com/rust-lang/crates.io-index"
767checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
768dependencies = [
769 "winapi-util",
770]
771
772[[package]]
773name = "scopeguard"
774version = "1.1.0"
775source = "registry+https://github.com/rust-lang/crates.io-index"
776checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
777
778[[package]]
779name = "serde"
780version = "1.0.147"
781source = "registry+https://github.com/rust-lang/crates.io-index"
782checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
783
784[[package]]
785name = "serde_cbor"
786version = "0.11.2"
787source = "registry+https://github.com/rust-lang/crates.io-index"
788checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
789dependencies = [
790 "half",
791 "serde",
792]
793
794[[package]]
795name = "serde_derive"
796version = "1.0.147"
797source = "registry+https://github.com/rust-lang/crates.io-index"
798checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"
799dependencies = [
800 "proc-macro2",
801 "quote",
802 "syn 1.0.103",
803]
804
805[[package]]
806name = "serde_json"
807version = "1.0.87"
808source = "registry+https://github.com/rust-lang/crates.io-index"
809checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45"
810dependencies = [
811 "itoa 1.0.4",
812 "ryu",
813 "serde",
814]
815
816[[package]]
817name = "signal-hook-registry"
818version = "1.4.1"
819source = "registry+https://github.com/rust-lang/crates.io-index"
820checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
821dependencies = [
822 "libc",
823]
824
825[[package]]
826name = "slab"
827version = "0.4.9"
828source = "registry+https://github.com/rust-lang/crates.io-index"
829checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
830dependencies = [
831 "autocfg",
832]
833
834[[package]]
835name = "smallvec"
836version = "1.10.0"
837source = "registry+https://github.com/rust-lang/crates.io-index"
838checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
839
840[[package]]
841name = "smartcow"
842version = "0.2.0"
843source = "registry+https://github.com/rust-lang/crates.io-index"
844checksum = "2cd4be1039bf9f153b3a1a055043dc144360ec289854ece5dde68385f85d0faa"
845dependencies = [
846 "smartstring",
847]
848
849[[package]]
850name = "smartstring"
851version = "1.0.1"
852source = "registry+https://github.com/rust-lang/crates.io-index"
853checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29"
854dependencies = [
855 "autocfg",
856 "static_assertions",
857 "version_check",
858]
859
860[[package]]
861name = "socket2"
862version = "0.4.9"
863source = "registry+https://github.com/rust-lang/crates.io-index"
864checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
865dependencies = [
866 "libc",
867 "winapi",
868]
869
870[[package]]
871name = "socket2"
872version = "0.5.4"
873source = "registry+https://github.com/rust-lang/crates.io-index"
874checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e"
875dependencies = [
876 "libc",
877 "windows-sys",
878]
879
880[[package]]
881name = "static_assertions"
882version = "1.1.0"
883source = "registry+https://github.com/rust-lang/crates.io-index"
884checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
885
886[[package]]
887name = "syn"
888version = "1.0.103"
889source = "registry+https://github.com/rust-lang/crates.io-index"
890checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
891dependencies = [
892 "proc-macro2",
893 "quote",
894 "unicode-ident",
895]
896
897[[package]]
898name = "syn"
899version = "2.0.37"
900source = "registry+https://github.com/rust-lang/crates.io-index"
901checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8"
902dependencies = [
903 "proc-macro2",
904 "quote",
905 "unicode-ident",
906]
907
908[[package]]
909name = "textwrap"
910version = "0.11.0"
911source = "registry+https://github.com/rust-lang/crates.io-index"
912checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
913dependencies = [
914 "unicode-width",
915]
916
917[[package]]
918name = "tinytemplate"
919version = "1.2.1"
920source = "registry+https://github.com/rust-lang/crates.io-index"
921checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
922dependencies = [
923 "serde",
924 "serde_json",
925]
926
927[[package]]
928name = "tokio"
929version = "1.32.0"
930source = "registry+https://github.com/rust-lang/crates.io-index"
931checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
932dependencies = [
933 "backtrace",
934 "bytes",
935 "libc",
936 "mio",
937 "num_cpus",
938 "parking_lot",
939 "pin-project-lite",
940 "signal-hook-registry",
941 "socket2 0.5.4",
942 "tokio-macros",
943 "windows-sys",
944]
945
946[[package]]
947name = "tokio-macros"
948version = "2.1.0"
949source = "registry+https://github.com/rust-lang/crates.io-index"
950checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
951dependencies = [
952 "proc-macro2",
953 "quote",
954 "syn 2.0.37",
955]
956
957[[package]]
958name = "tokio-util"
959version = "0.7.9"
960source = "registry+https://github.com/rust-lang/crates.io-index"
961checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d"
962dependencies = [
963 "bytes",
964 "futures-core",
965 "futures-sink",
966 "pin-project-lite",
967 "tokio",
968 "tracing",
969]
970
971[[package]]
972name = "tower"
973version = "0.4.13"
974source = "registry+https://github.com/rust-lang/crates.io-index"
975checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
976dependencies = [
977 "futures-core",
978 "futures-util",
979 "pin-project",
980 "pin-project-lite",
981 "tokio",
982 "tower-layer",
983 "tower-service",
984 "tracing",
985]
986
987[[package]]
988name = "tower-layer"
989version = "0.3.2"
990source = "registry+https://github.com/rust-lang/crates.io-index"
991checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
992
993[[package]]
994name = "tower-service"
995version = "0.3.2"
996source = "registry+https://github.com/rust-lang/crates.io-index"
997checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
998
999[[package]]
1000name = "tracing"
1001version = "0.1.37"
1002source = "registry+https://github.com/rust-lang/crates.io-index"
1003checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
1004dependencies = [
1005 "cfg-if",
1006 "log",
1007 "pin-project-lite",
1008 "tracing-core",
1009]
1010
1011[[package]]
1012name = "tracing-core"
1013version = "0.1.31"
1014source = "registry+https://github.com/rust-lang/crates.io-index"
1015checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
1016dependencies = [
1017 "once_cell",
1018]
1019
1020[[package]]
1021name = "try-lock"
1022version = "0.2.4"
1023source = "registry+https://github.com/rust-lang/crates.io-index"
1024checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
1025
1026[[package]]
1027name = "unicode-ident"
1028version = "1.0.5"
1029source = "registry+https://github.com/rust-lang/crates.io-index"
1030checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
1031
1032[[package]]
1033name = "unicode-width"
1034version = "0.1.10"
1035source = "registry+https://github.com/rust-lang/crates.io-index"
1036checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
1037
1038[[package]]
1039name = "version_check"
1040version = "0.9.4"
1041source = "registry+https://github.com/rust-lang/crates.io-index"
1042checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
1043
1044[[package]]
1045name = "walkdir"
1046version = "2.3.2"
1047source = "registry+https://github.com/rust-lang/crates.io-index"
1048checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
1049dependencies = [
1050 "same-file",
1051 "winapi",
1052 "winapi-util",
1053]
1054
1055[[package]]
1056name = "want"
1057version = "0.3.1"
1058source = "registry+https://github.com/rust-lang/crates.io-index"
1059checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
1060dependencies = [
1061 "try-lock",
1062]
1063
1064[[package]]
1065name = "wasi"
1066version = "0.11.0+wasi-snapshot-preview1"
1067source = "registry+https://github.com/rust-lang/crates.io-index"
1068checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1069
1070[[package]]
1071name = "wasm-bindgen"
1072version = "0.2.83"
1073source = "registry+https://github.com/rust-lang/crates.io-index"
1074checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
1075dependencies = [
1076 "cfg-if",
1077 "wasm-bindgen-macro",
1078]
1079
1080[[package]]
1081name = "wasm-bindgen-backend"
1082version = "0.2.83"
1083source = "registry+https://github.com/rust-lang/crates.io-index"
1084checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
1085dependencies = [
1086 "bumpalo",
1087 "log",
1088 "once_cell",
1089 "proc-macro2",
1090 "quote",
1091 "syn 1.0.103",
1092 "wasm-bindgen-shared",
1093]
1094
1095[[package]]
1096name = "wasm-bindgen-macro"
1097version = "0.2.83"
1098source = "registry+https://github.com/rust-lang/crates.io-index"
1099checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
1100dependencies = [
1101 "quote",
1102 "wasm-bindgen-macro-support",
1103]
1104
1105[[package]]
1106name = "wasm-bindgen-macro-support"
1107version = "0.2.83"
1108source = "registry+https://github.com/rust-lang/crates.io-index"
1109checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
1110dependencies = [
1111 "proc-macro2",
1112 "quote",
1113 "syn 1.0.103",
1114 "wasm-bindgen-backend",
1115 "wasm-bindgen-shared",
1116]
1117
1118[[package]]
1119name = "wasm-bindgen-shared"
1120version = "0.2.83"
1121source = "registry+https://github.com/rust-lang/crates.io-index"
1122checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
1123
1124[[package]]
1125name = "web-sys"
1126version = "0.3.60"
1127source = "registry+https://github.com/rust-lang/crates.io-index"
1128checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
1129dependencies = [
1130 "js-sys",
1131 "wasm-bindgen",
1132]
1133
1134[[package]]
1135name = "winapi"
1136version = "0.3.9"
1137source = "registry+https://github.com/rust-lang/crates.io-index"
1138checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1139dependencies = [
1140 "winapi-i686-pc-windows-gnu",
1141 "winapi-x86_64-pc-windows-gnu",
1142]
1143
1144[[package]]
1145name = "winapi-i686-pc-windows-gnu"
1146version = "0.4.0"
1147source = "registry+https://github.com/rust-lang/crates.io-index"
1148checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1149
1150[[package]]
1151name = "winapi-util"
1152version = "0.1.5"
1153source = "registry+https://github.com/rust-lang/crates.io-index"
1154checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1155dependencies = [
1156 "winapi",
1157]
1158
1159[[package]]
1160name = "winapi-x86_64-pc-windows-gnu"
1161version = "0.4.0"
1162source = "registry+https://github.com/rust-lang/crates.io-index"
1163checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1164
1165[[package]]
1166name = "windows-sys"
1167version = "0.48.0"
1168source = "registry+https://github.com/rust-lang/crates.io-index"
1169checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
1170dependencies = [
1171 "windows-targets",
1172]
1173
1174[[package]]
1175name = "windows-targets"
1176version = "0.48.5"
1177source = "registry+https://github.com/rust-lang/crates.io-index"
1178checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
1179dependencies = [
1180 "windows_aarch64_gnullvm",
1181 "windows_aarch64_msvc",
1182 "windows_i686_gnu",
1183 "windows_i686_msvc",
1184 "windows_x86_64_gnu",
1185 "windows_x86_64_gnullvm",
1186 "windows_x86_64_msvc",
1187]
1188
1189[[package]]
1190name = "windows_aarch64_gnullvm"
1191version = "0.48.5"
1192source = "registry+https://github.com/rust-lang/crates.io-index"
1193checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
1194
1195[[package]]
1196name = "windows_aarch64_msvc"
1197version = "0.48.5"
1198source = "registry+https://github.com/rust-lang/crates.io-index"
1199checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
1200
1201[[package]]
1202name = "windows_i686_gnu"
1203version = "0.48.5"
1204source = "registry+https://github.com/rust-lang/crates.io-index"
1205checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
1206
1207[[package]]
1208name = "windows_i686_msvc"
1209version = "0.48.5"
1210source = "registry+https://github.com/rust-lang/crates.io-index"
1211checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
1212
1213[[package]]
1214name = "windows_x86_64_gnu"
1215version = "0.48.5"
1216source = "registry+https://github.com/rust-lang/crates.io-index"
1217checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
1218
1219[[package]]
1220name = "windows_x86_64_gnullvm"
1221version = "0.48.5"
1222source = "registry+https://github.com/rust-lang/crates.io-index"
1223checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
1224
1225[[package]]
1226name = "windows_x86_64_msvc"
1227version = "0.48.5"
1228source = "registry+https://github.com/rust-lang/crates.io-index"
1229checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
1230