blob: 0f65e0a6cfe300be6df0b9207383ea23dd7dcb2a [file] [log] [blame]
codecrafters-bot67061582024-01-10 17:35:39 +00001# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "addr2line"
7version = "0.20.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler"
16version = "1.0.2"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
19
20[[package]]
21name = "anyhow"
22version = "1.0.68"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
25
26[[package]]
27name = "autocfg"
28version = "1.1.0"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
31
32[[package]]
33name = "backtrace"
34version = "0.3.68"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12"
37dependencies = [
38 "addr2line",
39 "cc",
40 "cfg-if",
41 "libc",
42 "miniz_oxide",
43 "object",
44 "rustc-demangle",
45]
46
47[[package]]
48name = "bitflags"
49version = "1.3.2"
50source = "registry+https://github.com/rust-lang/crates.io-index"
51checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
52
53[[package]]
54name = "bytes"
55version = "1.3.0"
56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c"
58
59[[package]]
60name = "cc"
61version = "1.0.79"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
64
65[[package]]
66name = "cfg-if"
67version = "1.0.0"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
70
71[[package]]
72name = "diff"
73version = "0.1.13"
74source = "registry+https://github.com/rust-lang/crates.io-index"
75checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
76
77[[package]]
78name = "either"
79version = "1.9.0"
80source = "registry+https://github.com/rust-lang/crates.io-index"
81checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
82
83[[package]]
84name = "gimli"
85version = "0.27.3"
86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
88
89[[package]]
90name = "hermit-abi"
91version = "0.3.2"
92source = "registry+https://github.com/rust-lang/crates.io-index"
93checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
94
95[[package]]
96name = "http-server-starter-rust"
97version = "0.1.0"
98dependencies = [
99 "anyhow",
100 "bytes",
101 "itertools",
102 "nom",
103 "pretty_assertions",
104 "thiserror",
105 "tokio",
106]
107
108[[package]]
109name = "itertools"
110version = "0.11.0"
111source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
113dependencies = [
114 "either",
115]
116
117[[package]]
118name = "libc"
119version = "0.2.147"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
122
123[[package]]
124name = "lock_api"
125version = "0.4.10"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
128dependencies = [
129 "autocfg",
130 "scopeguard",
131]
132
133[[package]]
134name = "memchr"
135version = "2.5.0"
136source = "registry+https://github.com/rust-lang/crates.io-index"
137checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
138
139[[package]]
140name = "minimal-lexical"
141version = "0.2.1"
142source = "registry+https://github.com/rust-lang/crates.io-index"
143checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
144
145[[package]]
146name = "miniz_oxide"
147version = "0.7.1"
148source = "registry+https://github.com/rust-lang/crates.io-index"
149checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
150dependencies = [
151 "adler",
152]
153
154[[package]]
155name = "mio"
156version = "0.8.8"
157source = "registry+https://github.com/rust-lang/crates.io-index"
158checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
159dependencies = [
160 "libc",
161 "wasi",
162 "windows-sys",
163]
164
165[[package]]
166name = "nom"
167version = "7.1.3"
168source = "registry+https://github.com/rust-lang/crates.io-index"
169checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
170dependencies = [
171 "memchr",
172 "minimal-lexical",
173]
174
175[[package]]
176name = "num_cpus"
177version = "1.16.0"
178source = "registry+https://github.com/rust-lang/crates.io-index"
179checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
180dependencies = [
181 "hermit-abi",
182 "libc",
183]
184
185[[package]]
186name = "object"
187version = "0.31.1"
188source = "registry+https://github.com/rust-lang/crates.io-index"
189checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
190dependencies = [
191 "memchr",
192]
193
194[[package]]
195name = "parking_lot"
196version = "0.12.1"
197source = "registry+https://github.com/rust-lang/crates.io-index"
198checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
199dependencies = [
200 "lock_api",
201 "parking_lot_core",
202]
203
204[[package]]
205name = "parking_lot_core"
206version = "0.9.8"
207source = "registry+https://github.com/rust-lang/crates.io-index"
208checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
209dependencies = [
210 "cfg-if",
211 "libc",
212 "redox_syscall",
213 "smallvec",
214 "windows-targets",
215]
216
217[[package]]
218name = "pin-project-lite"
219version = "0.2.10"
220source = "registry+https://github.com/rust-lang/crates.io-index"
221checksum = "4c40d25201921e5ff0c862a505c6557ea88568a4e3ace775ab55e93f2f4f9d57"
222
223[[package]]
224name = "pretty_assertions"
225version = "1.4.0"
226source = "registry+https://github.com/rust-lang/crates.io-index"
227checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
228dependencies = [
229 "diff",
230 "yansi",
231]
232
233[[package]]
234name = "proc-macro2"
235version = "1.0.66"
236source = "registry+https://github.com/rust-lang/crates.io-index"
237checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
238dependencies = [
239 "unicode-ident",
240]
241
242[[package]]
243name = "quote"
244version = "1.0.32"
245source = "registry+https://github.com/rust-lang/crates.io-index"
246checksum = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965"
247dependencies = [
248 "proc-macro2",
249]
250
251[[package]]
252name = "redox_syscall"
253version = "0.3.5"
254source = "registry+https://github.com/rust-lang/crates.io-index"
255checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
256dependencies = [
257 "bitflags",
258]
259
260[[package]]
261name = "rustc-demangle"
262version = "0.1.23"
263source = "registry+https://github.com/rust-lang/crates.io-index"
264checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
265
266[[package]]
267name = "scopeguard"
268version = "1.2.0"
269source = "registry+https://github.com/rust-lang/crates.io-index"
270checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
271
272[[package]]
273name = "signal-hook-registry"
274version = "1.4.1"
275source = "registry+https://github.com/rust-lang/crates.io-index"
276checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
277dependencies = [
278 "libc",
279]
280
281[[package]]
282name = "smallvec"
283version = "1.11.0"
284source = "registry+https://github.com/rust-lang/crates.io-index"
285checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
286
287[[package]]
288name = "socket2"
289version = "0.4.9"
290source = "registry+https://github.com/rust-lang/crates.io-index"
291checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
292dependencies = [
293 "libc",
294 "winapi",
295]
296
297[[package]]
298name = "syn"
299version = "1.0.48"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "cc371affeffc477f42a221a1e4297aedcea33d47d19b61455588bd9d8f6b19ac"
302dependencies = [
303 "proc-macro2",
304 "quote",
305 "unicode-xid",
306]
307
308[[package]]
309name = "syn"
310version = "2.0.27"
311source = "registry+https://github.com/rust-lang/crates.io-index"
312checksum = "b60f673f44a8255b9c8c657daf66a596d435f2da81a555b06dc644d080ba45e0"
313dependencies = [
314 "proc-macro2",
315 "quote",
316 "unicode-ident",
317]
318
319[[package]]
320name = "thiserror"
321version = "1.0.38"
322source = "registry+https://github.com/rust-lang/crates.io-index"
323checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
324dependencies = [
325 "thiserror-impl",
326]
327
328[[package]]
329name = "thiserror-impl"
330version = "1.0.38"
331source = "registry+https://github.com/rust-lang/crates.io-index"
332checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
333dependencies = [
334 "proc-macro2",
335 "quote",
336 "syn 1.0.48",
337]
338
339[[package]]
340name = "tokio"
341version = "1.29.1"
342source = "registry+https://github.com/rust-lang/crates.io-index"
343checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da"
344dependencies = [
345 "autocfg",
346 "backtrace",
347 "bytes",
348 "libc",
349 "mio",
350 "num_cpus",
351 "parking_lot",
352 "pin-project-lite",
353 "signal-hook-registry",
354 "socket2",
355 "tokio-macros",
356 "windows-sys",
357]
358
359[[package]]
360name = "tokio-macros"
361version = "2.1.0"
362source = "registry+https://github.com/rust-lang/crates.io-index"
363checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
364dependencies = [
365 "proc-macro2",
366 "quote",
367 "syn 2.0.27",
368]
369
370[[package]]
371name = "unicode-ident"
372version = "1.0.11"
373source = "registry+https://github.com/rust-lang/crates.io-index"
374checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
375
376[[package]]
377name = "unicode-xid"
378version = "0.2.1"
379source = "registry+https://github.com/rust-lang/crates.io-index"
380checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
381
382[[package]]
383name = "wasi"
384version = "0.11.0+wasi-snapshot-preview1"
385source = "registry+https://github.com/rust-lang/crates.io-index"
386checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
387
388[[package]]
389name = "winapi"
390version = "0.3.9"
391source = "registry+https://github.com/rust-lang/crates.io-index"
392checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
393dependencies = [
394 "winapi-i686-pc-windows-gnu",
395 "winapi-x86_64-pc-windows-gnu",
396]
397
398[[package]]
399name = "winapi-i686-pc-windows-gnu"
400version = "0.4.0"
401source = "registry+https://github.com/rust-lang/crates.io-index"
402checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
403
404[[package]]
405name = "winapi-x86_64-pc-windows-gnu"
406version = "0.4.0"
407source = "registry+https://github.com/rust-lang/crates.io-index"
408checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
409
410[[package]]
411name = "windows-sys"
412version = "0.48.0"
413source = "registry+https://github.com/rust-lang/crates.io-index"
414checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
415dependencies = [
416 "windows-targets",
417]
418
419[[package]]
420name = "windows-targets"
421version = "0.48.1"
422source = "registry+https://github.com/rust-lang/crates.io-index"
423checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
424dependencies = [
425 "windows_aarch64_gnullvm",
426 "windows_aarch64_msvc",
427 "windows_i686_gnu",
428 "windows_i686_msvc",
429 "windows_x86_64_gnu",
430 "windows_x86_64_gnullvm",
431 "windows_x86_64_msvc",
432]
433
434[[package]]
435name = "windows_aarch64_gnullvm"
436version = "0.48.0"
437source = "registry+https://github.com/rust-lang/crates.io-index"
438checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
439
440[[package]]
441name = "windows_aarch64_msvc"
442version = "0.48.0"
443source = "registry+https://github.com/rust-lang/crates.io-index"
444checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
445
446[[package]]
447name = "windows_i686_gnu"
448version = "0.48.0"
449source = "registry+https://github.com/rust-lang/crates.io-index"
450checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
451
452[[package]]
453name = "windows_i686_msvc"
454version = "0.48.0"
455source = "registry+https://github.com/rust-lang/crates.io-index"
456checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
457
458[[package]]
459name = "windows_x86_64_gnu"
460version = "0.48.0"
461source = "registry+https://github.com/rust-lang/crates.io-index"
462checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
463
464[[package]]
465name = "windows_x86_64_gnullvm"
466version = "0.48.0"
467source = "registry+https://github.com/rust-lang/crates.io-index"
468checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
469
470[[package]]
471name = "windows_x86_64_msvc"
472version = "0.48.0"
473source = "registry+https://github.com/rust-lang/crates.io-index"
474checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
475
476[[package]]
477name = "yansi"
478version = "0.5.1"
479source = "registry+https://github.com/rust-lang/crates.io-index"
480checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"