blob: 46095a8ee82da53655f60dde035886913d04adc5 [file] [log] [blame]
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001{
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002 "checksum": "c20a66075af4229be29c9a217128ca5f223e6d95b024ffef7f42139ddf52f588",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003 "crates": {
4 "addr2line 0.21.0": {
5 "name": "addr2line",
6 "version": "0.21.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007 "package_url": "https://github.com/gimli-rs/addr2line",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008 "repository": {
9 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010 "url": "https://static.crates.io/crates/addr2line/0.21.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011 "sha256": "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
12 }
13 },
14 "targets": [
15 {
16 "Library": {
17 "crate_name": "addr2line",
18 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020019 "srcs": {
20 "allow_empty": true,
21 "include": [
22 "**/*.rs"
23 ]
24 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010025 }
26 }
27 ],
28 "library_target_name": "addr2line",
29 "common_attrs": {
30 "compile_data_glob": [
31 "**"
32 ],
33 "deps": {
34 "common": [
35 {
36 "id": "gimli 0.28.1",
37 "target": "gimli"
38 }
39 ],
40 "selects": {}
41 },
42 "edition": "2018",
43 "version": "0.21.0"
44 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020045 "license": "Apache-2.0 OR MIT",
46 "license_ids": [
47 "Apache-2.0",
48 "MIT"
49 ],
50 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010051 },
52 "adler 1.0.2": {
53 "name": "adler",
54 "version": "1.0.2",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020055 "package_url": "https://github.com/jonas-schievink/adler.git",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010056 "repository": {
57 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020058 "url": "https://static.crates.io/crates/adler/1.0.2/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010059 "sha256": "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
60 }
61 },
62 "targets": [
63 {
64 "Library": {
65 "crate_name": "adler",
66 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020067 "srcs": {
68 "allow_empty": true,
69 "include": [
70 "**/*.rs"
71 ]
72 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010073 }
74 }
75 ],
76 "library_target_name": "adler",
77 "common_attrs": {
78 "compile_data_glob": [
79 "**"
80 ],
81 "edition": "2015",
82 "version": "1.0.2"
83 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020084 "license": "0BSD OR MIT OR Apache-2.0",
85 "license_ids": [
86 "0BSD",
87 "Apache-2.0",
88 "MIT"
89 ],
90 "license_file": "LICENSE-0BSD"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010091 },
92 "aho-corasick 1.1.2": {
93 "name": "aho-corasick",
94 "version": "1.1.2",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020095 "package_url": "https://github.com/BurntSushi/aho-corasick",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010096 "repository": {
97 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020098 "url": "https://static.crates.io/crates/aho-corasick/1.1.2/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010099 "sha256": "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
100 }
101 },
102 "targets": [
103 {
104 "Library": {
105 "crate_name": "aho_corasick",
106 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200107 "srcs": {
108 "allow_empty": true,
109 "include": [
110 "**/*.rs"
111 ]
112 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100113 }
114 }
115 ],
116 "library_target_name": "aho_corasick",
117 "common_attrs": {
118 "compile_data_glob": [
119 "**"
120 ],
121 "crate_features": {
122 "common": [
123 "default",
124 "perf-literal",
125 "std"
126 ],
127 "selects": {}
128 },
129 "deps": {
130 "common": [
131 {
132 "id": "memchr 2.7.1",
133 "target": "memchr"
134 }
135 ],
136 "selects": {}
137 },
138 "edition": "2021",
139 "version": "1.1.2"
140 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200141 "license": "Unlicense OR MIT",
142 "license_ids": [
143 "MIT",
144 "Unlicense"
145 ],
146 "license_file": "LICENSE-MIT"
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100147 },
148 "ammonia 3.3.0": {
149 "name": "ammonia",
150 "version": "3.3.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200151 "package_url": "https://github.com/rust-ammonia/ammonia",
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100152 "repository": {
153 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200154 "url": "https://static.crates.io/crates/ammonia/3.3.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100155 "sha256": "64e6d1c7838db705c9b756557ee27c384ce695a1c51a6fe528784cb1c6840170"
156 }
157 },
158 "targets": [
159 {
160 "Library": {
161 "crate_name": "ammonia",
162 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200163 "srcs": {
164 "allow_empty": true,
165 "include": [
166 "**/*.rs"
167 ]
168 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100169 }
170 }
171 ],
172 "library_target_name": "ammonia",
173 "common_attrs": {
174 "compile_data_glob": [
175 "**"
176 ],
177 "deps": {
178 "common": [
179 {
180 "id": "html5ever 0.26.0",
181 "target": "html5ever"
182 },
183 {
184 "id": "maplit 1.0.2",
185 "target": "maplit"
186 },
187 {
188 "id": "once_cell 1.19.0",
189 "target": "once_cell"
190 },
191 {
192 "id": "tendril 0.4.3",
193 "target": "tendril"
194 },
195 {
196 "id": "url 2.5.0",
197 "target": "url"
198 }
199 ],
200 "selects": {}
201 },
202 "edition": "2018",
203 "version": "3.3.0"
204 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200205 "license": "MIT OR Apache-2.0",
206 "license_ids": [
207 "Apache-2.0",
208 "MIT"
209 ],
210 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100211 },
212 "android-tzdata 0.1.1": {
213 "name": "android-tzdata",
214 "version": "0.1.1",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200215 "package_url": "https://github.com/RumovZ/android-tzdata",
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100216 "repository": {
217 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200218 "url": "https://static.crates.io/crates/android-tzdata/0.1.1/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100219 "sha256": "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
220 }
221 },
222 "targets": [
223 {
224 "Library": {
225 "crate_name": "android_tzdata",
226 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200227 "srcs": {
228 "allow_empty": true,
229 "include": [
230 "**/*.rs"
231 ]
232 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100233 }
234 }
235 ],
236 "library_target_name": "android_tzdata",
237 "common_attrs": {
238 "compile_data_glob": [
239 "**"
240 ],
241 "edition": "2018",
242 "version": "0.1.1"
243 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200244 "license": "MIT OR Apache-2.0",
245 "license_ids": [
246 "Apache-2.0",
247 "MIT"
248 ],
249 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100250 },
251 "android_system_properties 0.1.5": {
252 "name": "android_system_properties",
253 "version": "0.1.5",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200254 "package_url": "https://github.com/nical/android_system_properties",
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100255 "repository": {
256 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200257 "url": "https://static.crates.io/crates/android_system_properties/0.1.5/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100258 "sha256": "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
259 }
260 },
261 "targets": [
262 {
263 "Library": {
264 "crate_name": "android_system_properties",
265 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200266 "srcs": {
267 "allow_empty": true,
268 "include": [
269 "**/*.rs"
270 ]
271 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100272 }
273 }
274 ],
275 "library_target_name": "android_system_properties",
276 "common_attrs": {
277 "compile_data_glob": [
278 "**"
279 ],
280 "deps": {
281 "common": [
282 {
283 "id": "libc 0.2.152",
284 "target": "libc"
285 }
286 ],
287 "selects": {}
288 },
289 "edition": "2018",
290 "version": "0.1.5"
291 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200292 "license": "MIT/Apache-2.0",
293 "license_ids": [
294 "Apache-2.0",
295 "MIT"
296 ],
297 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100298 },
299 "anstream 0.6.7": {
300 "name": "anstream",
301 "version": "0.6.7",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200302 "package_url": "https://github.com/rust-cli/anstyle.git",
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100303 "repository": {
304 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200305 "url": "https://static.crates.io/crates/anstream/0.6.7/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100306 "sha256": "4cd2405b3ac1faab2990b74d728624cd9fd115651fcecc7c2d8daf01376275ba"
307 }
308 },
309 "targets": [
310 {
311 "Library": {
312 "crate_name": "anstream",
313 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200314 "srcs": {
315 "allow_empty": true,
316 "include": [
317 "**/*.rs"
318 ]
319 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100320 }
321 }
322 ],
323 "library_target_name": "anstream",
324 "common_attrs": {
325 "compile_data_glob": [
326 "**"
327 ],
328 "crate_features": {
329 "common": [
330 "auto",
331 "default",
332 "wincon"
333 ],
334 "selects": {}
335 },
336 "deps": {
337 "common": [
338 {
339 "id": "anstyle 1.0.4",
340 "target": "anstyle"
341 },
342 {
343 "id": "anstyle-parse 0.2.3",
344 "target": "anstyle_parse"
345 },
346 {
347 "id": "anstyle-query 1.0.2",
348 "target": "anstyle_query"
349 },
350 {
351 "id": "colorchoice 1.0.0",
352 "target": "colorchoice"
353 },
354 {
355 "id": "utf8parse 0.2.1",
356 "target": "utf8parse"
357 }
358 ],
359 "selects": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200360 "aarch64-pc-windows-msvc": [
361 {
362 "id": "anstyle-wincon 3.0.2",
363 "target": "anstyle_wincon"
364 }
365 ],
366 "i686-pc-windows-msvc": [
367 {
368 "id": "anstyle-wincon 3.0.2",
369 "target": "anstyle_wincon"
370 }
371 ],
372 "x86_64-pc-windows-msvc": [
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100373 {
374 "id": "anstyle-wincon 3.0.2",
375 "target": "anstyle_wincon"
376 }
377 ]
378 }
379 },
380 "edition": "2021",
381 "version": "0.6.7"
382 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200383 "license": "MIT OR Apache-2.0",
384 "license_ids": [
385 "Apache-2.0",
386 "MIT"
387 ],
388 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100389 },
390 "anstyle 1.0.4": {
391 "name": "anstyle",
392 "version": "1.0.4",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200393 "package_url": "https://github.com/rust-cli/anstyle.git",
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100394 "repository": {
395 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200396 "url": "https://static.crates.io/crates/anstyle/1.0.4/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100397 "sha256": "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
398 }
399 },
400 "targets": [
401 {
402 "Library": {
403 "crate_name": "anstyle",
404 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200405 "srcs": {
406 "allow_empty": true,
407 "include": [
408 "**/*.rs"
409 ]
410 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100411 }
412 }
413 ],
414 "library_target_name": "anstyle",
415 "common_attrs": {
416 "compile_data_glob": [
417 "**"
418 ],
419 "crate_features": {
420 "common": [
421 "default",
422 "std"
423 ],
424 "selects": {}
425 },
426 "edition": "2021",
427 "version": "1.0.4"
428 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200429 "license": "MIT OR Apache-2.0",
430 "license_ids": [
431 "Apache-2.0",
432 "MIT"
433 ],
434 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100435 },
436 "anstyle-parse 0.2.3": {
437 "name": "anstyle-parse",
438 "version": "0.2.3",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200439 "package_url": "https://github.com/rust-cli/anstyle.git",
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100440 "repository": {
441 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200442 "url": "https://static.crates.io/crates/anstyle-parse/0.2.3/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100443 "sha256": "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
444 }
445 },
446 "targets": [
447 {
448 "Library": {
449 "crate_name": "anstyle_parse",
450 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200451 "srcs": {
452 "allow_empty": true,
453 "include": [
454 "**/*.rs"
455 ]
456 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100457 }
458 }
459 ],
460 "library_target_name": "anstyle_parse",
461 "common_attrs": {
462 "compile_data_glob": [
463 "**"
464 ],
465 "crate_features": {
466 "common": [
467 "default",
468 "utf8"
469 ],
470 "selects": {}
471 },
472 "deps": {
473 "common": [
474 {
475 "id": "utf8parse 0.2.1",
476 "target": "utf8parse"
477 }
478 ],
479 "selects": {}
480 },
481 "edition": "2021",
482 "version": "0.2.3"
483 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200484 "license": "MIT OR Apache-2.0",
485 "license_ids": [
486 "Apache-2.0",
487 "MIT"
488 ],
489 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100490 },
491 "anstyle-query 1.0.2": {
492 "name": "anstyle-query",
493 "version": "1.0.2",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200494 "package_url": "https://github.com/rust-cli/anstyle",
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100495 "repository": {
496 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200497 "url": "https://static.crates.io/crates/anstyle-query/1.0.2/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100498 "sha256": "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
499 }
500 },
501 "targets": [
502 {
503 "Library": {
504 "crate_name": "anstyle_query",
505 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200506 "srcs": {
507 "allow_empty": true,
508 "include": [
509 "**/*.rs"
510 ]
511 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100512 }
513 }
514 ],
515 "library_target_name": "anstyle_query",
516 "common_attrs": {
517 "compile_data_glob": [
518 "**"
519 ],
520 "deps": {
521 "common": [],
522 "selects": {
523 "cfg(windows)": [
524 {
525 "id": "windows-sys 0.52.0",
526 "target": "windows_sys"
527 }
528 ]
529 }
530 },
531 "edition": "2021",
532 "version": "1.0.2"
533 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200534 "license": "MIT OR Apache-2.0",
535 "license_ids": [
536 "Apache-2.0",
537 "MIT"
538 ],
539 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100540 },
541 "anstyle-wincon 3.0.2": {
542 "name": "anstyle-wincon",
543 "version": "3.0.2",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200544 "package_url": "https://github.com/rust-cli/anstyle.git",
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100545 "repository": {
546 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200547 "url": "https://static.crates.io/crates/anstyle-wincon/3.0.2/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100548 "sha256": "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
549 }
550 },
551 "targets": [
552 {
553 "Library": {
554 "crate_name": "anstyle_wincon",
555 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200556 "srcs": {
557 "allow_empty": true,
558 "include": [
559 "**/*.rs"
560 ]
561 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100562 }
563 }
564 ],
565 "library_target_name": "anstyle_wincon",
566 "common_attrs": {
567 "compile_data_glob": [
568 "**"
569 ],
570 "deps": {
571 "common": [
572 {
573 "id": "anstyle 1.0.4",
574 "target": "anstyle"
575 }
576 ],
577 "selects": {
578 "cfg(windows)": [
579 {
580 "id": "windows-sys 0.52.0",
581 "target": "windows_sys"
582 }
583 ]
584 }
585 },
586 "edition": "2021",
587 "version": "3.0.2"
588 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200589 "license": "MIT OR Apache-2.0",
590 "license_ids": [
591 "Apache-2.0",
592 "MIT"
593 ],
594 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100595 },
596 "anyhow 1.0.79": {
597 "name": "anyhow",
598 "version": "1.0.79",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200599 "package_url": "https://github.com/dtolnay/anyhow",
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100600 "repository": {
601 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200602 "url": "https://static.crates.io/crates/anyhow/1.0.79/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100603 "sha256": "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
604 }
605 },
606 "targets": [
607 {
608 "Library": {
609 "crate_name": "anyhow",
610 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200611 "srcs": {
612 "allow_empty": true,
613 "include": [
614 "**/*.rs"
615 ]
616 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100617 }
618 },
619 {
620 "BuildScript": {
621 "crate_name": "build_script_build",
622 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200623 "srcs": {
624 "allow_empty": true,
625 "include": [
626 "**/*.rs"
627 ]
628 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100629 }
630 }
631 ],
632 "library_target_name": "anyhow",
633 "common_attrs": {
634 "compile_data_glob": [
635 "**"
636 ],
637 "crate_features": {
638 "common": [
639 "default",
640 "std"
641 ],
642 "selects": {}
643 },
644 "deps": {
645 "common": [
646 {
647 "id": "anyhow 1.0.79",
648 "target": "build_script_build"
649 }
650 ],
651 "selects": {}
652 },
653 "edition": "2018",
654 "version": "1.0.79"
655 },
656 "build_script_attrs": {
657 "data_glob": [
658 "**"
659 ]
660 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200661 "license": "MIT OR Apache-2.0",
662 "license_ids": [
663 "Apache-2.0",
664 "MIT"
665 ],
666 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100667 },
668 "autocfg 1.1.0": {
669 "name": "autocfg",
670 "version": "1.1.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200671 "package_url": "https://github.com/cuviper/autocfg",
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100672 "repository": {
673 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200674 "url": "https://static.crates.io/crates/autocfg/1.1.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100675 "sha256": "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
676 }
677 },
678 "targets": [
679 {
680 "Library": {
681 "crate_name": "autocfg",
682 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200683 "srcs": {
684 "allow_empty": true,
685 "include": [
686 "**/*.rs"
687 ]
688 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100689 }
690 }
691 ],
692 "library_target_name": "autocfg",
693 "common_attrs": {
694 "compile_data_glob": [
695 "**"
696 ],
697 "edition": "2015",
698 "version": "1.1.0"
699 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200700 "license": "Apache-2.0 OR MIT",
701 "license_ids": [
702 "Apache-2.0",
703 "MIT"
704 ],
705 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100706 },
707 "backtrace 0.3.69": {
708 "name": "backtrace",
709 "version": "0.3.69",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200710 "package_url": "https://github.com/rust-lang/backtrace-rs",
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100711 "repository": {
712 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200713 "url": "https://static.crates.io/crates/backtrace/0.3.69/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100714 "sha256": "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
715 }
716 },
717 "targets": [
718 {
719 "Library": {
720 "crate_name": "backtrace",
721 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200722 "srcs": {
723 "allow_empty": true,
724 "include": [
725 "**/*.rs"
726 ]
727 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100728 }
729 },
730 {
731 "BuildScript": {
732 "crate_name": "build_script_build",
733 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200734 "srcs": {
735 "allow_empty": true,
736 "include": [
737 "**/*.rs"
738 ]
739 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100740 }
741 }
742 ],
743 "library_target_name": "backtrace",
744 "common_attrs": {
745 "compile_data_glob": [
746 "**"
747 ],
748 "deps": {
749 "common": [
750 {
751 "id": "backtrace 0.3.69",
752 "target": "build_script_build"
753 },
754 {
755 "id": "cfg-if 1.0.0",
756 "target": "cfg_if"
757 },
758 {
759 "id": "rustc-demangle 0.1.23",
760 "target": "rustc_demangle"
761 }
762 ],
763 "selects": {
764 "cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))": [
765 {
766 "id": "addr2line 0.21.0",
767 "target": "addr2line"
768 },
769 {
770 "id": "libc 0.2.152",
771 "target": "libc"
772 },
773 {
774 "id": "miniz_oxide 0.7.1",
775 "target": "miniz_oxide"
776 },
777 {
778 "id": "object 0.32.2",
779 "target": "object"
780 }
781 ]
782 }
783 },
784 "edition": "2018",
785 "version": "0.3.69"
786 },
787 "build_script_attrs": {
788 "data_glob": [
789 "**"
790 ],
791 "deps": {
792 "common": [
793 {
794 "id": "cc 1.0.83",
795 "target": "cc"
796 }
797 ],
798 "selects": {}
799 }
800 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200801 "license": "MIT OR Apache-2.0",
802 "license_ids": [
803 "Apache-2.0",
804 "MIT"
805 ],
806 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100807 },
808 "base64 0.21.7": {
809 "name": "base64",
810 "version": "0.21.7",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200811 "package_url": "https://github.com/marshallpierce/rust-base64",
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100812 "repository": {
813 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200814 "url": "https://static.crates.io/crates/base64/0.21.7/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100815 "sha256": "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
816 }
817 },
818 "targets": [
819 {
820 "Library": {
821 "crate_name": "base64",
822 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200823 "srcs": {
824 "allow_empty": true,
825 "include": [
826 "**/*.rs"
827 ]
828 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100829 }
830 }
831 ],
832 "library_target_name": "base64",
833 "common_attrs": {
834 "compile_data_glob": [
835 "**"
836 ],
837 "crate_features": {
838 "common": [
839 "alloc",
840 "default",
841 "std"
842 ],
843 "selects": {}
844 },
845 "edition": "2018",
846 "version": "0.21.7"
847 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200848 "license": "MIT OR Apache-2.0",
849 "license_ids": [
850 "Apache-2.0",
851 "MIT"
852 ],
853 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100854 },
855 "bitflags 1.3.2": {
856 "name": "bitflags",
857 "version": "1.3.2",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200858 "package_url": "https://github.com/bitflags/bitflags",
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100859 "repository": {
860 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200861 "url": "https://static.crates.io/crates/bitflags/1.3.2/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100862 "sha256": "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
863 }
864 },
865 "targets": [
866 {
867 "Library": {
868 "crate_name": "bitflags",
869 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200870 "srcs": {
871 "allow_empty": true,
872 "include": [
873 "**/*.rs"
874 ]
875 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100876 }
877 }
878 ],
879 "library_target_name": "bitflags",
880 "common_attrs": {
881 "compile_data_glob": [
882 "**"
883 ],
884 "crate_features": {
885 "common": [
886 "default"
887 ],
888 "selects": {}
889 },
890 "edition": "2018",
891 "version": "1.3.2"
892 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200893 "license": "MIT/Apache-2.0",
894 "license_ids": [
895 "Apache-2.0",
896 "MIT"
897 ],
898 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100899 },
900 "bitflags 2.4.1": {
901 "name": "bitflags",
902 "version": "2.4.1",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200903 "package_url": "https://github.com/bitflags/bitflags",
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100904 "repository": {
905 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200906 "url": "https://static.crates.io/crates/bitflags/2.4.1/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100907 "sha256": "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
908 }
909 },
910 "targets": [
911 {
912 "Library": {
913 "crate_name": "bitflags",
914 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200915 "srcs": {
916 "allow_empty": true,
917 "include": [
918 "**/*.rs"
919 ]
920 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100921 }
922 }
923 ],
924 "library_target_name": "bitflags",
925 "common_attrs": {
926 "compile_data_glob": [
927 "**"
928 ],
929 "crate_features": {
930 "common": [
931 "std"
932 ],
933 "selects": {}
934 },
935 "edition": "2021",
936 "version": "2.4.1"
937 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200938 "license": "MIT OR Apache-2.0",
939 "license_ids": [
940 "Apache-2.0",
941 "MIT"
942 ],
943 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100944 },
945 "block-buffer 0.10.4": {
946 "name": "block-buffer",
947 "version": "0.10.4",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200948 "package_url": "https://github.com/RustCrypto/utils",
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100949 "repository": {
950 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200951 "url": "https://static.crates.io/crates/block-buffer/0.10.4/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100952 "sha256": "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
953 }
954 },
955 "targets": [
956 {
957 "Library": {
958 "crate_name": "block_buffer",
959 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200960 "srcs": {
961 "allow_empty": true,
962 "include": [
963 "**/*.rs"
964 ]
965 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100966 }
967 }
968 ],
969 "library_target_name": "block_buffer",
970 "common_attrs": {
971 "compile_data_glob": [
972 "**"
973 ],
974 "deps": {
975 "common": [
976 {
977 "id": "generic-array 0.14.7",
978 "target": "generic_array"
979 }
980 ],
981 "selects": {}
982 },
983 "edition": "2018",
984 "version": "0.10.4"
985 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200986 "license": "MIT OR Apache-2.0",
987 "license_ids": [
988 "Apache-2.0",
989 "MIT"
990 ],
991 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100992 },
993 "bstr 1.9.0": {
994 "name": "bstr",
995 "version": "1.9.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200996 "package_url": "https://github.com/BurntSushi/bstr",
Tim Windelschmidt223609c2024-01-12 22:59:20 +0100997 "repository": {
998 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +0200999 "url": "https://static.crates.io/crates/bstr/1.9.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001000 "sha256": "c48f0051a4b4c5e0b6d365cd04af53aeaa209e3cc15ec2cdb69e73cc87fbd0dc"
1001 }
1002 },
1003 "targets": [
1004 {
1005 "Library": {
1006 "crate_name": "bstr",
1007 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001008 "srcs": {
1009 "allow_empty": true,
1010 "include": [
1011 "**/*.rs"
1012 ]
1013 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001014 }
1015 }
1016 ],
1017 "library_target_name": "bstr",
1018 "common_attrs": {
1019 "compile_data_glob": [
1020 "**"
1021 ],
1022 "crate_features": {
1023 "common": [
1024 "alloc",
1025 "std"
1026 ],
1027 "selects": {
1028 "aarch64-unknown-linux-gnu": [
1029 "default",
1030 "unicode"
1031 ],
1032 "aarch64-unknown-nixos-gnu": [
1033 "default",
1034 "unicode"
1035 ],
1036 "arm-unknown-linux-gnueabi": [
1037 "default",
1038 "unicode"
1039 ],
1040 "armv7-unknown-linux-gnueabi": [
1041 "default",
1042 "unicode"
1043 ],
1044 "i686-unknown-linux-gnu": [
1045 "default",
1046 "unicode"
1047 ],
1048 "powerpc-unknown-linux-gnu": [
1049 "default",
1050 "unicode"
1051 ],
1052 "s390x-unknown-linux-gnu": [
1053 "default",
1054 "unicode"
1055 ],
1056 "x86_64-unknown-linux-gnu": [
1057 "default",
1058 "unicode"
1059 ],
1060 "x86_64-unknown-nixos-gnu": [
1061 "default",
1062 "unicode"
1063 ]
1064 }
1065 },
1066 "deps": {
1067 "common": [
1068 {
1069 "id": "memchr 2.7.1",
1070 "target": "memchr"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001071 }
1072 ],
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001073 "selects": {
1074 "aarch64-unknown-linux-gnu": [
1075 {
1076 "id": "regex-automata 0.4.3",
1077 "target": "regex_automata"
1078 }
1079 ],
1080 "aarch64-unknown-nixos-gnu": [
1081 {
1082 "id": "regex-automata 0.4.3",
1083 "target": "regex_automata"
1084 }
1085 ],
1086 "arm-unknown-linux-gnueabi": [
1087 {
1088 "id": "regex-automata 0.4.3",
1089 "target": "regex_automata"
1090 }
1091 ],
1092 "armv7-unknown-linux-gnueabi": [
1093 {
1094 "id": "regex-automata 0.4.3",
1095 "target": "regex_automata"
1096 }
1097 ],
1098 "i686-unknown-linux-gnu": [
1099 {
1100 "id": "regex-automata 0.4.3",
1101 "target": "regex_automata"
1102 }
1103 ],
1104 "powerpc-unknown-linux-gnu": [
1105 {
1106 "id": "regex-automata 0.4.3",
1107 "target": "regex_automata"
1108 }
1109 ],
1110 "s390x-unknown-linux-gnu": [
1111 {
1112 "id": "regex-automata 0.4.3",
1113 "target": "regex_automata"
1114 }
1115 ],
1116 "x86_64-unknown-linux-gnu": [
1117 {
1118 "id": "regex-automata 0.4.3",
1119 "target": "regex_automata"
1120 }
1121 ],
1122 "x86_64-unknown-nixos-gnu": [
1123 {
1124 "id": "regex-automata 0.4.3",
1125 "target": "regex_automata"
1126 }
1127 ]
1128 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001129 },
1130 "edition": "2021",
1131 "version": "1.9.0"
1132 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001133 "license": "MIT OR Apache-2.0",
1134 "license_ids": [
1135 "Apache-2.0",
1136 "MIT"
1137 ],
1138 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001139 },
1140 "bumpalo 3.14.0": {
1141 "name": "bumpalo",
1142 "version": "3.14.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001143 "package_url": "https://github.com/fitzgen/bumpalo",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001144 "repository": {
1145 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001146 "url": "https://static.crates.io/crates/bumpalo/3.14.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001147 "sha256": "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
1148 }
1149 },
1150 "targets": [
1151 {
1152 "Library": {
1153 "crate_name": "bumpalo",
1154 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001155 "srcs": {
1156 "allow_empty": true,
1157 "include": [
1158 "**/*.rs"
1159 ]
1160 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001161 }
1162 }
1163 ],
1164 "library_target_name": "bumpalo",
1165 "common_attrs": {
1166 "compile_data_glob": [
1167 "**"
1168 ],
1169 "edition": "2021",
1170 "version": "3.14.0"
1171 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001172 "license": "MIT OR Apache-2.0",
1173 "license_ids": [
1174 "Apache-2.0",
1175 "MIT"
1176 ],
1177 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001178 },
1179 "byteorder 1.5.0": {
1180 "name": "byteorder",
1181 "version": "1.5.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001182 "package_url": "https://github.com/BurntSushi/byteorder",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001183 "repository": {
1184 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001185 "url": "https://static.crates.io/crates/byteorder/1.5.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001186 "sha256": "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
1187 }
1188 },
1189 "targets": [
1190 {
1191 "Library": {
1192 "crate_name": "byteorder",
1193 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001194 "srcs": {
1195 "allow_empty": true,
1196 "include": [
1197 "**/*.rs"
1198 ]
1199 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001200 }
1201 }
1202 ],
1203 "library_target_name": "byteorder",
1204 "common_attrs": {
1205 "compile_data_glob": [
1206 "**"
1207 ],
1208 "crate_features": {
1209 "common": [
1210 "default",
1211 "std"
1212 ],
1213 "selects": {}
1214 },
1215 "edition": "2021",
1216 "version": "1.5.0"
1217 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001218 "license": "Unlicense OR MIT",
1219 "license_ids": [
1220 "MIT",
1221 "Unlicense"
1222 ],
1223 "license_file": "LICENSE-MIT"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001224 },
1225 "bytes 1.5.0": {
1226 "name": "bytes",
1227 "version": "1.5.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001228 "package_url": "https://github.com/tokio-rs/bytes",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001229 "repository": {
1230 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001231 "url": "https://static.crates.io/crates/bytes/1.5.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001232 "sha256": "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
1233 }
1234 },
1235 "targets": [
1236 {
1237 "Library": {
1238 "crate_name": "bytes",
1239 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001240 "srcs": {
1241 "allow_empty": true,
1242 "include": [
1243 "**/*.rs"
1244 ]
1245 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001246 }
1247 }
1248 ],
1249 "library_target_name": "bytes",
1250 "common_attrs": {
1251 "compile_data_glob": [
1252 "**"
1253 ],
1254 "crate_features": {
1255 "common": [
1256 "default",
1257 "std"
1258 ],
1259 "selects": {}
1260 },
1261 "edition": "2018",
1262 "version": "1.5.0"
1263 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001264 "license": "MIT",
1265 "license_ids": [
1266 "MIT"
1267 ],
1268 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001269 },
1270 "cc 1.0.83": {
1271 "name": "cc",
1272 "version": "1.0.83",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001273 "package_url": "https://github.com/rust-lang/cc-rs",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001274 "repository": {
1275 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001276 "url": "https://static.crates.io/crates/cc/1.0.83/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001277 "sha256": "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
1278 }
1279 },
1280 "targets": [
1281 {
1282 "Library": {
1283 "crate_name": "cc",
1284 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001285 "srcs": {
1286 "allow_empty": true,
1287 "include": [
1288 "**/*.rs"
1289 ]
1290 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001291 }
1292 },
1293 {
1294 "Binary": {
1295 "crate_name": "gcc-shim",
1296 "crate_root": "src/bin/gcc-shim.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001297 "srcs": {
1298 "allow_empty": true,
1299 "include": [
1300 "**/*.rs"
1301 ]
1302 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001303 }
1304 }
1305 ],
1306 "library_target_name": "cc",
1307 "common_attrs": {
1308 "compile_data_glob": [
1309 "**"
1310 ],
1311 "deps": {
1312 "common": [],
1313 "selects": {
1314 "cfg(unix)": [
1315 {
1316 "id": "libc 0.2.152",
1317 "target": "libc"
1318 }
1319 ]
1320 }
1321 },
1322 "edition": "2018",
1323 "version": "1.0.83"
1324 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001325 "license": "MIT OR Apache-2.0",
1326 "license_ids": [
1327 "Apache-2.0",
1328 "MIT"
1329 ],
1330 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001331 },
1332 "cfg-if 1.0.0": {
1333 "name": "cfg-if",
1334 "version": "1.0.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001335 "package_url": "https://github.com/alexcrichton/cfg-if",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001336 "repository": {
1337 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001338 "url": "https://static.crates.io/crates/cfg-if/1.0.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001339 "sha256": "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
1340 }
1341 },
1342 "targets": [
1343 {
1344 "Library": {
1345 "crate_name": "cfg_if",
1346 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001347 "srcs": {
1348 "allow_empty": true,
1349 "include": [
1350 "**/*.rs"
1351 ]
1352 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001353 }
1354 }
1355 ],
1356 "library_target_name": "cfg_if",
1357 "common_attrs": {
1358 "compile_data_glob": [
1359 "**"
1360 ],
1361 "edition": "2018",
1362 "version": "1.0.0"
1363 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001364 "license": "MIT/Apache-2.0",
1365 "license_ids": [
1366 "Apache-2.0",
1367 "MIT"
1368 ],
1369 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001370 },
1371 "chrono 0.4.31": {
1372 "name": "chrono",
1373 "version": "0.4.31",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001374 "package_url": "https://github.com/chronotope/chrono",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001375 "repository": {
1376 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001377 "url": "https://static.crates.io/crates/chrono/0.4.31/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001378 "sha256": "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
1379 }
1380 },
1381 "targets": [
1382 {
1383 "Library": {
1384 "crate_name": "chrono",
1385 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001386 "srcs": {
1387 "allow_empty": true,
1388 "include": [
1389 "**/*.rs"
1390 ]
1391 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001392 }
1393 }
1394 ],
1395 "library_target_name": "chrono",
1396 "common_attrs": {
1397 "compile_data_glob": [
1398 "**"
1399 ],
1400 "crate_features": {
1401 "common": [
1402 "android-tzdata",
1403 "clock",
1404 "iana-time-zone",
1405 "std",
1406 "winapi",
1407 "windows-targets"
1408 ],
1409 "selects": {}
1410 },
1411 "deps": {
1412 "common": [
1413 {
1414 "id": "num-traits 0.2.17",
1415 "target": "num_traits"
1416 }
1417 ],
1418 "selects": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001419 "aarch64-apple-darwin": [
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001420 {
1421 "id": "iana-time-zone 0.1.59",
1422 "target": "iana_time_zone"
1423 }
1424 ],
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001425 "aarch64-apple-ios": [
1426 {
1427 "id": "iana-time-zone 0.1.59",
1428 "target": "iana_time_zone"
1429 }
1430 ],
1431 "aarch64-apple-ios-sim": [
1432 {
1433 "id": "iana-time-zone 0.1.59",
1434 "target": "iana_time_zone"
1435 }
1436 ],
1437 "aarch64-fuchsia": [
1438 {
1439 "id": "iana-time-zone 0.1.59",
1440 "target": "iana_time_zone"
1441 }
1442 ],
1443 "aarch64-linux-android": [
1444 {
1445 "id": "android-tzdata 0.1.1",
1446 "target": "android_tzdata"
1447 },
1448 {
1449 "id": "iana-time-zone 0.1.59",
1450 "target": "iana_time_zone"
1451 }
1452 ],
1453 "aarch64-pc-windows-msvc": [
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001454 {
1455 "id": "windows-targets 0.48.5",
1456 "target": "windows_targets"
1457 }
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001458 ],
1459 "aarch64-unknown-linux-gnu": [
1460 {
1461 "id": "iana-time-zone 0.1.59",
1462 "target": "iana_time_zone"
1463 }
1464 ],
1465 "aarch64-unknown-nixos-gnu": [
1466 {
1467 "id": "iana-time-zone 0.1.59",
1468 "target": "iana_time_zone"
1469 }
1470 ],
1471 "aarch64-unknown-nto-qnx710": [
1472 {
1473 "id": "iana-time-zone 0.1.59",
1474 "target": "iana_time_zone"
1475 }
1476 ],
1477 "arm-unknown-linux-gnueabi": [
1478 {
1479 "id": "iana-time-zone 0.1.59",
1480 "target": "iana_time_zone"
1481 }
1482 ],
1483 "armv7-linux-androideabi": [
1484 {
1485 "id": "android-tzdata 0.1.1",
1486 "target": "android_tzdata"
1487 },
1488 {
1489 "id": "iana-time-zone 0.1.59",
1490 "target": "iana_time_zone"
1491 }
1492 ],
1493 "armv7-unknown-linux-gnueabi": [
1494 {
1495 "id": "iana-time-zone 0.1.59",
1496 "target": "iana_time_zone"
1497 }
1498 ],
1499 "i686-apple-darwin": [
1500 {
1501 "id": "iana-time-zone 0.1.59",
1502 "target": "iana_time_zone"
1503 }
1504 ],
1505 "i686-linux-android": [
1506 {
1507 "id": "android-tzdata 0.1.1",
1508 "target": "android_tzdata"
1509 },
1510 {
1511 "id": "iana-time-zone 0.1.59",
1512 "target": "iana_time_zone"
1513 }
1514 ],
1515 "i686-pc-windows-msvc": [
1516 {
1517 "id": "windows-targets 0.48.5",
1518 "target": "windows_targets"
1519 }
1520 ],
1521 "i686-unknown-freebsd": [
1522 {
1523 "id": "iana-time-zone 0.1.59",
1524 "target": "iana_time_zone"
1525 }
1526 ],
1527 "i686-unknown-linux-gnu": [
1528 {
1529 "id": "iana-time-zone 0.1.59",
1530 "target": "iana_time_zone"
1531 }
1532 ],
1533 "powerpc-unknown-linux-gnu": [
1534 {
1535 "id": "iana-time-zone 0.1.59",
1536 "target": "iana_time_zone"
1537 }
1538 ],
1539 "s390x-unknown-linux-gnu": [
1540 {
1541 "id": "iana-time-zone 0.1.59",
1542 "target": "iana_time_zone"
1543 }
1544 ],
1545 "x86_64-apple-darwin": [
1546 {
1547 "id": "iana-time-zone 0.1.59",
1548 "target": "iana_time_zone"
1549 }
1550 ],
1551 "x86_64-apple-ios": [
1552 {
1553 "id": "iana-time-zone 0.1.59",
1554 "target": "iana_time_zone"
1555 }
1556 ],
1557 "x86_64-fuchsia": [
1558 {
1559 "id": "iana-time-zone 0.1.59",
1560 "target": "iana_time_zone"
1561 }
1562 ],
1563 "x86_64-linux-android": [
1564 {
1565 "id": "android-tzdata 0.1.1",
1566 "target": "android_tzdata"
1567 },
1568 {
1569 "id": "iana-time-zone 0.1.59",
1570 "target": "iana_time_zone"
1571 }
1572 ],
1573 "x86_64-pc-windows-msvc": [
1574 {
1575 "id": "windows-targets 0.48.5",
1576 "target": "windows_targets"
1577 }
1578 ],
1579 "x86_64-unknown-freebsd": [
1580 {
1581 "id": "iana-time-zone 0.1.59",
1582 "target": "iana_time_zone"
1583 }
1584 ],
1585 "x86_64-unknown-linux-gnu": [
1586 {
1587 "id": "iana-time-zone 0.1.59",
1588 "target": "iana_time_zone"
1589 }
1590 ],
1591 "x86_64-unknown-nixos-gnu": [
1592 {
1593 "id": "iana-time-zone 0.1.59",
1594 "target": "iana_time_zone"
1595 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001596 ]
1597 }
1598 },
1599 "edition": "2021",
1600 "version": "0.4.31"
1601 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001602 "license": "MIT OR Apache-2.0",
1603 "license_ids": [
1604 "Apache-2.0",
1605 "MIT"
1606 ],
1607 "license_file": "LICENSE.txt"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001608 },
1609 "clap 4.4.16": {
1610 "name": "clap",
1611 "version": "4.4.16",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001612 "package_url": "https://github.com/clap-rs/clap",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001613 "repository": {
1614 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001615 "url": "https://static.crates.io/crates/clap/4.4.16/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001616 "sha256": "58e54881c004cec7895b0068a0a954cd5d62da01aef83fa35b1e594497bf5445"
1617 }
1618 },
1619 "targets": [
1620 {
1621 "Library": {
1622 "crate_name": "clap",
1623 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001624 "srcs": {
1625 "allow_empty": true,
1626 "include": [
1627 "**/*.rs"
1628 ]
1629 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001630 }
1631 },
1632 {
1633 "Binary": {
1634 "crate_name": "stdio-fixture",
1635 "crate_root": "src/bin/stdio-fixture.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001636 "srcs": {
1637 "allow_empty": true,
1638 "include": [
1639 "**/*.rs"
1640 ]
1641 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001642 }
1643 }
1644 ],
1645 "library_target_name": "clap",
1646 "common_attrs": {
1647 "compile_data_glob": [
1648 "**"
1649 ],
1650 "crate_features": {
1651 "common": [
1652 "cargo",
1653 "color",
1654 "default",
1655 "error-context",
1656 "help",
1657 "std",
1658 "suggestions",
1659 "usage",
1660 "wrap_help"
1661 ],
1662 "selects": {}
1663 },
1664 "deps": {
1665 "common": [
1666 {
1667 "id": "clap_builder 4.4.16",
1668 "target": "clap_builder"
1669 }
1670 ],
1671 "selects": {}
1672 },
1673 "edition": "2021",
1674 "version": "4.4.16"
1675 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001676 "license": "MIT OR Apache-2.0",
1677 "license_ids": [
1678 "Apache-2.0",
1679 "MIT"
1680 ],
1681 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001682 },
1683 "clap_builder 4.4.16": {
1684 "name": "clap_builder",
1685 "version": "4.4.16",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001686 "package_url": "https://github.com/clap-rs/clap",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001687 "repository": {
1688 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001689 "url": "https://static.crates.io/crates/clap_builder/4.4.16/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001690 "sha256": "59cb82d7f531603d2fd1f507441cdd35184fa81beff7bd489570de7f773460bb"
1691 }
1692 },
1693 "targets": [
1694 {
1695 "Library": {
1696 "crate_name": "clap_builder",
1697 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001698 "srcs": {
1699 "allow_empty": true,
1700 "include": [
1701 "**/*.rs"
1702 ]
1703 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001704 }
1705 }
1706 ],
1707 "library_target_name": "clap_builder",
1708 "common_attrs": {
1709 "compile_data_glob": [
1710 "**"
1711 ],
1712 "crate_features": {
1713 "common": [
1714 "cargo",
1715 "color",
1716 "error-context",
1717 "help",
1718 "std",
1719 "suggestions",
1720 "usage",
1721 "wrap_help"
1722 ],
1723 "selects": {}
1724 },
1725 "deps": {
1726 "common": [
1727 {
1728 "id": "anstream 0.6.7",
1729 "target": "anstream"
1730 },
1731 {
1732 "id": "anstyle 1.0.4",
1733 "target": "anstyle"
1734 },
1735 {
1736 "id": "clap_lex 0.6.0",
1737 "target": "clap_lex"
1738 },
1739 {
1740 "id": "strsim 0.10.0",
1741 "target": "strsim"
1742 },
1743 {
1744 "id": "terminal_size 0.3.0",
1745 "target": "terminal_size"
1746 }
1747 ],
1748 "selects": {}
1749 },
1750 "edition": "2021",
1751 "version": "4.4.16"
1752 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001753 "license": "MIT OR Apache-2.0",
1754 "license_ids": [
1755 "Apache-2.0",
1756 "MIT"
1757 ],
1758 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001759 },
1760 "clap_complete 4.4.6": {
1761 "name": "clap_complete",
1762 "version": "4.4.6",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001763 "package_url": "https://github.com/clap-rs/clap/tree/master/clap_complete",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001764 "repository": {
1765 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001766 "url": "https://static.crates.io/crates/clap_complete/4.4.6/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001767 "sha256": "97aeaa95557bd02f23fbb662f981670c3d20c5a26e69f7354b28f57092437fcd"
1768 }
1769 },
1770 "targets": [
1771 {
1772 "Library": {
1773 "crate_name": "clap_complete",
1774 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001775 "srcs": {
1776 "allow_empty": true,
1777 "include": [
1778 "**/*.rs"
1779 ]
1780 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001781 }
1782 }
1783 ],
1784 "library_target_name": "clap_complete",
1785 "common_attrs": {
1786 "compile_data_glob": [
1787 "**"
1788 ],
1789 "crate_features": {
1790 "common": [
1791 "default"
1792 ],
1793 "selects": {}
1794 },
1795 "deps": {
1796 "common": [
1797 {
1798 "id": "clap 4.4.16",
1799 "target": "clap"
1800 }
1801 ],
1802 "selects": {}
1803 },
1804 "edition": "2021",
1805 "version": "4.4.6"
1806 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001807 "license": "MIT OR Apache-2.0",
1808 "license_ids": [
1809 "Apache-2.0",
1810 "MIT"
1811 ],
1812 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001813 },
1814 "clap_lex 0.6.0": {
1815 "name": "clap_lex",
1816 "version": "0.6.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001817 "package_url": "https://github.com/clap-rs/clap/tree/master/clap_lex",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001818 "repository": {
1819 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001820 "url": "https://static.crates.io/crates/clap_lex/0.6.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001821 "sha256": "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
1822 }
1823 },
1824 "targets": [
1825 {
1826 "Library": {
1827 "crate_name": "clap_lex",
1828 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001829 "srcs": {
1830 "allow_empty": true,
1831 "include": [
1832 "**/*.rs"
1833 ]
1834 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001835 }
1836 }
1837 ],
1838 "library_target_name": "clap_lex",
1839 "common_attrs": {
1840 "compile_data_glob": [
1841 "**"
1842 ],
1843 "edition": "2021",
1844 "version": "0.6.0"
1845 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001846 "license": "MIT OR Apache-2.0",
1847 "license_ids": [
1848 "Apache-2.0",
1849 "MIT"
1850 ],
1851 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001852 },
1853 "colorchoice 1.0.0": {
1854 "name": "colorchoice",
1855 "version": "1.0.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001856 "package_url": "https://github.com/rust-cli/anstyle",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001857 "repository": {
1858 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001859 "url": "https://static.crates.io/crates/colorchoice/1.0.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001860 "sha256": "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
1861 }
1862 },
1863 "targets": [
1864 {
1865 "Library": {
1866 "crate_name": "colorchoice",
1867 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001868 "srcs": {
1869 "allow_empty": true,
1870 "include": [
1871 "**/*.rs"
1872 ]
1873 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001874 }
1875 }
1876 ],
1877 "library_target_name": "colorchoice",
1878 "common_attrs": {
1879 "compile_data_glob": [
1880 "**"
1881 ],
1882 "edition": "2021",
1883 "version": "1.0.0"
1884 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001885 "license": "MIT OR Apache-2.0",
1886 "license_ids": [
1887 "Apache-2.0",
1888 "MIT"
1889 ],
1890 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001891 },
1892 "compile_with_bazel 0.0.0": {
1893 "name": "compile_with_bazel",
1894 "version": "0.0.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001895 "package_url": null,
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001896 "repository": null,
1897 "targets": [
1898 {
1899 "Library": {
1900 "crate_name": "compile_with_bazel",
1901 "crate_root": "fake_lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001902 "srcs": {
1903 "allow_empty": true,
1904 "include": [
1905 "**/*.rs"
1906 ]
1907 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001908 }
1909 }
1910 ],
1911 "library_target_name": "compile_with_bazel",
1912 "common_attrs": {
1913 "compile_data_glob": [
1914 "**"
1915 ],
1916 "deps": {
1917 "common": [
1918 {
1919 "id": "mdbook 0.4.36",
1920 "target": "mdbook"
1921 },
1922 {
1923 "id": "protoc-gen-prost 0.2.3",
1924 "target": "protoc_gen_prost"
1925 }
1926 ],
1927 "selects": {}
1928 },
1929 "edition": "2015",
1930 "version": "0.0.0"
1931 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001932 "license": null,
1933 "license_ids": [],
1934 "license_file": null
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001935 },
1936 "core-foundation-sys 0.8.6": {
1937 "name": "core-foundation-sys",
1938 "version": "0.8.6",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001939 "package_url": "https://github.com/servo/core-foundation-rs",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001940 "repository": {
1941 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001942 "url": "https://static.crates.io/crates/core-foundation-sys/0.8.6/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001943 "sha256": "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
1944 }
1945 },
1946 "targets": [
1947 {
1948 "Library": {
1949 "crate_name": "core_foundation_sys",
1950 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001951 "srcs": {
1952 "allow_empty": true,
1953 "include": [
1954 "**/*.rs"
1955 ]
1956 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001957 }
1958 }
1959 ],
1960 "library_target_name": "core_foundation_sys",
1961 "common_attrs": {
1962 "compile_data_glob": [
1963 "**"
1964 ],
1965 "crate_features": {
1966 "common": [
1967 "default",
1968 "link"
1969 ],
1970 "selects": {}
1971 },
1972 "edition": "2018",
1973 "version": "0.8.6"
1974 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001975 "license": "MIT OR Apache-2.0",
1976 "license_ids": [
1977 "Apache-2.0",
1978 "MIT"
1979 ],
1980 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001981 },
1982 "cpufeatures 0.2.12": {
1983 "name": "cpufeatures",
1984 "version": "0.2.12",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001985 "package_url": "https://github.com/RustCrypto/utils",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001986 "repository": {
1987 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001988 "url": "https://static.crates.io/crates/cpufeatures/0.2.12/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01001989 "sha256": "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
1990 }
1991 },
1992 "targets": [
1993 {
1994 "Library": {
1995 "crate_name": "cpufeatures",
1996 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02001997 "srcs": {
1998 "allow_empty": true,
1999 "include": [
2000 "**/*.rs"
2001 ]
2002 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002003 }
2004 }
2005 ],
2006 "library_target_name": "cpufeatures",
2007 "common_attrs": {
2008 "compile_data_glob": [
2009 "**"
2010 ],
2011 "deps": {
2012 "common": [],
2013 "selects": {
2014 "aarch64-linux-android": [
2015 {
2016 "id": "libc 0.2.152",
2017 "target": "libc"
2018 }
2019 ],
2020 "cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))": [
2021 {
2022 "id": "libc 0.2.152",
2023 "target": "libc"
2024 }
2025 ],
2026 "cfg(all(target_arch = \"aarch64\", target_vendor = \"apple\"))": [
2027 {
2028 "id": "libc 0.2.152",
2029 "target": "libc"
2030 }
2031 ],
2032 "cfg(all(target_arch = \"loongarch64\", target_os = \"linux\"))": [
2033 {
2034 "id": "libc 0.2.152",
2035 "target": "libc"
2036 }
2037 ]
2038 }
2039 },
2040 "edition": "2018",
2041 "version": "0.2.12"
2042 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002043 "license": "MIT OR Apache-2.0",
2044 "license_ids": [
2045 "Apache-2.0",
2046 "MIT"
2047 ],
2048 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002049 },
2050 "crossbeam-channel 0.5.11": {
2051 "name": "crossbeam-channel",
2052 "version": "0.5.11",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002053 "package_url": "https://github.com/crossbeam-rs/crossbeam",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002054 "repository": {
2055 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002056 "url": "https://static.crates.io/crates/crossbeam-channel/0.5.11/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002057 "sha256": "176dc175b78f56c0f321911d9c8eb2b77a78a4860b9c19db83835fea1a46649b"
2058 }
2059 },
2060 "targets": [
2061 {
2062 "Library": {
2063 "crate_name": "crossbeam_channel",
2064 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002065 "srcs": {
2066 "allow_empty": true,
2067 "include": [
2068 "**/*.rs"
2069 ]
2070 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002071 }
2072 }
2073 ],
2074 "library_target_name": "crossbeam_channel",
2075 "common_attrs": {
2076 "compile_data_glob": [
2077 "**"
2078 ],
2079 "crate_features": {
2080 "common": [
2081 "default",
2082 "std"
2083 ],
2084 "selects": {}
2085 },
2086 "deps": {
2087 "common": [
2088 {
2089 "id": "crossbeam-utils 0.8.19",
2090 "target": "crossbeam_utils"
2091 }
2092 ],
2093 "selects": {}
2094 },
2095 "edition": "2021",
2096 "version": "0.5.11"
2097 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002098 "license": "MIT OR Apache-2.0",
2099 "license_ids": [
2100 "Apache-2.0",
2101 "MIT"
2102 ],
2103 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002104 },
2105 "crossbeam-deque 0.8.5": {
2106 "name": "crossbeam-deque",
2107 "version": "0.8.5",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002108 "package_url": "https://github.com/crossbeam-rs/crossbeam",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002109 "repository": {
2110 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002111 "url": "https://static.crates.io/crates/crossbeam-deque/0.8.5/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002112 "sha256": "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
2113 }
2114 },
2115 "targets": [
2116 {
2117 "Library": {
2118 "crate_name": "crossbeam_deque",
2119 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002120 "srcs": {
2121 "allow_empty": true,
2122 "include": [
2123 "**/*.rs"
2124 ]
2125 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002126 }
2127 }
2128 ],
2129 "library_target_name": "crossbeam_deque",
2130 "common_attrs": {
2131 "compile_data_glob": [
2132 "**"
2133 ],
2134 "crate_features": {
2135 "common": [
2136 "default",
2137 "std"
2138 ],
2139 "selects": {}
2140 },
2141 "deps": {
2142 "common": [
2143 {
2144 "id": "crossbeam-epoch 0.9.18",
2145 "target": "crossbeam_epoch"
2146 },
2147 {
2148 "id": "crossbeam-utils 0.8.19",
2149 "target": "crossbeam_utils"
2150 }
2151 ],
2152 "selects": {}
2153 },
2154 "edition": "2021",
2155 "version": "0.8.5"
2156 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002157 "license": "MIT OR Apache-2.0",
2158 "license_ids": [
2159 "Apache-2.0",
2160 "MIT"
2161 ],
2162 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002163 },
2164 "crossbeam-epoch 0.9.18": {
2165 "name": "crossbeam-epoch",
2166 "version": "0.9.18",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002167 "package_url": "https://github.com/crossbeam-rs/crossbeam",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002168 "repository": {
2169 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002170 "url": "https://static.crates.io/crates/crossbeam-epoch/0.9.18/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002171 "sha256": "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
2172 }
2173 },
2174 "targets": [
2175 {
2176 "Library": {
2177 "crate_name": "crossbeam_epoch",
2178 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002179 "srcs": {
2180 "allow_empty": true,
2181 "include": [
2182 "**/*.rs"
2183 ]
2184 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002185 }
2186 }
2187 ],
2188 "library_target_name": "crossbeam_epoch",
2189 "common_attrs": {
2190 "compile_data_glob": [
2191 "**"
2192 ],
2193 "crate_features": {
2194 "common": [
2195 "alloc",
2196 "std"
2197 ],
2198 "selects": {}
2199 },
2200 "deps": {
2201 "common": [
2202 {
2203 "id": "crossbeam-utils 0.8.19",
2204 "target": "crossbeam_utils"
2205 }
2206 ],
2207 "selects": {}
2208 },
2209 "edition": "2021",
2210 "version": "0.9.18"
2211 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002212 "license": "MIT OR Apache-2.0",
2213 "license_ids": [
2214 "Apache-2.0",
2215 "MIT"
2216 ],
2217 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002218 },
2219 "crossbeam-utils 0.8.19": {
2220 "name": "crossbeam-utils",
2221 "version": "0.8.19",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002222 "package_url": "https://github.com/crossbeam-rs/crossbeam",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002223 "repository": {
2224 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002225 "url": "https://static.crates.io/crates/crossbeam-utils/0.8.19/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002226 "sha256": "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
2227 }
2228 },
2229 "targets": [
2230 {
2231 "Library": {
2232 "crate_name": "crossbeam_utils",
2233 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002234 "srcs": {
2235 "allow_empty": true,
2236 "include": [
2237 "**/*.rs"
2238 ]
2239 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002240 }
2241 },
2242 {
2243 "BuildScript": {
2244 "crate_name": "build_script_build",
2245 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002246 "srcs": {
2247 "allow_empty": true,
2248 "include": [
2249 "**/*.rs"
2250 ]
2251 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002252 }
2253 }
2254 ],
2255 "library_target_name": "crossbeam_utils",
2256 "common_attrs": {
2257 "compile_data_glob": [
2258 "**"
2259 ],
2260 "crate_features": {
2261 "common": [
2262 "std"
2263 ],
2264 "selects": {}
2265 },
2266 "deps": {
2267 "common": [
2268 {
2269 "id": "crossbeam-utils 0.8.19",
2270 "target": "build_script_build"
2271 }
2272 ],
2273 "selects": {}
2274 },
2275 "edition": "2021",
2276 "version": "0.8.19"
2277 },
2278 "build_script_attrs": {
2279 "data_glob": [
2280 "**"
2281 ]
2282 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002283 "license": "MIT OR Apache-2.0",
2284 "license_ids": [
2285 "Apache-2.0",
2286 "MIT"
2287 ],
2288 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002289 },
2290 "crypto-common 0.1.6": {
2291 "name": "crypto-common",
2292 "version": "0.1.6",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002293 "package_url": "https://github.com/RustCrypto/traits",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002294 "repository": {
2295 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002296 "url": "https://static.crates.io/crates/crypto-common/0.1.6/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002297 "sha256": "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2298 }
2299 },
2300 "targets": [
2301 {
2302 "Library": {
2303 "crate_name": "crypto_common",
2304 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002305 "srcs": {
2306 "allow_empty": true,
2307 "include": [
2308 "**/*.rs"
2309 ]
2310 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002311 }
2312 }
2313 ],
2314 "library_target_name": "crypto_common",
2315 "common_attrs": {
2316 "compile_data_glob": [
2317 "**"
2318 ],
2319 "crate_features": {
2320 "common": [
2321 "std"
2322 ],
2323 "selects": {}
2324 },
2325 "deps": {
2326 "common": [
2327 {
2328 "id": "generic-array 0.14.7",
2329 "target": "generic_array"
2330 },
2331 {
2332 "id": "typenum 1.17.0",
2333 "target": "typenum"
2334 }
2335 ],
2336 "selects": {}
2337 },
2338 "edition": "2018",
2339 "version": "0.1.6"
2340 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002341 "license": "MIT OR Apache-2.0",
2342 "license_ids": [
2343 "Apache-2.0",
2344 "MIT"
2345 ],
2346 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002347 },
2348 "data-encoding 2.5.0": {
2349 "name": "data-encoding",
2350 "version": "2.5.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002351 "package_url": "https://github.com/ia0/data-encoding",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002352 "repository": {
2353 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002354 "url": "https://static.crates.io/crates/data-encoding/2.5.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002355 "sha256": "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5"
2356 }
2357 },
2358 "targets": [
2359 {
2360 "Library": {
2361 "crate_name": "data_encoding",
2362 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002363 "srcs": {
2364 "allow_empty": true,
2365 "include": [
2366 "**/*.rs"
2367 ]
2368 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002369 }
2370 }
2371 ],
2372 "library_target_name": "data_encoding",
2373 "common_attrs": {
2374 "compile_data_glob": [
2375 "**"
2376 ],
2377 "crate_features": {
2378 "common": [
2379 "alloc",
2380 "default",
2381 "std"
2382 ],
2383 "selects": {}
2384 },
2385 "edition": "2018",
2386 "version": "2.5.0"
2387 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002388 "license": "MIT",
2389 "license_ids": [
2390 "MIT"
2391 ],
2392 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002393 },
2394 "digest 0.10.7": {
2395 "name": "digest",
2396 "version": "0.10.7",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002397 "package_url": "https://github.com/RustCrypto/traits",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002398 "repository": {
2399 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002400 "url": "https://static.crates.io/crates/digest/0.10.7/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002401 "sha256": "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2402 }
2403 },
2404 "targets": [
2405 {
2406 "Library": {
2407 "crate_name": "digest",
2408 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002409 "srcs": {
2410 "allow_empty": true,
2411 "include": [
2412 "**/*.rs"
2413 ]
2414 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002415 }
2416 }
2417 ],
2418 "library_target_name": "digest",
2419 "common_attrs": {
2420 "compile_data_glob": [
2421 "**"
2422 ],
2423 "crate_features": {
2424 "common": [
2425 "alloc",
2426 "block-buffer",
2427 "core-api",
2428 "default",
2429 "std"
2430 ],
2431 "selects": {}
2432 },
2433 "deps": {
2434 "common": [
2435 {
2436 "id": "block-buffer 0.10.4",
2437 "target": "block_buffer"
2438 },
2439 {
2440 "id": "crypto-common 0.1.6",
2441 "target": "crypto_common"
2442 }
2443 ],
2444 "selects": {}
2445 },
2446 "edition": "2018",
2447 "version": "0.10.7"
2448 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002449 "license": "MIT OR Apache-2.0",
2450 "license_ids": [
2451 "Apache-2.0",
2452 "MIT"
2453 ],
2454 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002455 },
2456 "either 1.9.0": {
2457 "name": "either",
2458 "version": "1.9.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002459 "package_url": "https://github.com/bluss/either",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002460 "repository": {
2461 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002462 "url": "https://static.crates.io/crates/either/1.9.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002463 "sha256": "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
2464 }
2465 },
2466 "targets": [
2467 {
2468 "Library": {
2469 "crate_name": "either",
2470 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002471 "srcs": {
2472 "allow_empty": true,
2473 "include": [
2474 "**/*.rs"
2475 ]
2476 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002477 }
2478 }
2479 ],
2480 "library_target_name": "either",
2481 "common_attrs": {
2482 "compile_data_glob": [
2483 "**"
2484 ],
2485 "crate_features": {
2486 "common": [
2487 "default",
2488 "use_std"
2489 ],
2490 "selects": {}
2491 },
2492 "edition": "2018",
2493 "version": "1.9.0"
2494 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002495 "license": "MIT OR Apache-2.0",
2496 "license_ids": [
2497 "Apache-2.0",
2498 "MIT"
2499 ],
2500 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002501 },
2502 "elasticlunr-rs 3.0.2": {
2503 "name": "elasticlunr-rs",
2504 "version": "3.0.2",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002505 "package_url": "https://github.com/mattico/elasticlunr-rs",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002506 "repository": {
2507 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002508 "url": "https://static.crates.io/crates/elasticlunr-rs/3.0.2/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002509 "sha256": "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
2510 }
2511 },
2512 "targets": [
2513 {
2514 "Library": {
2515 "crate_name": "elasticlunr",
2516 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002517 "srcs": {
2518 "allow_empty": true,
2519 "include": [
2520 "**/*.rs"
2521 ]
2522 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002523 }
2524 }
2525 ],
2526 "library_target_name": "elasticlunr",
2527 "common_attrs": {
2528 "compile_data_glob": [
2529 "**"
2530 ],
2531 "deps": {
2532 "common": [
2533 {
2534 "id": "regex 1.10.2",
2535 "target": "regex"
2536 },
2537 {
2538 "id": "serde 1.0.195",
2539 "target": "serde"
2540 },
2541 {
2542 "id": "serde_json 1.0.111",
2543 "target": "serde_json"
2544 }
2545 ],
2546 "selects": {}
2547 },
2548 "edition": "2018",
2549 "proc_macro_deps": {
2550 "common": [
2551 {
2552 "id": "serde_derive 1.0.195",
2553 "target": "serde_derive"
2554 }
2555 ],
2556 "selects": {}
2557 },
2558 "version": "3.0.2"
2559 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002560 "license": "MIT/Apache-2.0",
2561 "license_ids": [
2562 "Apache-2.0",
2563 "MIT"
2564 ],
2565 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002566 },
2567 "env_logger 0.10.1": {
2568 "name": "env_logger",
2569 "version": "0.10.1",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002570 "package_url": "https://github.com/rust-cli/env_logger",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002571 "repository": {
2572 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002573 "url": "https://static.crates.io/crates/env_logger/0.10.1/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002574 "sha256": "95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece"
2575 }
2576 },
2577 "targets": [
2578 {
2579 "Library": {
2580 "crate_name": "env_logger",
2581 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002582 "srcs": {
2583 "allow_empty": true,
2584 "include": [
2585 "**/*.rs"
2586 ]
2587 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002588 }
2589 }
2590 ],
2591 "library_target_name": "env_logger",
2592 "common_attrs": {
2593 "compile_data_glob": [
2594 "**"
2595 ],
2596 "crate_features": {
2597 "common": [
2598 "auto-color",
2599 "color",
2600 "default",
2601 "humantime",
2602 "regex"
2603 ],
2604 "selects": {}
2605 },
2606 "deps": {
2607 "common": [
2608 {
2609 "id": "humantime 2.1.0",
2610 "target": "humantime"
2611 },
2612 {
2613 "id": "is-terminal 0.4.10",
2614 "target": "is_terminal"
2615 },
2616 {
2617 "id": "log 0.4.20",
2618 "target": "log"
2619 },
2620 {
2621 "id": "regex 1.10.2",
2622 "target": "regex"
2623 },
2624 {
2625 "id": "termcolor 1.4.1",
2626 "target": "termcolor"
2627 }
2628 ],
2629 "selects": {}
2630 },
2631 "edition": "2021",
2632 "version": "0.10.1"
2633 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002634 "license": "MIT OR Apache-2.0",
2635 "license_ids": [
2636 "Apache-2.0",
2637 "MIT"
2638 ],
2639 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002640 },
2641 "equivalent 1.0.1": {
2642 "name": "equivalent",
2643 "version": "1.0.1",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002644 "package_url": "https://github.com/cuviper/equivalent",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002645 "repository": {
2646 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002647 "url": "https://static.crates.io/crates/equivalent/1.0.1/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002648 "sha256": "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2649 }
2650 },
2651 "targets": [
2652 {
2653 "Library": {
2654 "crate_name": "equivalent",
2655 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002656 "srcs": {
2657 "allow_empty": true,
2658 "include": [
2659 "**/*.rs"
2660 ]
2661 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002662 }
2663 }
2664 ],
2665 "library_target_name": "equivalent",
2666 "common_attrs": {
2667 "compile_data_glob": [
2668 "**"
2669 ],
2670 "edition": "2015",
2671 "version": "1.0.1"
2672 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002673 "license": "Apache-2.0 OR MIT",
2674 "license_ids": [
2675 "Apache-2.0",
2676 "MIT"
2677 ],
2678 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002679 },
2680 "errno 0.3.8": {
2681 "name": "errno",
2682 "version": "0.3.8",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002683 "package_url": "https://github.com/lambda-fairy/rust-errno",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002684 "repository": {
2685 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002686 "url": "https://static.crates.io/crates/errno/0.3.8/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002687 "sha256": "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
2688 }
2689 },
2690 "targets": [
2691 {
2692 "Library": {
2693 "crate_name": "errno",
2694 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002695 "srcs": {
2696 "allow_empty": true,
2697 "include": [
2698 "**/*.rs"
2699 ]
2700 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002701 }
2702 }
2703 ],
2704 "library_target_name": "errno",
2705 "common_attrs": {
2706 "compile_data_glob": [
2707 "**"
2708 ],
2709 "crate_features": {
2710 "common": [
2711 "std"
2712 ],
2713 "selects": {}
2714 },
2715 "deps": {
2716 "common": [],
2717 "selects": {
2718 "cfg(target_os = \"hermit\")": [
2719 {
2720 "id": "libc 0.2.152",
2721 "target": "libc"
2722 }
2723 ],
2724 "cfg(target_os = \"wasi\")": [
2725 {
2726 "id": "libc 0.2.152",
2727 "target": "libc"
2728 }
2729 ],
2730 "cfg(unix)": [
2731 {
2732 "id": "libc 0.2.152",
2733 "target": "libc"
2734 }
2735 ],
2736 "cfg(windows)": [
2737 {
2738 "id": "windows-sys 0.52.0",
2739 "target": "windows_sys"
2740 }
2741 ]
2742 }
2743 },
2744 "edition": "2018",
2745 "version": "0.3.8"
2746 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002747 "license": "MIT OR Apache-2.0",
2748 "license_ids": [
2749 "Apache-2.0",
2750 "MIT"
2751 ],
2752 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002753 },
2754 "fastrand 2.0.1": {
2755 "name": "fastrand",
2756 "version": "2.0.1",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002757 "package_url": "https://github.com/smol-rs/fastrand",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002758 "repository": {
2759 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002760 "url": "https://static.crates.io/crates/fastrand/2.0.1/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002761 "sha256": "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
2762 }
2763 },
2764 "targets": [
2765 {
2766 "Library": {
2767 "crate_name": "fastrand",
2768 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002769 "srcs": {
2770 "allow_empty": true,
2771 "include": [
2772 "**/*.rs"
2773 ]
2774 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002775 }
2776 }
2777 ],
2778 "library_target_name": "fastrand",
2779 "common_attrs": {
2780 "compile_data_glob": [
2781 "**"
2782 ],
2783 "crate_features": {
2784 "common": [
2785 "alloc",
2786 "default",
2787 "std"
2788 ],
2789 "selects": {}
2790 },
2791 "edition": "2018",
2792 "version": "2.0.1"
2793 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002794 "license": "Apache-2.0 OR MIT",
2795 "license_ids": [
2796 "Apache-2.0",
2797 "MIT"
2798 ],
2799 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002800 },
2801 "filetime 0.2.23": {
2802 "name": "filetime",
2803 "version": "0.2.23",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002804 "package_url": "https://github.com/alexcrichton/filetime",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002805 "repository": {
2806 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002807 "url": "https://static.crates.io/crates/filetime/0.2.23/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002808 "sha256": "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
2809 }
2810 },
2811 "targets": [
2812 {
2813 "Library": {
2814 "crate_name": "filetime",
2815 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002816 "srcs": {
2817 "allow_empty": true,
2818 "include": [
2819 "**/*.rs"
2820 ]
2821 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002822 }
2823 }
2824 ],
2825 "library_target_name": "filetime",
2826 "common_attrs": {
2827 "compile_data_glob": [
2828 "**"
2829 ],
2830 "deps": {
2831 "common": [
2832 {
2833 "id": "cfg-if 1.0.0",
2834 "target": "cfg_if"
2835 }
2836 ],
2837 "selects": {
2838 "cfg(target_os = \"redox\")": [
2839 {
2840 "id": "redox_syscall 0.4.1",
2841 "target": "syscall"
2842 }
2843 ],
2844 "cfg(unix)": [
2845 {
2846 "id": "libc 0.2.152",
2847 "target": "libc"
2848 }
2849 ],
2850 "cfg(windows)": [
2851 {
2852 "id": "windows-sys 0.52.0",
2853 "target": "windows_sys"
2854 }
2855 ]
2856 }
2857 },
2858 "edition": "2018",
2859 "version": "0.2.23"
2860 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002861 "license": "MIT/Apache-2.0",
2862 "license_ids": [
2863 "Apache-2.0",
2864 "MIT"
2865 ],
2866 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002867 },
2868 "fixedbitset 0.4.2": {
2869 "name": "fixedbitset",
2870 "version": "0.4.2",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002871 "package_url": "https://github.com/petgraph/fixedbitset",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002872 "repository": {
2873 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002874 "url": "https://static.crates.io/crates/fixedbitset/0.4.2/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002875 "sha256": "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
2876 }
2877 },
2878 "targets": [
2879 {
2880 "Library": {
2881 "crate_name": "fixedbitset",
2882 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002883 "srcs": {
2884 "allow_empty": true,
2885 "include": [
2886 "**/*.rs"
2887 ]
2888 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002889 }
2890 }
2891 ],
2892 "library_target_name": "fixedbitset",
2893 "common_attrs": {
2894 "compile_data_glob": [
2895 "**"
2896 ],
2897 "edition": "2015",
2898 "version": "0.4.2"
2899 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002900 "license": "MIT/Apache-2.0",
2901 "license_ids": [
2902 "Apache-2.0",
2903 "MIT"
2904 ],
2905 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002906 },
2907 "fnv 1.0.7": {
2908 "name": "fnv",
2909 "version": "1.0.7",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002910 "package_url": "https://github.com/servo/rust-fnv",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002911 "repository": {
2912 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002913 "url": "https://static.crates.io/crates/fnv/1.0.7/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002914 "sha256": "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2915 }
2916 },
2917 "targets": [
2918 {
2919 "Library": {
2920 "crate_name": "fnv",
2921 "crate_root": "lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002922 "srcs": {
2923 "allow_empty": true,
2924 "include": [
2925 "**/*.rs"
2926 ]
2927 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002928 }
2929 }
2930 ],
2931 "library_target_name": "fnv",
2932 "common_attrs": {
2933 "compile_data_glob": [
2934 "**"
2935 ],
2936 "crate_features": {
2937 "common": [
2938 "default",
2939 "std"
2940 ],
2941 "selects": {}
2942 },
2943 "edition": "2015",
2944 "version": "1.0.7"
2945 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002946 "license": "Apache-2.0 / MIT",
2947 "license_ids": [
2948 "Apache-2.0",
2949 "MIT"
2950 ],
2951 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002952 },
2953 "form_urlencoded 1.2.1": {
2954 "name": "form_urlencoded",
2955 "version": "1.2.1",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002956 "package_url": "https://github.com/servo/rust-url",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002957 "repository": {
2958 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002959 "url": "https://static.crates.io/crates/form_urlencoded/1.2.1/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002960 "sha256": "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
2961 }
2962 },
2963 "targets": [
2964 {
2965 "Library": {
2966 "crate_name": "form_urlencoded",
2967 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02002968 "srcs": {
2969 "allow_empty": true,
2970 "include": [
2971 "**/*.rs"
2972 ]
2973 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01002974 }
2975 }
2976 ],
2977 "library_target_name": "form_urlencoded",
2978 "common_attrs": {
2979 "compile_data_glob": [
2980 "**"
2981 ],
2982 "crate_features": {
2983 "common": [
2984 "alloc",
2985 "default",
2986 "std"
2987 ],
2988 "selects": {}
2989 },
2990 "deps": {
2991 "common": [
2992 {
2993 "id": "percent-encoding 2.3.1",
2994 "target": "percent_encoding"
2995 }
2996 ],
2997 "selects": {}
2998 },
2999 "edition": "2018",
3000 "version": "1.2.1"
3001 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003002 "license": "MIT OR Apache-2.0",
3003 "license_ids": [
3004 "Apache-2.0",
3005 "MIT"
3006 ],
3007 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003008 },
3009 "fsevent-sys 4.1.0": {
3010 "name": "fsevent-sys",
3011 "version": "4.1.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003012 "package_url": "https://github.com/octplane/fsevent-rust/tree/master/fsevent-sys",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003013 "repository": {
3014 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003015 "url": "https://static.crates.io/crates/fsevent-sys/4.1.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003016 "sha256": "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
3017 }
3018 },
3019 "targets": [
3020 {
3021 "Library": {
3022 "crate_name": "fsevent_sys",
3023 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003024 "srcs": {
3025 "allow_empty": true,
3026 "include": [
3027 "**/*.rs"
3028 ]
3029 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003030 }
3031 }
3032 ],
3033 "library_target_name": "fsevent_sys",
3034 "common_attrs": {
3035 "compile_data_glob": [
3036 "**"
3037 ],
3038 "deps": {
3039 "common": [
3040 {
3041 "id": "libc 0.2.152",
3042 "target": "libc"
3043 }
3044 ],
3045 "selects": {}
3046 },
3047 "edition": "2018",
3048 "version": "4.1.0"
3049 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003050 "license": "MIT",
3051 "license_ids": [
3052 "MIT"
3053 ],
3054 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003055 },
3056 "futf 0.1.5": {
3057 "name": "futf",
3058 "version": "0.1.5",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003059 "package_url": "https://github.com/servo/futf",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003060 "repository": {
3061 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003062 "url": "https://static.crates.io/crates/futf/0.1.5/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003063 "sha256": "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
3064 }
3065 },
3066 "targets": [
3067 {
3068 "Library": {
3069 "crate_name": "futf",
3070 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003071 "srcs": {
3072 "allow_empty": true,
3073 "include": [
3074 "**/*.rs"
3075 ]
3076 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003077 }
3078 }
3079 ],
3080 "library_target_name": "futf",
3081 "common_attrs": {
3082 "compile_data_glob": [
3083 "**"
3084 ],
3085 "deps": {
3086 "common": [
3087 {
3088 "id": "mac 0.1.1",
3089 "target": "mac"
3090 },
3091 {
3092 "id": "new_debug_unreachable 1.0.4",
3093 "target": "debug_unreachable"
3094 }
3095 ],
3096 "selects": {}
3097 },
3098 "edition": "2015",
3099 "version": "0.1.5"
3100 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003101 "license": "MIT / Apache-2.0",
3102 "license_ids": [
3103 "Apache-2.0",
3104 "MIT"
3105 ],
3106 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003107 },
3108 "futures-channel 0.3.30": {
3109 "name": "futures-channel",
3110 "version": "0.3.30",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003111 "package_url": "https://github.com/rust-lang/futures-rs",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003112 "repository": {
3113 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003114 "url": "https://static.crates.io/crates/futures-channel/0.3.30/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003115 "sha256": "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
3116 }
3117 },
3118 "targets": [
3119 {
3120 "Library": {
3121 "crate_name": "futures_channel",
3122 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003123 "srcs": {
3124 "allow_empty": true,
3125 "include": [
3126 "**/*.rs"
3127 ]
3128 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003129 }
3130 }
3131 ],
3132 "library_target_name": "futures_channel",
3133 "common_attrs": {
3134 "compile_data_glob": [
3135 "**"
3136 ],
3137 "crate_features": {
3138 "common": [
3139 "alloc",
3140 "default",
3141 "futures-sink",
3142 "sink",
3143 "std"
3144 ],
3145 "selects": {}
3146 },
3147 "deps": {
3148 "common": [
3149 {
3150 "id": "futures-core 0.3.30",
3151 "target": "futures_core"
3152 },
3153 {
3154 "id": "futures-sink 0.3.30",
3155 "target": "futures_sink"
3156 }
3157 ],
3158 "selects": {}
3159 },
3160 "edition": "2018",
3161 "version": "0.3.30"
3162 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003163 "license": "MIT OR Apache-2.0",
3164 "license_ids": [
3165 "Apache-2.0",
3166 "MIT"
3167 ],
3168 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003169 },
3170 "futures-core 0.3.30": {
3171 "name": "futures-core",
3172 "version": "0.3.30",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003173 "package_url": "https://github.com/rust-lang/futures-rs",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003174 "repository": {
3175 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003176 "url": "https://static.crates.io/crates/futures-core/0.3.30/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003177 "sha256": "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
3178 }
3179 },
3180 "targets": [
3181 {
3182 "Library": {
3183 "crate_name": "futures_core",
3184 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003185 "srcs": {
3186 "allow_empty": true,
3187 "include": [
3188 "**/*.rs"
3189 ]
3190 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003191 }
3192 }
3193 ],
3194 "library_target_name": "futures_core",
3195 "common_attrs": {
3196 "compile_data_glob": [
3197 "**"
3198 ],
3199 "crate_features": {
3200 "common": [
3201 "alloc",
3202 "default",
3203 "std"
3204 ],
3205 "selects": {}
3206 },
3207 "edition": "2018",
3208 "version": "0.3.30"
3209 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003210 "license": "MIT OR Apache-2.0",
3211 "license_ids": [
3212 "Apache-2.0",
3213 "MIT"
3214 ],
3215 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003216 },
3217 "futures-macro 0.3.30": {
3218 "name": "futures-macro",
3219 "version": "0.3.30",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003220 "package_url": "https://github.com/rust-lang/futures-rs",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003221 "repository": {
3222 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003223 "url": "https://static.crates.io/crates/futures-macro/0.3.30/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003224 "sha256": "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
3225 }
3226 },
3227 "targets": [
3228 {
3229 "ProcMacro": {
3230 "crate_name": "futures_macro",
3231 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003232 "srcs": {
3233 "allow_empty": true,
3234 "include": [
3235 "**/*.rs"
3236 ]
3237 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003238 }
3239 }
3240 ],
3241 "library_target_name": "futures_macro",
3242 "common_attrs": {
3243 "compile_data_glob": [
3244 "**"
3245 ],
3246 "deps": {
3247 "common": [
3248 {
3249 "id": "proc-macro2 1.0.76",
3250 "target": "proc_macro2"
3251 },
3252 {
3253 "id": "quote 1.0.35",
3254 "target": "quote"
3255 },
3256 {
3257 "id": "syn 2.0.48",
3258 "target": "syn"
3259 }
3260 ],
3261 "selects": {}
3262 },
3263 "edition": "2018",
3264 "version": "0.3.30"
3265 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003266 "license": "MIT OR Apache-2.0",
3267 "license_ids": [
3268 "Apache-2.0",
3269 "MIT"
3270 ],
3271 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003272 },
3273 "futures-sink 0.3.30": {
3274 "name": "futures-sink",
3275 "version": "0.3.30",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003276 "package_url": "https://github.com/rust-lang/futures-rs",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003277 "repository": {
3278 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003279 "url": "https://static.crates.io/crates/futures-sink/0.3.30/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003280 "sha256": "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
3281 }
3282 },
3283 "targets": [
3284 {
3285 "Library": {
3286 "crate_name": "futures_sink",
3287 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003288 "srcs": {
3289 "allow_empty": true,
3290 "include": [
3291 "**/*.rs"
3292 ]
3293 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003294 }
3295 }
3296 ],
3297 "library_target_name": "futures_sink",
3298 "common_attrs": {
3299 "compile_data_glob": [
3300 "**"
3301 ],
3302 "crate_features": {
3303 "common": [
3304 "alloc",
3305 "default",
3306 "std"
3307 ],
3308 "selects": {}
3309 },
3310 "edition": "2018",
3311 "version": "0.3.30"
3312 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003313 "license": "MIT OR Apache-2.0",
3314 "license_ids": [
3315 "Apache-2.0",
3316 "MIT"
3317 ],
3318 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003319 },
3320 "futures-task 0.3.30": {
3321 "name": "futures-task",
3322 "version": "0.3.30",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003323 "package_url": "https://github.com/rust-lang/futures-rs",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003324 "repository": {
3325 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003326 "url": "https://static.crates.io/crates/futures-task/0.3.30/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003327 "sha256": "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
3328 }
3329 },
3330 "targets": [
3331 {
3332 "Library": {
3333 "crate_name": "futures_task",
3334 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003335 "srcs": {
3336 "allow_empty": true,
3337 "include": [
3338 "**/*.rs"
3339 ]
3340 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003341 }
3342 }
3343 ],
3344 "library_target_name": "futures_task",
3345 "common_attrs": {
3346 "compile_data_glob": [
3347 "**"
3348 ],
3349 "crate_features": {
3350 "common": [
3351 "alloc",
3352 "std"
3353 ],
3354 "selects": {}
3355 },
3356 "edition": "2018",
3357 "version": "0.3.30"
3358 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003359 "license": "MIT OR Apache-2.0",
3360 "license_ids": [
3361 "Apache-2.0",
3362 "MIT"
3363 ],
3364 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003365 },
3366 "futures-util 0.3.30": {
3367 "name": "futures-util",
3368 "version": "0.3.30",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003369 "package_url": "https://github.com/rust-lang/futures-rs",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003370 "repository": {
3371 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003372 "url": "https://static.crates.io/crates/futures-util/0.3.30/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003373 "sha256": "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
3374 }
3375 },
3376 "targets": [
3377 {
3378 "Library": {
3379 "crate_name": "futures_util",
3380 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003381 "srcs": {
3382 "allow_empty": true,
3383 "include": [
3384 "**/*.rs"
3385 ]
3386 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003387 }
3388 }
3389 ],
3390 "library_target_name": "futures_util",
3391 "common_attrs": {
3392 "compile_data_glob": [
3393 "**"
3394 ],
3395 "crate_features": {
3396 "common": [
3397 "alloc",
3398 "async-await",
3399 "async-await-macro",
3400 "default",
3401 "futures-macro",
3402 "futures-sink",
3403 "sink",
3404 "slab",
3405 "std"
3406 ],
3407 "selects": {}
3408 },
3409 "deps": {
3410 "common": [
3411 {
3412 "id": "futures-core 0.3.30",
3413 "target": "futures_core"
3414 },
3415 {
3416 "id": "futures-sink 0.3.30",
3417 "target": "futures_sink"
3418 },
3419 {
3420 "id": "futures-task 0.3.30",
3421 "target": "futures_task"
3422 },
3423 {
3424 "id": "pin-project-lite 0.2.13",
3425 "target": "pin_project_lite"
3426 },
3427 {
3428 "id": "pin-utils 0.1.0",
3429 "target": "pin_utils"
3430 },
3431 {
3432 "id": "slab 0.4.9",
3433 "target": "slab"
3434 }
3435 ],
3436 "selects": {}
3437 },
3438 "edition": "2018",
3439 "proc_macro_deps": {
3440 "common": [
3441 {
3442 "id": "futures-macro 0.3.30",
3443 "target": "futures_macro"
3444 }
3445 ],
3446 "selects": {}
3447 },
3448 "version": "0.3.30"
3449 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003450 "license": "MIT OR Apache-2.0",
3451 "license_ids": [
3452 "Apache-2.0",
3453 "MIT"
3454 ],
3455 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003456 },
3457 "generic-array 0.14.7": {
3458 "name": "generic-array",
3459 "version": "0.14.7",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003460 "package_url": "https://github.com/fizyk20/generic-array.git",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003461 "repository": {
3462 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003463 "url": "https://static.crates.io/crates/generic-array/0.14.7/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003464 "sha256": "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
3465 }
3466 },
3467 "targets": [
3468 {
3469 "Library": {
3470 "crate_name": "generic_array",
3471 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003472 "srcs": {
3473 "allow_empty": true,
3474 "include": [
3475 "**/*.rs"
3476 ]
3477 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003478 }
3479 },
3480 {
3481 "BuildScript": {
3482 "crate_name": "build_script_build",
3483 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003484 "srcs": {
3485 "allow_empty": true,
3486 "include": [
3487 "**/*.rs"
3488 ]
3489 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003490 }
3491 }
3492 ],
3493 "library_target_name": "generic_array",
3494 "common_attrs": {
3495 "compile_data_glob": [
3496 "**"
3497 ],
3498 "crate_features": {
3499 "common": [
3500 "more_lengths"
3501 ],
3502 "selects": {}
3503 },
3504 "deps": {
3505 "common": [
3506 {
3507 "id": "generic-array 0.14.7",
3508 "target": "build_script_build"
3509 },
3510 {
3511 "id": "typenum 1.17.0",
3512 "target": "typenum"
3513 }
3514 ],
3515 "selects": {}
3516 },
3517 "edition": "2015",
3518 "version": "0.14.7"
3519 },
3520 "build_script_attrs": {
3521 "data_glob": [
3522 "**"
3523 ],
3524 "deps": {
3525 "common": [
3526 {
3527 "id": "version_check 0.9.4",
3528 "target": "version_check"
3529 }
3530 ],
3531 "selects": {}
3532 }
3533 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003534 "license": "MIT",
3535 "license_ids": [
3536 "MIT"
3537 ],
3538 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003539 },
3540 "getrandom 0.2.12": {
3541 "name": "getrandom",
3542 "version": "0.2.12",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003543 "package_url": "https://github.com/rust-random/getrandom",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003544 "repository": {
3545 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003546 "url": "https://static.crates.io/crates/getrandom/0.2.12/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003547 "sha256": "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
3548 }
3549 },
3550 "targets": [
3551 {
3552 "Library": {
3553 "crate_name": "getrandom",
3554 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003555 "srcs": {
3556 "allow_empty": true,
3557 "include": [
3558 "**/*.rs"
3559 ]
3560 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003561 }
3562 }
3563 ],
3564 "library_target_name": "getrandom",
3565 "common_attrs": {
3566 "compile_data_glob": [
3567 "**"
3568 ],
3569 "crate_features": {
3570 "common": [
3571 "std"
3572 ],
3573 "selects": {}
3574 },
3575 "deps": {
3576 "common": [
3577 {
3578 "id": "cfg-if 1.0.0",
3579 "target": "cfg_if"
3580 }
3581 ],
3582 "selects": {
3583 "cfg(target_os = \"wasi\")": [
3584 {
3585 "id": "wasi 0.11.0+wasi-snapshot-preview1",
3586 "target": "wasi"
3587 }
3588 ],
3589 "cfg(unix)": [
3590 {
3591 "id": "libc 0.2.152",
3592 "target": "libc"
3593 }
3594 ]
3595 }
3596 },
3597 "edition": "2018",
3598 "version": "0.2.12"
3599 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003600 "license": "MIT OR Apache-2.0",
3601 "license_ids": [
3602 "Apache-2.0",
3603 "MIT"
3604 ],
3605 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003606 },
3607 "gimli 0.28.1": {
3608 "name": "gimli",
3609 "version": "0.28.1",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003610 "package_url": "https://github.com/gimli-rs/gimli",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003611 "repository": {
3612 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003613 "url": "https://static.crates.io/crates/gimli/0.28.1/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003614 "sha256": "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
3615 }
3616 },
3617 "targets": [
3618 {
3619 "Library": {
3620 "crate_name": "gimli",
3621 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003622 "srcs": {
3623 "allow_empty": true,
3624 "include": [
3625 "**/*.rs"
3626 ]
3627 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003628 }
3629 }
3630 ],
3631 "library_target_name": "gimli",
3632 "common_attrs": {
3633 "compile_data_glob": [
3634 "**"
3635 ],
3636 "edition": "2018",
3637 "version": "0.28.1"
3638 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003639 "license": "MIT OR Apache-2.0",
3640 "license_ids": [
3641 "Apache-2.0",
3642 "MIT"
3643 ],
3644 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003645 },
3646 "globset 0.4.14": {
3647 "name": "globset",
3648 "version": "0.4.14",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003649 "package_url": "https://github.com/BurntSushi/ripgrep/tree/master/crates/globset",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003650 "repository": {
3651 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003652 "url": "https://static.crates.io/crates/globset/0.4.14/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003653 "sha256": "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
3654 }
3655 },
3656 "targets": [
3657 {
3658 "Library": {
3659 "crate_name": "globset",
3660 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003661 "srcs": {
3662 "allow_empty": true,
3663 "include": [
3664 "**/*.rs"
3665 ]
3666 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003667 }
3668 }
3669 ],
3670 "library_target_name": "globset",
3671 "common_attrs": {
3672 "compile_data_glob": [
3673 "**"
3674 ],
3675 "crate_features": {
3676 "common": [
3677 "default",
3678 "log"
3679 ],
3680 "selects": {}
3681 },
3682 "deps": {
3683 "common": [
3684 {
3685 "id": "aho-corasick 1.1.2",
3686 "target": "aho_corasick"
3687 },
3688 {
3689 "id": "bstr 1.9.0",
3690 "target": "bstr"
3691 },
3692 {
3693 "id": "log 0.4.20",
3694 "target": "log"
3695 },
3696 {
3697 "id": "regex-automata 0.4.3",
3698 "target": "regex_automata"
3699 },
3700 {
3701 "id": "regex-syntax 0.8.2",
3702 "target": "regex_syntax"
3703 }
3704 ],
3705 "selects": {}
3706 },
3707 "edition": "2021",
3708 "version": "0.4.14"
3709 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003710 "license": "Unlicense OR MIT",
3711 "license_ids": [
3712 "MIT",
3713 "Unlicense"
3714 ],
3715 "license_file": "LICENSE-MIT"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003716 },
3717 "h2 0.3.23": {
3718 "name": "h2",
3719 "version": "0.3.23",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003720 "package_url": "https://github.com/hyperium/h2",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003721 "repository": {
3722 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003723 "url": "https://static.crates.io/crates/h2/0.3.23/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003724 "sha256": "b553656127a00601c8ae5590fcfdc118e4083a7924b6cf4ffc1ea4b99dc429d7"
3725 }
3726 },
3727 "targets": [
3728 {
3729 "Library": {
3730 "crate_name": "h2",
3731 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003732 "srcs": {
3733 "allow_empty": true,
3734 "include": [
3735 "**/*.rs"
3736 ]
3737 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003738 }
3739 }
3740 ],
3741 "library_target_name": "h2",
3742 "common_attrs": {
3743 "compile_data_glob": [
3744 "**"
3745 ],
3746 "deps": {
3747 "common": [
3748 {
3749 "id": "bytes 1.5.0",
3750 "target": "bytes"
3751 },
3752 {
3753 "id": "fnv 1.0.7",
3754 "target": "fnv"
3755 },
3756 {
3757 "id": "futures-core 0.3.30",
3758 "target": "futures_core"
3759 },
3760 {
3761 "id": "futures-sink 0.3.30",
3762 "target": "futures_sink"
3763 },
3764 {
3765 "id": "futures-util 0.3.30",
3766 "target": "futures_util"
3767 },
3768 {
3769 "id": "http 0.2.11",
3770 "target": "http"
3771 },
3772 {
3773 "id": "indexmap 2.1.0",
3774 "target": "indexmap"
3775 },
3776 {
3777 "id": "slab 0.4.9",
3778 "target": "slab"
3779 },
3780 {
3781 "id": "tokio 1.35.1",
3782 "target": "tokio"
3783 },
3784 {
3785 "id": "tokio-util 0.7.10",
3786 "target": "tokio_util"
3787 },
3788 {
3789 "id": "tracing 0.1.40",
3790 "target": "tracing"
3791 }
3792 ],
3793 "selects": {}
3794 },
3795 "edition": "2018",
3796 "version": "0.3.23"
3797 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003798 "license": "MIT",
3799 "license_ids": [
3800 "MIT"
3801 ],
3802 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003803 },
3804 "handlebars 4.5.0": {
3805 "name": "handlebars",
3806 "version": "4.5.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003807 "package_url": "https://github.com/sunng87/handlebars-rust",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003808 "repository": {
3809 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003810 "url": "https://static.crates.io/crates/handlebars/4.5.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003811 "sha256": "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
3812 }
3813 },
3814 "targets": [
3815 {
3816 "Library": {
3817 "crate_name": "handlebars",
3818 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003819 "srcs": {
3820 "allow_empty": true,
3821 "include": [
3822 "**/*.rs"
3823 ]
3824 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003825 }
3826 },
3827 {
3828 "Binary": {
3829 "crate_name": "handlebars-cli",
3830 "crate_root": "src/cli.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003831 "srcs": {
3832 "allow_empty": true,
3833 "include": [
3834 "**/*.rs"
3835 ]
3836 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003837 }
3838 }
3839 ],
3840 "library_target_name": "handlebars",
3841 "common_attrs": {
3842 "compile_data_glob": [
3843 "**"
3844 ],
3845 "crate_features": {
3846 "common": [
3847 "default"
3848 ],
3849 "selects": {}
3850 },
3851 "deps": {
3852 "common": [
3853 {
3854 "id": "log 0.4.20",
3855 "target": "log"
3856 },
3857 {
3858 "id": "pest 2.7.6",
3859 "target": "pest"
3860 },
3861 {
3862 "id": "serde 1.0.195",
3863 "target": "serde"
3864 },
3865 {
3866 "id": "serde_json 1.0.111",
3867 "target": "serde_json"
3868 },
3869 {
3870 "id": "thiserror 1.0.56",
3871 "target": "thiserror"
3872 }
3873 ],
3874 "selects": {}
3875 },
3876 "edition": "2021",
3877 "proc_macro_deps": {
3878 "common": [
3879 {
3880 "id": "pest_derive 2.7.6",
3881 "target": "pest_derive"
3882 }
3883 ],
3884 "selects": {}
3885 },
3886 "version": "4.5.0"
3887 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003888 "license": "MIT",
3889 "license_ids": [
3890 "MIT"
3891 ],
3892 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003893 },
3894 "hashbrown 0.14.3": {
3895 "name": "hashbrown",
3896 "version": "0.14.3",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003897 "package_url": "https://github.com/rust-lang/hashbrown",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003898 "repository": {
3899 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003900 "url": "https://static.crates.io/crates/hashbrown/0.14.3/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003901 "sha256": "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
3902 }
3903 },
3904 "targets": [
3905 {
3906 "Library": {
3907 "crate_name": "hashbrown",
3908 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003909 "srcs": {
3910 "allow_empty": true,
3911 "include": [
3912 "**/*.rs"
3913 ]
3914 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003915 }
3916 }
3917 ],
3918 "library_target_name": "hashbrown",
3919 "common_attrs": {
3920 "compile_data_glob": [
3921 "**"
3922 ],
3923 "crate_features": {
3924 "common": [
3925 "raw"
3926 ],
3927 "selects": {}
3928 },
3929 "edition": "2021",
3930 "version": "0.14.3"
3931 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003932 "license": "MIT OR Apache-2.0",
3933 "license_ids": [
3934 "Apache-2.0",
3935 "MIT"
3936 ],
3937 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003938 },
3939 "headers 0.3.9": {
3940 "name": "headers",
3941 "version": "0.3.9",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003942 "package_url": "https://github.com/hyperium/headers",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003943 "repository": {
3944 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003945 "url": "https://static.crates.io/crates/headers/0.3.9/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003946 "sha256": "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
3947 }
3948 },
3949 "targets": [
3950 {
3951 "Library": {
3952 "crate_name": "headers",
3953 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02003954 "srcs": {
3955 "allow_empty": true,
3956 "include": [
3957 "**/*.rs"
3958 ]
3959 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01003960 }
3961 }
3962 ],
3963 "library_target_name": "headers",
3964 "common_attrs": {
3965 "compile_data_glob": [
3966 "**"
3967 ],
3968 "deps": {
3969 "common": [
3970 {
3971 "id": "base64 0.21.7",
3972 "target": "base64"
3973 },
3974 {
3975 "id": "bytes 1.5.0",
3976 "target": "bytes"
3977 },
3978 {
3979 "id": "headers-core 0.2.0",
3980 "target": "headers_core"
3981 },
3982 {
3983 "id": "http 0.2.11",
3984 "target": "http"
3985 },
3986 {
3987 "id": "httpdate 1.0.3",
3988 "target": "httpdate"
3989 },
3990 {
3991 "id": "mime 0.3.17",
3992 "target": "mime"
3993 },
3994 {
3995 "id": "sha1 0.10.6",
3996 "target": "sha1"
3997 }
3998 ],
3999 "selects": {}
4000 },
4001 "edition": "2015",
4002 "version": "0.3.9"
4003 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004004 "license": "MIT",
4005 "license_ids": [
4006 "MIT"
4007 ],
4008 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004009 },
4010 "headers-core 0.2.0": {
4011 "name": "headers-core",
4012 "version": "0.2.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004013 "package_url": "https://github.com/hyperium/headers",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004014 "repository": {
4015 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004016 "url": "https://static.crates.io/crates/headers-core/0.2.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004017 "sha256": "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
4018 }
4019 },
4020 "targets": [
4021 {
4022 "Library": {
4023 "crate_name": "headers_core",
4024 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004025 "srcs": {
4026 "allow_empty": true,
4027 "include": [
4028 "**/*.rs"
4029 ]
4030 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004031 }
4032 }
4033 ],
4034 "library_target_name": "headers_core",
4035 "common_attrs": {
4036 "compile_data_glob": [
4037 "**"
4038 ],
4039 "deps": {
4040 "common": [
4041 {
4042 "id": "http 0.2.11",
4043 "target": "http"
4044 }
4045 ],
4046 "selects": {}
4047 },
4048 "edition": "2015",
4049 "version": "0.2.0"
4050 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004051 "license": "MIT",
4052 "license_ids": [
4053 "MIT"
4054 ],
4055 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004056 },
4057 "heck 0.4.1": {
4058 "name": "heck",
4059 "version": "0.4.1",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004060 "package_url": "https://github.com/withoutboats/heck",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004061 "repository": {
4062 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004063 "url": "https://static.crates.io/crates/heck/0.4.1/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004064 "sha256": "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
4065 }
4066 },
4067 "targets": [
4068 {
4069 "Library": {
4070 "crate_name": "heck",
4071 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004072 "srcs": {
4073 "allow_empty": true,
4074 "include": [
4075 "**/*.rs"
4076 ]
4077 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004078 }
4079 }
4080 ],
4081 "library_target_name": "heck",
4082 "common_attrs": {
4083 "compile_data_glob": [
4084 "**"
4085 ],
4086 "crate_features": {
4087 "common": [
4088 "default"
4089 ],
4090 "selects": {}
4091 },
4092 "edition": "2018",
4093 "version": "0.4.1"
4094 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004095 "license": "MIT OR Apache-2.0",
4096 "license_ids": [
4097 "Apache-2.0",
4098 "MIT"
4099 ],
4100 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004101 },
4102 "hermit-abi 0.3.3": {
4103 "name": "hermit-abi",
4104 "version": "0.3.3",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004105 "package_url": "https://github.com/hermitcore/hermit-rs",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004106 "repository": {
4107 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004108 "url": "https://static.crates.io/crates/hermit-abi/0.3.3/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004109 "sha256": "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
4110 }
4111 },
4112 "targets": [
4113 {
4114 "Library": {
4115 "crate_name": "hermit_abi",
4116 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004117 "srcs": {
4118 "allow_empty": true,
4119 "include": [
4120 "**/*.rs"
4121 ]
4122 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004123 }
4124 }
4125 ],
4126 "library_target_name": "hermit_abi",
4127 "common_attrs": {
4128 "compile_data_glob": [
4129 "**"
4130 ],
4131 "edition": "2021",
4132 "version": "0.3.3"
4133 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004134 "license": "MIT OR Apache-2.0",
4135 "license_ids": [
4136 "Apache-2.0",
4137 "MIT"
4138 ],
4139 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004140 },
4141 "home 0.5.9": {
4142 "name": "home",
4143 "version": "0.5.9",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004144 "package_url": "https://github.com/rust-lang/cargo",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004145 "repository": {
4146 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004147 "url": "https://static.crates.io/crates/home/0.5.9/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004148 "sha256": "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
4149 }
4150 },
4151 "targets": [
4152 {
4153 "Library": {
4154 "crate_name": "home",
4155 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004156 "srcs": {
4157 "allow_empty": true,
4158 "include": [
4159 "**/*.rs"
4160 ]
4161 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004162 }
4163 }
4164 ],
4165 "library_target_name": "home",
4166 "common_attrs": {
4167 "compile_data_glob": [
4168 "**"
4169 ],
4170 "deps": {
4171 "common": [],
4172 "selects": {
4173 "cfg(windows)": [
4174 {
4175 "id": "windows-sys 0.52.0",
4176 "target": "windows_sys"
4177 }
4178 ]
4179 }
4180 },
4181 "edition": "2021",
4182 "version": "0.5.9"
4183 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004184 "license": "MIT OR Apache-2.0",
4185 "license_ids": [
4186 "Apache-2.0",
4187 "MIT"
4188 ],
4189 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004190 },
4191 "html5ever 0.26.0": {
4192 "name": "html5ever",
4193 "version": "0.26.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004194 "package_url": "https://github.com/servo/html5ever",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004195 "repository": {
4196 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004197 "url": "https://static.crates.io/crates/html5ever/0.26.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004198 "sha256": "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
4199 }
4200 },
4201 "targets": [
4202 {
4203 "Library": {
4204 "crate_name": "html5ever",
4205 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004206 "srcs": {
4207 "allow_empty": true,
4208 "include": [
4209 "**/*.rs"
4210 ]
4211 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004212 }
4213 },
4214 {
4215 "BuildScript": {
4216 "crate_name": "build_script_build",
4217 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004218 "srcs": {
4219 "allow_empty": true,
4220 "include": [
4221 "**/*.rs"
4222 ]
4223 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004224 }
4225 }
4226 ],
4227 "library_target_name": "html5ever",
4228 "common_attrs": {
4229 "compile_data_glob": [
4230 "**"
4231 ],
4232 "deps": {
4233 "common": [
4234 {
4235 "id": "html5ever 0.26.0",
4236 "target": "build_script_build"
4237 },
4238 {
4239 "id": "log 0.4.20",
4240 "target": "log"
4241 },
4242 {
4243 "id": "mac 0.1.1",
4244 "target": "mac"
4245 },
4246 {
4247 "id": "markup5ever 0.11.0",
4248 "target": "markup5ever"
4249 }
4250 ],
4251 "selects": {}
4252 },
4253 "edition": "2018",
4254 "version": "0.26.0"
4255 },
4256 "build_script_attrs": {
4257 "data_glob": [
4258 "**"
4259 ],
4260 "deps": {
4261 "common": [
4262 {
4263 "id": "proc-macro2 1.0.76",
4264 "target": "proc_macro2"
4265 },
4266 {
4267 "id": "quote 1.0.35",
4268 "target": "quote"
4269 },
4270 {
4271 "id": "syn 1.0.109",
4272 "target": "syn"
4273 }
4274 ],
4275 "selects": {}
4276 }
4277 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004278 "license": "MIT OR Apache-2.0",
4279 "license_ids": [
4280 "Apache-2.0",
4281 "MIT"
4282 ],
4283 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004284 },
4285 "http 0.2.11": {
4286 "name": "http",
4287 "version": "0.2.11",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004288 "package_url": "https://github.com/hyperium/http",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004289 "repository": {
4290 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004291 "url": "https://static.crates.io/crates/http/0.2.11/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004292 "sha256": "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb"
4293 }
4294 },
4295 "targets": [
4296 {
4297 "Library": {
4298 "crate_name": "http",
4299 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004300 "srcs": {
4301 "allow_empty": true,
4302 "include": [
4303 "**/*.rs"
4304 ]
4305 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004306 }
4307 }
4308 ],
4309 "library_target_name": "http",
4310 "common_attrs": {
4311 "compile_data_glob": [
4312 "**"
4313 ],
4314 "deps": {
4315 "common": [
4316 {
4317 "id": "bytes 1.5.0",
4318 "target": "bytes"
4319 },
4320 {
4321 "id": "fnv 1.0.7",
4322 "target": "fnv"
4323 },
4324 {
4325 "id": "itoa 1.0.10",
4326 "target": "itoa"
4327 }
4328 ],
4329 "selects": {}
4330 },
4331 "edition": "2018",
4332 "version": "0.2.11"
4333 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004334 "license": "MIT OR Apache-2.0",
4335 "license_ids": [
4336 "Apache-2.0",
4337 "MIT"
4338 ],
4339 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004340 },
4341 "http-body 0.4.6": {
4342 "name": "http-body",
4343 "version": "0.4.6",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004344 "package_url": "https://github.com/hyperium/http-body",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004345 "repository": {
4346 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004347 "url": "https://static.crates.io/crates/http-body/0.4.6/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004348 "sha256": "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
4349 }
4350 },
4351 "targets": [
4352 {
4353 "Library": {
4354 "crate_name": "http_body",
4355 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004356 "srcs": {
4357 "allow_empty": true,
4358 "include": [
4359 "**/*.rs"
4360 ]
4361 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004362 }
4363 }
4364 ],
4365 "library_target_name": "http_body",
4366 "common_attrs": {
4367 "compile_data_glob": [
4368 "**"
4369 ],
4370 "deps": {
4371 "common": [
4372 {
4373 "id": "bytes 1.5.0",
4374 "target": "bytes"
4375 },
4376 {
4377 "id": "http 0.2.11",
4378 "target": "http"
4379 },
4380 {
4381 "id": "pin-project-lite 0.2.13",
4382 "target": "pin_project_lite"
4383 }
4384 ],
4385 "selects": {}
4386 },
4387 "edition": "2018",
4388 "version": "0.4.6"
4389 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004390 "license": "MIT",
4391 "license_ids": [
4392 "MIT"
4393 ],
4394 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004395 },
4396 "httparse 1.8.0": {
4397 "name": "httparse",
4398 "version": "1.8.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004399 "package_url": "https://github.com/seanmonstar/httparse",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004400 "repository": {
4401 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004402 "url": "https://static.crates.io/crates/httparse/1.8.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004403 "sha256": "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
4404 }
4405 },
4406 "targets": [
4407 {
4408 "Library": {
4409 "crate_name": "httparse",
4410 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004411 "srcs": {
4412 "allow_empty": true,
4413 "include": [
4414 "**/*.rs"
4415 ]
4416 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004417 }
4418 },
4419 {
4420 "BuildScript": {
4421 "crate_name": "build_script_build",
4422 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004423 "srcs": {
4424 "allow_empty": true,
4425 "include": [
4426 "**/*.rs"
4427 ]
4428 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004429 }
4430 }
4431 ],
4432 "library_target_name": "httparse",
4433 "common_attrs": {
4434 "compile_data_glob": [
4435 "**"
4436 ],
4437 "crate_features": {
4438 "common": [
4439 "default",
4440 "std"
4441 ],
4442 "selects": {}
4443 },
4444 "deps": {
4445 "common": [
4446 {
4447 "id": "httparse 1.8.0",
4448 "target": "build_script_build"
4449 }
4450 ],
4451 "selects": {}
4452 },
4453 "edition": "2018",
4454 "version": "1.8.0"
4455 },
4456 "build_script_attrs": {
4457 "data_glob": [
4458 "**"
4459 ]
4460 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004461 "license": "MIT/Apache-2.0",
4462 "license_ids": [
4463 "Apache-2.0",
4464 "MIT"
4465 ],
4466 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004467 },
4468 "httpdate 1.0.3": {
4469 "name": "httpdate",
4470 "version": "1.0.3",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004471 "package_url": "https://github.com/pyfisch/httpdate",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004472 "repository": {
4473 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004474 "url": "https://static.crates.io/crates/httpdate/1.0.3/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004475 "sha256": "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
4476 }
4477 },
4478 "targets": [
4479 {
4480 "Library": {
4481 "crate_name": "httpdate",
4482 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004483 "srcs": {
4484 "allow_empty": true,
4485 "include": [
4486 "**/*.rs"
4487 ]
4488 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004489 }
4490 }
4491 ],
4492 "library_target_name": "httpdate",
4493 "common_attrs": {
4494 "compile_data_glob": [
4495 "**"
4496 ],
4497 "edition": "2021",
4498 "version": "1.0.3"
4499 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004500 "license": "MIT OR Apache-2.0",
4501 "license_ids": [
4502 "Apache-2.0",
4503 "MIT"
4504 ],
4505 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004506 },
4507 "humantime 2.1.0": {
4508 "name": "humantime",
4509 "version": "2.1.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004510 "package_url": "https://github.com/tailhook/humantime",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004511 "repository": {
4512 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004513 "url": "https://static.crates.io/crates/humantime/2.1.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004514 "sha256": "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
4515 }
4516 },
4517 "targets": [
4518 {
4519 "Library": {
4520 "crate_name": "humantime",
4521 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004522 "srcs": {
4523 "allow_empty": true,
4524 "include": [
4525 "**/*.rs"
4526 ]
4527 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004528 }
4529 }
4530 ],
4531 "library_target_name": "humantime",
4532 "common_attrs": {
4533 "compile_data_glob": [
4534 "**"
4535 ],
4536 "edition": "2018",
4537 "version": "2.1.0"
4538 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004539 "license": "MIT/Apache-2.0",
4540 "license_ids": [
4541 "Apache-2.0",
4542 "MIT"
4543 ],
4544 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004545 },
4546 "hyper 0.14.28": {
4547 "name": "hyper",
4548 "version": "0.14.28",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004549 "package_url": "https://github.com/hyperium/hyper",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004550 "repository": {
4551 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004552 "url": "https://static.crates.io/crates/hyper/0.14.28/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004553 "sha256": "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
4554 }
4555 },
4556 "targets": [
4557 {
4558 "Library": {
4559 "crate_name": "hyper",
4560 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004561 "srcs": {
4562 "allow_empty": true,
4563 "include": [
4564 "**/*.rs"
4565 ]
4566 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004567 }
4568 }
4569 ],
4570 "library_target_name": "hyper",
4571 "common_attrs": {
4572 "compile_data_glob": [
4573 "**"
4574 ],
4575 "crate_features": {
4576 "common": [
4577 "client",
4578 "default",
4579 "h2",
4580 "http1",
4581 "http2",
4582 "server",
4583 "socket2",
4584 "stream",
4585 "tcp"
4586 ],
4587 "selects": {}
4588 },
4589 "deps": {
4590 "common": [
4591 {
4592 "id": "bytes 1.5.0",
4593 "target": "bytes"
4594 },
4595 {
4596 "id": "futures-channel 0.3.30",
4597 "target": "futures_channel"
4598 },
4599 {
4600 "id": "futures-core 0.3.30",
4601 "target": "futures_core"
4602 },
4603 {
4604 "id": "futures-util 0.3.30",
4605 "target": "futures_util"
4606 },
4607 {
4608 "id": "h2 0.3.23",
4609 "target": "h2"
4610 },
4611 {
4612 "id": "http 0.2.11",
4613 "target": "http"
4614 },
4615 {
4616 "id": "http-body 0.4.6",
4617 "target": "http_body"
4618 },
4619 {
4620 "id": "httparse 1.8.0",
4621 "target": "httparse"
4622 },
4623 {
4624 "id": "httpdate 1.0.3",
4625 "target": "httpdate"
4626 },
4627 {
4628 "id": "itoa 1.0.10",
4629 "target": "itoa"
4630 },
4631 {
4632 "id": "pin-project-lite 0.2.13",
4633 "target": "pin_project_lite"
4634 },
4635 {
4636 "id": "socket2 0.5.5",
4637 "target": "socket2"
4638 },
4639 {
4640 "id": "tokio 1.35.1",
4641 "target": "tokio"
4642 },
4643 {
4644 "id": "tower-service 0.3.2",
4645 "target": "tower_service"
4646 },
4647 {
4648 "id": "tracing 0.1.40",
4649 "target": "tracing"
4650 },
4651 {
4652 "id": "want 0.3.1",
4653 "target": "want"
4654 }
4655 ],
4656 "selects": {}
4657 },
4658 "edition": "2018",
4659 "version": "0.14.28"
4660 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004661 "license": "MIT",
4662 "license_ids": [
4663 "MIT"
4664 ],
4665 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004666 },
4667 "iana-time-zone 0.1.59": {
4668 "name": "iana-time-zone",
4669 "version": "0.1.59",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004670 "package_url": "https://github.com/strawlab/iana-time-zone",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004671 "repository": {
4672 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004673 "url": "https://static.crates.io/crates/iana-time-zone/0.1.59/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004674 "sha256": "b6a67363e2aa4443928ce15e57ebae94fd8949958fd1223c4cfc0cd473ad7539"
4675 }
4676 },
4677 "targets": [
4678 {
4679 "Library": {
4680 "crate_name": "iana_time_zone",
4681 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004682 "srcs": {
4683 "allow_empty": true,
4684 "include": [
4685 "**/*.rs"
4686 ]
4687 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004688 }
4689 }
4690 ],
4691 "library_target_name": "iana_time_zone",
4692 "common_attrs": {
4693 "compile_data_glob": [
4694 "**"
4695 ],
4696 "crate_features": {
4697 "common": [
4698 "fallback"
4699 ],
4700 "selects": {}
4701 },
4702 "deps": {
4703 "common": [],
4704 "selects": {
4705 "cfg(any(target_os = \"macos\", target_os = \"ios\"))": [
4706 {
4707 "id": "core-foundation-sys 0.8.6",
4708 "target": "core_foundation_sys"
4709 }
4710 ],
4711 "cfg(target_arch = \"wasm32\")": [
4712 {
4713 "id": "js-sys 0.3.66",
4714 "target": "js_sys"
4715 },
4716 {
4717 "id": "wasm-bindgen 0.2.89",
4718 "target": "wasm_bindgen"
4719 }
4720 ],
4721 "cfg(target_os = \"android\")": [
4722 {
4723 "id": "android_system_properties 0.1.5",
4724 "target": "android_system_properties"
4725 }
4726 ],
4727 "cfg(target_os = \"haiku\")": [
4728 {
4729 "id": "iana-time-zone-haiku 0.1.2",
4730 "target": "iana_time_zone_haiku"
4731 }
4732 ],
4733 "cfg(target_os = \"windows\")": [
4734 {
4735 "id": "windows-core 0.52.0",
4736 "target": "windows_core"
4737 }
4738 ]
4739 }
4740 },
4741 "edition": "2018",
4742 "version": "0.1.59"
4743 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004744 "license": "MIT OR Apache-2.0",
4745 "license_ids": [
4746 "Apache-2.0",
4747 "MIT"
4748 ],
4749 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004750 },
4751 "iana-time-zone-haiku 0.1.2": {
4752 "name": "iana-time-zone-haiku",
4753 "version": "0.1.2",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004754 "package_url": "https://github.com/strawlab/iana-time-zone",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004755 "repository": {
4756 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004757 "url": "https://static.crates.io/crates/iana-time-zone-haiku/0.1.2/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004758 "sha256": "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
4759 }
4760 },
4761 "targets": [
4762 {
4763 "Library": {
4764 "crate_name": "iana_time_zone_haiku",
4765 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004766 "srcs": {
4767 "allow_empty": true,
4768 "include": [
4769 "**/*.rs"
4770 ]
4771 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004772 }
4773 },
4774 {
4775 "BuildScript": {
4776 "crate_name": "build_script_build",
4777 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004778 "srcs": {
4779 "allow_empty": true,
4780 "include": [
4781 "**/*.rs"
4782 ]
4783 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004784 }
4785 }
4786 ],
4787 "library_target_name": "iana_time_zone_haiku",
4788 "common_attrs": {
4789 "compile_data_glob": [
4790 "**"
4791 ],
4792 "deps": {
4793 "common": [
4794 {
4795 "id": "iana-time-zone-haiku 0.1.2",
4796 "target": "build_script_build"
4797 }
4798 ],
4799 "selects": {}
4800 },
4801 "edition": "2018",
4802 "version": "0.1.2"
4803 },
4804 "build_script_attrs": {
4805 "data_glob": [
4806 "**"
4807 ],
4808 "deps": {
4809 "common": [
4810 {
4811 "id": "cc 1.0.83",
4812 "target": "cc"
4813 }
4814 ],
4815 "selects": {}
4816 }
4817 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004818 "license": "MIT OR Apache-2.0",
4819 "license_ids": [
4820 "Apache-2.0",
4821 "MIT"
4822 ],
4823 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004824 },
4825 "idna 0.5.0": {
4826 "name": "idna",
4827 "version": "0.5.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004828 "package_url": "https://github.com/servo/rust-url/",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004829 "repository": {
4830 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004831 "url": "https://static.crates.io/crates/idna/0.5.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004832 "sha256": "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
4833 }
4834 },
4835 "targets": [
4836 {
4837 "Library": {
4838 "crate_name": "idna",
4839 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004840 "srcs": {
4841 "allow_empty": true,
4842 "include": [
4843 "**/*.rs"
4844 ]
4845 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004846 }
4847 }
4848 ],
4849 "library_target_name": "idna",
4850 "common_attrs": {
4851 "compile_data_glob": [
4852 "**"
4853 ],
4854 "crate_features": {
4855 "common": [
4856 "alloc",
4857 "default",
4858 "std"
4859 ],
4860 "selects": {}
4861 },
4862 "deps": {
4863 "common": [
4864 {
4865 "id": "unicode-bidi 0.3.14",
4866 "target": "unicode_bidi"
4867 },
4868 {
4869 "id": "unicode-normalization 0.1.22",
4870 "target": "unicode_normalization"
4871 }
4872 ],
4873 "selects": {}
4874 },
4875 "edition": "2018",
4876 "version": "0.5.0"
4877 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004878 "license": "MIT OR Apache-2.0",
4879 "license_ids": [
4880 "Apache-2.0",
4881 "MIT"
4882 ],
4883 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004884 },
4885 "ignore 0.4.22": {
4886 "name": "ignore",
4887 "version": "0.4.22",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004888 "package_url": "https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004889 "repository": {
4890 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004891 "url": "https://static.crates.io/crates/ignore/0.4.22/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004892 "sha256": "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1"
4893 }
4894 },
4895 "targets": [
4896 {
4897 "Library": {
4898 "crate_name": "ignore",
4899 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004900 "srcs": {
4901 "allow_empty": true,
4902 "include": [
4903 "**/*.rs"
4904 ]
4905 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004906 }
4907 }
4908 ],
4909 "library_target_name": "ignore",
4910 "common_attrs": {
4911 "compile_data_glob": [
4912 "**"
4913 ],
4914 "deps": {
4915 "common": [
4916 {
4917 "id": "crossbeam-deque 0.8.5",
4918 "target": "crossbeam_deque"
4919 },
4920 {
4921 "id": "globset 0.4.14",
4922 "target": "globset"
4923 },
4924 {
4925 "id": "log 0.4.20",
4926 "target": "log"
4927 },
4928 {
4929 "id": "memchr 2.7.1",
4930 "target": "memchr"
4931 },
4932 {
4933 "id": "regex-automata 0.4.3",
4934 "target": "regex_automata"
4935 },
4936 {
4937 "id": "same-file 1.0.6",
4938 "target": "same_file"
4939 },
4940 {
4941 "id": "walkdir 2.4.0",
4942 "target": "walkdir"
4943 }
4944 ],
4945 "selects": {
4946 "cfg(windows)": [
4947 {
4948 "id": "winapi-util 0.1.6",
4949 "target": "winapi_util"
4950 }
4951 ]
4952 }
4953 },
4954 "edition": "2021",
4955 "version": "0.4.22"
4956 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004957 "license": "Unlicense OR MIT",
4958 "license_ids": [
4959 "MIT",
4960 "Unlicense"
4961 ],
4962 "license_file": "LICENSE-MIT"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004963 },
4964 "indexmap 2.1.0": {
4965 "name": "indexmap",
4966 "version": "2.1.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004967 "package_url": "https://github.com/bluss/indexmap",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004968 "repository": {
4969 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004970 "url": "https://static.crates.io/crates/indexmap/2.1.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004971 "sha256": "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
4972 }
4973 },
4974 "targets": [
4975 {
4976 "Library": {
4977 "crate_name": "indexmap",
4978 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02004979 "srcs": {
4980 "allow_empty": true,
4981 "include": [
4982 "**/*.rs"
4983 ]
4984 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01004985 }
4986 }
4987 ],
4988 "library_target_name": "indexmap",
4989 "common_attrs": {
4990 "compile_data_glob": [
4991 "**"
4992 ],
4993 "crate_features": {
4994 "common": [
4995 "default",
4996 "std"
4997 ],
4998 "selects": {}
4999 },
5000 "deps": {
5001 "common": [
5002 {
5003 "id": "equivalent 1.0.1",
5004 "target": "equivalent"
5005 },
5006 {
5007 "id": "hashbrown 0.14.3",
5008 "target": "hashbrown"
5009 }
5010 ],
5011 "selects": {}
5012 },
5013 "edition": "2021",
5014 "version": "2.1.0"
5015 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005016 "license": "Apache-2.0 OR MIT",
5017 "license_ids": [
5018 "Apache-2.0",
5019 "MIT"
5020 ],
5021 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005022 },
5023 "inotify 0.9.6": {
5024 "name": "inotify",
5025 "version": "0.9.6",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005026 "package_url": "https://github.com/hannobraun/inotify",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005027 "repository": {
5028 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005029 "url": "https://static.crates.io/crates/inotify/0.9.6/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005030 "sha256": "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
5031 }
5032 },
5033 "targets": [
5034 {
5035 "Library": {
5036 "crate_name": "inotify",
5037 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005038 "srcs": {
5039 "allow_empty": true,
5040 "include": [
5041 "**/*.rs"
5042 ]
5043 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005044 }
5045 }
5046 ],
5047 "library_target_name": "inotify",
5048 "common_attrs": {
5049 "compile_data_glob": [
5050 "**"
5051 ],
5052 "deps": {
5053 "common": [
5054 {
5055 "id": "bitflags 1.3.2",
5056 "target": "bitflags"
5057 },
5058 {
5059 "id": "inotify-sys 0.1.5",
5060 "target": "inotify_sys"
5061 },
5062 {
5063 "id": "libc 0.2.152",
5064 "target": "libc"
5065 }
5066 ],
5067 "selects": {}
5068 },
5069 "edition": "2018",
5070 "version": "0.9.6"
5071 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005072 "license": "ISC",
5073 "license_ids": [
5074 "ISC"
5075 ],
5076 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005077 },
5078 "inotify-sys 0.1.5": {
5079 "name": "inotify-sys",
5080 "version": "0.1.5",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005081 "package_url": "https://github.com/hannobraun/inotify-sys",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005082 "repository": {
5083 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005084 "url": "https://static.crates.io/crates/inotify-sys/0.1.5/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005085 "sha256": "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
5086 }
5087 },
5088 "targets": [
5089 {
5090 "Library": {
5091 "crate_name": "inotify_sys",
5092 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005093 "srcs": {
5094 "allow_empty": true,
5095 "include": [
5096 "**/*.rs"
5097 ]
5098 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005099 }
5100 }
5101 ],
5102 "library_target_name": "inotify_sys",
5103 "common_attrs": {
5104 "compile_data_glob": [
5105 "**"
5106 ],
5107 "deps": {
5108 "common": [
5109 {
5110 "id": "libc 0.2.152",
5111 "target": "libc"
5112 }
5113 ],
5114 "selects": {}
5115 },
5116 "edition": "2015",
5117 "version": "0.1.5"
5118 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005119 "license": "ISC",
5120 "license_ids": [
5121 "ISC"
5122 ],
5123 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005124 },
5125 "is-terminal 0.4.10": {
5126 "name": "is-terminal",
5127 "version": "0.4.10",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005128 "package_url": "https://github.com/sunfishcode/is-terminal",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005129 "repository": {
5130 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005131 "url": "https://static.crates.io/crates/is-terminal/0.4.10/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005132 "sha256": "0bad00257d07be169d870ab665980b06cdb366d792ad690bf2e76876dc503455"
5133 }
5134 },
5135 "targets": [
5136 {
5137 "Library": {
5138 "crate_name": "is_terminal",
5139 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005140 "srcs": {
5141 "allow_empty": true,
5142 "include": [
5143 "**/*.rs"
5144 ]
5145 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005146 }
5147 }
5148 ],
5149 "library_target_name": "is_terminal",
5150 "common_attrs": {
5151 "compile_data_glob": [
5152 "**"
5153 ],
5154 "deps": {
5155 "common": [],
5156 "selects": {
5157 "cfg(not(any(windows, target_os = \"hermit\", target_os = \"unknown\")))": [
5158 {
5159 "id": "rustix 0.38.28",
5160 "target": "rustix"
5161 }
5162 ],
5163 "cfg(target_os = \"hermit\")": [
5164 {
5165 "id": "hermit-abi 0.3.3",
5166 "target": "hermit_abi"
5167 }
5168 ],
5169 "cfg(windows)": [
5170 {
5171 "id": "windows-sys 0.52.0",
5172 "target": "windows_sys"
5173 }
5174 ]
5175 }
5176 },
5177 "edition": "2018",
5178 "version": "0.4.10"
5179 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005180 "license": "MIT",
5181 "license_ids": [
5182 "MIT"
5183 ],
5184 "license_file": "LICENSE-MIT"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005185 },
5186 "itertools 0.10.5": {
5187 "name": "itertools",
5188 "version": "0.10.5",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005189 "package_url": "https://github.com/rust-itertools/itertools",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005190 "repository": {
5191 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005192 "url": "https://static.crates.io/crates/itertools/0.10.5/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005193 "sha256": "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
5194 }
5195 },
5196 "targets": [
5197 {
5198 "Library": {
5199 "crate_name": "itertools",
5200 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005201 "srcs": {
5202 "allow_empty": true,
5203 "include": [
5204 "**/*.rs"
5205 ]
5206 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005207 }
5208 }
5209 ],
5210 "library_target_name": "itertools",
5211 "common_attrs": {
5212 "compile_data_glob": [
5213 "**"
5214 ],
5215 "crate_features": {
5216 "common": [
5217 "use_alloc"
5218 ],
5219 "selects": {}
5220 },
5221 "deps": {
5222 "common": [
5223 {
5224 "id": "either 1.9.0",
5225 "target": "either"
5226 }
5227 ],
5228 "selects": {}
5229 },
5230 "edition": "2018",
5231 "version": "0.10.5"
5232 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005233 "license": "MIT/Apache-2.0",
5234 "license_ids": [
5235 "Apache-2.0",
5236 "MIT"
5237 ],
5238 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005239 },
5240 "itoa 1.0.10": {
5241 "name": "itoa",
5242 "version": "1.0.10",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005243 "package_url": "https://github.com/dtolnay/itoa",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005244 "repository": {
5245 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005246 "url": "https://static.crates.io/crates/itoa/1.0.10/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005247 "sha256": "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
5248 }
5249 },
5250 "targets": [
5251 {
5252 "Library": {
5253 "crate_name": "itoa",
5254 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005255 "srcs": {
5256 "allow_empty": true,
5257 "include": [
5258 "**/*.rs"
5259 ]
5260 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005261 }
5262 }
5263 ],
5264 "library_target_name": "itoa",
5265 "common_attrs": {
5266 "compile_data_glob": [
5267 "**"
5268 ],
5269 "edition": "2018",
5270 "version": "1.0.10"
5271 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005272 "license": "MIT OR Apache-2.0",
5273 "license_ids": [
5274 "Apache-2.0",
5275 "MIT"
5276 ],
5277 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005278 },
5279 "js-sys 0.3.66": {
5280 "name": "js-sys",
5281 "version": "0.3.66",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005282 "package_url": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005283 "repository": {
5284 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005285 "url": "https://static.crates.io/crates/js-sys/0.3.66/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005286 "sha256": "cee9c64da59eae3b50095c18d3e74f8b73c0b86d2792824ff01bbce68ba229ca"
5287 }
5288 },
5289 "targets": [
5290 {
5291 "Library": {
5292 "crate_name": "js_sys",
5293 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005294 "srcs": {
5295 "allow_empty": true,
5296 "include": [
5297 "**/*.rs"
5298 ]
5299 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005300 }
5301 }
5302 ],
5303 "library_target_name": "js_sys",
5304 "common_attrs": {
5305 "compile_data_glob": [
5306 "**"
5307 ],
5308 "deps": {
5309 "common": [
5310 {
5311 "id": "wasm-bindgen 0.2.89",
5312 "target": "wasm_bindgen"
5313 }
5314 ],
5315 "selects": {}
5316 },
5317 "edition": "2018",
5318 "version": "0.3.66"
5319 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005320 "license": "MIT OR Apache-2.0",
5321 "license_ids": [
5322 "Apache-2.0",
5323 "MIT"
5324 ],
5325 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005326 },
5327 "kqueue 1.0.8": {
5328 "name": "kqueue",
5329 "version": "1.0.8",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005330 "package_url": "https://gitlab.com/rust-kqueue/rust-kqueue",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005331 "repository": {
5332 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005333 "url": "https://static.crates.io/crates/kqueue/1.0.8/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005334 "sha256": "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
5335 }
5336 },
5337 "targets": [
5338 {
5339 "Library": {
5340 "crate_name": "kqueue",
5341 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005342 "srcs": {
5343 "allow_empty": true,
5344 "include": [
5345 "**/*.rs"
5346 ]
5347 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005348 }
5349 }
5350 ],
5351 "library_target_name": "kqueue",
5352 "common_attrs": {
5353 "compile_data_glob": [
5354 "**"
5355 ],
5356 "deps": {
5357 "common": [
5358 {
5359 "id": "kqueue-sys 1.0.4",
5360 "target": "kqueue_sys"
5361 },
5362 {
5363 "id": "libc 0.2.152",
5364 "target": "libc"
5365 }
5366 ],
5367 "selects": {}
5368 },
5369 "edition": "2018",
5370 "version": "1.0.8"
5371 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005372 "license": "MIT",
5373 "license_ids": [
5374 "MIT"
5375 ],
5376 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005377 },
5378 "kqueue-sys 1.0.4": {
5379 "name": "kqueue-sys",
5380 "version": "1.0.4",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005381 "package_url": "https://gitlab.com/rust-kqueue/rust-kqueue-sys",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005382 "repository": {
5383 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005384 "url": "https://static.crates.io/crates/kqueue-sys/1.0.4/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005385 "sha256": "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
5386 }
5387 },
5388 "targets": [
5389 {
5390 "Library": {
5391 "crate_name": "kqueue_sys",
5392 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005393 "srcs": {
5394 "allow_empty": true,
5395 "include": [
5396 "**/*.rs"
5397 ]
5398 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005399 }
5400 }
5401 ],
5402 "library_target_name": "kqueue_sys",
5403 "common_attrs": {
5404 "compile_data_glob": [
5405 "**"
5406 ],
5407 "deps": {
5408 "common": [
5409 {
5410 "id": "bitflags 1.3.2",
5411 "target": "bitflags"
5412 },
5413 {
5414 "id": "libc 0.2.152",
5415 "target": "libc"
5416 }
5417 ],
5418 "selects": {}
5419 },
5420 "edition": "2018",
5421 "version": "1.0.4"
5422 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005423 "license": "MIT",
5424 "license_ids": [
5425 "MIT"
5426 ],
5427 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005428 },
5429 "lazy_static 1.4.0": {
5430 "name": "lazy_static",
5431 "version": "1.4.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005432 "package_url": "https://github.com/rust-lang-nursery/lazy-static.rs",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005433 "repository": {
5434 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005435 "url": "https://static.crates.io/crates/lazy_static/1.4.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005436 "sha256": "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
5437 }
5438 },
5439 "targets": [
5440 {
5441 "Library": {
5442 "crate_name": "lazy_static",
5443 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005444 "srcs": {
5445 "allow_empty": true,
5446 "include": [
5447 "**/*.rs"
5448 ]
5449 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005450 }
5451 }
5452 ],
5453 "library_target_name": "lazy_static",
5454 "common_attrs": {
5455 "compile_data_glob": [
5456 "**"
5457 ],
5458 "edition": "2015",
5459 "version": "1.4.0"
5460 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005461 "license": "MIT/Apache-2.0",
5462 "license_ids": [
5463 "Apache-2.0",
5464 "MIT"
5465 ],
5466 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005467 },
5468 "libc 0.2.152": {
5469 "name": "libc",
5470 "version": "0.2.152",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005471 "package_url": "https://github.com/rust-lang/libc",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005472 "repository": {
5473 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005474 "url": "https://static.crates.io/crates/libc/0.2.152/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005475 "sha256": "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
5476 }
5477 },
5478 "targets": [
5479 {
5480 "Library": {
5481 "crate_name": "libc",
5482 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005483 "srcs": {
5484 "allow_empty": true,
5485 "include": [
5486 "**/*.rs"
5487 ]
5488 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005489 }
5490 },
5491 {
5492 "BuildScript": {
5493 "crate_name": "build_script_build",
5494 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005495 "srcs": {
5496 "allow_empty": true,
5497 "include": [
5498 "**/*.rs"
5499 ]
5500 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005501 }
5502 }
5503 ],
5504 "library_target_name": "libc",
5505 "common_attrs": {
5506 "compile_data_glob": [
5507 "**"
5508 ],
5509 "crate_features": {
5510 "common": [
5511 "default",
5512 "std"
5513 ],
5514 "selects": {
5515 "aarch64-apple-darwin": [
5516 "extra_traits"
5517 ],
5518 "aarch64-apple-ios": [
5519 "extra_traits"
5520 ],
5521 "aarch64-apple-ios-sim": [
5522 "extra_traits"
5523 ],
5524 "aarch64-fuchsia": [
5525 "extra_traits"
5526 ],
5527 "aarch64-linux-android": [
5528 "extra_traits"
5529 ],
5530 "aarch64-unknown-nto-qnx710": [
5531 "extra_traits"
5532 ],
5533 "aarch64-unknown-uefi": [
5534 "extra_traits"
5535 ],
5536 "armv7-linux-androideabi": [
5537 "extra_traits"
5538 ],
5539 "i686-apple-darwin": [
5540 "extra_traits"
5541 ],
5542 "i686-linux-android": [
5543 "extra_traits"
5544 ],
5545 "i686-unknown-freebsd": [
5546 "extra_traits"
5547 ],
5548 "powerpc-unknown-linux-gnu": [
5549 "extra_traits"
5550 ],
5551 "riscv32imc-unknown-none-elf": [
5552 "extra_traits"
5553 ],
5554 "riscv64gc-unknown-none-elf": [
5555 "extra_traits"
5556 ],
5557 "s390x-unknown-linux-gnu": [
5558 "extra_traits"
5559 ],
5560 "thumbv7em-none-eabi": [
5561 "extra_traits"
5562 ],
5563 "thumbv8m.main-none-eabi": [
5564 "extra_traits"
5565 ],
5566 "wasm32-unknown-unknown": [
5567 "extra_traits"
5568 ],
5569 "wasm32-wasi": [
5570 "extra_traits"
5571 ],
5572 "x86_64-apple-darwin": [
5573 "extra_traits"
5574 ],
5575 "x86_64-apple-ios": [
5576 "extra_traits"
5577 ],
5578 "x86_64-fuchsia": [
5579 "extra_traits"
5580 ],
5581 "x86_64-linux-android": [
5582 "extra_traits"
5583 ],
5584 "x86_64-unknown-freebsd": [
5585 "extra_traits"
5586 ],
5587 "x86_64-unknown-none": [
5588 "extra_traits"
5589 ],
5590 "x86_64-unknown-uefi": [
5591 "extra_traits"
5592 ]
5593 }
5594 },
5595 "deps": {
5596 "common": [
5597 {
5598 "id": "libc 0.2.152",
5599 "target": "build_script_build"
5600 }
5601 ],
5602 "selects": {}
5603 },
5604 "edition": "2015",
5605 "version": "0.2.152"
5606 },
5607 "build_script_attrs": {
5608 "data_glob": [
5609 "**"
5610 ]
5611 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005612 "license": "MIT OR Apache-2.0",
5613 "license_ids": [
5614 "Apache-2.0",
5615 "MIT"
5616 ],
5617 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005618 },
5619 "linux-raw-sys 0.4.12": {
5620 "name": "linux-raw-sys",
5621 "version": "0.4.12",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005622 "package_url": "https://github.com/sunfishcode/linux-raw-sys",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005623 "repository": {
5624 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005625 "url": "https://static.crates.io/crates/linux-raw-sys/0.4.12/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005626 "sha256": "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456"
5627 }
5628 },
5629 "targets": [
5630 {
5631 "Library": {
5632 "crate_name": "linux_raw_sys",
5633 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005634 "srcs": {
5635 "allow_empty": true,
5636 "include": [
5637 "**/*.rs"
5638 ]
5639 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005640 }
5641 }
5642 ],
5643 "library_target_name": "linux_raw_sys",
5644 "common_attrs": {
5645 "compile_data_glob": [
5646 "**"
5647 ],
5648 "crate_features": {
5649 "common": [
5650 "general",
5651 "ioctl",
5652 "no_std"
5653 ],
5654 "selects": {
5655 "aarch64-unknown-linux-gnu": [
5656 "elf",
5657 "errno"
5658 ],
5659 "aarch64-unknown-nixos-gnu": [
5660 "elf",
5661 "errno"
5662 ],
5663 "arm-unknown-linux-gnueabi": [
5664 "elf",
5665 "errno"
5666 ],
5667 "armv7-unknown-linux-gnueabi": [
5668 "elf",
5669 "errno"
5670 ],
5671 "i686-unknown-linux-gnu": [
5672 "elf",
5673 "errno"
5674 ],
5675 "x86_64-unknown-linux-gnu": [
5676 "elf",
5677 "errno"
5678 ],
5679 "x86_64-unknown-nixos-gnu": [
5680 "elf",
5681 "errno"
5682 ]
5683 }
5684 },
5685 "edition": "2021",
5686 "version": "0.4.12"
5687 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005688 "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT",
5689 "license_ids": [
5690 "Apache-2.0",
5691 "MIT"
5692 ],
5693 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005694 },
5695 "lock_api 0.4.11": {
5696 "name": "lock_api",
5697 "version": "0.4.11",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005698 "package_url": "https://github.com/Amanieu/parking_lot",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005699 "repository": {
5700 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005701 "url": "https://static.crates.io/crates/lock_api/0.4.11/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005702 "sha256": "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
5703 }
5704 },
5705 "targets": [
5706 {
5707 "Library": {
5708 "crate_name": "lock_api",
5709 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005710 "srcs": {
5711 "allow_empty": true,
5712 "include": [
5713 "**/*.rs"
5714 ]
5715 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005716 }
5717 },
5718 {
5719 "BuildScript": {
5720 "crate_name": "build_script_build",
5721 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005722 "srcs": {
5723 "allow_empty": true,
5724 "include": [
5725 "**/*.rs"
5726 ]
5727 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005728 }
5729 }
5730 ],
5731 "library_target_name": "lock_api",
5732 "common_attrs": {
5733 "compile_data_glob": [
5734 "**"
5735 ],
5736 "crate_features": {
5737 "common": [
5738 "atomic_usize",
5739 "default"
5740 ],
5741 "selects": {}
5742 },
5743 "deps": {
5744 "common": [
5745 {
5746 "id": "lock_api 0.4.11",
5747 "target": "build_script_build"
5748 },
5749 {
5750 "id": "scopeguard 1.2.0",
5751 "target": "scopeguard"
5752 }
5753 ],
5754 "selects": {}
5755 },
5756 "edition": "2018",
5757 "version": "0.4.11"
5758 },
5759 "build_script_attrs": {
5760 "data_glob": [
5761 "**"
5762 ],
5763 "deps": {
5764 "common": [
5765 {
5766 "id": "autocfg 1.1.0",
5767 "target": "autocfg"
5768 }
5769 ],
5770 "selects": {}
5771 }
5772 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005773 "license": "MIT OR Apache-2.0",
5774 "license_ids": [
5775 "Apache-2.0",
5776 "MIT"
5777 ],
5778 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005779 },
5780 "log 0.4.20": {
5781 "name": "log",
5782 "version": "0.4.20",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005783 "package_url": "https://github.com/rust-lang/log",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005784 "repository": {
5785 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005786 "url": "https://static.crates.io/crates/log/0.4.20/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005787 "sha256": "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
5788 }
5789 },
5790 "targets": [
5791 {
5792 "Library": {
5793 "crate_name": "log",
5794 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005795 "srcs": {
5796 "allow_empty": true,
5797 "include": [
5798 "**/*.rs"
5799 ]
5800 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005801 }
5802 }
5803 ],
5804 "library_target_name": "log",
5805 "common_attrs": {
5806 "compile_data_glob": [
5807 "**"
5808 ],
5809 "crate_features": {
5810 "common": [
5811 "std"
5812 ],
5813 "selects": {}
5814 },
5815 "edition": "2015",
5816 "version": "0.4.20"
5817 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005818 "license": "MIT OR Apache-2.0",
5819 "license_ids": [
5820 "Apache-2.0",
5821 "MIT"
5822 ],
5823 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005824 },
5825 "mac 0.1.1": {
5826 "name": "mac",
5827 "version": "0.1.1",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005828 "package_url": "https://github.com/reem/rust-mac.git",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005829 "repository": {
5830 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005831 "url": "https://static.crates.io/crates/mac/0.1.1/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005832 "sha256": "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
5833 }
5834 },
5835 "targets": [
5836 {
5837 "Library": {
5838 "crate_name": "mac",
5839 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005840 "srcs": {
5841 "allow_empty": true,
5842 "include": [
5843 "**/*.rs"
5844 ]
5845 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005846 }
5847 }
5848 ],
5849 "library_target_name": "mac",
5850 "common_attrs": {
5851 "compile_data_glob": [
5852 "**"
5853 ],
5854 "edition": "2015",
5855 "version": "0.1.1"
5856 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005857 "license": "MIT/Apache-2.0",
5858 "license_ids": [
5859 "Apache-2.0",
5860 "MIT"
5861 ],
5862 "license_file": null
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005863 },
5864 "maplit 1.0.2": {
5865 "name": "maplit",
5866 "version": "1.0.2",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005867 "package_url": "https://github.com/bluss/maplit",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005868 "repository": {
5869 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005870 "url": "https://static.crates.io/crates/maplit/1.0.2/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005871 "sha256": "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
5872 }
5873 },
5874 "targets": [
5875 {
5876 "Library": {
5877 "crate_name": "maplit",
5878 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005879 "srcs": {
5880 "allow_empty": true,
5881 "include": [
5882 "**/*.rs"
5883 ]
5884 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005885 }
5886 }
5887 ],
5888 "library_target_name": "maplit",
5889 "common_attrs": {
5890 "compile_data_glob": [
5891 "**"
5892 ],
5893 "edition": "2015",
5894 "version": "1.0.2"
5895 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005896 "license": "MIT/Apache-2.0",
5897 "license_ids": [
5898 "Apache-2.0",
5899 "MIT"
5900 ],
5901 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005902 },
5903 "markup5ever 0.11.0": {
5904 "name": "markup5ever",
5905 "version": "0.11.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005906 "package_url": "https://github.com/servo/html5ever",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005907 "repository": {
5908 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005909 "url": "https://static.crates.io/crates/markup5ever/0.11.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005910 "sha256": "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
5911 }
5912 },
5913 "targets": [
5914 {
5915 "Library": {
5916 "crate_name": "markup5ever",
5917 "crate_root": "lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005918 "srcs": {
5919 "allow_empty": true,
5920 "include": [
5921 "**/*.rs"
5922 ]
5923 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005924 }
5925 },
5926 {
5927 "BuildScript": {
5928 "crate_name": "build_script_build",
5929 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005930 "srcs": {
5931 "allow_empty": true,
5932 "include": [
5933 "**/*.rs"
5934 ]
5935 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005936 }
5937 }
5938 ],
5939 "library_target_name": "markup5ever",
5940 "common_attrs": {
5941 "compile_data_glob": [
5942 "**"
5943 ],
5944 "deps": {
5945 "common": [
5946 {
5947 "id": "log 0.4.20",
5948 "target": "log"
5949 },
5950 {
5951 "id": "markup5ever 0.11.0",
5952 "target": "build_script_build"
5953 },
5954 {
5955 "id": "phf 0.10.1",
5956 "target": "phf"
5957 },
5958 {
5959 "id": "string_cache 0.8.7",
5960 "target": "string_cache"
5961 },
5962 {
5963 "id": "tendril 0.4.3",
5964 "target": "tendril"
5965 }
5966 ],
5967 "selects": {}
5968 },
5969 "edition": "2018",
5970 "version": "0.11.0"
5971 },
5972 "build_script_attrs": {
5973 "data_glob": [
5974 "**"
5975 ],
5976 "deps": {
5977 "common": [
5978 {
5979 "id": "phf_codegen 0.10.0",
5980 "target": "phf_codegen"
5981 },
5982 {
5983 "id": "string_cache_codegen 0.5.2",
5984 "target": "string_cache_codegen"
5985 }
5986 ],
5987 "selects": {}
5988 }
5989 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02005990 "license": "MIT OR Apache-2.0",
5991 "license_ids": [
5992 "Apache-2.0",
5993 "MIT"
5994 ],
5995 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01005996 },
5997 "mdbook 0.4.36": {
5998 "name": "mdbook",
5999 "version": "0.4.36",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006000 "package_url": "https://github.com/rust-lang/mdBook",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006001 "repository": {
6002 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006003 "url": "https://static.crates.io/crates/mdbook/0.4.36/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006004 "sha256": "80992cb0e05f22cc052c99f8e883f1593b891014b96a8b4637fd274d7030c85e"
6005 }
6006 },
6007 "targets": [
6008 {
6009 "Library": {
6010 "crate_name": "mdbook",
6011 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006012 "srcs": {
6013 "allow_empty": true,
6014 "include": [
6015 "**/*.rs"
6016 ]
6017 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006018 }
6019 },
6020 {
6021 "Binary": {
6022 "crate_name": "mdbook",
6023 "crate_root": "src/main.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006024 "srcs": {
6025 "allow_empty": true,
6026 "include": [
6027 "**/*.rs"
6028 ]
6029 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006030 }
6031 }
6032 ],
6033 "library_target_name": "mdbook",
6034 "common_attrs": {
6035 "compile_data_glob": [
6036 "**"
6037 ],
6038 "crate_features": {
6039 "common": [
6040 "default",
6041 "search",
6042 "serve",
6043 "watch"
6044 ],
6045 "selects": {}
6046 },
6047 "deps": {
6048 "common": [
6049 {
6050 "id": "ammonia 3.3.0",
6051 "target": "ammonia"
6052 },
6053 {
6054 "id": "anyhow 1.0.79",
6055 "target": "anyhow"
6056 },
6057 {
6058 "id": "chrono 0.4.31",
6059 "target": "chrono"
6060 },
6061 {
6062 "id": "clap 4.4.16",
6063 "target": "clap"
6064 },
6065 {
6066 "id": "clap_complete 4.4.6",
6067 "target": "clap_complete"
6068 },
6069 {
6070 "id": "elasticlunr-rs 3.0.2",
6071 "target": "elasticlunr"
6072 },
6073 {
6074 "id": "env_logger 0.10.1",
6075 "target": "env_logger"
6076 },
6077 {
6078 "id": "futures-util 0.3.30",
6079 "target": "futures_util"
6080 },
6081 {
6082 "id": "handlebars 4.5.0",
6083 "target": "handlebars"
6084 },
6085 {
6086 "id": "ignore 0.4.22",
6087 "target": "ignore"
6088 },
6089 {
6090 "id": "log 0.4.20",
6091 "target": "log"
6092 },
6093 {
6094 "id": "memchr 2.7.1",
6095 "target": "memchr"
6096 },
6097 {
6098 "id": "notify 6.1.1",
6099 "target": "notify"
6100 },
6101 {
6102 "id": "notify-debouncer-mini 0.4.1",
6103 "target": "notify_debouncer_mini"
6104 },
6105 {
6106 "id": "once_cell 1.19.0",
6107 "target": "once_cell"
6108 },
6109 {
6110 "id": "opener 0.6.1",
6111 "target": "opener"
6112 },
6113 {
6114 "id": "pathdiff 0.2.1",
6115 "target": "pathdiff"
6116 },
6117 {
6118 "id": "pulldown-cmark 0.9.3",
6119 "target": "pulldown_cmark"
6120 },
6121 {
6122 "id": "regex 1.10.2",
6123 "target": "regex"
6124 },
6125 {
6126 "id": "serde 1.0.195",
6127 "target": "serde"
6128 },
6129 {
6130 "id": "serde_json 1.0.111",
6131 "target": "serde_json"
6132 },
6133 {
6134 "id": "shlex 1.2.0",
6135 "target": "shlex"
6136 },
6137 {
6138 "id": "tempfile 3.9.0",
6139 "target": "tempfile"
6140 },
6141 {
6142 "id": "tokio 1.35.1",
6143 "target": "tokio"
6144 },
6145 {
6146 "id": "toml 0.5.11",
6147 "target": "toml"
6148 },
6149 {
6150 "id": "topological-sort 0.2.2",
6151 "target": "topological_sort"
6152 },
6153 {
6154 "id": "warp 0.3.6",
6155 "target": "warp"
6156 }
6157 ],
6158 "selects": {}
6159 },
6160 "edition": "2021",
6161 "version": "0.4.36"
6162 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006163 "license": "MPL-2.0",
6164 "license_ids": [
6165 "MPL-2.0"
6166 ],
6167 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006168 },
6169 "memchr 2.7.1": {
6170 "name": "memchr",
6171 "version": "2.7.1",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006172 "package_url": "https://github.com/BurntSushi/memchr",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006173 "repository": {
6174 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006175 "url": "https://static.crates.io/crates/memchr/2.7.1/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006176 "sha256": "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
6177 }
6178 },
6179 "targets": [
6180 {
6181 "Library": {
6182 "crate_name": "memchr",
6183 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006184 "srcs": {
6185 "allow_empty": true,
6186 "include": [
6187 "**/*.rs"
6188 ]
6189 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006190 }
6191 }
6192 ],
6193 "library_target_name": "memchr",
6194 "common_attrs": {
6195 "compile_data_glob": [
6196 "**"
6197 ],
6198 "crate_features": {
6199 "common": [
6200 "alloc",
6201 "default",
6202 "std"
6203 ],
6204 "selects": {}
6205 },
6206 "edition": "2021",
6207 "version": "2.7.1"
6208 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006209 "license": "Unlicense OR MIT",
6210 "license_ids": [
6211 "MIT",
6212 "Unlicense"
6213 ],
6214 "license_file": "LICENSE-MIT"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006215 },
6216 "mime 0.3.17": {
6217 "name": "mime",
6218 "version": "0.3.17",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006219 "package_url": "https://github.com/hyperium/mime",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006220 "repository": {
6221 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006222 "url": "https://static.crates.io/crates/mime/0.3.17/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006223 "sha256": "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
6224 }
6225 },
6226 "targets": [
6227 {
6228 "Library": {
6229 "crate_name": "mime",
6230 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006231 "srcs": {
6232 "allow_empty": true,
6233 "include": [
6234 "**/*.rs"
6235 ]
6236 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006237 }
6238 }
6239 ],
6240 "library_target_name": "mime",
6241 "common_attrs": {
6242 "compile_data_glob": [
6243 "**"
6244 ],
6245 "edition": "2015",
6246 "version": "0.3.17"
6247 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006248 "license": "MIT OR Apache-2.0",
6249 "license_ids": [
6250 "Apache-2.0",
6251 "MIT"
6252 ],
6253 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006254 },
6255 "mime_guess 2.0.4": {
6256 "name": "mime_guess",
6257 "version": "2.0.4",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006258 "package_url": "https://github.com/abonander/mime_guess",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006259 "repository": {
6260 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006261 "url": "https://static.crates.io/crates/mime_guess/2.0.4/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006262 "sha256": "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
6263 }
6264 },
6265 "targets": [
6266 {
6267 "Library": {
6268 "crate_name": "mime_guess",
6269 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006270 "srcs": {
6271 "allow_empty": true,
6272 "include": [
6273 "**/*.rs"
6274 ]
6275 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006276 }
6277 },
6278 {
6279 "BuildScript": {
6280 "crate_name": "build_script_build",
6281 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006282 "srcs": {
6283 "allow_empty": true,
6284 "include": [
6285 "**/*.rs"
6286 ]
6287 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006288 }
6289 }
6290 ],
6291 "library_target_name": "mime_guess",
6292 "common_attrs": {
6293 "compile_data_glob": [
6294 "**"
6295 ],
6296 "crate_features": {
6297 "common": [
6298 "default",
6299 "rev-mappings"
6300 ],
6301 "selects": {}
6302 },
6303 "deps": {
6304 "common": [
6305 {
6306 "id": "mime 0.3.17",
6307 "target": "mime"
6308 },
6309 {
6310 "id": "mime_guess 2.0.4",
6311 "target": "build_script_build"
6312 },
6313 {
6314 "id": "unicase 2.7.0",
6315 "target": "unicase"
6316 }
6317 ],
6318 "selects": {}
6319 },
6320 "edition": "2015",
6321 "version": "2.0.4"
6322 },
6323 "build_script_attrs": {
6324 "data_glob": [
6325 "**"
6326 ],
6327 "deps": {
6328 "common": [
6329 {
6330 "id": "unicase 2.7.0",
6331 "target": "unicase"
6332 }
6333 ],
6334 "selects": {}
6335 }
6336 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006337 "license": "MIT",
6338 "license_ids": [
6339 "MIT"
6340 ],
6341 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006342 },
6343 "miniz_oxide 0.7.1": {
6344 "name": "miniz_oxide",
6345 "version": "0.7.1",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006346 "package_url": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006347 "repository": {
6348 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006349 "url": "https://static.crates.io/crates/miniz_oxide/0.7.1/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006350 "sha256": "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
6351 }
6352 },
6353 "targets": [
6354 {
6355 "Library": {
6356 "crate_name": "miniz_oxide",
6357 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006358 "srcs": {
6359 "allow_empty": true,
6360 "include": [
6361 "**/*.rs"
6362 ]
6363 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006364 }
6365 }
6366 ],
6367 "library_target_name": "miniz_oxide",
6368 "common_attrs": {
6369 "compile_data_glob": [
6370 "**"
6371 ],
6372 "deps": {
6373 "common": [
6374 {
6375 "id": "adler 1.0.2",
6376 "target": "adler"
6377 }
6378 ],
6379 "selects": {}
6380 },
6381 "edition": "2018",
6382 "version": "0.7.1"
6383 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006384 "license": "MIT OR Zlib OR Apache-2.0",
6385 "license_ids": [
6386 "Apache-2.0",
6387 "MIT",
6388 "Zlib"
6389 ],
6390 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006391 },
6392 "mio 0.8.10": {
6393 "name": "mio",
6394 "version": "0.8.10",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006395 "package_url": "https://github.com/tokio-rs/mio",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006396 "repository": {
6397 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006398 "url": "https://static.crates.io/crates/mio/0.8.10/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006399 "sha256": "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09"
6400 }
6401 },
6402 "targets": [
6403 {
6404 "Library": {
6405 "crate_name": "mio",
6406 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006407 "srcs": {
6408 "allow_empty": true,
6409 "include": [
6410 "**/*.rs"
6411 ]
6412 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006413 }
6414 }
6415 ],
6416 "library_target_name": "mio",
6417 "common_attrs": {
6418 "compile_data_glob": [
6419 "**"
6420 ],
6421 "crate_features": {
6422 "common": [
6423 "net",
6424 "os-ext",
6425 "os-poll"
6426 ],
6427 "selects": {
6428 "aarch64-linux-android": [
6429 "default",
6430 "log"
6431 ],
6432 "aarch64-unknown-linux-gnu": [
6433 "default",
6434 "log"
6435 ],
6436 "aarch64-unknown-nixos-gnu": [
6437 "default",
6438 "log"
6439 ],
6440 "arm-unknown-linux-gnueabi": [
6441 "default",
6442 "log"
6443 ],
6444 "armv7-linux-androideabi": [
6445 "default",
6446 "log"
6447 ],
6448 "armv7-unknown-linux-gnueabi": [
6449 "default",
6450 "log"
6451 ],
6452 "i686-linux-android": [
6453 "default",
6454 "log"
6455 ],
6456 "i686-unknown-freebsd": [
6457 "default",
6458 "log"
6459 ],
6460 "i686-unknown-linux-gnu": [
6461 "default",
6462 "log"
6463 ],
6464 "powerpc-unknown-linux-gnu": [
6465 "default",
6466 "log"
6467 ],
6468 "s390x-unknown-linux-gnu": [
6469 "default",
6470 "log"
6471 ],
6472 "x86_64-linux-android": [
6473 "default",
6474 "log"
6475 ],
6476 "x86_64-unknown-freebsd": [
6477 "default",
6478 "log"
6479 ],
6480 "x86_64-unknown-linux-gnu": [
6481 "default",
6482 "log"
6483 ],
6484 "x86_64-unknown-nixos-gnu": [
6485 "default",
6486 "log"
6487 ]
6488 }
6489 },
6490 "deps": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006491 "common": [],
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006492 "selects": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006493 "aarch64-linux-android": [
6494 {
6495 "id": "log 0.4.20",
6496 "target": "log"
6497 }
6498 ],
6499 "aarch64-unknown-linux-gnu": [
6500 {
6501 "id": "log 0.4.20",
6502 "target": "log"
6503 }
6504 ],
6505 "aarch64-unknown-nixos-gnu": [
6506 {
6507 "id": "log 0.4.20",
6508 "target": "log"
6509 }
6510 ],
6511 "arm-unknown-linux-gnueabi": [
6512 {
6513 "id": "log 0.4.20",
6514 "target": "log"
6515 }
6516 ],
6517 "armv7-linux-androideabi": [
6518 {
6519 "id": "log 0.4.20",
6520 "target": "log"
6521 }
6522 ],
6523 "armv7-unknown-linux-gnueabi": [
6524 {
6525 "id": "log 0.4.20",
6526 "target": "log"
6527 }
6528 ],
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006529 "cfg(target_os = \"wasi\")": [
6530 {
6531 "id": "libc 0.2.152",
6532 "target": "libc"
6533 },
6534 {
6535 "id": "wasi 0.11.0+wasi-snapshot-preview1",
6536 "target": "wasi"
6537 }
6538 ],
6539 "cfg(unix)": [
6540 {
6541 "id": "libc 0.2.152",
6542 "target": "libc"
6543 }
6544 ],
6545 "cfg(windows)": [
6546 {
6547 "id": "windows-sys 0.48.0",
6548 "target": "windows_sys"
6549 }
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006550 ],
6551 "i686-linux-android": [
6552 {
6553 "id": "log 0.4.20",
6554 "target": "log"
6555 }
6556 ],
6557 "i686-unknown-freebsd": [
6558 {
6559 "id": "log 0.4.20",
6560 "target": "log"
6561 }
6562 ],
6563 "i686-unknown-linux-gnu": [
6564 {
6565 "id": "log 0.4.20",
6566 "target": "log"
6567 }
6568 ],
6569 "powerpc-unknown-linux-gnu": [
6570 {
6571 "id": "log 0.4.20",
6572 "target": "log"
6573 }
6574 ],
6575 "s390x-unknown-linux-gnu": [
6576 {
6577 "id": "log 0.4.20",
6578 "target": "log"
6579 }
6580 ],
6581 "x86_64-linux-android": [
6582 {
6583 "id": "log 0.4.20",
6584 "target": "log"
6585 }
6586 ],
6587 "x86_64-unknown-freebsd": [
6588 {
6589 "id": "log 0.4.20",
6590 "target": "log"
6591 }
6592 ],
6593 "x86_64-unknown-linux-gnu": [
6594 {
6595 "id": "log 0.4.20",
6596 "target": "log"
6597 }
6598 ],
6599 "x86_64-unknown-nixos-gnu": [
6600 {
6601 "id": "log 0.4.20",
6602 "target": "log"
6603 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006604 ]
6605 }
6606 },
6607 "edition": "2018",
6608 "version": "0.8.10"
6609 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006610 "license": "MIT",
6611 "license_ids": [
6612 "MIT"
6613 ],
6614 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006615 },
6616 "multimap 0.8.3": {
6617 "name": "multimap",
6618 "version": "0.8.3",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006619 "package_url": "https://github.com/havarnov/multimap",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006620 "repository": {
6621 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006622 "url": "https://static.crates.io/crates/multimap/0.8.3/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006623 "sha256": "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
6624 }
6625 },
6626 "targets": [
6627 {
6628 "Library": {
6629 "crate_name": "multimap",
6630 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006631 "srcs": {
6632 "allow_empty": true,
6633 "include": [
6634 "**/*.rs"
6635 ]
6636 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006637 }
6638 }
6639 ],
6640 "library_target_name": "multimap",
6641 "common_attrs": {
6642 "compile_data_glob": [
6643 "**"
6644 ],
6645 "edition": "2015",
6646 "version": "0.8.3"
6647 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006648 "license": "MIT/Apache-2.0",
6649 "license_ids": [
6650 "Apache-2.0",
6651 "MIT"
6652 ],
6653 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006654 },
6655 "new_debug_unreachable 1.0.4": {
6656 "name": "new_debug_unreachable",
6657 "version": "1.0.4",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006658 "package_url": "https://github.com/mbrubeck/rust-debug-unreachable",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006659 "repository": {
6660 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006661 "url": "https://static.crates.io/crates/new_debug_unreachable/1.0.4/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006662 "sha256": "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
6663 }
6664 },
6665 "targets": [
6666 {
6667 "Library": {
6668 "crate_name": "debug_unreachable",
6669 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006670 "srcs": {
6671 "allow_empty": true,
6672 "include": [
6673 "**/*.rs"
6674 ]
6675 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006676 }
6677 }
6678 ],
6679 "library_target_name": "debug_unreachable",
6680 "common_attrs": {
6681 "compile_data_glob": [
6682 "**"
6683 ],
6684 "edition": "2018",
6685 "version": "1.0.4"
6686 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006687 "license": "MIT",
6688 "license_ids": [
6689 "MIT"
6690 ],
6691 "license_file": "LICENSE-MIT"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006692 },
6693 "normpath 1.1.1": {
6694 "name": "normpath",
6695 "version": "1.1.1",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006696 "package_url": "https://github.com/dylni/normpath",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006697 "repository": {
6698 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006699 "url": "https://static.crates.io/crates/normpath/1.1.1/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006700 "sha256": "ec60c60a693226186f5d6edf073232bfb6464ed97eb22cf3b01c1e8198fd97f5"
6701 }
6702 },
6703 "targets": [
6704 {
6705 "Library": {
6706 "crate_name": "normpath",
6707 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006708 "srcs": {
6709 "allow_empty": true,
6710 "include": [
6711 "**/*.rs"
6712 ]
6713 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006714 }
6715 }
6716 ],
6717 "library_target_name": "normpath",
6718 "common_attrs": {
6719 "compile_data_glob": [
6720 "**"
6721 ],
6722 "deps": {
6723 "common": [],
6724 "selects": {
6725 "cfg(windows)": [
6726 {
6727 "id": "windows-sys 0.48.0",
6728 "target": "windows_sys"
6729 }
6730 ]
6731 }
6732 },
6733 "edition": "2021",
6734 "version": "1.1.1"
6735 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006736 "license": "MIT OR Apache-2.0",
6737 "license_ids": [
6738 "Apache-2.0",
6739 "MIT"
6740 ],
6741 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006742 },
6743 "notify 6.1.1": {
6744 "name": "notify",
6745 "version": "6.1.1",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006746 "package_url": "https://github.com/notify-rs/notify.git",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006747 "repository": {
6748 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006749 "url": "https://static.crates.io/crates/notify/6.1.1/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006750 "sha256": "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
6751 }
6752 },
6753 "targets": [
6754 {
6755 "Library": {
6756 "crate_name": "notify",
6757 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006758 "srcs": {
6759 "allow_empty": true,
6760 "include": [
6761 "**/*.rs"
6762 ]
6763 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006764 }
6765 }
6766 ],
6767 "library_target_name": "notify",
6768 "common_attrs": {
6769 "compile_data_glob": [
6770 "**"
6771 ],
6772 "crate_features": {
6773 "common": [
6774 "crossbeam-channel",
6775 "default",
6776 "fsevent-sys",
6777 "macos_fsevent"
6778 ],
6779 "selects": {}
6780 },
6781 "deps": {
6782 "common": [
6783 {
6784 "id": "crossbeam-channel 0.5.11",
6785 "target": "crossbeam_channel"
6786 },
6787 {
6788 "id": "filetime 0.2.23",
6789 "target": "filetime"
6790 },
6791 {
6792 "id": "libc 0.2.152",
6793 "target": "libc"
6794 },
6795 {
6796 "id": "log 0.4.20",
6797 "target": "log"
6798 },
6799 {
6800 "id": "walkdir 2.4.0",
6801 "target": "walkdir"
6802 }
6803 ],
6804 "selects": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006805 "aarch64-apple-darwin": [
6806 {
6807 "id": "fsevent-sys 4.1.0",
6808 "target": "fsevent_sys"
6809 }
6810 ],
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006811 "cfg(any(target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonflybsd\"))": [
6812 {
6813 "id": "kqueue 1.0.8",
6814 "target": "kqueue"
6815 },
6816 {
6817 "id": "mio 0.8.10",
6818 "target": "mio"
6819 }
6820 ],
6821 "cfg(any(target_os = \"linux\", target_os = \"android\"))": [
6822 {
6823 "id": "inotify 0.9.6",
6824 "target": "inotify"
6825 },
6826 {
6827 "id": "mio 0.8.10",
6828 "target": "mio"
6829 }
6830 ],
6831 "cfg(target_os = \"macos\")": [
6832 {
6833 "id": "bitflags 2.4.1",
6834 "target": "bitflags"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006835 }
6836 ],
6837 "cfg(windows)": [
6838 {
6839 "id": "windows-sys 0.48.0",
6840 "target": "windows_sys"
6841 }
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006842 ],
6843 "i686-apple-darwin": [
6844 {
6845 "id": "fsevent-sys 4.1.0",
6846 "target": "fsevent_sys"
6847 }
6848 ],
6849 "x86_64-apple-darwin": [
6850 {
6851 "id": "fsevent-sys 4.1.0",
6852 "target": "fsevent_sys"
6853 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006854 ]
6855 }
6856 },
6857 "edition": "2021",
6858 "version": "6.1.1"
6859 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006860 "license": "CC0-1.0",
6861 "license_ids": [
6862 "CC0-1.0"
6863 ],
6864 "license_file": "LICENSE-CC0"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006865 },
6866 "notify-debouncer-mini 0.4.1": {
6867 "name": "notify-debouncer-mini",
6868 "version": "0.4.1",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006869 "package_url": "https://github.com/notify-rs/notify.git",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006870 "repository": {
6871 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006872 "url": "https://static.crates.io/crates/notify-debouncer-mini/0.4.1/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006873 "sha256": "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
6874 }
6875 },
6876 "targets": [
6877 {
6878 "Library": {
6879 "crate_name": "notify_debouncer_mini",
6880 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006881 "srcs": {
6882 "allow_empty": true,
6883 "include": [
6884 "**/*.rs"
6885 ]
6886 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006887 }
6888 }
6889 ],
6890 "library_target_name": "notify_debouncer_mini",
6891 "common_attrs": {
6892 "compile_data_glob": [
6893 "**"
6894 ],
6895 "crate_features": {
6896 "common": [
6897 "crossbeam",
6898 "crossbeam-channel",
6899 "default"
6900 ],
6901 "selects": {}
6902 },
6903 "deps": {
6904 "common": [
6905 {
6906 "id": "crossbeam-channel 0.5.11",
6907 "target": "crossbeam_channel"
6908 },
6909 {
6910 "id": "log 0.4.20",
6911 "target": "log"
6912 },
6913 {
6914 "id": "notify 6.1.1",
6915 "target": "notify"
6916 }
6917 ],
6918 "selects": {}
6919 },
6920 "edition": "2021",
6921 "version": "0.4.1"
6922 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006923 "license": "MIT OR Apache-2.0",
6924 "license_ids": [
6925 "Apache-2.0",
6926 "MIT"
6927 ],
6928 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006929 },
6930 "num-traits 0.2.17": {
6931 "name": "num-traits",
6932 "version": "0.2.17",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006933 "package_url": "https://github.com/rust-num/num-traits",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006934 "repository": {
6935 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006936 "url": "https://static.crates.io/crates/num-traits/0.2.17/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006937 "sha256": "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
6938 }
6939 },
6940 "targets": [
6941 {
6942 "Library": {
6943 "crate_name": "num_traits",
6944 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006945 "srcs": {
6946 "allow_empty": true,
6947 "include": [
6948 "**/*.rs"
6949 ]
6950 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006951 }
6952 },
6953 {
6954 "BuildScript": {
6955 "crate_name": "build_script_build",
6956 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006957 "srcs": {
6958 "allow_empty": true,
6959 "include": [
6960 "**/*.rs"
6961 ]
6962 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01006963 }
6964 }
6965 ],
6966 "library_target_name": "num_traits",
6967 "common_attrs": {
6968 "compile_data_glob": [
6969 "**"
6970 ],
6971 "deps": {
6972 "common": [
6973 {
6974 "id": "num-traits 0.2.17",
6975 "target": "build_script_build"
6976 }
6977 ],
6978 "selects": {}
6979 },
6980 "edition": "2018",
6981 "version": "0.2.17"
6982 },
6983 "build_script_attrs": {
6984 "data_glob": [
6985 "**"
6986 ],
6987 "deps": {
6988 "common": [
6989 {
6990 "id": "autocfg 1.1.0",
6991 "target": "autocfg"
6992 }
6993 ],
6994 "selects": {}
6995 }
6996 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02006997 "license": "MIT OR Apache-2.0",
6998 "license_ids": [
6999 "Apache-2.0",
7000 "MIT"
7001 ],
7002 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007003 },
7004 "num_cpus 1.16.0": {
7005 "name": "num_cpus",
7006 "version": "1.16.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007007 "package_url": "https://github.com/seanmonstar/num_cpus",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007008 "repository": {
7009 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007010 "url": "https://static.crates.io/crates/num_cpus/1.16.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007011 "sha256": "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
7012 }
7013 },
7014 "targets": [
7015 {
7016 "Library": {
7017 "crate_name": "num_cpus",
7018 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007019 "srcs": {
7020 "allow_empty": true,
7021 "include": [
7022 "**/*.rs"
7023 ]
7024 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007025 }
7026 }
7027 ],
7028 "library_target_name": "num_cpus",
7029 "common_attrs": {
7030 "compile_data_glob": [
7031 "**"
7032 ],
7033 "deps": {
7034 "common": [],
7035 "selects": {
7036 "cfg(not(windows))": [
7037 {
7038 "id": "libc 0.2.152",
7039 "target": "libc"
7040 }
7041 ],
7042 "cfg(target_os = \"hermit\")": [
7043 {
7044 "id": "hermit-abi 0.3.3",
7045 "target": "hermit_abi"
7046 }
7047 ]
7048 }
7049 },
7050 "edition": "2015",
7051 "version": "1.16.0"
7052 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007053 "license": "MIT OR Apache-2.0",
7054 "license_ids": [
7055 "Apache-2.0",
7056 "MIT"
7057 ],
7058 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007059 },
7060 "object 0.32.2": {
7061 "name": "object",
7062 "version": "0.32.2",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007063 "package_url": "https://github.com/gimli-rs/object",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007064 "repository": {
7065 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007066 "url": "https://static.crates.io/crates/object/0.32.2/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007067 "sha256": "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
7068 }
7069 },
7070 "targets": [
7071 {
7072 "Library": {
7073 "crate_name": "object",
7074 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007075 "srcs": {
7076 "allow_empty": true,
7077 "include": [
7078 "**/*.rs"
7079 ]
7080 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007081 }
7082 }
7083 ],
7084 "library_target_name": "object",
7085 "common_attrs": {
7086 "compile_data_glob": [
7087 "**"
7088 ],
7089 "deps": {
7090 "common": [
7091 {
7092 "id": "memchr 2.7.1",
7093 "target": "memchr"
7094 }
7095 ],
7096 "selects": {}
7097 },
7098 "edition": "2018",
7099 "version": "0.32.2"
7100 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007101 "license": "Apache-2.0 OR MIT",
7102 "license_ids": [
7103 "Apache-2.0",
7104 "MIT"
7105 ],
7106 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007107 },
7108 "once_cell 1.19.0": {
7109 "name": "once_cell",
7110 "version": "1.19.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007111 "package_url": "https://github.com/matklad/once_cell",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007112 "repository": {
7113 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007114 "url": "https://static.crates.io/crates/once_cell/1.19.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007115 "sha256": "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
7116 }
7117 },
7118 "targets": [
7119 {
7120 "Library": {
7121 "crate_name": "once_cell",
7122 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007123 "srcs": {
7124 "allow_empty": true,
7125 "include": [
7126 "**/*.rs"
7127 ]
7128 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007129 }
7130 }
7131 ],
7132 "library_target_name": "once_cell",
7133 "common_attrs": {
7134 "compile_data_glob": [
7135 "**"
7136 ],
7137 "crate_features": {
7138 "common": [
7139 "alloc",
7140 "default",
7141 "race",
7142 "std"
7143 ],
7144 "selects": {}
7145 },
7146 "edition": "2021",
7147 "version": "1.19.0"
7148 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007149 "license": "MIT OR Apache-2.0",
7150 "license_ids": [
7151 "Apache-2.0",
7152 "MIT"
7153 ],
7154 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007155 },
7156 "opener 0.6.1": {
7157 "name": "opener",
7158 "version": "0.6.1",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007159 "package_url": "https://github.com/Seeker14491/opener",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007160 "repository": {
7161 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007162 "url": "https://static.crates.io/crates/opener/0.6.1/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007163 "sha256": "6c62dcb6174f9cb326eac248f07e955d5d559c272730b6c03e396b443b562788"
7164 }
7165 },
7166 "targets": [
7167 {
7168 "Library": {
7169 "crate_name": "opener",
7170 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007171 "srcs": {
7172 "allow_empty": true,
7173 "include": [
7174 "**/*.rs"
7175 ]
7176 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007177 }
7178 }
7179 ],
7180 "library_target_name": "opener",
7181 "common_attrs": {
7182 "compile_data_glob": [
7183 "**"
7184 ],
7185 "deps": {
7186 "common": [],
7187 "selects": {
7188 "cfg(target_os = \"linux\")": [
7189 {
7190 "id": "bstr 1.9.0",
7191 "target": "bstr"
7192 }
7193 ],
7194 "cfg(windows)": [
7195 {
7196 "id": "normpath 1.1.1",
7197 "target": "normpath"
7198 },
7199 {
7200 "id": "winapi 0.3.9",
7201 "target": "winapi"
7202 }
7203 ]
7204 }
7205 },
7206 "edition": "2018",
7207 "version": "0.6.1"
7208 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007209 "license": "MIT OR Apache-2.0",
7210 "license_ids": [
7211 "Apache-2.0",
7212 "MIT"
7213 ],
7214 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007215 },
7216 "parking_lot 0.12.1": {
7217 "name": "parking_lot",
7218 "version": "0.12.1",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007219 "package_url": "https://github.com/Amanieu/parking_lot",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007220 "repository": {
7221 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007222 "url": "https://static.crates.io/crates/parking_lot/0.12.1/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007223 "sha256": "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
7224 }
7225 },
7226 "targets": [
7227 {
7228 "Library": {
7229 "crate_name": "parking_lot",
7230 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007231 "srcs": {
7232 "allow_empty": true,
7233 "include": [
7234 "**/*.rs"
7235 ]
7236 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007237 }
7238 }
7239 ],
7240 "library_target_name": "parking_lot",
7241 "common_attrs": {
7242 "compile_data_glob": [
7243 "**"
7244 ],
7245 "crate_features": {
7246 "common": [
7247 "default"
7248 ],
7249 "selects": {}
7250 },
7251 "deps": {
7252 "common": [
7253 {
7254 "id": "lock_api 0.4.11",
7255 "target": "lock_api"
7256 },
7257 {
7258 "id": "parking_lot_core 0.9.9",
7259 "target": "parking_lot_core"
7260 }
7261 ],
7262 "selects": {}
7263 },
7264 "edition": "2018",
7265 "version": "0.12.1"
7266 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007267 "license": "MIT OR Apache-2.0",
7268 "license_ids": [
7269 "Apache-2.0",
7270 "MIT"
7271 ],
7272 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007273 },
7274 "parking_lot_core 0.9.9": {
7275 "name": "parking_lot_core",
7276 "version": "0.9.9",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007277 "package_url": "https://github.com/Amanieu/parking_lot",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007278 "repository": {
7279 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007280 "url": "https://static.crates.io/crates/parking_lot_core/0.9.9/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007281 "sha256": "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
7282 }
7283 },
7284 "targets": [
7285 {
7286 "Library": {
7287 "crate_name": "parking_lot_core",
7288 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007289 "srcs": {
7290 "allow_empty": true,
7291 "include": [
7292 "**/*.rs"
7293 ]
7294 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007295 }
7296 },
7297 {
7298 "BuildScript": {
7299 "crate_name": "build_script_build",
7300 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007301 "srcs": {
7302 "allow_empty": true,
7303 "include": [
7304 "**/*.rs"
7305 ]
7306 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007307 }
7308 }
7309 ],
7310 "library_target_name": "parking_lot_core",
7311 "common_attrs": {
7312 "compile_data_glob": [
7313 "**"
7314 ],
7315 "deps": {
7316 "common": [
7317 {
7318 "id": "cfg-if 1.0.0",
7319 "target": "cfg_if"
7320 },
7321 {
7322 "id": "parking_lot_core 0.9.9",
7323 "target": "build_script_build"
7324 },
7325 {
7326 "id": "smallvec 1.11.2",
7327 "target": "smallvec"
7328 }
7329 ],
7330 "selects": {
7331 "cfg(target_os = \"redox\")": [
7332 {
7333 "id": "redox_syscall 0.4.1",
7334 "target": "syscall"
7335 }
7336 ],
7337 "cfg(unix)": [
7338 {
7339 "id": "libc 0.2.152",
7340 "target": "libc"
7341 }
7342 ],
7343 "cfg(windows)": [
7344 {
7345 "id": "windows-targets 0.48.5",
7346 "target": "windows_targets"
7347 }
7348 ]
7349 }
7350 },
7351 "edition": "2018",
7352 "version": "0.9.9"
7353 },
7354 "build_script_attrs": {
7355 "data_glob": [
7356 "**"
7357 ]
7358 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007359 "license": "MIT OR Apache-2.0",
7360 "license_ids": [
7361 "Apache-2.0",
7362 "MIT"
7363 ],
7364 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007365 },
7366 "pathdiff 0.2.1": {
7367 "name": "pathdiff",
7368 "version": "0.2.1",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007369 "package_url": "https://github.com/Manishearth/pathdiff",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007370 "repository": {
7371 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007372 "url": "https://static.crates.io/crates/pathdiff/0.2.1/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007373 "sha256": "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
7374 }
7375 },
7376 "targets": [
7377 {
7378 "Library": {
7379 "crate_name": "pathdiff",
7380 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007381 "srcs": {
7382 "allow_empty": true,
7383 "include": [
7384 "**/*.rs"
7385 ]
7386 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007387 }
7388 }
7389 ],
7390 "library_target_name": "pathdiff",
7391 "common_attrs": {
7392 "compile_data_glob": [
7393 "**"
7394 ],
7395 "edition": "2018",
7396 "version": "0.2.1"
7397 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007398 "license": "MIT/Apache-2.0",
7399 "license_ids": [
7400 "Apache-2.0",
7401 "MIT"
7402 ],
7403 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007404 },
7405 "percent-encoding 2.3.1": {
7406 "name": "percent-encoding",
7407 "version": "2.3.1",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007408 "package_url": "https://github.com/servo/rust-url/",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007409 "repository": {
7410 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007411 "url": "https://static.crates.io/crates/percent-encoding/2.3.1/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007412 "sha256": "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
7413 }
7414 },
7415 "targets": [
7416 {
7417 "Library": {
7418 "crate_name": "percent_encoding",
7419 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007420 "srcs": {
7421 "allow_empty": true,
7422 "include": [
7423 "**/*.rs"
7424 ]
7425 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007426 }
7427 }
7428 ],
7429 "library_target_name": "percent_encoding",
7430 "common_attrs": {
7431 "compile_data_glob": [
7432 "**"
7433 ],
7434 "crate_features": {
7435 "common": [
7436 "alloc",
7437 "default",
7438 "std"
7439 ],
7440 "selects": {}
7441 },
7442 "edition": "2018",
7443 "version": "2.3.1"
7444 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007445 "license": "MIT OR Apache-2.0",
7446 "license_ids": [
7447 "Apache-2.0",
7448 "MIT"
7449 ],
7450 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007451 },
7452 "pest 2.7.6": {
7453 "name": "pest",
7454 "version": "2.7.6",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007455 "package_url": "https://github.com/pest-parser/pest",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007456 "repository": {
7457 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007458 "url": "https://static.crates.io/crates/pest/2.7.6/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007459 "sha256": "1f200d8d83c44a45b21764d1916299752ca035d15ecd46faca3e9a2a2bf6ad06"
7460 }
7461 },
7462 "targets": [
7463 {
7464 "Library": {
7465 "crate_name": "pest",
7466 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007467 "srcs": {
7468 "allow_empty": true,
7469 "include": [
7470 "**/*.rs"
7471 ]
7472 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007473 }
7474 }
7475 ],
7476 "library_target_name": "pest",
7477 "common_attrs": {
7478 "compile_data_glob": [
7479 "**"
7480 ],
7481 "crate_features": {
7482 "common": [
7483 "default",
7484 "memchr",
7485 "std"
7486 ],
7487 "selects": {}
7488 },
7489 "deps": {
7490 "common": [
7491 {
7492 "id": "memchr 2.7.1",
7493 "target": "memchr"
7494 },
7495 {
7496 "id": "thiserror 1.0.56",
7497 "target": "thiserror"
7498 },
7499 {
7500 "id": "ucd-trie 0.1.6",
7501 "target": "ucd_trie"
7502 }
7503 ],
7504 "selects": {}
7505 },
7506 "edition": "2021",
7507 "version": "2.7.6"
7508 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007509 "license": "MIT OR Apache-2.0",
7510 "license_ids": [
7511 "Apache-2.0",
7512 "MIT"
7513 ],
7514 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007515 },
7516 "pest_derive 2.7.6": {
7517 "name": "pest_derive",
7518 "version": "2.7.6",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007519 "package_url": "https://github.com/pest-parser/pest",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007520 "repository": {
7521 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007522 "url": "https://static.crates.io/crates/pest_derive/2.7.6/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007523 "sha256": "bcd6ab1236bbdb3a49027e920e693192ebfe8913f6d60e294de57463a493cfde"
7524 }
7525 },
7526 "targets": [
7527 {
7528 "ProcMacro": {
7529 "crate_name": "pest_derive",
7530 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007531 "srcs": {
7532 "allow_empty": true,
7533 "include": [
7534 "**/*.rs"
7535 ]
7536 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007537 }
7538 }
7539 ],
7540 "library_target_name": "pest_derive",
7541 "common_attrs": {
7542 "compile_data_glob": [
7543 "**"
7544 ],
7545 "crate_features": {
7546 "common": [
7547 "default",
7548 "std"
7549 ],
7550 "selects": {}
7551 },
7552 "deps": {
7553 "common": [
7554 {
7555 "id": "pest 2.7.6",
7556 "target": "pest"
7557 },
7558 {
7559 "id": "pest_generator 2.7.6",
7560 "target": "pest_generator"
7561 }
7562 ],
7563 "selects": {}
7564 },
7565 "edition": "2021",
7566 "version": "2.7.6"
7567 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007568 "license": "MIT OR Apache-2.0",
7569 "license_ids": [
7570 "Apache-2.0",
7571 "MIT"
7572 ],
7573 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007574 },
7575 "pest_generator 2.7.6": {
7576 "name": "pest_generator",
7577 "version": "2.7.6",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007578 "package_url": "https://github.com/pest-parser/pest",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007579 "repository": {
7580 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007581 "url": "https://static.crates.io/crates/pest_generator/2.7.6/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007582 "sha256": "2a31940305ffc96863a735bef7c7994a00b325a7138fdbc5bda0f1a0476d3275"
7583 }
7584 },
7585 "targets": [
7586 {
7587 "Library": {
7588 "crate_name": "pest_generator",
7589 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007590 "srcs": {
7591 "allow_empty": true,
7592 "include": [
7593 "**/*.rs"
7594 ]
7595 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007596 }
7597 }
7598 ],
7599 "library_target_name": "pest_generator",
7600 "common_attrs": {
7601 "compile_data_glob": [
7602 "**"
7603 ],
7604 "crate_features": {
7605 "common": [
7606 "std"
7607 ],
7608 "selects": {}
7609 },
7610 "deps": {
7611 "common": [
7612 {
7613 "id": "pest 2.7.6",
7614 "target": "pest"
7615 },
7616 {
7617 "id": "pest_meta 2.7.6",
7618 "target": "pest_meta"
7619 },
7620 {
7621 "id": "proc-macro2 1.0.76",
7622 "target": "proc_macro2"
7623 },
7624 {
7625 "id": "quote 1.0.35",
7626 "target": "quote"
7627 },
7628 {
7629 "id": "syn 2.0.48",
7630 "target": "syn"
7631 }
7632 ],
7633 "selects": {}
7634 },
7635 "edition": "2021",
7636 "version": "2.7.6"
7637 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007638 "license": "MIT OR Apache-2.0",
7639 "license_ids": [
7640 "Apache-2.0",
7641 "MIT"
7642 ],
7643 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007644 },
7645 "pest_meta 2.7.6": {
7646 "name": "pest_meta",
7647 "version": "2.7.6",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007648 "package_url": "https://github.com/pest-parser/pest",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007649 "repository": {
7650 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007651 "url": "https://static.crates.io/crates/pest_meta/2.7.6/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007652 "sha256": "a7ff62f5259e53b78d1af898941cdcdccfae7385cf7d793a6e55de5d05bb4b7d"
7653 }
7654 },
7655 "targets": [
7656 {
7657 "Library": {
7658 "crate_name": "pest_meta",
7659 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007660 "srcs": {
7661 "allow_empty": true,
7662 "include": [
7663 "**/*.rs"
7664 ]
7665 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007666 }
7667 }
7668 ],
7669 "library_target_name": "pest_meta",
7670 "common_attrs": {
7671 "compile_data_glob": [
7672 "**"
7673 ],
7674 "crate_features": {
7675 "common": [
7676 "default"
7677 ],
7678 "selects": {}
7679 },
7680 "deps": {
7681 "common": [
7682 {
7683 "id": "once_cell 1.19.0",
7684 "target": "once_cell"
7685 },
7686 {
7687 "id": "pest 2.7.6",
7688 "target": "pest"
7689 }
7690 ],
7691 "selects": {}
7692 },
7693 "edition": "2021",
7694 "version": "2.7.6"
7695 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007696 "license": "MIT OR Apache-2.0",
7697 "license_ids": [
7698 "Apache-2.0",
7699 "MIT"
7700 ],
7701 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007702 },
7703 "petgraph 0.6.4": {
7704 "name": "petgraph",
7705 "version": "0.6.4",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007706 "package_url": "https://github.com/petgraph/petgraph",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007707 "repository": {
7708 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007709 "url": "https://static.crates.io/crates/petgraph/0.6.4/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007710 "sha256": "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
7711 }
7712 },
7713 "targets": [
7714 {
7715 "Library": {
7716 "crate_name": "petgraph",
7717 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007718 "srcs": {
7719 "allow_empty": true,
7720 "include": [
7721 "**/*.rs"
7722 ]
7723 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007724 }
7725 }
7726 ],
7727 "library_target_name": "petgraph",
7728 "common_attrs": {
7729 "compile_data_glob": [
7730 "**"
7731 ],
7732 "deps": {
7733 "common": [
7734 {
7735 "id": "fixedbitset 0.4.2",
7736 "target": "fixedbitset"
7737 },
7738 {
7739 "id": "indexmap 2.1.0",
7740 "target": "indexmap"
7741 }
7742 ],
7743 "selects": {}
7744 },
7745 "edition": "2018",
7746 "version": "0.6.4"
7747 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007748 "license": "MIT OR Apache-2.0",
7749 "license_ids": [
7750 "Apache-2.0",
7751 "MIT"
7752 ],
7753 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007754 },
7755 "phf 0.10.1": {
7756 "name": "phf",
7757 "version": "0.10.1",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007758 "package_url": "https://github.com/sfackler/rust-phf",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007759 "repository": {
7760 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007761 "url": "https://static.crates.io/crates/phf/0.10.1/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007762 "sha256": "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
7763 }
7764 },
7765 "targets": [
7766 {
7767 "Library": {
7768 "crate_name": "phf",
7769 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007770 "srcs": {
7771 "allow_empty": true,
7772 "include": [
7773 "**/*.rs"
7774 ]
7775 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007776 }
7777 }
7778 ],
7779 "library_target_name": "phf",
7780 "common_attrs": {
7781 "compile_data_glob": [
7782 "**"
7783 ],
7784 "crate_features": {
7785 "common": [
7786 "default",
7787 "std"
7788 ],
7789 "selects": {}
7790 },
7791 "deps": {
7792 "common": [
7793 {
7794 "id": "phf_shared 0.10.0",
7795 "target": "phf_shared"
7796 }
7797 ],
7798 "selects": {}
7799 },
7800 "edition": "2018",
7801 "version": "0.10.1"
7802 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007803 "license": "MIT",
7804 "license_ids": [
7805 "MIT"
7806 ],
7807 "license_file": null
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007808 },
7809 "phf_codegen 0.10.0": {
7810 "name": "phf_codegen",
7811 "version": "0.10.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007812 "package_url": "https://github.com/sfackler/rust-phf",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007813 "repository": {
7814 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007815 "url": "https://static.crates.io/crates/phf_codegen/0.10.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007816 "sha256": "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
7817 }
7818 },
7819 "targets": [
7820 {
7821 "Library": {
7822 "crate_name": "phf_codegen",
7823 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007824 "srcs": {
7825 "allow_empty": true,
7826 "include": [
7827 "**/*.rs"
7828 ]
7829 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007830 }
7831 }
7832 ],
7833 "library_target_name": "phf_codegen",
7834 "common_attrs": {
7835 "compile_data_glob": [
7836 "**"
7837 ],
7838 "deps": {
7839 "common": [
7840 {
7841 "id": "phf_generator 0.10.0",
7842 "target": "phf_generator"
7843 },
7844 {
7845 "id": "phf_shared 0.10.0",
7846 "target": "phf_shared"
7847 }
7848 ],
7849 "selects": {}
7850 },
7851 "edition": "2018",
7852 "version": "0.10.0"
7853 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007854 "license": "MIT",
7855 "license_ids": [
7856 "MIT"
7857 ],
7858 "license_file": null
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007859 },
7860 "phf_generator 0.10.0": {
7861 "name": "phf_generator",
7862 "version": "0.10.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007863 "package_url": "https://github.com/sfackler/rust-phf",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007864 "repository": {
7865 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007866 "url": "https://static.crates.io/crates/phf_generator/0.10.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007867 "sha256": "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
7868 }
7869 },
7870 "targets": [
7871 {
7872 "Library": {
7873 "crate_name": "phf_generator",
7874 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007875 "srcs": {
7876 "allow_empty": true,
7877 "include": [
7878 "**/*.rs"
7879 ]
7880 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007881 }
7882 },
7883 {
7884 "Binary": {
7885 "crate_name": "gen_hash_test",
7886 "crate_root": "src/bin/gen_hash_test.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007887 "srcs": {
7888 "allow_empty": true,
7889 "include": [
7890 "**/*.rs"
7891 ]
7892 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007893 }
7894 }
7895 ],
7896 "library_target_name": "phf_generator",
7897 "common_attrs": {
7898 "compile_data_glob": [
7899 "**"
7900 ],
7901 "deps": {
7902 "common": [
7903 {
7904 "id": "phf_shared 0.10.0",
7905 "target": "phf_shared"
7906 },
7907 {
7908 "id": "rand 0.8.5",
7909 "target": "rand"
7910 }
7911 ],
7912 "selects": {}
7913 },
7914 "edition": "2018",
7915 "version": "0.10.0"
7916 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007917 "license": "MIT",
7918 "license_ids": [
7919 "MIT"
7920 ],
7921 "license_file": null
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007922 },
7923 "phf_shared 0.10.0": {
7924 "name": "phf_shared",
7925 "version": "0.10.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007926 "package_url": "https://github.com/sfackler/rust-phf",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007927 "repository": {
7928 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007929 "url": "https://static.crates.io/crates/phf_shared/0.10.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007930 "sha256": "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
7931 }
7932 },
7933 "targets": [
7934 {
7935 "Library": {
7936 "crate_name": "phf_shared",
7937 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007938 "srcs": {
7939 "allow_empty": true,
7940 "include": [
7941 "**/*.rs"
7942 ]
7943 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007944 }
7945 }
7946 ],
7947 "library_target_name": "phf_shared",
7948 "common_attrs": {
7949 "compile_data_glob": [
7950 "**"
7951 ],
7952 "crate_features": {
7953 "common": [
7954 "default",
7955 "std"
7956 ],
7957 "selects": {}
7958 },
7959 "deps": {
7960 "common": [
7961 {
7962 "id": "siphasher 0.3.11",
7963 "target": "siphasher"
7964 }
7965 ],
7966 "selects": {}
7967 },
7968 "edition": "2018",
7969 "version": "0.10.0"
7970 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007971 "license": "MIT",
7972 "license_ids": [
7973 "MIT"
7974 ],
7975 "license_file": null
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007976 },
7977 "pin-project 1.1.3": {
7978 "name": "pin-project",
7979 "version": "1.1.3",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007980 "package_url": "https://github.com/taiki-e/pin-project",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007981 "repository": {
7982 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007983 "url": "https://static.crates.io/crates/pin-project/1.1.3/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007984 "sha256": "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
7985 }
7986 },
7987 "targets": [
7988 {
7989 "Library": {
7990 "crate_name": "pin_project",
7991 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02007992 "srcs": {
7993 "allow_empty": true,
7994 "include": [
7995 "**/*.rs"
7996 ]
7997 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01007998 }
7999 }
8000 ],
8001 "library_target_name": "pin_project",
8002 "common_attrs": {
8003 "compile_data_glob": [
8004 "**"
8005 ],
8006 "edition": "2021",
8007 "proc_macro_deps": {
8008 "common": [
8009 {
8010 "id": "pin-project-internal 1.1.3",
8011 "target": "pin_project_internal"
8012 }
8013 ],
8014 "selects": {}
8015 },
8016 "version": "1.1.3"
8017 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008018 "license": "Apache-2.0 OR MIT",
8019 "license_ids": [
8020 "Apache-2.0",
8021 "MIT"
8022 ],
8023 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008024 },
8025 "pin-project-internal 1.1.3": {
8026 "name": "pin-project-internal",
8027 "version": "1.1.3",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008028 "package_url": "https://github.com/taiki-e/pin-project",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008029 "repository": {
8030 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008031 "url": "https://static.crates.io/crates/pin-project-internal/1.1.3/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008032 "sha256": "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
8033 }
8034 },
8035 "targets": [
8036 {
8037 "ProcMacro": {
8038 "crate_name": "pin_project_internal",
8039 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008040 "srcs": {
8041 "allow_empty": true,
8042 "include": [
8043 "**/*.rs"
8044 ]
8045 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008046 }
8047 }
8048 ],
8049 "library_target_name": "pin_project_internal",
8050 "common_attrs": {
8051 "compile_data_glob": [
8052 "**"
8053 ],
8054 "deps": {
8055 "common": [
8056 {
8057 "id": "proc-macro2 1.0.76",
8058 "target": "proc_macro2"
8059 },
8060 {
8061 "id": "quote 1.0.35",
8062 "target": "quote"
8063 },
8064 {
8065 "id": "syn 2.0.48",
8066 "target": "syn"
8067 }
8068 ],
8069 "selects": {}
8070 },
8071 "edition": "2021",
8072 "version": "1.1.3"
8073 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008074 "license": "Apache-2.0 OR MIT",
8075 "license_ids": [
8076 "Apache-2.0",
8077 "MIT"
8078 ],
8079 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008080 },
8081 "pin-project-lite 0.2.13": {
8082 "name": "pin-project-lite",
8083 "version": "0.2.13",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008084 "package_url": "https://github.com/taiki-e/pin-project-lite",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008085 "repository": {
8086 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008087 "url": "https://static.crates.io/crates/pin-project-lite/0.2.13/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008088 "sha256": "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
8089 }
8090 },
8091 "targets": [
8092 {
8093 "Library": {
8094 "crate_name": "pin_project_lite",
8095 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008096 "srcs": {
8097 "allow_empty": true,
8098 "include": [
8099 "**/*.rs"
8100 ]
8101 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008102 }
8103 }
8104 ],
8105 "library_target_name": "pin_project_lite",
8106 "common_attrs": {
8107 "compile_data_glob": [
8108 "**"
8109 ],
8110 "edition": "2018",
8111 "version": "0.2.13"
8112 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008113 "license": "Apache-2.0 OR MIT",
8114 "license_ids": [
8115 "Apache-2.0",
8116 "MIT"
8117 ],
8118 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008119 },
8120 "pin-utils 0.1.0": {
8121 "name": "pin-utils",
8122 "version": "0.1.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008123 "package_url": "https://github.com/rust-lang-nursery/pin-utils",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008124 "repository": {
8125 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008126 "url": "https://static.crates.io/crates/pin-utils/0.1.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008127 "sha256": "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
8128 }
8129 },
8130 "targets": [
8131 {
8132 "Library": {
8133 "crate_name": "pin_utils",
8134 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008135 "srcs": {
8136 "allow_empty": true,
8137 "include": [
8138 "**/*.rs"
8139 ]
8140 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008141 }
8142 }
8143 ],
8144 "library_target_name": "pin_utils",
8145 "common_attrs": {
8146 "compile_data_glob": [
8147 "**"
8148 ],
8149 "edition": "2018",
8150 "version": "0.1.0"
8151 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008152 "license": "MIT OR Apache-2.0",
8153 "license_ids": [
8154 "Apache-2.0",
8155 "MIT"
8156 ],
8157 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008158 },
8159 "ppv-lite86 0.2.17": {
8160 "name": "ppv-lite86",
8161 "version": "0.2.17",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008162 "package_url": "https://github.com/cryptocorrosion/cryptocorrosion",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008163 "repository": {
8164 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008165 "url": "https://static.crates.io/crates/ppv-lite86/0.2.17/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008166 "sha256": "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
8167 }
8168 },
8169 "targets": [
8170 {
8171 "Library": {
8172 "crate_name": "ppv_lite86",
8173 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008174 "srcs": {
8175 "allow_empty": true,
8176 "include": [
8177 "**/*.rs"
8178 ]
8179 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008180 }
8181 }
8182 ],
8183 "library_target_name": "ppv_lite86",
8184 "common_attrs": {
8185 "compile_data_glob": [
8186 "**"
8187 ],
8188 "crate_features": {
8189 "common": [
8190 "simd",
8191 "std"
8192 ],
8193 "selects": {}
8194 },
8195 "edition": "2018",
8196 "version": "0.2.17"
8197 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008198 "license": "MIT/Apache-2.0",
8199 "license_ids": [
8200 "Apache-2.0",
8201 "MIT"
8202 ],
8203 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008204 },
8205 "precomputed-hash 0.1.1": {
8206 "name": "precomputed-hash",
8207 "version": "0.1.1",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008208 "package_url": "https://github.com/emilio/precomputed-hash",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008209 "repository": {
8210 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008211 "url": "https://static.crates.io/crates/precomputed-hash/0.1.1/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008212 "sha256": "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
8213 }
8214 },
8215 "targets": [
8216 {
8217 "Library": {
8218 "crate_name": "precomputed_hash",
8219 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008220 "srcs": {
8221 "allow_empty": true,
8222 "include": [
8223 "**/*.rs"
8224 ]
8225 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008226 }
8227 }
8228 ],
8229 "library_target_name": "precomputed_hash",
8230 "common_attrs": {
8231 "compile_data_glob": [
8232 "**"
8233 ],
8234 "edition": "2015",
8235 "version": "0.1.1"
8236 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008237 "license": "MIT",
8238 "license_ids": [
8239 "MIT"
8240 ],
8241 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008242 },
8243 "proc-macro2 1.0.76": {
8244 "name": "proc-macro2",
8245 "version": "1.0.76",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008246 "package_url": "https://github.com/dtolnay/proc-macro2",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008247 "repository": {
8248 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008249 "url": "https://static.crates.io/crates/proc-macro2/1.0.76/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008250 "sha256": "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c"
8251 }
8252 },
8253 "targets": [
8254 {
8255 "Library": {
8256 "crate_name": "proc_macro2",
8257 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008258 "srcs": {
8259 "allow_empty": true,
8260 "include": [
8261 "**/*.rs"
8262 ]
8263 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008264 }
8265 },
8266 {
8267 "BuildScript": {
8268 "crate_name": "build_script_build",
8269 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008270 "srcs": {
8271 "allow_empty": true,
8272 "include": [
8273 "**/*.rs"
8274 ]
8275 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008276 }
8277 }
8278 ],
8279 "library_target_name": "proc_macro2",
8280 "common_attrs": {
8281 "compile_data_glob": [
8282 "**"
8283 ],
8284 "crate_features": {
8285 "common": [
8286 "default",
8287 "proc-macro"
8288 ],
8289 "selects": {}
8290 },
8291 "deps": {
8292 "common": [
8293 {
8294 "id": "proc-macro2 1.0.76",
8295 "target": "build_script_build"
8296 },
8297 {
8298 "id": "unicode-ident 1.0.12",
8299 "target": "unicode_ident"
8300 }
8301 ],
8302 "selects": {}
8303 },
8304 "edition": "2021",
8305 "version": "1.0.76"
8306 },
8307 "build_script_attrs": {
8308 "data_glob": [
8309 "**"
8310 ]
8311 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008312 "license": "MIT OR Apache-2.0",
8313 "license_ids": [
8314 "Apache-2.0",
8315 "MIT"
8316 ],
8317 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008318 },
8319 "prost 0.11.9": {
8320 "name": "prost",
8321 "version": "0.11.9",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008322 "package_url": "https://github.com/tokio-rs/prost",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008323 "repository": {
8324 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008325 "url": "https://static.crates.io/crates/prost/0.11.9/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008326 "sha256": "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"
8327 }
8328 },
8329 "targets": [
8330 {
8331 "Library": {
8332 "crate_name": "prost",
8333 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008334 "srcs": {
8335 "allow_empty": true,
8336 "include": [
8337 "**/*.rs"
8338 ]
8339 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008340 }
8341 }
8342 ],
8343 "library_target_name": "prost",
8344 "common_attrs": {
8345 "compile_data_glob": [
8346 "**"
8347 ],
8348 "crate_features": {
8349 "common": [
8350 "prost-derive",
8351 "std"
8352 ],
8353 "selects": {}
8354 },
8355 "deps": {
8356 "common": [
8357 {
8358 "id": "bytes 1.5.0",
8359 "target": "bytes"
8360 }
8361 ],
8362 "selects": {}
8363 },
8364 "edition": "2021",
8365 "proc_macro_deps": {
8366 "common": [
8367 {
8368 "id": "prost-derive 0.11.9",
8369 "target": "prost_derive"
8370 }
8371 ],
8372 "selects": {}
8373 },
8374 "version": "0.11.9"
8375 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008376 "license": "Apache-2.0",
8377 "license_ids": [
8378 "Apache-2.0"
8379 ],
8380 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008381 },
8382 "prost-build 0.11.9": {
8383 "name": "prost-build",
8384 "version": "0.11.9",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008385 "package_url": "https://github.com/tokio-rs/prost",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008386 "repository": {
8387 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008388 "url": "https://static.crates.io/crates/prost-build/0.11.9/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008389 "sha256": "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270"
8390 }
8391 },
8392 "targets": [
8393 {
8394 "Library": {
8395 "crate_name": "prost_build",
8396 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008397 "srcs": {
8398 "allow_empty": true,
8399 "include": [
8400 "**/*.rs"
8401 ]
8402 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008403 }
8404 }
8405 ],
8406 "library_target_name": "prost_build",
8407 "common_attrs": {
8408 "compile_data_glob": [
8409 "**"
8410 ],
8411 "deps": {
8412 "common": [
8413 {
8414 "id": "bytes 1.5.0",
8415 "target": "bytes"
8416 },
8417 {
8418 "id": "heck 0.4.1",
8419 "target": "heck"
8420 },
8421 {
8422 "id": "itertools 0.10.5",
8423 "target": "itertools"
8424 },
8425 {
8426 "id": "lazy_static 1.4.0",
8427 "target": "lazy_static"
8428 },
8429 {
8430 "id": "log 0.4.20",
8431 "target": "log"
8432 },
8433 {
8434 "id": "multimap 0.8.3",
8435 "target": "multimap"
8436 },
8437 {
8438 "id": "petgraph 0.6.4",
8439 "target": "petgraph"
8440 },
8441 {
8442 "id": "prost 0.11.9",
8443 "target": "prost"
8444 },
8445 {
8446 "id": "prost-types 0.11.9",
8447 "target": "prost_types"
8448 },
8449 {
8450 "id": "regex 1.10.2",
8451 "target": "regex"
8452 },
8453 {
8454 "id": "tempfile 3.9.0",
8455 "target": "tempfile"
8456 },
8457 {
8458 "id": "which 4.4.2",
8459 "target": "which"
8460 }
8461 ],
8462 "selects": {}
8463 },
8464 "edition": "2021",
8465 "version": "0.11.9"
8466 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008467 "license": "Apache-2.0",
8468 "license_ids": [
8469 "Apache-2.0"
8470 ],
8471 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008472 },
8473 "prost-derive 0.11.9": {
8474 "name": "prost-derive",
8475 "version": "0.11.9",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008476 "package_url": "https://github.com/tokio-rs/prost",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008477 "repository": {
8478 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008479 "url": "https://static.crates.io/crates/prost-derive/0.11.9/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008480 "sha256": "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"
8481 }
8482 },
8483 "targets": [
8484 {
8485 "ProcMacro": {
8486 "crate_name": "prost_derive",
8487 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008488 "srcs": {
8489 "allow_empty": true,
8490 "include": [
8491 "**/*.rs"
8492 ]
8493 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008494 }
8495 }
8496 ],
8497 "library_target_name": "prost_derive",
8498 "common_attrs": {
8499 "compile_data_glob": [
8500 "**"
8501 ],
8502 "deps": {
8503 "common": [
8504 {
8505 "id": "anyhow 1.0.79",
8506 "target": "anyhow"
8507 },
8508 {
8509 "id": "itertools 0.10.5",
8510 "target": "itertools"
8511 },
8512 {
8513 "id": "proc-macro2 1.0.76",
8514 "target": "proc_macro2"
8515 },
8516 {
8517 "id": "quote 1.0.35",
8518 "target": "quote"
8519 },
8520 {
8521 "id": "syn 1.0.109",
8522 "target": "syn"
8523 }
8524 ],
8525 "selects": {}
8526 },
8527 "edition": "2021",
8528 "version": "0.11.9"
8529 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008530 "license": "Apache-2.0",
8531 "license_ids": [
8532 "Apache-2.0"
8533 ],
8534 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008535 },
8536 "prost-types 0.11.9": {
8537 "name": "prost-types",
8538 "version": "0.11.9",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008539 "package_url": "https://github.com/tokio-rs/prost",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008540 "repository": {
8541 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008542 "url": "https://static.crates.io/crates/prost-types/0.11.9/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008543 "sha256": "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13"
8544 }
8545 },
8546 "targets": [
8547 {
8548 "Library": {
8549 "crate_name": "prost_types",
8550 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008551 "srcs": {
8552 "allow_empty": true,
8553 "include": [
8554 "**/*.rs"
8555 ]
8556 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008557 }
8558 }
8559 ],
8560 "library_target_name": "prost_types",
8561 "common_attrs": {
8562 "compile_data_glob": [
8563 "**"
8564 ],
8565 "deps": {
8566 "common": [
8567 {
8568 "id": "prost 0.11.9",
8569 "target": "prost"
8570 }
8571 ],
8572 "selects": {}
8573 },
8574 "edition": "2021",
8575 "version": "0.11.9"
8576 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008577 "license": "Apache-2.0",
8578 "license_ids": [
8579 "Apache-2.0"
8580 ],
8581 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008582 },
8583 "protoc-gen-prost 0.2.3": {
8584 "name": "protoc-gen-prost",
8585 "version": "0.2.3",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008586 "package_url": "https://github.com/neoeinstein/protoc-gen-prost",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008587 "repository": {
8588 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008589 "url": "https://static.crates.io/crates/protoc-gen-prost/0.2.3/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008590 "sha256": "10dfa031ad41fdcfb180de73ece3ed076250f1132a13ad6bba218699f612fb95"
8591 }
8592 },
8593 "targets": [
8594 {
8595 "Library": {
8596 "crate_name": "protoc_gen_prost",
8597 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008598 "srcs": {
8599 "allow_empty": true,
8600 "include": [
8601 "**/*.rs"
8602 ]
8603 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008604 }
8605 },
8606 {
8607 "Binary": {
8608 "crate_name": "protoc-gen-prost",
8609 "crate_root": "src/main.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008610 "srcs": {
8611 "allow_empty": true,
8612 "include": [
8613 "**/*.rs"
8614 ]
8615 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008616 }
8617 }
8618 ],
8619 "library_target_name": "protoc_gen_prost",
8620 "common_attrs": {
8621 "compile_data_glob": [
8622 "**"
8623 ],
8624 "deps": {
8625 "common": [
8626 {
8627 "id": "once_cell 1.19.0",
8628 "target": "once_cell"
8629 },
8630 {
8631 "id": "prost 0.11.9",
8632 "target": "prost"
8633 },
8634 {
8635 "id": "prost-build 0.11.9",
8636 "target": "prost_build"
8637 },
8638 {
8639 "id": "prost-types 0.11.9",
8640 "target": "prost_types"
8641 },
8642 {
8643 "id": "regex 1.10.2",
8644 "target": "regex"
8645 }
8646 ],
8647 "selects": {}
8648 },
8649 "edition": "2021",
8650 "version": "0.2.3"
8651 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008652 "license": "Apache-2.0",
8653 "license_ids": [
8654 "Apache-2.0"
8655 ],
8656 "license_file": null
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008657 },
8658 "pulldown-cmark 0.9.3": {
8659 "name": "pulldown-cmark",
8660 "version": "0.9.3",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008661 "package_url": "https://github.com/raphlinus/pulldown-cmark",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008662 "repository": {
8663 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008664 "url": "https://static.crates.io/crates/pulldown-cmark/0.9.3/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008665 "sha256": "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998"
8666 }
8667 },
8668 "targets": [
8669 {
8670 "Library": {
8671 "crate_name": "pulldown_cmark",
8672 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008673 "srcs": {
8674 "allow_empty": true,
8675 "include": [
8676 "**/*.rs"
8677 ]
8678 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008679 }
8680 },
8681 {
8682 "Binary": {
8683 "crate_name": "pulldown-cmark",
8684 "crate_root": "src/main.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008685 "srcs": {
8686 "allow_empty": true,
8687 "include": [
8688 "**/*.rs"
8689 ]
8690 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008691 }
8692 },
8693 {
8694 "BuildScript": {
8695 "crate_name": "build_script_build",
8696 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008697 "srcs": {
8698 "allow_empty": true,
8699 "include": [
8700 "**/*.rs"
8701 ]
8702 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008703 }
8704 }
8705 ],
8706 "library_target_name": "pulldown_cmark",
8707 "common_attrs": {
8708 "compile_data_glob": [
8709 "**"
8710 ],
8711 "deps": {
8712 "common": [
8713 {
8714 "id": "bitflags 1.3.2",
8715 "target": "bitflags"
8716 },
8717 {
8718 "id": "memchr 2.7.1",
8719 "target": "memchr"
8720 },
8721 {
8722 "id": "pulldown-cmark 0.9.3",
8723 "target": "build_script_build"
8724 },
8725 {
8726 "id": "unicase 2.7.0",
8727 "target": "unicase"
8728 }
8729 ],
8730 "selects": {}
8731 },
8732 "edition": "2021",
8733 "version": "0.9.3"
8734 },
8735 "build_script_attrs": {
8736 "data_glob": [
8737 "**"
8738 ]
8739 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008740 "license": "MIT",
8741 "license_ids": [
8742 "MIT"
8743 ],
8744 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008745 },
8746 "quote 1.0.35": {
8747 "name": "quote",
8748 "version": "1.0.35",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008749 "package_url": "https://github.com/dtolnay/quote",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008750 "repository": {
8751 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008752 "url": "https://static.crates.io/crates/quote/1.0.35/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008753 "sha256": "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
8754 }
8755 },
8756 "targets": [
8757 {
8758 "Library": {
8759 "crate_name": "quote",
8760 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008761 "srcs": {
8762 "allow_empty": true,
8763 "include": [
8764 "**/*.rs"
8765 ]
8766 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008767 }
8768 }
8769 ],
8770 "library_target_name": "quote",
8771 "common_attrs": {
8772 "compile_data_glob": [
8773 "**"
8774 ],
8775 "crate_features": {
8776 "common": [
8777 "default",
8778 "proc-macro"
8779 ],
8780 "selects": {}
8781 },
8782 "deps": {
8783 "common": [
8784 {
8785 "id": "proc-macro2 1.0.76",
8786 "target": "proc_macro2"
8787 }
8788 ],
8789 "selects": {}
8790 },
8791 "edition": "2018",
8792 "version": "1.0.35"
8793 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008794 "license": "MIT OR Apache-2.0",
8795 "license_ids": [
8796 "Apache-2.0",
8797 "MIT"
8798 ],
8799 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008800 },
8801 "rand 0.8.5": {
8802 "name": "rand",
8803 "version": "0.8.5",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008804 "package_url": "https://github.com/rust-random/rand",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008805 "repository": {
8806 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008807 "url": "https://static.crates.io/crates/rand/0.8.5/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008808 "sha256": "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
8809 }
8810 },
8811 "targets": [
8812 {
8813 "Library": {
8814 "crate_name": "rand",
8815 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008816 "srcs": {
8817 "allow_empty": true,
8818 "include": [
8819 "**/*.rs"
8820 ]
8821 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008822 }
8823 }
8824 ],
8825 "library_target_name": "rand",
8826 "common_attrs": {
8827 "compile_data_glob": [
8828 "**"
8829 ],
8830 "crate_features": {
8831 "common": [
8832 "alloc",
8833 "default",
8834 "getrandom",
8835 "libc",
8836 "rand_chacha",
8837 "small_rng",
8838 "std",
8839 "std_rng"
8840 ],
8841 "selects": {}
8842 },
8843 "deps": {
8844 "common": [
8845 {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008846 "id": "libc 0.2.152",
8847 "target": "libc"
8848 },
8849 {
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008850 "id": "rand_chacha 0.3.1",
8851 "target": "rand_chacha"
8852 },
8853 {
8854 "id": "rand_core 0.6.4",
8855 "target": "rand_core"
8856 }
8857 ],
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008858 "selects": {}
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008859 },
8860 "edition": "2018",
8861 "version": "0.8.5"
8862 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008863 "license": "MIT OR Apache-2.0",
8864 "license_ids": [
8865 "Apache-2.0",
8866 "MIT"
8867 ],
8868 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008869 },
8870 "rand_chacha 0.3.1": {
8871 "name": "rand_chacha",
8872 "version": "0.3.1",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008873 "package_url": "https://github.com/rust-random/rand",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008874 "repository": {
8875 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008876 "url": "https://static.crates.io/crates/rand_chacha/0.3.1/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008877 "sha256": "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
8878 }
8879 },
8880 "targets": [
8881 {
8882 "Library": {
8883 "crate_name": "rand_chacha",
8884 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008885 "srcs": {
8886 "allow_empty": true,
8887 "include": [
8888 "**/*.rs"
8889 ]
8890 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008891 }
8892 }
8893 ],
8894 "library_target_name": "rand_chacha",
8895 "common_attrs": {
8896 "compile_data_glob": [
8897 "**"
8898 ],
8899 "crate_features": {
8900 "common": [
8901 "std"
8902 ],
8903 "selects": {}
8904 },
8905 "deps": {
8906 "common": [
8907 {
8908 "id": "ppv-lite86 0.2.17",
8909 "target": "ppv_lite86"
8910 },
8911 {
8912 "id": "rand_core 0.6.4",
8913 "target": "rand_core"
8914 }
8915 ],
8916 "selects": {}
8917 },
8918 "edition": "2018",
8919 "version": "0.3.1"
8920 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008921 "license": "MIT OR Apache-2.0",
8922 "license_ids": [
8923 "Apache-2.0",
8924 "MIT"
8925 ],
8926 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008927 },
8928 "rand_core 0.6.4": {
8929 "name": "rand_core",
8930 "version": "0.6.4",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008931 "package_url": "https://github.com/rust-random/rand",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008932 "repository": {
8933 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008934 "url": "https://static.crates.io/crates/rand_core/0.6.4/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008935 "sha256": "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
8936 }
8937 },
8938 "targets": [
8939 {
8940 "Library": {
8941 "crate_name": "rand_core",
8942 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008943 "srcs": {
8944 "allow_empty": true,
8945 "include": [
8946 "**/*.rs"
8947 ]
8948 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008949 }
8950 }
8951 ],
8952 "library_target_name": "rand_core",
8953 "common_attrs": {
8954 "compile_data_glob": [
8955 "**"
8956 ],
8957 "crate_features": {
8958 "common": [
8959 "alloc",
8960 "getrandom",
8961 "std"
8962 ],
8963 "selects": {}
8964 },
8965 "deps": {
8966 "common": [
8967 {
8968 "id": "getrandom 0.2.12",
8969 "target": "getrandom"
8970 }
8971 ],
8972 "selects": {}
8973 },
8974 "edition": "2018",
8975 "version": "0.6.4"
8976 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008977 "license": "MIT OR Apache-2.0",
8978 "license_ids": [
8979 "Apache-2.0",
8980 "MIT"
8981 ],
8982 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008983 },
8984 "redox_syscall 0.4.1": {
8985 "name": "redox_syscall",
8986 "version": "0.4.1",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008987 "package_url": "https://gitlab.redox-os.org/redox-os/syscall",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008988 "repository": {
8989 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008990 "url": "https://static.crates.io/crates/redox_syscall/0.4.1/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01008991 "sha256": "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
8992 }
8993 },
8994 "targets": [
8995 {
8996 "Library": {
8997 "crate_name": "syscall",
8998 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02008999 "srcs": {
9000 "allow_empty": true,
9001 "include": [
9002 "**/*.rs"
9003 ]
9004 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01009005 }
9006 }
9007 ],
9008 "library_target_name": "syscall",
9009 "common_attrs": {
9010 "compile_data_glob": [
9011 "**"
9012 ],
9013 "deps": {
9014 "common": [
9015 {
9016 "id": "bitflags 1.3.2",
9017 "target": "bitflags"
9018 }
9019 ],
9020 "selects": {}
9021 },
9022 "edition": "2018",
9023 "version": "0.4.1"
9024 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02009025 "license": "MIT",
9026 "license_ids": [
9027 "MIT"
9028 ],
9029 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01009030 },
9031 "regex 1.10.2": {
9032 "name": "regex",
9033 "version": "1.10.2",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02009034 "package_url": "https://github.com/rust-lang/regex",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01009035 "repository": {
9036 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02009037 "url": "https://static.crates.io/crates/regex/1.10.2/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01009038 "sha256": "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
9039 }
9040 },
9041 "targets": [
9042 {
9043 "Library": {
9044 "crate_name": "regex",
9045 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02009046 "srcs": {
9047 "allow_empty": true,
9048 "include": [
9049 "**/*.rs"
9050 ]
9051 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01009052 }
9053 }
9054 ],
9055 "library_target_name": "regex",
9056 "common_attrs": {
9057 "compile_data_glob": [
9058 "**"
9059 ],
9060 "crate_features": {
9061 "common": [
9062 "default",
9063 "perf",
9064 "perf-backtrack",
9065 "perf-cache",
9066 "perf-dfa",
9067 "perf-inline",
9068 "perf-literal",
9069 "perf-onepass",
9070 "std",
9071 "unicode",
9072 "unicode-age",
9073 "unicode-bool",
9074 "unicode-case",
9075 "unicode-gencat",
9076 "unicode-perl",
9077 "unicode-script",
9078 "unicode-segment"
9079 ],
9080 "selects": {}
9081 },
9082 "deps": {
9083 "common": [
9084 {
9085 "id": "aho-corasick 1.1.2",
9086 "target": "aho_corasick"
9087 },
9088 {
9089 "id": "memchr 2.7.1",
9090 "target": "memchr"
9091 },
9092 {
9093 "id": "regex-automata 0.4.3",
9094 "target": "regex_automata"
9095 },
9096 {
9097 "id": "regex-syntax 0.8.2",
9098 "target": "regex_syntax"
9099 }
9100 ],
9101 "selects": {}
9102 },
9103 "edition": "2021",
9104 "version": "1.10.2"
9105 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02009106 "license": "MIT OR Apache-2.0",
9107 "license_ids": [
9108 "Apache-2.0",
9109 "MIT"
9110 ],
9111 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01009112 },
9113 "regex-automata 0.4.3": {
9114 "name": "regex-automata",
9115 "version": "0.4.3",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02009116 "package_url": "https://github.com/rust-lang/regex/tree/master/regex-automata",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01009117 "repository": {
9118 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02009119 "url": "https://static.crates.io/crates/regex-automata/0.4.3/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01009120 "sha256": "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
9121 }
9122 },
9123 "targets": [
9124 {
9125 "Library": {
9126 "crate_name": "regex_automata",
9127 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02009128 "srcs": {
9129 "allow_empty": true,
9130 "include": [
9131 "**/*.rs"
9132 ]
9133 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01009134 }
9135 }
9136 ],
9137 "library_target_name": "regex_automata",
9138 "common_attrs": {
9139 "compile_data_glob": [
9140 "**"
9141 ],
9142 "crate_features": {
9143 "common": [
9144 "alloc",
9145 "dfa-onepass",
9146 "hybrid",
9147 "meta",
9148 "nfa",
9149 "nfa-backtrack",
9150 "nfa-pikevm",
9151 "nfa-thompson",
9152 "perf",
9153 "perf-inline",
9154 "perf-literal",
9155 "perf-literal-multisubstring",
9156 "perf-literal-substring",
9157 "std",
9158 "syntax",
9159 "unicode",
9160 "unicode-age",
9161 "unicode-bool",
9162 "unicode-case",
9163 "unicode-gencat",
9164 "unicode-perl",
9165 "unicode-script",
9166 "unicode-segment",
9167 "unicode-word-boundary"
9168 ],
9169 "selects": {
9170 "aarch64-unknown-linux-gnu": [
9171 "dfa-search"
9172 ],
9173 "aarch64-unknown-nixos-gnu": [
9174 "dfa-search"
9175 ],
9176 "arm-unknown-linux-gnueabi": [
9177 "dfa-search"
9178 ],
9179 "armv7-unknown-linux-gnueabi": [
9180 "dfa-search"
9181 ],
9182 "i686-unknown-linux-gnu": [
9183 "dfa-search"
9184 ],
9185 "powerpc-unknown-linux-gnu": [
9186 "dfa-search"
9187 ],
9188 "s390x-unknown-linux-gnu": [
9189 "dfa-search"
9190 ],
9191 "x86_64-unknown-linux-gnu": [
9192 "dfa-search"
9193 ],
9194 "x86_64-unknown-nixos-gnu": [
9195 "dfa-search"
9196 ]
9197 }
9198 },
9199 "deps": {
9200 "common": [
9201 {
9202 "id": "aho-corasick 1.1.2",
9203 "target": "aho_corasick"
9204 },
9205 {
9206 "id": "memchr 2.7.1",
9207 "target": "memchr"
9208 },
9209 {
9210 "id": "regex-syntax 0.8.2",
9211 "target": "regex_syntax"
9212 }
9213 ],
9214 "selects": {}
9215 },
9216 "edition": "2021",
9217 "version": "0.4.3"
9218 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02009219 "license": "MIT OR Apache-2.0",
9220 "license_ids": [
9221 "Apache-2.0",
9222 "MIT"
9223 ],
9224 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01009225 },
9226 "regex-syntax 0.8.2": {
9227 "name": "regex-syntax",
9228 "version": "0.8.2",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02009229 "package_url": "https://github.com/rust-lang/regex/tree/master/regex-syntax",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01009230 "repository": {
9231 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02009232 "url": "https://static.crates.io/crates/regex-syntax/0.8.2/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01009233 "sha256": "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
9234 }
9235 },
9236 "targets": [
9237 {
9238 "Library": {
9239 "crate_name": "regex_syntax",
9240 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02009241 "srcs": {
9242 "allow_empty": true,
9243 "include": [
9244 "**/*.rs"
9245 ]
9246 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01009247 }
9248 }
9249 ],
9250 "library_target_name": "regex_syntax",
9251 "common_attrs": {
9252 "compile_data_glob": [
9253 "**"
9254 ],
9255 "crate_features": {
9256 "common": [
9257 "default",
9258 "std",
9259 "unicode",
9260 "unicode-age",
9261 "unicode-bool",
9262 "unicode-case",
9263 "unicode-gencat",
9264 "unicode-perl",
9265 "unicode-script",
9266 "unicode-segment"
9267 ],
9268 "selects": {}
9269 },
9270 "edition": "2021",
9271 "version": "0.8.2"
9272 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02009273 "license": "MIT OR Apache-2.0",
9274 "license_ids": [
9275 "Apache-2.0",
9276 "MIT"
9277 ],
9278 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01009279 },
9280 "rustc-demangle 0.1.23": {
9281 "name": "rustc-demangle",
9282 "version": "0.1.23",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02009283 "package_url": "https://github.com/alexcrichton/rustc-demangle",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01009284 "repository": {
9285 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02009286 "url": "https://static.crates.io/crates/rustc-demangle/0.1.23/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01009287 "sha256": "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
9288 }
9289 },
9290 "targets": [
9291 {
9292 "Library": {
9293 "crate_name": "rustc_demangle",
9294 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02009295 "srcs": {
9296 "allow_empty": true,
9297 "include": [
9298 "**/*.rs"
9299 ]
9300 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01009301 }
9302 }
9303 ],
9304 "library_target_name": "rustc_demangle",
9305 "common_attrs": {
9306 "compile_data_glob": [
9307 "**"
9308 ],
9309 "edition": "2015",
9310 "version": "0.1.23"
9311 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02009312 "license": "MIT/Apache-2.0",
9313 "license_ids": [
9314 "Apache-2.0",
9315 "MIT"
9316 ],
9317 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01009318 },
9319 "rustix 0.38.28": {
9320 "name": "rustix",
9321 "version": "0.38.28",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02009322 "package_url": "https://github.com/bytecodealliance/rustix",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01009323 "repository": {
9324 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02009325 "url": "https://static.crates.io/crates/rustix/0.38.28/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01009326 "sha256": "72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316"
9327 }
9328 },
9329 "targets": [
9330 {
9331 "Library": {
9332 "crate_name": "rustix",
9333 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02009334 "srcs": {
9335 "allow_empty": true,
9336 "include": [
9337 "**/*.rs"
9338 ]
9339 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01009340 }
9341 },
9342 {
9343 "BuildScript": {
9344 "crate_name": "build_script_build",
9345 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02009346 "srcs": {
9347 "allow_empty": true,
9348 "include": [
9349 "**/*.rs"
9350 ]
9351 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01009352 }
9353 }
9354 ],
9355 "library_target_name": "rustix",
9356 "common_attrs": {
9357 "compile_data_glob": [
9358 "**"
9359 ],
9360 "crate_features": {
9361 "common": [
9362 "alloc",
9363 "fs",
9364 "std"
9365 ],
9366 "selects": {
9367 "aarch64-apple-darwin": [
9368 "default",
9369 "termios",
9370 "use-libc-auxv"
9371 ],
9372 "aarch64-apple-ios": [
9373 "default",
9374 "termios",
9375 "use-libc-auxv"
9376 ],
9377 "aarch64-apple-ios-sim": [
9378 "default",
9379 "termios",
9380 "use-libc-auxv"
9381 ],
9382 "aarch64-fuchsia": [
9383 "default",
9384 "termios",
9385 "use-libc-auxv"
9386 ],
9387 "aarch64-linux-android": [
9388 "default",
9389 "termios",
9390 "use-libc-auxv"
9391 ],
9392 "aarch64-unknown-linux-gnu": [
9393 "default",
9394 "termios",
9395 "use-libc-auxv"
9396 ],
9397 "aarch64-unknown-nixos-gnu": [
9398 "default",
9399 "termios",
9400 "use-libc-auxv"
9401 ],
9402 "aarch64-unknown-nto-qnx710": [
9403 "default",
9404 "termios",
9405 "use-libc-auxv"
9406 ],
9407 "aarch64-unknown-uefi": [
9408 "default",
9409 "termios",
9410 "use-libc-auxv"
9411 ],
9412 "arm-unknown-linux-gnueabi": [
9413 "default",
9414 "termios",
9415 "use-libc-auxv"
9416 ],
9417 "armv7-linux-androideabi": [
9418 "default",
9419 "termios",
9420 "use-libc-auxv"
9421 ],
9422 "armv7-unknown-linux-gnueabi": [
9423 "default",
9424 "termios",
9425 "use-libc-auxv"
9426 ],
9427 "i686-apple-darwin": [
9428 "default",
9429 "termios",
9430 "use-libc-auxv"
9431 ],
9432 "i686-linux-android": [
9433 "default",
9434 "termios",
9435 "use-libc-auxv"
9436 ],
9437 "i686-unknown-freebsd": [
9438 "default",
9439 "termios",
9440 "use-libc-auxv"
9441 ],
9442 "i686-unknown-linux-gnu": [
9443 "default",
9444 "termios",
9445 "use-libc-auxv"
9446 ],
9447 "powerpc-unknown-linux-gnu": [
9448 "default",
9449 "termios",
9450 "use-libc-auxv"
9451 ],
9452 "riscv32imc-unknown-none-elf": [
9453 "default",
9454 "termios",
9455 "use-libc-auxv"
9456 ],
9457 "riscv64gc-unknown-none-elf": [
9458 "default",
9459 "termios",
9460 "use-libc-auxv"
9461 ],
9462 "s390x-unknown-linux-gnu": [
9463 "default",
9464 "termios",
9465 "use-libc-auxv"
9466 ],
9467 "thumbv7em-none-eabi": [
9468 "default",
9469 "termios",
9470 "use-libc-auxv"
9471 ],
9472 "thumbv8m.main-none-eabi": [
9473 "default",
9474 "termios",
9475 "use-libc-auxv"
9476 ],
9477 "wasm32-unknown-unknown": [
9478 "default",
9479 "termios",
9480 "use-libc-auxv"
9481 ],
9482 "wasm32-wasi": [
9483 "default",
9484 "termios",
9485 "use-libc-auxv"
9486 ],
9487 "x86_64-apple-darwin": [
9488 "default",
9489 "termios",
9490 "use-libc-auxv"
9491 ],
9492 "x86_64-apple-ios": [
9493 "default",
9494 "termios",
9495 "use-libc-auxv"
9496 ],
9497 "x86_64-fuchsia": [
9498 "default",
9499 "termios",
9500 "use-libc-auxv"
9501 ],
9502 "x86_64-linux-android": [
9503 "default",
9504 "termios",
9505 "use-libc-auxv"
9506 ],
9507 "x86_64-unknown-freebsd": [
9508 "default",
9509 "termios",
9510 "use-libc-auxv"
9511 ],
9512 "x86_64-unknown-linux-gnu": [
9513 "default",
9514 "termios",
9515 "use-libc-auxv"
9516 ],
9517 "x86_64-unknown-nixos-gnu": [
9518 "default",
9519 "termios",
9520 "use-libc-auxv"
9521 ],
9522 "x86_64-unknown-none": [
9523 "default",
9524 "termios",
9525 "use-libc-auxv"
9526 ],
9527 "x86_64-unknown-uefi": [
9528 "default",
9529 "termios",
9530 "use-libc-auxv"
9531 ]
9532 }
9533 },
9534 "deps": {
9535 "common": [
9536 {
9537 "id": "bitflags 2.4.1",
9538 "target": "bitflags"
9539 },
9540 {
9541 "id": "rustix 0.38.28",
9542 "target": "build_script_build"
9543 }
9544 ],
9545 "selects": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02009546 "aarch64-apple-darwin": [
9547 {
9548 "id": "errno 0.3.8",
9549 "target": "errno",
9550 "alias": "libc_errno"
9551 },
9552 {
9553 "id": "libc 0.2.152",
9554 "target": "libc"
9555 }
9556 ],
9557 "aarch64-apple-ios": [
9558 {
9559 "id": "errno 0.3.8",
9560 "target": "errno",
9561 "alias": "libc_errno"
9562 },
9563 {
9564 "id": "libc 0.2.152",
9565 "target": "libc"
9566 }
9567 ],
9568 "aarch64-apple-ios-sim": [
9569 {
9570 "id": "errno 0.3.8",
9571 "target": "errno",
9572 "alias": "libc_errno"
9573 },
9574 {
9575 "id": "libc 0.2.152",
9576 "target": "libc"
9577 }
9578 ],
9579 "aarch64-fuchsia": [
9580 {
9581 "id": "errno 0.3.8",
9582 "target": "errno",
9583 "alias": "libc_errno"
9584 },
9585 {
9586 "id": "libc 0.2.152",
9587 "target": "libc"
9588 }
9589 ],
9590 "aarch64-linux-android": [
9591 {
9592 "id": "errno 0.3.8",
9593 "target": "errno",
9594 "alias": "libc_errno"
9595 },
9596 {
9597 "id": "libc 0.2.152",
9598 "target": "libc"
9599 }
9600 ],
9601 "aarch64-pc-windows-msvc": [
9602 {
9603 "id": "errno 0.3.8",
9604 "target": "errno",
9605 "alias": "libc_errno"
9606 }
9607 ],
9608 "aarch64-unknown-nto-qnx710": [
9609 {
9610 "id": "errno 0.3.8",
9611 "target": "errno",
9612 "alias": "libc_errno"
9613 },
9614 {
9615 "id": "libc 0.2.152",
9616 "target": "libc"
9617 }
9618 ],
9619 "aarch64-unknown-uefi": [
9620 {
9621 "id": "errno 0.3.8",
9622 "target": "errno",
9623 "alias": "libc_errno"
9624 },
9625 {
9626 "id": "libc 0.2.152",
9627 "target": "libc"
9628 }
9629 ],
9630 "armv7-linux-androideabi": [
9631 {
9632 "id": "errno 0.3.8",
9633 "target": "errno",
9634 "alias": "libc_errno"
9635 },
9636 {
9637 "id": "libc 0.2.152",
9638 "target": "libc"
9639 }
9640 ],
Tim Windelschmidt223609c2024-01-12 22:59:20 +01009641 "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))": [
9642 {
9643 "id": "linux-raw-sys 0.4.12",
9644 "target": "linux_raw_sys"
9645 }
9646 ],
9647 "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))": [
9648 {
9649 "id": "linux-raw-sys 0.4.12",
9650 "target": "linux_raw_sys"
9651 }
9652 ],
9653 "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))": [
9654 {
9655 "id": "errno 0.3.8",
9656 "target": "errno",
9657 "alias": "libc_errno"
9658 },
9659 {
9660 "id": "libc 0.2.152",
9661 "target": "libc"
9662 }
9663 ],
9664 "cfg(windows)": [
9665 {
9666 "id": "errno 0.3.8",
9667 "target": "errno",
9668 "alias": "libc_errno"
9669 },
9670 {
9671 "id": "windows-sys 0.52.0",
9672 "target": "windows_sys"
9673 }
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02009674 ],
9675 "i686-apple-darwin": [
9676 {
9677 "id": "errno 0.3.8",
9678 "target": "errno",
9679 "alias": "libc_errno"
9680 },
9681 {
9682 "id": "libc 0.2.152",
9683 "target": "libc"
9684 }
9685 ],
9686 "i686-linux-android": [
9687 {
9688 "id": "errno 0.3.8",
9689 "target": "errno",
9690 "alias": "libc_errno"
9691 },
9692 {
9693 "id": "libc 0.2.152",
9694 "target": "libc"
9695 }
9696 ],
9697 "i686-pc-windows-msvc": [
9698 {
9699 "id": "errno 0.3.8",
9700 "target": "errno",
9701 "alias": "libc_errno"
9702 }
9703 ],
9704 "i686-unknown-freebsd": [
9705 {
9706 "id": "errno 0.3.8",
9707 "target": "errno",
9708 "alias": "libc_errno"
9709 },
9710 {
9711 "id": "libc 0.2.152",
9712 "target": "libc"
9713 }
9714 ],
9715 "powerpc-unknown-linux-gnu": [
9716 {
9717 "id": "errno 0.3.8",
9718 "target": "errno",
9719 "alias": "libc_errno"
9720 },
9721 {
9722 "id": "libc 0.2.152",
9723 "target": "libc"
9724 }
9725 ],
9726 "riscv32imc-unknown-none-elf": [
9727 {
9728 "id": "errno 0.3.8",
9729 "target": "errno",
9730 "alias": "libc_errno"
9731 },
9732 {
9733 "id": "libc 0.2.152",
9734 "target": "libc"
9735 }
9736 ],
9737 "riscv64gc-unknown-none-elf": [
9738 {
9739 "id": "errno 0.3.8",
9740 "target": "errno",
9741 "alias": "libc_errno"
9742 },
9743 {
9744 "id": "libc 0.2.152",
9745 "target": "libc"
9746 }
9747 ],
9748 "s390x-unknown-linux-gnu": [
9749 {
9750 "id": "errno 0.3.8",
9751 "target": "errno",
9752 "alias": "libc_errno"
9753 },
9754 {
9755 "id": "libc 0.2.152",
9756 "target": "libc"
9757 }
9758 ],
9759 "thumbv7em-none-eabi": [
9760 {
9761 "id": "errno 0.3.8",
9762 "target": "errno",
9763 "alias": "libc_errno"
9764 },
9765 {
9766 "id": "libc 0.2.152",
9767 "target": "libc"
9768 }
9769 ],
9770 "thumbv8m.main-none-eabi": [
9771 {
9772 "id": "errno 0.3.8",
9773 "target": "errno",
9774 "alias": "libc_errno"
9775 },
9776 {
9777 "id": "libc 0.2.152",
9778 "target": "libc"
9779 }
9780 ],
9781 "wasm32-unknown-unknown": [
9782 {
9783 "id": "errno 0.3.8",
9784 "target": "errno",
9785 "alias": "libc_errno"
9786 },
9787 {
9788 "id": "libc 0.2.152",
9789 "target": "libc"
9790 }
9791 ],
9792 "wasm32-wasi": [
9793 {
9794 "id": "errno 0.3.8",
9795 "target": "errno",
9796 "alias": "libc_errno"
9797 },
9798 {
9799 "id": "libc 0.2.152",
9800 "target": "libc"
9801 }
9802 ],
9803 "x86_64-apple-darwin": [
9804 {
9805 "id": "errno 0.3.8",
9806 "target": "errno",
9807 "alias": "libc_errno"
9808 },
9809 {
9810 "id": "libc 0.2.152",
9811 "target": "libc"
9812 }
9813 ],
9814 "x86_64-apple-ios": [
9815 {
9816 "id": "errno 0.3.8",
9817 "target": "errno",
9818 "alias": "libc_errno"
9819 },
9820 {
9821 "id": "libc 0.2.152",
9822 "target": "libc"
9823 }
9824 ],
9825 "x86_64-fuchsia": [
9826 {
9827 "id": "errno 0.3.8",
9828 "target": "errno",
9829 "alias": "libc_errno"
9830 },
9831 {
9832 "id": "libc 0.2.152",
9833 "target": "libc"
9834 }
9835 ],
9836 "x86_64-linux-android": [
9837 {
9838 "id": "errno 0.3.8",
9839 "target": "errno",
9840 "alias": "libc_errno"
9841 },
9842 {
9843 "id": "libc 0.2.152",
9844 "target": "libc"
9845 }
9846 ],
9847 "x86_64-pc-windows-msvc": [
9848 {
9849 "id": "errno 0.3.8",
9850 "target": "errno",
9851 "alias": "libc_errno"
9852 }
9853 ],
9854 "x86_64-unknown-freebsd": [
9855 {
9856 "id": "errno 0.3.8",
9857 "target": "errno",
9858 "alias": "libc_errno"
9859 },
9860 {
9861 "id": "libc 0.2.152",
9862 "target": "libc"
9863 }
9864 ],
9865 "x86_64-unknown-none": [
9866 {
9867 "id": "errno 0.3.8",
9868 "target": "errno",
9869 "alias": "libc_errno"
9870 },
9871 {
9872 "id": "libc 0.2.152",
9873 "target": "libc"
9874 }
9875 ],
9876 "x86_64-unknown-uefi": [
9877 {
9878 "id": "errno 0.3.8",
9879 "target": "errno",
9880 "alias": "libc_errno"
9881 },
9882 {
9883 "id": "libc 0.2.152",
9884 "target": "libc"
9885 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01009886 ]
9887 }
9888 },
9889 "edition": "2021",
9890 "version": "0.38.28"
9891 },
9892 "build_script_attrs": {
9893 "data_glob": [
9894 "**"
9895 ]
9896 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02009897 "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT",
9898 "license_ids": [
9899 "Apache-2.0",
9900 "MIT"
9901 ],
9902 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01009903 },
9904 "rustls-pemfile 1.0.4": {
9905 "name": "rustls-pemfile",
9906 "version": "1.0.4",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02009907 "package_url": "https://github.com/rustls/pemfile",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01009908 "repository": {
9909 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02009910 "url": "https://static.crates.io/crates/rustls-pemfile/1.0.4/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01009911 "sha256": "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
9912 }
9913 },
9914 "targets": [
9915 {
9916 "Library": {
9917 "crate_name": "rustls_pemfile",
9918 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02009919 "srcs": {
9920 "allow_empty": true,
9921 "include": [
9922 "**/*.rs"
9923 ]
9924 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01009925 }
9926 }
9927 ],
9928 "library_target_name": "rustls_pemfile",
9929 "common_attrs": {
9930 "compile_data_glob": [
9931 "**"
9932 ],
9933 "deps": {
9934 "common": [
9935 {
9936 "id": "base64 0.21.7",
9937 "target": "base64"
9938 }
9939 ],
9940 "selects": {}
9941 },
9942 "edition": "2018",
9943 "version": "1.0.4"
9944 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02009945 "license": "Apache-2.0 OR ISC OR MIT",
9946 "license_ids": [
9947 "Apache-2.0",
9948 "ISC",
9949 "MIT"
9950 ],
9951 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01009952 },
9953 "ryu 1.0.16": {
9954 "name": "ryu",
9955 "version": "1.0.16",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02009956 "package_url": "https://github.com/dtolnay/ryu",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01009957 "repository": {
9958 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02009959 "url": "https://static.crates.io/crates/ryu/1.0.16/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01009960 "sha256": "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c"
9961 }
9962 },
9963 "targets": [
9964 {
9965 "Library": {
9966 "crate_name": "ryu",
9967 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02009968 "srcs": {
9969 "allow_empty": true,
9970 "include": [
9971 "**/*.rs"
9972 ]
9973 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +01009974 }
9975 }
9976 ],
9977 "library_target_name": "ryu",
9978 "common_attrs": {
9979 "compile_data_glob": [
9980 "**"
9981 ],
9982 "edition": "2018",
9983 "version": "1.0.16"
9984 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02009985 "license": "Apache-2.0 OR BSL-1.0",
9986 "license_ids": [
9987 "Apache-2.0",
9988 "BSL-1.0"
9989 ],
9990 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +01009991 },
9992 "same-file 1.0.6": {
9993 "name": "same-file",
9994 "version": "1.0.6",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02009995 "package_url": "https://github.com/BurntSushi/same-file",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01009996 "repository": {
9997 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +02009998 "url": "https://static.crates.io/crates/same-file/1.0.6/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +01009999 "sha256": "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
10000 }
10001 },
10002 "targets": [
10003 {
10004 "Library": {
10005 "crate_name": "same_file",
10006 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010007 "srcs": {
10008 "allow_empty": true,
10009 "include": [
10010 "**/*.rs"
10011 ]
10012 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010013 }
10014 }
10015 ],
10016 "library_target_name": "same_file",
10017 "common_attrs": {
10018 "compile_data_glob": [
10019 "**"
10020 ],
10021 "deps": {
10022 "common": [],
10023 "selects": {
10024 "cfg(windows)": [
10025 {
10026 "id": "winapi-util 0.1.6",
10027 "target": "winapi_util"
10028 }
10029 ]
10030 }
10031 },
10032 "edition": "2018",
10033 "version": "1.0.6"
10034 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010035 "license": "Unlicense/MIT",
10036 "license_ids": [
10037 "MIT",
10038 "Unlicense"
10039 ],
10040 "license_file": "LICENSE-MIT"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010041 },
10042 "scoped-tls 1.0.1": {
10043 "name": "scoped-tls",
10044 "version": "1.0.1",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010045 "package_url": "https://github.com/alexcrichton/scoped-tls",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010046 "repository": {
10047 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010048 "url": "https://static.crates.io/crates/scoped-tls/1.0.1/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010049 "sha256": "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
10050 }
10051 },
10052 "targets": [
10053 {
10054 "Library": {
10055 "crate_name": "scoped_tls",
10056 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010057 "srcs": {
10058 "allow_empty": true,
10059 "include": [
10060 "**/*.rs"
10061 ]
10062 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010063 }
10064 }
10065 ],
10066 "library_target_name": "scoped_tls",
10067 "common_attrs": {
10068 "compile_data_glob": [
10069 "**"
10070 ],
10071 "edition": "2015",
10072 "version": "1.0.1"
10073 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010074 "license": "MIT/Apache-2.0",
10075 "license_ids": [
10076 "Apache-2.0",
10077 "MIT"
10078 ],
10079 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010080 },
10081 "scopeguard 1.2.0": {
10082 "name": "scopeguard",
10083 "version": "1.2.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010084 "package_url": "https://github.com/bluss/scopeguard",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010085 "repository": {
10086 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010087 "url": "https://static.crates.io/crates/scopeguard/1.2.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010088 "sha256": "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
10089 }
10090 },
10091 "targets": [
10092 {
10093 "Library": {
10094 "crate_name": "scopeguard",
10095 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010096 "srcs": {
10097 "allow_empty": true,
10098 "include": [
10099 "**/*.rs"
10100 ]
10101 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010102 }
10103 }
10104 ],
10105 "library_target_name": "scopeguard",
10106 "common_attrs": {
10107 "compile_data_glob": [
10108 "**"
10109 ],
10110 "edition": "2015",
10111 "version": "1.2.0"
10112 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010113 "license": "MIT OR Apache-2.0",
10114 "license_ids": [
10115 "Apache-2.0",
10116 "MIT"
10117 ],
10118 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010119 },
10120 "serde 1.0.195": {
10121 "name": "serde",
10122 "version": "1.0.195",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010123 "package_url": "https://github.com/serde-rs/serde",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010124 "repository": {
10125 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010126 "url": "https://static.crates.io/crates/serde/1.0.195/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010127 "sha256": "63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02"
10128 }
10129 },
10130 "targets": [
10131 {
10132 "Library": {
10133 "crate_name": "serde",
10134 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010135 "srcs": {
10136 "allow_empty": true,
10137 "include": [
10138 "**/*.rs"
10139 ]
10140 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010141 }
10142 },
10143 {
10144 "BuildScript": {
10145 "crate_name": "build_script_build",
10146 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010147 "srcs": {
10148 "allow_empty": true,
10149 "include": [
10150 "**/*.rs"
10151 ]
10152 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010153 }
10154 }
10155 ],
10156 "library_target_name": "serde",
10157 "common_attrs": {
10158 "compile_data_glob": [
10159 "**"
10160 ],
10161 "crate_features": {
10162 "common": [
10163 "default",
10164 "derive",
10165 "serde_derive",
10166 "std"
10167 ],
10168 "selects": {}
10169 },
10170 "deps": {
10171 "common": [
10172 {
10173 "id": "serde 1.0.195",
10174 "target": "build_script_build"
10175 }
10176 ],
10177 "selects": {}
10178 },
10179 "edition": "2018",
10180 "proc_macro_deps": {
10181 "common": [
10182 {
10183 "id": "serde_derive 1.0.195",
10184 "target": "serde_derive"
10185 }
10186 ],
10187 "selects": {}
10188 },
10189 "version": "1.0.195"
10190 },
10191 "build_script_attrs": {
10192 "data_glob": [
10193 "**"
10194 ]
10195 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010196 "license": "MIT OR Apache-2.0",
10197 "license_ids": [
10198 "Apache-2.0",
10199 "MIT"
10200 ],
10201 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010202 },
10203 "serde_derive 1.0.195": {
10204 "name": "serde_derive",
10205 "version": "1.0.195",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010206 "package_url": "https://github.com/serde-rs/serde",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010207 "repository": {
10208 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010209 "url": "https://static.crates.io/crates/serde_derive/1.0.195/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010210 "sha256": "46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c"
10211 }
10212 },
10213 "targets": [
10214 {
10215 "ProcMacro": {
10216 "crate_name": "serde_derive",
10217 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010218 "srcs": {
10219 "allow_empty": true,
10220 "include": [
10221 "**/*.rs"
10222 ]
10223 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010224 }
10225 }
10226 ],
10227 "library_target_name": "serde_derive",
10228 "common_attrs": {
10229 "compile_data_glob": [
10230 "**"
10231 ],
10232 "crate_features": {
10233 "common": [
10234 "default"
10235 ],
10236 "selects": {}
10237 },
10238 "deps": {
10239 "common": [
10240 {
10241 "id": "proc-macro2 1.0.76",
10242 "target": "proc_macro2"
10243 },
10244 {
10245 "id": "quote 1.0.35",
10246 "target": "quote"
10247 },
10248 {
10249 "id": "syn 2.0.48",
10250 "target": "syn"
10251 }
10252 ],
10253 "selects": {}
10254 },
10255 "edition": "2015",
10256 "version": "1.0.195"
10257 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010258 "license": "MIT OR Apache-2.0",
10259 "license_ids": [
10260 "Apache-2.0",
10261 "MIT"
10262 ],
10263 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010264 },
10265 "serde_json 1.0.111": {
10266 "name": "serde_json",
10267 "version": "1.0.111",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010268 "package_url": "https://github.com/serde-rs/json",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010269 "repository": {
10270 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010271 "url": "https://static.crates.io/crates/serde_json/1.0.111/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010272 "sha256": "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4"
10273 }
10274 },
10275 "targets": [
10276 {
10277 "Library": {
10278 "crate_name": "serde_json",
10279 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010280 "srcs": {
10281 "allow_empty": true,
10282 "include": [
10283 "**/*.rs"
10284 ]
10285 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010286 }
10287 },
10288 {
10289 "BuildScript": {
10290 "crate_name": "build_script_build",
10291 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010292 "srcs": {
10293 "allow_empty": true,
10294 "include": [
10295 "**/*.rs"
10296 ]
10297 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010298 }
10299 }
10300 ],
10301 "library_target_name": "serde_json",
10302 "common_attrs": {
10303 "compile_data_glob": [
10304 "**"
10305 ],
10306 "crate_features": {
10307 "common": [
10308 "default",
10309 "std"
10310 ],
10311 "selects": {}
10312 },
10313 "deps": {
10314 "common": [
10315 {
10316 "id": "itoa 1.0.10",
10317 "target": "itoa"
10318 },
10319 {
10320 "id": "ryu 1.0.16",
10321 "target": "ryu"
10322 },
10323 {
10324 "id": "serde 1.0.195",
10325 "target": "serde"
10326 },
10327 {
10328 "id": "serde_json 1.0.111",
10329 "target": "build_script_build"
10330 }
10331 ],
10332 "selects": {}
10333 },
10334 "edition": "2021",
10335 "version": "1.0.111"
10336 },
10337 "build_script_attrs": {
10338 "data_glob": [
10339 "**"
10340 ]
10341 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010342 "license": "MIT OR Apache-2.0",
10343 "license_ids": [
10344 "Apache-2.0",
10345 "MIT"
10346 ],
10347 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010348 },
10349 "serde_urlencoded 0.7.1": {
10350 "name": "serde_urlencoded",
10351 "version": "0.7.1",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010352 "package_url": "https://github.com/nox/serde_urlencoded",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010353 "repository": {
10354 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010355 "url": "https://static.crates.io/crates/serde_urlencoded/0.7.1/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010356 "sha256": "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
10357 }
10358 },
10359 "targets": [
10360 {
10361 "Library": {
10362 "crate_name": "serde_urlencoded",
10363 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010364 "srcs": {
10365 "allow_empty": true,
10366 "include": [
10367 "**/*.rs"
10368 ]
10369 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010370 }
10371 }
10372 ],
10373 "library_target_name": "serde_urlencoded",
10374 "common_attrs": {
10375 "compile_data_glob": [
10376 "**"
10377 ],
10378 "deps": {
10379 "common": [
10380 {
10381 "id": "form_urlencoded 1.2.1",
10382 "target": "form_urlencoded"
10383 },
10384 {
10385 "id": "itoa 1.0.10",
10386 "target": "itoa"
10387 },
10388 {
10389 "id": "ryu 1.0.16",
10390 "target": "ryu"
10391 },
10392 {
10393 "id": "serde 1.0.195",
10394 "target": "serde"
10395 }
10396 ],
10397 "selects": {}
10398 },
10399 "edition": "2018",
10400 "version": "0.7.1"
10401 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010402 "license": "MIT/Apache-2.0",
10403 "license_ids": [
10404 "Apache-2.0",
10405 "MIT"
10406 ],
10407 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010408 },
10409 "sha1 0.10.6": {
10410 "name": "sha1",
10411 "version": "0.10.6",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010412 "package_url": "https://github.com/RustCrypto/hashes",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010413 "repository": {
10414 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010415 "url": "https://static.crates.io/crates/sha1/0.10.6/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010416 "sha256": "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
10417 }
10418 },
10419 "targets": [
10420 {
10421 "Library": {
10422 "crate_name": "sha1",
10423 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010424 "srcs": {
10425 "allow_empty": true,
10426 "include": [
10427 "**/*.rs"
10428 ]
10429 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010430 }
10431 }
10432 ],
10433 "library_target_name": "sha1",
10434 "common_attrs": {
10435 "compile_data_glob": [
10436 "**"
10437 ],
10438 "crate_features": {
10439 "common": [
10440 "default",
10441 "std"
10442 ],
10443 "selects": {}
10444 },
10445 "deps": {
10446 "common": [
10447 {
10448 "id": "cfg-if 1.0.0",
10449 "target": "cfg_if"
10450 },
10451 {
10452 "id": "digest 0.10.7",
10453 "target": "digest"
10454 }
10455 ],
10456 "selects": {
10457 "cfg(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"))": [
10458 {
10459 "id": "cpufeatures 0.2.12",
10460 "target": "cpufeatures"
10461 }
10462 ]
10463 }
10464 },
10465 "edition": "2018",
10466 "version": "0.10.6"
10467 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010468 "license": "MIT OR Apache-2.0",
10469 "license_ids": [
10470 "Apache-2.0",
10471 "MIT"
10472 ],
10473 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010474 },
10475 "sha2 0.10.8": {
10476 "name": "sha2",
10477 "version": "0.10.8",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010478 "package_url": "https://github.com/RustCrypto/hashes",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010479 "repository": {
10480 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010481 "url": "https://static.crates.io/crates/sha2/0.10.8/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010482 "sha256": "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
10483 }
10484 },
10485 "targets": [
10486 {
10487 "Library": {
10488 "crate_name": "sha2",
10489 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010490 "srcs": {
10491 "allow_empty": true,
10492 "include": [
10493 "**/*.rs"
10494 ]
10495 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010496 }
10497 }
10498 ],
10499 "library_target_name": "sha2",
10500 "common_attrs": {
10501 "compile_data_glob": [
10502 "**"
10503 ],
10504 "deps": {
10505 "common": [
10506 {
10507 "id": "cfg-if 1.0.0",
10508 "target": "cfg_if"
10509 },
10510 {
10511 "id": "digest 0.10.7",
10512 "target": "digest"
10513 }
10514 ],
10515 "selects": {
10516 "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))": [
10517 {
10518 "id": "cpufeatures 0.2.12",
10519 "target": "cpufeatures"
10520 }
10521 ]
10522 }
10523 },
10524 "edition": "2018",
10525 "version": "0.10.8"
10526 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010527 "license": "MIT OR Apache-2.0",
10528 "license_ids": [
10529 "Apache-2.0",
10530 "MIT"
10531 ],
10532 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010533 },
10534 "shlex 1.2.0": {
10535 "name": "shlex",
10536 "version": "1.2.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010537 "package_url": "https://github.com/comex/rust-shlex",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010538 "repository": {
10539 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010540 "url": "https://static.crates.io/crates/shlex/1.2.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010541 "sha256": "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380"
10542 }
10543 },
10544 "targets": [
10545 {
10546 "Library": {
10547 "crate_name": "shlex",
10548 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010549 "srcs": {
10550 "allow_empty": true,
10551 "include": [
10552 "**/*.rs"
10553 ]
10554 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010555 }
10556 }
10557 ],
10558 "library_target_name": "shlex",
10559 "common_attrs": {
10560 "compile_data_glob": [
10561 "**"
10562 ],
10563 "crate_features": {
10564 "common": [
10565 "default",
10566 "std"
10567 ],
10568 "selects": {}
10569 },
10570 "edition": "2015",
10571 "version": "1.2.0"
10572 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010573 "license": "MIT OR Apache-2.0",
10574 "license_ids": [
10575 "Apache-2.0",
10576 "MIT"
10577 ],
10578 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010579 },
10580 "siphasher 0.3.11": {
10581 "name": "siphasher",
10582 "version": "0.3.11",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010583 "package_url": "https://github.com/jedisct1/rust-siphash",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010584 "repository": {
10585 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010586 "url": "https://static.crates.io/crates/siphasher/0.3.11/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010587 "sha256": "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
10588 }
10589 },
10590 "targets": [
10591 {
10592 "Library": {
10593 "crate_name": "siphasher",
10594 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010595 "srcs": {
10596 "allow_empty": true,
10597 "include": [
10598 "**/*.rs"
10599 ]
10600 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010601 }
10602 }
10603 ],
10604 "library_target_name": "siphasher",
10605 "common_attrs": {
10606 "compile_data_glob": [
10607 "**"
10608 ],
10609 "crate_features": {
10610 "common": [
10611 "default",
10612 "std"
10613 ],
10614 "selects": {}
10615 },
10616 "edition": "2018",
10617 "version": "0.3.11"
10618 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010619 "license": "MIT/Apache-2.0",
10620 "license_ids": [
10621 "Apache-2.0",
10622 "MIT"
10623 ],
10624 "license_file": null
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010625 },
10626 "slab 0.4.9": {
10627 "name": "slab",
10628 "version": "0.4.9",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010629 "package_url": "https://github.com/tokio-rs/slab",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010630 "repository": {
10631 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010632 "url": "https://static.crates.io/crates/slab/0.4.9/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010633 "sha256": "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
10634 }
10635 },
10636 "targets": [
10637 {
10638 "Library": {
10639 "crate_name": "slab",
10640 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010641 "srcs": {
10642 "allow_empty": true,
10643 "include": [
10644 "**/*.rs"
10645 ]
10646 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010647 }
10648 },
10649 {
10650 "BuildScript": {
10651 "crate_name": "build_script_build",
10652 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010653 "srcs": {
10654 "allow_empty": true,
10655 "include": [
10656 "**/*.rs"
10657 ]
10658 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010659 }
10660 }
10661 ],
10662 "library_target_name": "slab",
10663 "common_attrs": {
10664 "compile_data_glob": [
10665 "**"
10666 ],
10667 "crate_features": {
10668 "common": [
10669 "default",
10670 "std"
10671 ],
10672 "selects": {}
10673 },
10674 "deps": {
10675 "common": [
10676 {
10677 "id": "slab 0.4.9",
10678 "target": "build_script_build"
10679 }
10680 ],
10681 "selects": {}
10682 },
10683 "edition": "2018",
10684 "version": "0.4.9"
10685 },
10686 "build_script_attrs": {
10687 "data_glob": [
10688 "**"
10689 ],
10690 "deps": {
10691 "common": [
10692 {
10693 "id": "autocfg 1.1.0",
10694 "target": "autocfg"
10695 }
10696 ],
10697 "selects": {}
10698 }
10699 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010700 "license": "MIT",
10701 "license_ids": [
10702 "MIT"
10703 ],
10704 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010705 },
10706 "smallvec 1.11.2": {
10707 "name": "smallvec",
10708 "version": "1.11.2",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010709 "package_url": "https://github.com/servo/rust-smallvec",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010710 "repository": {
10711 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010712 "url": "https://static.crates.io/crates/smallvec/1.11.2/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010713 "sha256": "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970"
10714 }
10715 },
10716 "targets": [
10717 {
10718 "Library": {
10719 "crate_name": "smallvec",
10720 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010721 "srcs": {
10722 "allow_empty": true,
10723 "include": [
10724 "**/*.rs"
10725 ]
10726 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010727 }
10728 }
10729 ],
10730 "library_target_name": "smallvec",
10731 "common_attrs": {
10732 "compile_data_glob": [
10733 "**"
10734 ],
10735 "edition": "2018",
10736 "version": "1.11.2"
10737 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010738 "license": "MIT OR Apache-2.0",
10739 "license_ids": [
10740 "Apache-2.0",
10741 "MIT"
10742 ],
10743 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010744 },
10745 "socket2 0.5.5": {
10746 "name": "socket2",
10747 "version": "0.5.5",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010748 "package_url": "https://github.com/rust-lang/socket2",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010749 "repository": {
10750 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010751 "url": "https://static.crates.io/crates/socket2/0.5.5/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010752 "sha256": "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
10753 }
10754 },
10755 "targets": [
10756 {
10757 "Library": {
10758 "crate_name": "socket2",
10759 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010760 "srcs": {
10761 "allow_empty": true,
10762 "include": [
10763 "**/*.rs"
10764 ]
10765 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010766 }
10767 }
10768 ],
10769 "library_target_name": "socket2",
10770 "common_attrs": {
10771 "compile_data_glob": [
10772 "**"
10773 ],
10774 "crate_features": {
10775 "common": [
10776 "all"
10777 ],
10778 "selects": {}
10779 },
10780 "deps": {
10781 "common": [],
10782 "selects": {
10783 "cfg(unix)": [
10784 {
10785 "id": "libc 0.2.152",
10786 "target": "libc"
10787 }
10788 ],
10789 "cfg(windows)": [
10790 {
10791 "id": "windows-sys 0.48.0",
10792 "target": "windows_sys"
10793 }
10794 ]
10795 }
10796 },
10797 "edition": "2021",
10798 "version": "0.5.5"
10799 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010800 "license": "MIT OR Apache-2.0",
10801 "license_ids": [
10802 "Apache-2.0",
10803 "MIT"
10804 ],
10805 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010806 },
10807 "string_cache 0.8.7": {
10808 "name": "string_cache",
10809 "version": "0.8.7",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010810 "package_url": "https://github.com/servo/string-cache",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010811 "repository": {
10812 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010813 "url": "https://static.crates.io/crates/string_cache/0.8.7/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010814 "sha256": "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
10815 }
10816 },
10817 "targets": [
10818 {
10819 "Library": {
10820 "crate_name": "string_cache",
10821 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010822 "srcs": {
10823 "allow_empty": true,
10824 "include": [
10825 "**/*.rs"
10826 ]
10827 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010828 }
10829 }
10830 ],
10831 "library_target_name": "string_cache",
10832 "common_attrs": {
10833 "compile_data_glob": [
10834 "**"
10835 ],
10836 "crate_features": {
10837 "common": [
10838 "default",
10839 "serde",
10840 "serde_support"
10841 ],
10842 "selects": {}
10843 },
10844 "deps": {
10845 "common": [
10846 {
10847 "id": "new_debug_unreachable 1.0.4",
10848 "target": "debug_unreachable"
10849 },
10850 {
10851 "id": "once_cell 1.19.0",
10852 "target": "once_cell"
10853 },
10854 {
10855 "id": "parking_lot 0.12.1",
10856 "target": "parking_lot"
10857 },
10858 {
10859 "id": "phf_shared 0.10.0",
10860 "target": "phf_shared"
10861 },
10862 {
10863 "id": "precomputed-hash 0.1.1",
10864 "target": "precomputed_hash"
10865 },
10866 {
10867 "id": "serde 1.0.195",
10868 "target": "serde"
10869 }
10870 ],
10871 "selects": {}
10872 },
10873 "edition": "2018",
10874 "version": "0.8.7"
10875 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010876 "license": "MIT OR Apache-2.0",
10877 "license_ids": [
10878 "Apache-2.0",
10879 "MIT"
10880 ],
10881 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010882 },
10883 "string_cache_codegen 0.5.2": {
10884 "name": "string_cache_codegen",
10885 "version": "0.5.2",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010886 "package_url": "https://github.com/servo/string-cache",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010887 "repository": {
10888 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010889 "url": "https://static.crates.io/crates/string_cache_codegen/0.5.2/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010890 "sha256": "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
10891 }
10892 },
10893 "targets": [
10894 {
10895 "Library": {
10896 "crate_name": "string_cache_codegen",
10897 "crate_root": "lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010898 "srcs": {
10899 "allow_empty": true,
10900 "include": [
10901 "**/*.rs"
10902 ]
10903 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010904 }
10905 }
10906 ],
10907 "library_target_name": "string_cache_codegen",
10908 "common_attrs": {
10909 "compile_data_glob": [
10910 "**"
10911 ],
10912 "deps": {
10913 "common": [
10914 {
10915 "id": "phf_generator 0.10.0",
10916 "target": "phf_generator"
10917 },
10918 {
10919 "id": "phf_shared 0.10.0",
10920 "target": "phf_shared"
10921 },
10922 {
10923 "id": "proc-macro2 1.0.76",
10924 "target": "proc_macro2"
10925 },
10926 {
10927 "id": "quote 1.0.35",
10928 "target": "quote"
10929 }
10930 ],
10931 "selects": {}
10932 },
10933 "edition": "2018",
10934 "version": "0.5.2"
10935 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010936 "license": "MIT OR Apache-2.0",
10937 "license_ids": [
10938 "Apache-2.0",
10939 "MIT"
10940 ],
10941 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010942 },
10943 "strsim 0.10.0": {
10944 "name": "strsim",
10945 "version": "0.10.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010946 "package_url": "https://github.com/dguo/strsim-rs",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010947 "repository": {
10948 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010949 "url": "https://static.crates.io/crates/strsim/0.10.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010950 "sha256": "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
10951 }
10952 },
10953 "targets": [
10954 {
10955 "Library": {
10956 "crate_name": "strsim",
10957 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010958 "srcs": {
10959 "allow_empty": true,
10960 "include": [
10961 "**/*.rs"
10962 ]
10963 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010964 }
10965 }
10966 ],
10967 "library_target_name": "strsim",
10968 "common_attrs": {
10969 "compile_data_glob": [
10970 "**"
10971 ],
10972 "edition": "2015",
10973 "version": "0.10.0"
10974 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010975 "license": "MIT",
10976 "license_ids": [
10977 "MIT"
10978 ],
10979 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010980 },
10981 "syn 1.0.109": {
10982 "name": "syn",
10983 "version": "1.0.109",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010984 "package_url": "https://github.com/dtolnay/syn",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010985 "repository": {
10986 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010987 "url": "https://static.crates.io/crates/syn/1.0.109/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010010988 "sha256": "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
10989 }
10990 },
10991 "targets": [
10992 {
10993 "Library": {
10994 "crate_name": "syn",
10995 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020010996 "srcs": {
10997 "allow_empty": true,
10998 "include": [
10999 "**/*.rs"
11000 ]
11001 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011002 }
11003 },
11004 {
11005 "BuildScript": {
11006 "crate_name": "build_script_build",
11007 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011008 "srcs": {
11009 "allow_empty": true,
11010 "include": [
11011 "**/*.rs"
11012 ]
11013 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011014 }
11015 }
11016 ],
11017 "library_target_name": "syn",
11018 "common_attrs": {
11019 "compile_data_glob": [
11020 "**"
11021 ],
11022 "crate_features": {
11023 "common": [
11024 "clone-impls",
11025 "default",
11026 "derive",
11027 "extra-traits",
11028 "fold",
11029 "full",
11030 "parsing",
11031 "printing",
11032 "proc-macro",
11033 "quote"
11034 ],
11035 "selects": {}
11036 },
11037 "deps": {
11038 "common": [
11039 {
11040 "id": "proc-macro2 1.0.76",
11041 "target": "proc_macro2"
11042 },
11043 {
11044 "id": "quote 1.0.35",
11045 "target": "quote"
11046 },
11047 {
11048 "id": "syn 1.0.109",
11049 "target": "build_script_build"
11050 },
11051 {
11052 "id": "unicode-ident 1.0.12",
11053 "target": "unicode_ident"
11054 }
11055 ],
11056 "selects": {}
11057 },
11058 "edition": "2018",
11059 "version": "1.0.109"
11060 },
11061 "build_script_attrs": {
11062 "data_glob": [
11063 "**"
11064 ]
11065 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011066 "license": "MIT OR Apache-2.0",
11067 "license_ids": [
11068 "Apache-2.0",
11069 "MIT"
11070 ],
11071 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011072 },
11073 "syn 2.0.48": {
11074 "name": "syn",
11075 "version": "2.0.48",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011076 "package_url": "https://github.com/dtolnay/syn",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011077 "repository": {
11078 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011079 "url": "https://static.crates.io/crates/syn/2.0.48/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011080 "sha256": "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
11081 }
11082 },
11083 "targets": [
11084 {
11085 "Library": {
11086 "crate_name": "syn",
11087 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011088 "srcs": {
11089 "allow_empty": true,
11090 "include": [
11091 "**/*.rs"
11092 ]
11093 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011094 }
11095 }
11096 ],
11097 "library_target_name": "syn",
11098 "common_attrs": {
11099 "compile_data_glob": [
11100 "**"
11101 ],
11102 "crate_features": {
11103 "common": [
11104 "clone-impls",
11105 "default",
11106 "derive",
11107 "full",
11108 "parsing",
11109 "printing",
11110 "proc-macro",
11111 "quote",
11112 "visit-mut"
11113 ],
11114 "selects": {}
11115 },
11116 "deps": {
11117 "common": [
11118 {
11119 "id": "proc-macro2 1.0.76",
11120 "target": "proc_macro2"
11121 },
11122 {
11123 "id": "quote 1.0.35",
11124 "target": "quote"
11125 },
11126 {
11127 "id": "unicode-ident 1.0.12",
11128 "target": "unicode_ident"
11129 }
11130 ],
11131 "selects": {}
11132 },
11133 "edition": "2021",
11134 "version": "2.0.48"
11135 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011136 "license": "MIT OR Apache-2.0",
11137 "license_ids": [
11138 "Apache-2.0",
11139 "MIT"
11140 ],
11141 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011142 },
11143 "tempfile 3.9.0": {
11144 "name": "tempfile",
11145 "version": "3.9.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011146 "package_url": "https://github.com/Stebalien/tempfile",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011147 "repository": {
11148 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011149 "url": "https://static.crates.io/crates/tempfile/3.9.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011150 "sha256": "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa"
11151 }
11152 },
11153 "targets": [
11154 {
11155 "Library": {
11156 "crate_name": "tempfile",
11157 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011158 "srcs": {
11159 "allow_empty": true,
11160 "include": [
11161 "**/*.rs"
11162 ]
11163 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011164 }
11165 }
11166 ],
11167 "library_target_name": "tempfile",
11168 "common_attrs": {
11169 "compile_data_glob": [
11170 "**"
11171 ],
11172 "deps": {
11173 "common": [
11174 {
11175 "id": "cfg-if 1.0.0",
11176 "target": "cfg_if"
11177 },
11178 {
11179 "id": "fastrand 2.0.1",
11180 "target": "fastrand"
11181 }
11182 ],
11183 "selects": {
11184 "cfg(any(unix, target_os = \"wasi\"))": [
11185 {
11186 "id": "rustix 0.38.28",
11187 "target": "rustix"
11188 }
11189 ],
11190 "cfg(target_os = \"redox\")": [
11191 {
11192 "id": "redox_syscall 0.4.1",
11193 "target": "syscall"
11194 }
11195 ],
11196 "cfg(windows)": [
11197 {
11198 "id": "windows-sys 0.52.0",
11199 "target": "windows_sys"
11200 }
11201 ]
11202 }
11203 },
11204 "edition": "2018",
11205 "version": "3.9.0"
11206 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011207 "license": "MIT OR Apache-2.0",
11208 "license_ids": [
11209 "Apache-2.0",
11210 "MIT"
11211 ],
11212 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011213 },
11214 "tendril 0.4.3": {
11215 "name": "tendril",
11216 "version": "0.4.3",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011217 "package_url": "https://github.com/servo/tendril",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011218 "repository": {
11219 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011220 "url": "https://static.crates.io/crates/tendril/0.4.3/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011221 "sha256": "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
11222 }
11223 },
11224 "targets": [
11225 {
11226 "Library": {
11227 "crate_name": "tendril",
11228 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011229 "srcs": {
11230 "allow_empty": true,
11231 "include": [
11232 "**/*.rs"
11233 ]
11234 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011235 }
11236 }
11237 ],
11238 "library_target_name": "tendril",
11239 "common_attrs": {
11240 "compile_data_glob": [
11241 "**"
11242 ],
11243 "deps": {
11244 "common": [
11245 {
11246 "id": "futf 0.1.5",
11247 "target": "futf"
11248 },
11249 {
11250 "id": "mac 0.1.1",
11251 "target": "mac"
11252 },
11253 {
11254 "id": "utf-8 0.7.6",
11255 "target": "utf8"
11256 }
11257 ],
11258 "selects": {}
11259 },
11260 "edition": "2015",
11261 "version": "0.4.3"
11262 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011263 "license": "MIT/Apache-2.0",
11264 "license_ids": [
11265 "Apache-2.0",
11266 "MIT"
11267 ],
11268 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011269 },
11270 "termcolor 1.4.1": {
11271 "name": "termcolor",
11272 "version": "1.4.1",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011273 "package_url": "https://github.com/BurntSushi/termcolor",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011274 "repository": {
11275 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011276 "url": "https://static.crates.io/crates/termcolor/1.4.1/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011277 "sha256": "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
11278 }
11279 },
11280 "targets": [
11281 {
11282 "Library": {
11283 "crate_name": "termcolor",
11284 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011285 "srcs": {
11286 "allow_empty": true,
11287 "include": [
11288 "**/*.rs"
11289 ]
11290 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011291 }
11292 }
11293 ],
11294 "library_target_name": "termcolor",
11295 "common_attrs": {
11296 "compile_data_glob": [
11297 "**"
11298 ],
11299 "deps": {
11300 "common": [],
11301 "selects": {
11302 "cfg(windows)": [
11303 {
11304 "id": "winapi-util 0.1.6",
11305 "target": "winapi_util"
11306 }
11307 ]
11308 }
11309 },
11310 "edition": "2018",
11311 "version": "1.4.1"
11312 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011313 "license": "Unlicense OR MIT",
11314 "license_ids": [
11315 "MIT",
11316 "Unlicense"
11317 ],
11318 "license_file": "LICENSE-MIT"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011319 },
11320 "terminal_size 0.3.0": {
11321 "name": "terminal_size",
11322 "version": "0.3.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011323 "package_url": "https://github.com/eminence/terminal-size",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011324 "repository": {
11325 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011326 "url": "https://static.crates.io/crates/terminal_size/0.3.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011327 "sha256": "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
11328 }
11329 },
11330 "targets": [
11331 {
11332 "Library": {
11333 "crate_name": "terminal_size",
11334 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011335 "srcs": {
11336 "allow_empty": true,
11337 "include": [
11338 "**/*.rs"
11339 ]
11340 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011341 }
11342 }
11343 ],
11344 "library_target_name": "terminal_size",
11345 "common_attrs": {
11346 "compile_data_glob": [
11347 "**"
11348 ],
11349 "deps": {
11350 "common": [],
11351 "selects": {
11352 "cfg(not(windows))": [
11353 {
11354 "id": "rustix 0.38.28",
11355 "target": "rustix"
11356 }
11357 ],
11358 "cfg(windows)": [
11359 {
11360 "id": "windows-sys 0.48.0",
11361 "target": "windows_sys"
11362 }
11363 ]
11364 }
11365 },
11366 "edition": "2021",
11367 "version": "0.3.0"
11368 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011369 "license": "MIT OR Apache-2.0",
11370 "license_ids": [
11371 "Apache-2.0",
11372 "MIT"
11373 ],
11374 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011375 },
11376 "thiserror 1.0.56": {
11377 "name": "thiserror",
11378 "version": "1.0.56",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011379 "package_url": "https://github.com/dtolnay/thiserror",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011380 "repository": {
11381 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011382 "url": "https://static.crates.io/crates/thiserror/1.0.56/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011383 "sha256": "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad"
11384 }
11385 },
11386 "targets": [
11387 {
11388 "Library": {
11389 "crate_name": "thiserror",
11390 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011391 "srcs": {
11392 "allow_empty": true,
11393 "include": [
11394 "**/*.rs"
11395 ]
11396 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011397 }
11398 },
11399 {
11400 "BuildScript": {
11401 "crate_name": "build_script_build",
11402 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011403 "srcs": {
11404 "allow_empty": true,
11405 "include": [
11406 "**/*.rs"
11407 ]
11408 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011409 }
11410 }
11411 ],
11412 "library_target_name": "thiserror",
11413 "common_attrs": {
11414 "compile_data_glob": [
11415 "**"
11416 ],
11417 "deps": {
11418 "common": [
11419 {
11420 "id": "thiserror 1.0.56",
11421 "target": "build_script_build"
11422 }
11423 ],
11424 "selects": {}
11425 },
11426 "edition": "2021",
11427 "proc_macro_deps": {
11428 "common": [
11429 {
11430 "id": "thiserror-impl 1.0.56",
11431 "target": "thiserror_impl"
11432 }
11433 ],
11434 "selects": {}
11435 },
11436 "version": "1.0.56"
11437 },
11438 "build_script_attrs": {
11439 "data_glob": [
11440 "**"
11441 ]
11442 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011443 "license": "MIT OR Apache-2.0",
11444 "license_ids": [
11445 "Apache-2.0",
11446 "MIT"
11447 ],
11448 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011449 },
11450 "thiserror-impl 1.0.56": {
11451 "name": "thiserror-impl",
11452 "version": "1.0.56",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011453 "package_url": "https://github.com/dtolnay/thiserror",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011454 "repository": {
11455 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011456 "url": "https://static.crates.io/crates/thiserror-impl/1.0.56/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011457 "sha256": "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471"
11458 }
11459 },
11460 "targets": [
11461 {
11462 "ProcMacro": {
11463 "crate_name": "thiserror_impl",
11464 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011465 "srcs": {
11466 "allow_empty": true,
11467 "include": [
11468 "**/*.rs"
11469 ]
11470 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011471 }
11472 }
11473 ],
11474 "library_target_name": "thiserror_impl",
11475 "common_attrs": {
11476 "compile_data_glob": [
11477 "**"
11478 ],
11479 "deps": {
11480 "common": [
11481 {
11482 "id": "proc-macro2 1.0.76",
11483 "target": "proc_macro2"
11484 },
11485 {
11486 "id": "quote 1.0.35",
11487 "target": "quote"
11488 },
11489 {
11490 "id": "syn 2.0.48",
11491 "target": "syn"
11492 }
11493 ],
11494 "selects": {}
11495 },
11496 "edition": "2021",
11497 "version": "1.0.56"
11498 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011499 "license": "MIT OR Apache-2.0",
11500 "license_ids": [
11501 "Apache-2.0",
11502 "MIT"
11503 ],
11504 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011505 },
11506 "tinyvec 1.6.0": {
11507 "name": "tinyvec",
11508 "version": "1.6.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011509 "package_url": "https://github.com/Lokathor/tinyvec",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011510 "repository": {
11511 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011512 "url": "https://static.crates.io/crates/tinyvec/1.6.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011513 "sha256": "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
11514 }
11515 },
11516 "targets": [
11517 {
11518 "Library": {
11519 "crate_name": "tinyvec",
11520 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011521 "srcs": {
11522 "allow_empty": true,
11523 "include": [
11524 "**/*.rs"
11525 ]
11526 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011527 }
11528 }
11529 ],
11530 "library_target_name": "tinyvec",
11531 "common_attrs": {
11532 "compile_data_glob": [
11533 "**"
11534 ],
11535 "crate_features": {
11536 "common": [
11537 "alloc",
11538 "default",
11539 "tinyvec_macros"
11540 ],
11541 "selects": {}
11542 },
11543 "deps": {
11544 "common": [
11545 {
11546 "id": "tinyvec_macros 0.1.1",
11547 "target": "tinyvec_macros"
11548 }
11549 ],
11550 "selects": {}
11551 },
11552 "edition": "2018",
11553 "version": "1.6.0"
11554 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011555 "license": "Zlib OR Apache-2.0 OR MIT",
11556 "license_ids": [
11557 "Apache-2.0",
11558 "MIT",
11559 "Zlib"
11560 ],
11561 "license_file": "LICENSE-APACHE.md"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011562 },
11563 "tinyvec_macros 0.1.1": {
11564 "name": "tinyvec_macros",
11565 "version": "0.1.1",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011566 "package_url": "https://github.com/Soveu/tinyvec_macros",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011567 "repository": {
11568 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011569 "url": "https://static.crates.io/crates/tinyvec_macros/0.1.1/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011570 "sha256": "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
11571 }
11572 },
11573 "targets": [
11574 {
11575 "Library": {
11576 "crate_name": "tinyvec_macros",
11577 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011578 "srcs": {
11579 "allow_empty": true,
11580 "include": [
11581 "**/*.rs"
11582 ]
11583 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011584 }
11585 }
11586 ],
11587 "library_target_name": "tinyvec_macros",
11588 "common_attrs": {
11589 "compile_data_glob": [
11590 "**"
11591 ],
11592 "edition": "2018",
11593 "version": "0.1.1"
11594 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011595 "license": "MIT OR Apache-2.0 OR Zlib",
11596 "license_ids": [
11597 "Apache-2.0",
11598 "MIT",
11599 "Zlib"
11600 ],
11601 "license_file": "LICENSE-APACHE.md"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011602 },
11603 "tokio 1.35.1": {
11604 "name": "tokio",
11605 "version": "1.35.1",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011606 "package_url": "https://github.com/tokio-rs/tokio",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011607 "repository": {
11608 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011609 "url": "https://static.crates.io/crates/tokio/1.35.1/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011610 "sha256": "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104"
11611 }
11612 },
11613 "targets": [
11614 {
11615 "Library": {
11616 "crate_name": "tokio",
11617 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011618 "srcs": {
11619 "allow_empty": true,
11620 "include": [
11621 "**/*.rs"
11622 ]
11623 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011624 }
11625 }
11626 ],
11627 "library_target_name": "tokio",
11628 "common_attrs": {
11629 "compile_data_glob": [
11630 "**"
11631 ],
11632 "crate_features": {
11633 "common": [
11634 "bytes",
11635 "default",
11636 "fs",
11637 "io-util",
11638 "libc",
11639 "macros",
11640 "mio",
11641 "net",
11642 "num_cpus",
11643 "rt",
11644 "rt-multi-thread",
11645 "socket2",
11646 "sync",
11647 "time",
11648 "tokio-macros"
11649 ],
11650 "selects": {
11651 "aarch64-pc-windows-msvc": [
11652 "windows-sys"
11653 ],
11654 "i686-pc-windows-msvc": [
11655 "windows-sys"
11656 ],
11657 "x86_64-pc-windows-msvc": [
11658 "windows-sys"
11659 ]
11660 }
11661 },
11662 "deps": {
11663 "common": [
11664 {
11665 "id": "bytes 1.5.0",
11666 "target": "bytes"
11667 },
11668 {
11669 "id": "mio 0.8.10",
11670 "target": "mio"
11671 },
11672 {
11673 "id": "num_cpus 1.16.0",
11674 "target": "num_cpus"
11675 },
11676 {
11677 "id": "pin-project-lite 0.2.13",
11678 "target": "pin_project_lite"
11679 }
11680 ],
11681 "selects": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011682 "aarch64-apple-darwin": [
11683 {
11684 "id": "libc 0.2.152",
11685 "target": "libc"
11686 },
11687 {
11688 "id": "socket2 0.5.5",
11689 "target": "socket2"
11690 }
11691 ],
11692 "aarch64-apple-ios": [
11693 {
11694 "id": "libc 0.2.152",
11695 "target": "libc"
11696 },
11697 {
11698 "id": "socket2 0.5.5",
11699 "target": "socket2"
11700 }
11701 ],
11702 "aarch64-apple-ios-sim": [
11703 {
11704 "id": "libc 0.2.152",
11705 "target": "libc"
11706 },
11707 {
11708 "id": "socket2 0.5.5",
11709 "target": "socket2"
11710 }
11711 ],
11712 "aarch64-fuchsia": [
11713 {
11714 "id": "libc 0.2.152",
11715 "target": "libc"
11716 },
11717 {
11718 "id": "socket2 0.5.5",
11719 "target": "socket2"
11720 }
11721 ],
11722 "aarch64-linux-android": [
11723 {
11724 "id": "libc 0.2.152",
11725 "target": "libc"
11726 },
11727 {
11728 "id": "socket2 0.5.5",
11729 "target": "socket2"
11730 }
11731 ],
11732 "aarch64-pc-windows-msvc": [
11733 {
11734 "id": "socket2 0.5.5",
11735 "target": "socket2"
11736 },
11737 {
11738 "id": "windows-sys 0.48.0",
11739 "target": "windows_sys"
11740 }
11741 ],
11742 "aarch64-unknown-linux-gnu": [
11743 {
11744 "id": "libc 0.2.152",
11745 "target": "libc"
11746 },
11747 {
11748 "id": "socket2 0.5.5",
11749 "target": "socket2"
11750 }
11751 ],
11752 "aarch64-unknown-nixos-gnu": [
11753 {
11754 "id": "libc 0.2.152",
11755 "target": "libc"
11756 },
11757 {
11758 "id": "socket2 0.5.5",
11759 "target": "socket2"
11760 }
11761 ],
11762 "aarch64-unknown-nto-qnx710": [
11763 {
11764 "id": "libc 0.2.152",
11765 "target": "libc"
11766 },
11767 {
11768 "id": "socket2 0.5.5",
11769 "target": "socket2"
11770 }
11771 ],
11772 "aarch64-unknown-uefi": [
11773 {
11774 "id": "socket2 0.5.5",
11775 "target": "socket2"
11776 }
11777 ],
11778 "arm-unknown-linux-gnueabi": [
11779 {
11780 "id": "libc 0.2.152",
11781 "target": "libc"
11782 },
11783 {
11784 "id": "socket2 0.5.5",
11785 "target": "socket2"
11786 }
11787 ],
11788 "armv7-linux-androideabi": [
11789 {
11790 "id": "libc 0.2.152",
11791 "target": "libc"
11792 },
11793 {
11794 "id": "socket2 0.5.5",
11795 "target": "socket2"
11796 }
11797 ],
11798 "armv7-unknown-linux-gnueabi": [
11799 {
11800 "id": "libc 0.2.152",
11801 "target": "libc"
11802 },
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011803 {
11804 "id": "socket2 0.5.5",
11805 "target": "socket2"
11806 }
11807 ],
11808 "cfg(tokio_taskdump)": [
11809 {
11810 "id": "backtrace 0.3.69",
11811 "target": "backtrace"
11812 }
11813 ],
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011814 "i686-apple-darwin": [
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011815 {
11816 "id": "libc 0.2.152",
11817 "target": "libc"
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011818 },
11819 {
11820 "id": "socket2 0.5.5",
11821 "target": "socket2"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011822 }
11823 ],
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011824 "i686-linux-android": [
11825 {
11826 "id": "libc 0.2.152",
11827 "target": "libc"
11828 },
11829 {
11830 "id": "socket2 0.5.5",
11831 "target": "socket2"
11832 }
11833 ],
11834 "i686-pc-windows-msvc": [
11835 {
11836 "id": "socket2 0.5.5",
11837 "target": "socket2"
11838 },
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011839 {
11840 "id": "windows-sys 0.48.0",
11841 "target": "windows_sys"
11842 }
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020011843 ],
11844 "i686-unknown-freebsd": [
11845 {
11846 "id": "libc 0.2.152",
11847 "target": "libc"
11848 },
11849 {
11850 "id": "socket2 0.5.5",
11851 "target": "socket2"
11852 }
11853 ],
11854 "i686-unknown-linux-gnu": [
11855 {
11856 "id": "libc 0.2.152",
11857 "target": "libc"
11858 },
11859 {
11860 "id": "socket2 0.5.5",
11861 "target": "socket2"
11862 }
11863 ],
11864 "powerpc-unknown-linux-gnu": [
11865 {
11866 "id": "libc 0.2.152",
11867 "target": "libc"
11868 },
11869 {
11870 "id": "socket2 0.5.5",
11871 "target": "socket2"
11872 }
11873 ],
11874 "riscv32imc-unknown-none-elf": [
11875 {
11876 "id": "socket2 0.5.5",
11877 "target": "socket2"
11878 }
11879 ],
11880 "riscv64gc-unknown-none-elf": [
11881 {
11882 "id": "socket2 0.5.5",
11883 "target": "socket2"
11884 }
11885 ],
11886 "s390x-unknown-linux-gnu": [
11887 {
11888 "id": "libc 0.2.152",
11889 "target": "libc"
11890 },
11891 {
11892 "id": "socket2 0.5.5",
11893 "target": "socket2"
11894 }
11895 ],
11896 "thumbv7em-none-eabi": [
11897 {
11898 "id": "socket2 0.5.5",
11899 "target": "socket2"
11900 }
11901 ],
11902 "thumbv8m.main-none-eabi": [
11903 {
11904 "id": "socket2 0.5.5",
11905 "target": "socket2"
11906 }
11907 ],
11908 "x86_64-apple-darwin": [
11909 {
11910 "id": "libc 0.2.152",
11911 "target": "libc"
11912 },
11913 {
11914 "id": "socket2 0.5.5",
11915 "target": "socket2"
11916 }
11917 ],
11918 "x86_64-apple-ios": [
11919 {
11920 "id": "libc 0.2.152",
11921 "target": "libc"
11922 },
11923 {
11924 "id": "socket2 0.5.5",
11925 "target": "socket2"
11926 }
11927 ],
11928 "x86_64-fuchsia": [
11929 {
11930 "id": "libc 0.2.152",
11931 "target": "libc"
11932 },
11933 {
11934 "id": "socket2 0.5.5",
11935 "target": "socket2"
11936 }
11937 ],
11938 "x86_64-linux-android": [
11939 {
11940 "id": "libc 0.2.152",
11941 "target": "libc"
11942 },
11943 {
11944 "id": "socket2 0.5.5",
11945 "target": "socket2"
11946 }
11947 ],
11948 "x86_64-pc-windows-msvc": [
11949 {
11950 "id": "socket2 0.5.5",
11951 "target": "socket2"
11952 },
11953 {
11954 "id": "windows-sys 0.48.0",
11955 "target": "windows_sys"
11956 }
11957 ],
11958 "x86_64-unknown-freebsd": [
11959 {
11960 "id": "libc 0.2.152",
11961 "target": "libc"
11962 },
11963 {
11964 "id": "socket2 0.5.5",
11965 "target": "socket2"
11966 }
11967 ],
11968 "x86_64-unknown-linux-gnu": [
11969 {
11970 "id": "libc 0.2.152",
11971 "target": "libc"
11972 },
11973 {
11974 "id": "socket2 0.5.5",
11975 "target": "socket2"
11976 }
11977 ],
11978 "x86_64-unknown-nixos-gnu": [
11979 {
11980 "id": "libc 0.2.152",
11981 "target": "libc"
11982 },
11983 {
11984 "id": "socket2 0.5.5",
11985 "target": "socket2"
11986 }
11987 ],
11988 "x86_64-unknown-none": [
11989 {
11990 "id": "socket2 0.5.5",
11991 "target": "socket2"
11992 }
11993 ],
11994 "x86_64-unknown-uefi": [
11995 {
11996 "id": "socket2 0.5.5",
11997 "target": "socket2"
11998 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010011999 ]
12000 }
12001 },
12002 "edition": "2021",
12003 "proc_macro_deps": {
12004 "common": [
12005 {
12006 "id": "tokio-macros 2.2.0",
12007 "target": "tokio_macros"
12008 }
12009 ],
12010 "selects": {}
12011 },
12012 "version": "1.35.1"
12013 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012014 "license": "MIT",
12015 "license_ids": [
12016 "MIT"
12017 ],
12018 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012019 },
12020 "tokio-macros 2.2.0": {
12021 "name": "tokio-macros",
12022 "version": "2.2.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012023 "package_url": "https://github.com/tokio-rs/tokio",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012024 "repository": {
12025 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012026 "url": "https://static.crates.io/crates/tokio-macros/2.2.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012027 "sha256": "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
12028 }
12029 },
12030 "targets": [
12031 {
12032 "ProcMacro": {
12033 "crate_name": "tokio_macros",
12034 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012035 "srcs": {
12036 "allow_empty": true,
12037 "include": [
12038 "**/*.rs"
12039 ]
12040 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012041 }
12042 }
12043 ],
12044 "library_target_name": "tokio_macros",
12045 "common_attrs": {
12046 "compile_data_glob": [
12047 "**"
12048 ],
12049 "deps": {
12050 "common": [
12051 {
12052 "id": "proc-macro2 1.0.76",
12053 "target": "proc_macro2"
12054 },
12055 {
12056 "id": "quote 1.0.35",
12057 "target": "quote"
12058 },
12059 {
12060 "id": "syn 2.0.48",
12061 "target": "syn"
12062 }
12063 ],
12064 "selects": {}
12065 },
12066 "edition": "2021",
12067 "version": "2.2.0"
12068 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012069 "license": "MIT",
12070 "license_ids": [
12071 "MIT"
12072 ],
12073 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012074 },
12075 "tokio-stream 0.1.14": {
12076 "name": "tokio-stream",
12077 "version": "0.1.14",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012078 "package_url": "https://github.com/tokio-rs/tokio",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012079 "repository": {
12080 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012081 "url": "https://static.crates.io/crates/tokio-stream/0.1.14/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012082 "sha256": "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
12083 }
12084 },
12085 "targets": [
12086 {
12087 "Library": {
12088 "crate_name": "tokio_stream",
12089 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012090 "srcs": {
12091 "allow_empty": true,
12092 "include": [
12093 "**/*.rs"
12094 ]
12095 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012096 }
12097 }
12098 ],
12099 "library_target_name": "tokio_stream",
12100 "common_attrs": {
12101 "compile_data_glob": [
12102 "**"
12103 ],
12104 "crate_features": {
12105 "common": [
12106 "default",
12107 "time"
12108 ],
12109 "selects": {}
12110 },
12111 "deps": {
12112 "common": [
12113 {
12114 "id": "futures-core 0.3.30",
12115 "target": "futures_core"
12116 },
12117 {
12118 "id": "pin-project-lite 0.2.13",
12119 "target": "pin_project_lite"
12120 },
12121 {
12122 "id": "tokio 1.35.1",
12123 "target": "tokio"
12124 }
12125 ],
12126 "selects": {}
12127 },
12128 "edition": "2021",
12129 "version": "0.1.14"
12130 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012131 "license": "MIT",
12132 "license_ids": [
12133 "MIT"
12134 ],
12135 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012136 },
12137 "tokio-tungstenite 0.20.1": {
12138 "name": "tokio-tungstenite",
12139 "version": "0.20.1",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012140 "package_url": "https://github.com/snapview/tokio-tungstenite",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012141 "repository": {
12142 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012143 "url": "https://static.crates.io/crates/tokio-tungstenite/0.20.1/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012144 "sha256": "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
12145 }
12146 },
12147 "targets": [
12148 {
12149 "Library": {
12150 "crate_name": "tokio_tungstenite",
12151 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012152 "srcs": {
12153 "allow_empty": true,
12154 "include": [
12155 "**/*.rs"
12156 ]
12157 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012158 }
12159 }
12160 ],
12161 "library_target_name": "tokio_tungstenite",
12162 "common_attrs": {
12163 "compile_data_glob": [
12164 "**"
12165 ],
12166 "crate_features": {
12167 "common": [
12168 "connect",
12169 "default",
12170 "handshake",
12171 "stream"
12172 ],
12173 "selects": {}
12174 },
12175 "deps": {
12176 "common": [
12177 {
12178 "id": "futures-util 0.3.30",
12179 "target": "futures_util"
12180 },
12181 {
12182 "id": "log 0.4.20",
12183 "target": "log"
12184 },
12185 {
12186 "id": "tokio 1.35.1",
12187 "target": "tokio"
12188 },
12189 {
12190 "id": "tungstenite 0.20.1",
12191 "target": "tungstenite"
12192 }
12193 ],
12194 "selects": {}
12195 },
12196 "edition": "2018",
12197 "version": "0.20.1"
12198 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012199 "license": "MIT",
12200 "license_ids": [
12201 "MIT"
12202 ],
12203 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012204 },
12205 "tokio-util 0.7.10": {
12206 "name": "tokio-util",
12207 "version": "0.7.10",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012208 "package_url": "https://github.com/tokio-rs/tokio",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012209 "repository": {
12210 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012211 "url": "https://static.crates.io/crates/tokio-util/0.7.10/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012212 "sha256": "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
12213 }
12214 },
12215 "targets": [
12216 {
12217 "Library": {
12218 "crate_name": "tokio_util",
12219 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012220 "srcs": {
12221 "allow_empty": true,
12222 "include": [
12223 "**/*.rs"
12224 ]
12225 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012226 }
12227 }
12228 ],
12229 "library_target_name": "tokio_util",
12230 "common_attrs": {
12231 "compile_data_glob": [
12232 "**"
12233 ],
12234 "crate_features": {
12235 "common": [
12236 "codec",
12237 "default",
12238 "io",
12239 "tracing"
12240 ],
12241 "selects": {}
12242 },
12243 "deps": {
12244 "common": [
12245 {
12246 "id": "bytes 1.5.0",
12247 "target": "bytes"
12248 },
12249 {
12250 "id": "futures-core 0.3.30",
12251 "target": "futures_core"
12252 },
12253 {
12254 "id": "futures-sink 0.3.30",
12255 "target": "futures_sink"
12256 },
12257 {
12258 "id": "pin-project-lite 0.2.13",
12259 "target": "pin_project_lite"
12260 },
12261 {
12262 "id": "tokio 1.35.1",
12263 "target": "tokio"
12264 },
12265 {
12266 "id": "tracing 0.1.40",
12267 "target": "tracing"
12268 }
12269 ],
12270 "selects": {}
12271 },
12272 "edition": "2021",
12273 "version": "0.7.10"
12274 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012275 "license": "MIT",
12276 "license_ids": [
12277 "MIT"
12278 ],
12279 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012280 },
12281 "toml 0.5.11": {
12282 "name": "toml",
12283 "version": "0.5.11",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012284 "package_url": "https://github.com/toml-rs/toml",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012285 "repository": {
12286 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012287 "url": "https://static.crates.io/crates/toml/0.5.11/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012288 "sha256": "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
12289 }
12290 },
12291 "targets": [
12292 {
12293 "Library": {
12294 "crate_name": "toml",
12295 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012296 "srcs": {
12297 "allow_empty": true,
12298 "include": [
12299 "**/*.rs"
12300 ]
12301 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012302 }
12303 }
12304 ],
12305 "library_target_name": "toml",
12306 "common_attrs": {
12307 "compile_data_glob": [
12308 "**"
12309 ],
12310 "crate_features": {
12311 "common": [
12312 "default"
12313 ],
12314 "selects": {}
12315 },
12316 "deps": {
12317 "common": [
12318 {
12319 "id": "serde 1.0.195",
12320 "target": "serde"
12321 }
12322 ],
12323 "selects": {}
12324 },
12325 "edition": "2018",
12326 "version": "0.5.11"
12327 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012328 "license": "MIT/Apache-2.0",
12329 "license_ids": [
12330 "Apache-2.0",
12331 "MIT"
12332 ],
12333 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012334 },
12335 "topological-sort 0.2.2": {
12336 "name": "topological-sort",
12337 "version": "0.2.2",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012338 "package_url": "https://github.com/gifnksm/topological-sort-rs",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012339 "repository": {
12340 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012341 "url": "https://static.crates.io/crates/topological-sort/0.2.2/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012342 "sha256": "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
12343 }
12344 },
12345 "targets": [
12346 {
12347 "Library": {
12348 "crate_name": "topological_sort",
12349 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012350 "srcs": {
12351 "allow_empty": true,
12352 "include": [
12353 "**/*.rs"
12354 ]
12355 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012356 }
12357 }
12358 ],
12359 "library_target_name": "topological_sort",
12360 "common_attrs": {
12361 "compile_data_glob": [
12362 "**"
12363 ],
12364 "edition": "2018",
12365 "version": "0.2.2"
12366 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012367 "license": "MIT OR Apache-2.0",
12368 "license_ids": [
12369 "Apache-2.0",
12370 "MIT"
12371 ],
12372 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012373 },
12374 "tower-service 0.3.2": {
12375 "name": "tower-service",
12376 "version": "0.3.2",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012377 "package_url": "https://github.com/tower-rs/tower",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012378 "repository": {
12379 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012380 "url": "https://static.crates.io/crates/tower-service/0.3.2/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012381 "sha256": "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
12382 }
12383 },
12384 "targets": [
12385 {
12386 "Library": {
12387 "crate_name": "tower_service",
12388 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012389 "srcs": {
12390 "allow_empty": true,
12391 "include": [
12392 "**/*.rs"
12393 ]
12394 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012395 }
12396 }
12397 ],
12398 "library_target_name": "tower_service",
12399 "common_attrs": {
12400 "compile_data_glob": [
12401 "**"
12402 ],
12403 "edition": "2018",
12404 "version": "0.3.2"
12405 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012406 "license": "MIT",
12407 "license_ids": [
12408 "MIT"
12409 ],
12410 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012411 },
12412 "tracing 0.1.40": {
12413 "name": "tracing",
12414 "version": "0.1.40",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012415 "package_url": "https://github.com/tokio-rs/tracing",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012416 "repository": {
12417 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012418 "url": "https://static.crates.io/crates/tracing/0.1.40/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012419 "sha256": "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
12420 }
12421 },
12422 "targets": [
12423 {
12424 "Library": {
12425 "crate_name": "tracing",
12426 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012427 "srcs": {
12428 "allow_empty": true,
12429 "include": [
12430 "**/*.rs"
12431 ]
12432 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012433 }
12434 }
12435 ],
12436 "library_target_name": "tracing",
12437 "common_attrs": {
12438 "compile_data_glob": [
12439 "**"
12440 ],
12441 "crate_features": {
12442 "common": [
12443 "log",
12444 "std"
12445 ],
12446 "selects": {}
12447 },
12448 "deps": {
12449 "common": [
12450 {
12451 "id": "log 0.4.20",
12452 "target": "log"
12453 },
12454 {
12455 "id": "pin-project-lite 0.2.13",
12456 "target": "pin_project_lite"
12457 },
12458 {
12459 "id": "tracing-core 0.1.32",
12460 "target": "tracing_core"
12461 }
12462 ],
12463 "selects": {}
12464 },
12465 "edition": "2018",
12466 "version": "0.1.40"
12467 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012468 "license": "MIT",
12469 "license_ids": [
12470 "MIT"
12471 ],
12472 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012473 },
12474 "tracing-core 0.1.32": {
12475 "name": "tracing-core",
12476 "version": "0.1.32",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012477 "package_url": "https://github.com/tokio-rs/tracing",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012478 "repository": {
12479 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012480 "url": "https://static.crates.io/crates/tracing-core/0.1.32/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012481 "sha256": "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
12482 }
12483 },
12484 "targets": [
12485 {
12486 "Library": {
12487 "crate_name": "tracing_core",
12488 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012489 "srcs": {
12490 "allow_empty": true,
12491 "include": [
12492 "**/*.rs"
12493 ]
12494 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012495 }
12496 }
12497 ],
12498 "library_target_name": "tracing_core",
12499 "common_attrs": {
12500 "compile_data_glob": [
12501 "**"
12502 ],
12503 "crate_features": {
12504 "common": [
12505 "once_cell",
12506 "std"
12507 ],
12508 "selects": {}
12509 },
12510 "deps": {
12511 "common": [
12512 {
12513 "id": "once_cell 1.19.0",
12514 "target": "once_cell"
12515 }
12516 ],
12517 "selects": {}
12518 },
12519 "edition": "2018",
12520 "version": "0.1.32"
12521 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012522 "license": "MIT",
12523 "license_ids": [
12524 "MIT"
12525 ],
12526 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012527 },
12528 "try-lock 0.2.5": {
12529 "name": "try-lock",
12530 "version": "0.2.5",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012531 "package_url": "https://github.com/seanmonstar/try-lock",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012532 "repository": {
12533 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012534 "url": "https://static.crates.io/crates/try-lock/0.2.5/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012535 "sha256": "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
12536 }
12537 },
12538 "targets": [
12539 {
12540 "Library": {
12541 "crate_name": "try_lock",
12542 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012543 "srcs": {
12544 "allow_empty": true,
12545 "include": [
12546 "**/*.rs"
12547 ]
12548 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012549 }
12550 }
12551 ],
12552 "library_target_name": "try_lock",
12553 "common_attrs": {
12554 "compile_data_glob": [
12555 "**"
12556 ],
12557 "edition": "2015",
12558 "version": "0.2.5"
12559 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012560 "license": "MIT",
12561 "license_ids": [
12562 "MIT"
12563 ],
12564 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012565 },
12566 "tungstenite 0.20.1": {
12567 "name": "tungstenite",
12568 "version": "0.20.1",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012569 "package_url": "https://github.com/snapview/tungstenite-rs",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012570 "repository": {
12571 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012572 "url": "https://static.crates.io/crates/tungstenite/0.20.1/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012573 "sha256": "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
12574 }
12575 },
12576 "targets": [
12577 {
12578 "Library": {
12579 "crate_name": "tungstenite",
12580 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012581 "srcs": {
12582 "allow_empty": true,
12583 "include": [
12584 "**/*.rs"
12585 ]
12586 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012587 }
12588 }
12589 ],
12590 "library_target_name": "tungstenite",
12591 "common_attrs": {
12592 "compile_data_glob": [
12593 "**"
12594 ],
12595 "crate_features": {
12596 "common": [
12597 "data-encoding",
12598 "handshake",
12599 "http",
12600 "httparse",
12601 "sha1",
12602 "url"
12603 ],
12604 "selects": {}
12605 },
12606 "deps": {
12607 "common": [
12608 {
12609 "id": "byteorder 1.5.0",
12610 "target": "byteorder"
12611 },
12612 {
12613 "id": "bytes 1.5.0",
12614 "target": "bytes"
12615 },
12616 {
12617 "id": "data-encoding 2.5.0",
12618 "target": "data_encoding"
12619 },
12620 {
12621 "id": "http 0.2.11",
12622 "target": "http"
12623 },
12624 {
12625 "id": "httparse 1.8.0",
12626 "target": "httparse"
12627 },
12628 {
12629 "id": "log 0.4.20",
12630 "target": "log"
12631 },
12632 {
12633 "id": "rand 0.8.5",
12634 "target": "rand"
12635 },
12636 {
12637 "id": "sha1 0.10.6",
12638 "target": "sha1"
12639 },
12640 {
12641 "id": "thiserror 1.0.56",
12642 "target": "thiserror"
12643 },
12644 {
12645 "id": "url 2.5.0",
12646 "target": "url"
12647 },
12648 {
12649 "id": "utf-8 0.7.6",
12650 "target": "utf8"
12651 }
12652 ],
12653 "selects": {}
12654 },
12655 "edition": "2018",
12656 "version": "0.20.1"
12657 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012658 "license": "MIT OR Apache-2.0",
12659 "license_ids": [
12660 "Apache-2.0",
12661 "MIT"
12662 ],
12663 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012664 },
12665 "typenum 1.17.0": {
12666 "name": "typenum",
12667 "version": "1.17.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012668 "package_url": "https://github.com/paholg/typenum",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012669 "repository": {
12670 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012671 "url": "https://static.crates.io/crates/typenum/1.17.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012672 "sha256": "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
12673 }
12674 },
12675 "targets": [
12676 {
12677 "Library": {
12678 "crate_name": "typenum",
12679 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012680 "srcs": {
12681 "allow_empty": true,
12682 "include": [
12683 "**/*.rs"
12684 ]
12685 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012686 }
12687 },
12688 {
12689 "BuildScript": {
12690 "crate_name": "build_script_main",
12691 "crate_root": "build/main.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012692 "srcs": {
12693 "allow_empty": true,
12694 "include": [
12695 "**/*.rs"
12696 ]
12697 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012698 }
12699 }
12700 ],
12701 "library_target_name": "typenum",
12702 "common_attrs": {
12703 "compile_data_glob": [
12704 "**"
12705 ],
12706 "deps": {
12707 "common": [
12708 {
12709 "id": "typenum 1.17.0",
12710 "target": "build_script_main"
12711 }
12712 ],
12713 "selects": {}
12714 },
12715 "edition": "2018",
12716 "version": "1.17.0"
12717 },
12718 "build_script_attrs": {
12719 "data_glob": [
12720 "**"
12721 ]
12722 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012723 "license": "MIT OR Apache-2.0",
12724 "license_ids": [
12725 "Apache-2.0",
12726 "MIT"
12727 ],
12728 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012729 },
12730 "ucd-trie 0.1.6": {
12731 "name": "ucd-trie",
12732 "version": "0.1.6",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012733 "package_url": "https://github.com/BurntSushi/ucd-generate",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012734 "repository": {
12735 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012736 "url": "https://static.crates.io/crates/ucd-trie/0.1.6/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012737 "sha256": "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
12738 }
12739 },
12740 "targets": [
12741 {
12742 "Library": {
12743 "crate_name": "ucd_trie",
12744 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012745 "srcs": {
12746 "allow_empty": true,
12747 "include": [
12748 "**/*.rs"
12749 ]
12750 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012751 }
12752 }
12753 ],
12754 "library_target_name": "ucd_trie",
12755 "common_attrs": {
12756 "compile_data_glob": [
12757 "**"
12758 ],
12759 "crate_features": {
12760 "common": [
12761 "std"
12762 ],
12763 "selects": {}
12764 },
12765 "edition": "2021",
12766 "version": "0.1.6"
12767 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012768 "license": "MIT OR Apache-2.0",
12769 "license_ids": [
12770 "Apache-2.0",
12771 "MIT"
12772 ],
12773 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012774 },
12775 "unicase 2.7.0": {
12776 "name": "unicase",
12777 "version": "2.7.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012778 "package_url": "https://github.com/seanmonstar/unicase",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012779 "repository": {
12780 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012781 "url": "https://static.crates.io/crates/unicase/2.7.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012782 "sha256": "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
12783 }
12784 },
12785 "targets": [
12786 {
12787 "Library": {
12788 "crate_name": "unicase",
12789 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012790 "srcs": {
12791 "allow_empty": true,
12792 "include": [
12793 "**/*.rs"
12794 ]
12795 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012796 }
12797 },
12798 {
12799 "BuildScript": {
12800 "crate_name": "build_script_build",
12801 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012802 "srcs": {
12803 "allow_empty": true,
12804 "include": [
12805 "**/*.rs"
12806 ]
12807 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012808 }
12809 }
12810 ],
12811 "library_target_name": "unicase",
12812 "common_attrs": {
12813 "compile_data_glob": [
12814 "**"
12815 ],
12816 "deps": {
12817 "common": [
12818 {
12819 "id": "unicase 2.7.0",
12820 "target": "build_script_build"
12821 }
12822 ],
12823 "selects": {}
12824 },
12825 "edition": "2015",
12826 "version": "2.7.0"
12827 },
12828 "build_script_attrs": {
12829 "data_glob": [
12830 "**"
12831 ],
12832 "deps": {
12833 "common": [
12834 {
12835 "id": "version_check 0.9.4",
12836 "target": "version_check"
12837 }
12838 ],
12839 "selects": {}
12840 }
12841 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012842 "license": "MIT/Apache-2.0",
12843 "license_ids": [
12844 "Apache-2.0",
12845 "MIT"
12846 ],
12847 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012848 },
12849 "unicode-bidi 0.3.14": {
12850 "name": "unicode-bidi",
12851 "version": "0.3.14",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012852 "package_url": "https://github.com/servo/unicode-bidi",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012853 "repository": {
12854 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012855 "url": "https://static.crates.io/crates/unicode-bidi/0.3.14/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012856 "sha256": "6f2528f27a9eb2b21e69c95319b30bd0efd85d09c379741b0f78ea1d86be2416"
12857 }
12858 },
12859 "targets": [
12860 {
12861 "Library": {
12862 "crate_name": "unicode_bidi",
12863 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012864 "srcs": {
12865 "allow_empty": true,
12866 "include": [
12867 "**/*.rs"
12868 ]
12869 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012870 }
12871 }
12872 ],
12873 "library_target_name": "unicode_bidi",
12874 "common_attrs": {
12875 "compile_data_glob": [
12876 "**"
12877 ],
12878 "crate_features": {
12879 "common": [
12880 "hardcoded-data",
12881 "std"
12882 ],
12883 "selects": {}
12884 },
12885 "edition": "2018",
12886 "version": "0.3.14"
12887 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012888 "license": "MIT OR Apache-2.0",
12889 "license_ids": [
12890 "Apache-2.0",
12891 "MIT"
12892 ],
12893 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012894 },
12895 "unicode-ident 1.0.12": {
12896 "name": "unicode-ident",
12897 "version": "1.0.12",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012898 "package_url": "https://github.com/dtolnay/unicode-ident",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012899 "repository": {
12900 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012901 "url": "https://static.crates.io/crates/unicode-ident/1.0.12/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012902 "sha256": "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
12903 }
12904 },
12905 "targets": [
12906 {
12907 "Library": {
12908 "crate_name": "unicode_ident",
12909 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012910 "srcs": {
12911 "allow_empty": true,
12912 "include": [
12913 "**/*.rs"
12914 ]
12915 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012916 }
12917 }
12918 ],
12919 "library_target_name": "unicode_ident",
12920 "common_attrs": {
12921 "compile_data_glob": [
12922 "**"
12923 ],
12924 "edition": "2018",
12925 "version": "1.0.12"
12926 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012927 "license": "(MIT OR Apache-2.0) AND Unicode-DFS-2016",
12928 "license_ids": [
12929 "Apache-2.0",
12930 "MIT",
12931 "Unicode-DFS-2016"
12932 ],
12933 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012934 },
12935 "unicode-normalization 0.1.22": {
12936 "name": "unicode-normalization",
12937 "version": "0.1.22",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012938 "package_url": "https://github.com/unicode-rs/unicode-normalization",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012939 "repository": {
12940 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012941 "url": "https://static.crates.io/crates/unicode-normalization/0.1.22/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012942 "sha256": "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
12943 }
12944 },
12945 "targets": [
12946 {
12947 "Library": {
12948 "crate_name": "unicode_normalization",
12949 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012950 "srcs": {
12951 "allow_empty": true,
12952 "include": [
12953 "**/*.rs"
12954 ]
12955 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012956 }
12957 }
12958 ],
12959 "library_target_name": "unicode_normalization",
12960 "common_attrs": {
12961 "compile_data_glob": [
12962 "**"
12963 ],
12964 "crate_features": {
12965 "common": [
12966 "std"
12967 ],
12968 "selects": {}
12969 },
12970 "deps": {
12971 "common": [
12972 {
12973 "id": "tinyvec 1.6.0",
12974 "target": "tinyvec"
12975 }
12976 ],
12977 "selects": {}
12978 },
12979 "edition": "2018",
12980 "version": "0.1.22"
12981 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012982 "license": "MIT/Apache-2.0",
12983 "license_ids": [
12984 "Apache-2.0",
12985 "MIT"
12986 ],
12987 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012988 },
12989 "url 2.5.0": {
12990 "name": "url",
12991 "version": "2.5.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012992 "package_url": "https://github.com/servo/rust-url",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012993 "repository": {
12994 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020012995 "url": "https://static.crates.io/crates/url/2.5.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010012996 "sha256": "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
12997 }
12998 },
12999 "targets": [
13000 {
13001 "Library": {
13002 "crate_name": "url",
13003 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013004 "srcs": {
13005 "allow_empty": true,
13006 "include": [
13007 "**/*.rs"
13008 ]
13009 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013010 }
13011 }
13012 ],
13013 "library_target_name": "url",
13014 "common_attrs": {
13015 "compile_data_glob": [
13016 "**"
13017 ],
13018 "crate_features": {
13019 "common": [
13020 "default"
13021 ],
13022 "selects": {}
13023 },
13024 "deps": {
13025 "common": [
13026 {
13027 "id": "form_urlencoded 1.2.1",
13028 "target": "form_urlencoded"
13029 },
13030 {
13031 "id": "idna 0.5.0",
13032 "target": "idna"
13033 },
13034 {
13035 "id": "percent-encoding 2.3.1",
13036 "target": "percent_encoding"
13037 }
13038 ],
13039 "selects": {}
13040 },
13041 "edition": "2018",
13042 "version": "2.5.0"
13043 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013044 "license": "MIT OR Apache-2.0",
13045 "license_ids": [
13046 "Apache-2.0",
13047 "MIT"
13048 ],
13049 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013050 },
13051 "utf-8 0.7.6": {
13052 "name": "utf-8",
13053 "version": "0.7.6",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013054 "package_url": "https://github.com/SimonSapin/rust-utf8",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013055 "repository": {
13056 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013057 "url": "https://static.crates.io/crates/utf-8/0.7.6/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013058 "sha256": "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
13059 }
13060 },
13061 "targets": [
13062 {
13063 "Library": {
13064 "crate_name": "utf8",
13065 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013066 "srcs": {
13067 "allow_empty": true,
13068 "include": [
13069 "**/*.rs"
13070 ]
13071 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013072 }
13073 }
13074 ],
13075 "library_target_name": "utf8",
13076 "common_attrs": {
13077 "compile_data_glob": [
13078 "**"
13079 ],
13080 "edition": "2015",
13081 "version": "0.7.6"
13082 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013083 "license": "MIT OR Apache-2.0",
13084 "license_ids": [
13085 "Apache-2.0",
13086 "MIT"
13087 ],
13088 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013089 },
13090 "utf8parse 0.2.1": {
13091 "name": "utf8parse",
13092 "version": "0.2.1",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013093 "package_url": "https://github.com/alacritty/vte",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013094 "repository": {
13095 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013096 "url": "https://static.crates.io/crates/utf8parse/0.2.1/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013097 "sha256": "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
13098 }
13099 },
13100 "targets": [
13101 {
13102 "Library": {
13103 "crate_name": "utf8parse",
13104 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013105 "srcs": {
13106 "allow_empty": true,
13107 "include": [
13108 "**/*.rs"
13109 ]
13110 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013111 }
13112 }
13113 ],
13114 "library_target_name": "utf8parse",
13115 "common_attrs": {
13116 "compile_data_glob": [
13117 "**"
13118 ],
13119 "crate_features": {
13120 "common": [
13121 "default"
13122 ],
13123 "selects": {}
13124 },
13125 "edition": "2018",
13126 "version": "0.2.1"
13127 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013128 "license": "Apache-2.0 OR MIT",
13129 "license_ids": [
13130 "Apache-2.0",
13131 "MIT"
13132 ],
13133 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013134 },
13135 "version_check 0.9.4": {
13136 "name": "version_check",
13137 "version": "0.9.4",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013138 "package_url": "https://github.com/SergioBenitez/version_check",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013139 "repository": {
13140 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013141 "url": "https://static.crates.io/crates/version_check/0.9.4/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013142 "sha256": "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
13143 }
13144 },
13145 "targets": [
13146 {
13147 "Library": {
13148 "crate_name": "version_check",
13149 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013150 "srcs": {
13151 "allow_empty": true,
13152 "include": [
13153 "**/*.rs"
13154 ]
13155 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013156 }
13157 }
13158 ],
13159 "library_target_name": "version_check",
13160 "common_attrs": {
13161 "compile_data_glob": [
13162 "**"
13163 ],
13164 "edition": "2015",
13165 "version": "0.9.4"
13166 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013167 "license": "MIT/Apache-2.0",
13168 "license_ids": [
13169 "Apache-2.0",
13170 "MIT"
13171 ],
13172 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013173 },
13174 "walkdir 2.4.0": {
13175 "name": "walkdir",
13176 "version": "2.4.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013177 "package_url": "https://github.com/BurntSushi/walkdir",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013178 "repository": {
13179 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013180 "url": "https://static.crates.io/crates/walkdir/2.4.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013181 "sha256": "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
13182 }
13183 },
13184 "targets": [
13185 {
13186 "Library": {
13187 "crate_name": "walkdir",
13188 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013189 "srcs": {
13190 "allow_empty": true,
13191 "include": [
13192 "**/*.rs"
13193 ]
13194 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013195 }
13196 }
13197 ],
13198 "library_target_name": "walkdir",
13199 "common_attrs": {
13200 "compile_data_glob": [
13201 "**"
13202 ],
13203 "deps": {
13204 "common": [
13205 {
13206 "id": "same-file 1.0.6",
13207 "target": "same_file"
13208 }
13209 ],
13210 "selects": {
13211 "cfg(windows)": [
13212 {
13213 "id": "winapi-util 0.1.6",
13214 "target": "winapi_util"
13215 }
13216 ]
13217 }
13218 },
13219 "edition": "2018",
13220 "version": "2.4.0"
13221 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013222 "license": "Unlicense/MIT",
13223 "license_ids": [
13224 "MIT",
13225 "Unlicense"
13226 ],
13227 "license_file": "LICENSE-MIT"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013228 },
13229 "want 0.3.1": {
13230 "name": "want",
13231 "version": "0.3.1",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013232 "package_url": "https://github.com/seanmonstar/want",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013233 "repository": {
13234 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013235 "url": "https://static.crates.io/crates/want/0.3.1/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013236 "sha256": "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
13237 }
13238 },
13239 "targets": [
13240 {
13241 "Library": {
13242 "crate_name": "want",
13243 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013244 "srcs": {
13245 "allow_empty": true,
13246 "include": [
13247 "**/*.rs"
13248 ]
13249 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013250 }
13251 }
13252 ],
13253 "library_target_name": "want",
13254 "common_attrs": {
13255 "compile_data_glob": [
13256 "**"
13257 ],
13258 "deps": {
13259 "common": [
13260 {
13261 "id": "try-lock 0.2.5",
13262 "target": "try_lock"
13263 }
13264 ],
13265 "selects": {}
13266 },
13267 "edition": "2018",
13268 "version": "0.3.1"
13269 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013270 "license": "MIT",
13271 "license_ids": [
13272 "MIT"
13273 ],
13274 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013275 },
13276 "warp 0.3.6": {
13277 "name": "warp",
13278 "version": "0.3.6",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013279 "package_url": "https://github.com/seanmonstar/warp",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013280 "repository": {
13281 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013282 "url": "https://static.crates.io/crates/warp/0.3.6/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013283 "sha256": "c1e92e22e03ff1230c03a1a8ee37d2f89cd489e2e541b7550d6afad96faed169"
13284 }
13285 },
13286 "targets": [
13287 {
13288 "Library": {
13289 "crate_name": "warp",
13290 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013291 "srcs": {
13292 "allow_empty": true,
13293 "include": [
13294 "**/*.rs"
13295 ]
13296 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013297 }
13298 }
13299 ],
13300 "library_target_name": "warp",
13301 "common_attrs": {
13302 "compile_data_glob": [
13303 "**"
13304 ],
13305 "crate_features": {
13306 "common": [
13307 "tokio-tungstenite",
13308 "websocket"
13309 ],
13310 "selects": {}
13311 },
13312 "deps": {
13313 "common": [
13314 {
13315 "id": "bytes 1.5.0",
13316 "target": "bytes"
13317 },
13318 {
13319 "id": "futures-channel 0.3.30",
13320 "target": "futures_channel"
13321 },
13322 {
13323 "id": "futures-util 0.3.30",
13324 "target": "futures_util"
13325 },
13326 {
13327 "id": "headers 0.3.9",
13328 "target": "headers"
13329 },
13330 {
13331 "id": "http 0.2.11",
13332 "target": "http"
13333 },
13334 {
13335 "id": "hyper 0.14.28",
13336 "target": "hyper"
13337 },
13338 {
13339 "id": "log 0.4.20",
13340 "target": "log"
13341 },
13342 {
13343 "id": "mime 0.3.17",
13344 "target": "mime"
13345 },
13346 {
13347 "id": "mime_guess 2.0.4",
13348 "target": "mime_guess"
13349 },
13350 {
13351 "id": "percent-encoding 2.3.1",
13352 "target": "percent_encoding"
13353 },
13354 {
13355 "id": "pin-project 1.1.3",
13356 "target": "pin_project"
13357 },
13358 {
13359 "id": "rustls-pemfile 1.0.4",
13360 "target": "rustls_pemfile"
13361 },
13362 {
13363 "id": "scoped-tls 1.0.1",
13364 "target": "scoped_tls"
13365 },
13366 {
13367 "id": "serde 1.0.195",
13368 "target": "serde"
13369 },
13370 {
13371 "id": "serde_json 1.0.111",
13372 "target": "serde_json"
13373 },
13374 {
13375 "id": "serde_urlencoded 0.7.1",
13376 "target": "serde_urlencoded"
13377 },
13378 {
13379 "id": "tokio 1.35.1",
13380 "target": "tokio"
13381 },
13382 {
13383 "id": "tokio-stream 0.1.14",
13384 "target": "tokio_stream"
13385 },
13386 {
13387 "id": "tokio-tungstenite 0.20.1",
13388 "target": "tokio_tungstenite"
13389 },
13390 {
13391 "id": "tokio-util 0.7.10",
13392 "target": "tokio_util"
13393 },
13394 {
13395 "id": "tower-service 0.3.2",
13396 "target": "tower_service"
13397 },
13398 {
13399 "id": "tracing 0.1.40",
13400 "target": "tracing"
13401 }
13402 ],
13403 "selects": {}
13404 },
13405 "edition": "2018",
13406 "version": "0.3.6"
13407 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013408 "license": "MIT",
13409 "license_ids": [
13410 "MIT"
13411 ],
13412 "license_file": "LICENSE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013413 },
13414 "wasi 0.11.0+wasi-snapshot-preview1": {
13415 "name": "wasi",
13416 "version": "0.11.0+wasi-snapshot-preview1",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013417 "package_url": "https://github.com/bytecodealliance/wasi",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013418 "repository": {
13419 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013420 "url": "https://static.crates.io/crates/wasi/0.11.0+wasi-snapshot-preview1/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013421 "sha256": "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
13422 }
13423 },
13424 "targets": [
13425 {
13426 "Library": {
13427 "crate_name": "wasi",
13428 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013429 "srcs": {
13430 "allow_empty": true,
13431 "include": [
13432 "**/*.rs"
13433 ]
13434 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013435 }
13436 }
13437 ],
13438 "library_target_name": "wasi",
13439 "common_attrs": {
13440 "compile_data_glob": [
13441 "**"
13442 ],
13443 "crate_features": {
13444 "common": [
13445 "default",
13446 "std"
13447 ],
13448 "selects": {}
13449 },
13450 "edition": "2018",
13451 "version": "0.11.0+wasi-snapshot-preview1"
13452 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013453 "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT",
13454 "license_ids": [
13455 "Apache-2.0",
13456 "MIT"
13457 ],
13458 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013459 },
13460 "wasm-bindgen 0.2.89": {
13461 "name": "wasm-bindgen",
13462 "version": "0.2.89",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013463 "package_url": "https://github.com/rustwasm/wasm-bindgen",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013464 "repository": {
13465 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013466 "url": "https://static.crates.io/crates/wasm-bindgen/0.2.89/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013467 "sha256": "0ed0d4f68a3015cc185aff4db9506a015f4b96f95303897bfa23f846db54064e"
13468 }
13469 },
13470 "targets": [
13471 {
13472 "Library": {
13473 "crate_name": "wasm_bindgen",
13474 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013475 "srcs": {
13476 "allow_empty": true,
13477 "include": [
13478 "**/*.rs"
13479 ]
13480 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013481 }
13482 },
13483 {
13484 "BuildScript": {
13485 "crate_name": "build_script_build",
13486 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013487 "srcs": {
13488 "allow_empty": true,
13489 "include": [
13490 "**/*.rs"
13491 ]
13492 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013493 }
13494 }
13495 ],
13496 "library_target_name": "wasm_bindgen",
13497 "common_attrs": {
13498 "compile_data_glob": [
13499 "**"
13500 ],
13501 "deps": {
13502 "common": [
13503 {
13504 "id": "cfg-if 1.0.0",
13505 "target": "cfg_if"
13506 },
13507 {
13508 "id": "wasm-bindgen 0.2.89",
13509 "target": "build_script_build"
13510 }
13511 ],
13512 "selects": {}
13513 },
13514 "edition": "2018",
13515 "proc_macro_deps": {
13516 "common": [
13517 {
13518 "id": "wasm-bindgen-macro 0.2.89",
13519 "target": "wasm_bindgen_macro"
13520 }
13521 ],
13522 "selects": {}
13523 },
13524 "version": "0.2.89"
13525 },
13526 "build_script_attrs": {
13527 "data_glob": [
13528 "**"
13529 ]
13530 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013531 "license": "MIT OR Apache-2.0",
13532 "license_ids": [
13533 "Apache-2.0",
13534 "MIT"
13535 ],
13536 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013537 },
13538 "wasm-bindgen-backend 0.2.89": {
13539 "name": "wasm-bindgen-backend",
13540 "version": "0.2.89",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013541 "package_url": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013542 "repository": {
13543 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013544 "url": "https://static.crates.io/crates/wasm-bindgen-backend/0.2.89/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013545 "sha256": "1b56f625e64f3a1084ded111c4d5f477df9f8c92df113852fa5a374dbda78826"
13546 }
13547 },
13548 "targets": [
13549 {
13550 "Library": {
13551 "crate_name": "wasm_bindgen_backend",
13552 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013553 "srcs": {
13554 "allow_empty": true,
13555 "include": [
13556 "**/*.rs"
13557 ]
13558 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013559 }
13560 }
13561 ],
13562 "library_target_name": "wasm_bindgen_backend",
13563 "common_attrs": {
13564 "compile_data_glob": [
13565 "**"
13566 ],
13567 "deps": {
13568 "common": [
13569 {
13570 "id": "bumpalo 3.14.0",
13571 "target": "bumpalo"
13572 },
13573 {
13574 "id": "log 0.4.20",
13575 "target": "log"
13576 },
13577 {
13578 "id": "once_cell 1.19.0",
13579 "target": "once_cell"
13580 },
13581 {
13582 "id": "proc-macro2 1.0.76",
13583 "target": "proc_macro2"
13584 },
13585 {
13586 "id": "quote 1.0.35",
13587 "target": "quote"
13588 },
13589 {
13590 "id": "syn 2.0.48",
13591 "target": "syn"
13592 },
13593 {
13594 "id": "wasm-bindgen-shared 0.2.89",
13595 "target": "wasm_bindgen_shared"
13596 }
13597 ],
13598 "selects": {}
13599 },
13600 "edition": "2018",
13601 "version": "0.2.89"
13602 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013603 "license": "MIT OR Apache-2.0",
13604 "license_ids": [
13605 "Apache-2.0",
13606 "MIT"
13607 ],
13608 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013609 },
13610 "wasm-bindgen-macro 0.2.89": {
13611 "name": "wasm-bindgen-macro",
13612 "version": "0.2.89",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013613 "package_url": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013614 "repository": {
13615 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013616 "url": "https://static.crates.io/crates/wasm-bindgen-macro/0.2.89/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013617 "sha256": "0162dbf37223cd2afce98f3d0785506dcb8d266223983e4b5b525859e6e182b2"
13618 }
13619 },
13620 "targets": [
13621 {
13622 "ProcMacro": {
13623 "crate_name": "wasm_bindgen_macro",
13624 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013625 "srcs": {
13626 "allow_empty": true,
13627 "include": [
13628 "**/*.rs"
13629 ]
13630 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013631 }
13632 }
13633 ],
13634 "library_target_name": "wasm_bindgen_macro",
13635 "common_attrs": {
13636 "compile_data_glob": [
13637 "**"
13638 ],
13639 "deps": {
13640 "common": [
13641 {
13642 "id": "quote 1.0.35",
13643 "target": "quote"
13644 },
13645 {
13646 "id": "wasm-bindgen-macro-support 0.2.89",
13647 "target": "wasm_bindgen_macro_support"
13648 }
13649 ],
13650 "selects": {}
13651 },
13652 "edition": "2018",
13653 "version": "0.2.89"
13654 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013655 "license": "MIT OR Apache-2.0",
13656 "license_ids": [
13657 "Apache-2.0",
13658 "MIT"
13659 ],
13660 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013661 },
13662 "wasm-bindgen-macro-support 0.2.89": {
13663 "name": "wasm-bindgen-macro-support",
13664 "version": "0.2.89",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013665 "package_url": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013666 "repository": {
13667 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013668 "url": "https://static.crates.io/crates/wasm-bindgen-macro-support/0.2.89/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013669 "sha256": "f0eb82fcb7930ae6219a7ecfd55b217f5f0893484b7a13022ebb2b2bf20b5283"
13670 }
13671 },
13672 "targets": [
13673 {
13674 "Library": {
13675 "crate_name": "wasm_bindgen_macro_support",
13676 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013677 "srcs": {
13678 "allow_empty": true,
13679 "include": [
13680 "**/*.rs"
13681 ]
13682 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013683 }
13684 }
13685 ],
13686 "library_target_name": "wasm_bindgen_macro_support",
13687 "common_attrs": {
13688 "compile_data_glob": [
13689 "**"
13690 ],
13691 "deps": {
13692 "common": [
13693 {
13694 "id": "proc-macro2 1.0.76",
13695 "target": "proc_macro2"
13696 },
13697 {
13698 "id": "quote 1.0.35",
13699 "target": "quote"
13700 },
13701 {
13702 "id": "syn 2.0.48",
13703 "target": "syn"
13704 },
13705 {
13706 "id": "wasm-bindgen-backend 0.2.89",
13707 "target": "wasm_bindgen_backend"
13708 },
13709 {
13710 "id": "wasm-bindgen-shared 0.2.89",
13711 "target": "wasm_bindgen_shared"
13712 }
13713 ],
13714 "selects": {}
13715 },
13716 "edition": "2018",
13717 "version": "0.2.89"
13718 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013719 "license": "MIT OR Apache-2.0",
13720 "license_ids": [
13721 "Apache-2.0",
13722 "MIT"
13723 ],
13724 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013725 },
13726 "wasm-bindgen-shared 0.2.89": {
13727 "name": "wasm-bindgen-shared",
13728 "version": "0.2.89",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013729 "package_url": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013730 "repository": {
13731 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013732 "url": "https://static.crates.io/crates/wasm-bindgen-shared/0.2.89/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013733 "sha256": "7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f"
13734 }
13735 },
13736 "targets": [
13737 {
13738 "Library": {
13739 "crate_name": "wasm_bindgen_shared",
13740 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013741 "srcs": {
13742 "allow_empty": true,
13743 "include": [
13744 "**/*.rs"
13745 ]
13746 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013747 }
13748 },
13749 {
13750 "BuildScript": {
13751 "crate_name": "build_script_build",
13752 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013753 "srcs": {
13754 "allow_empty": true,
13755 "include": [
13756 "**/*.rs"
13757 ]
13758 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013759 }
13760 }
13761 ],
13762 "library_target_name": "wasm_bindgen_shared",
13763 "common_attrs": {
13764 "compile_data_glob": [
13765 "**"
13766 ],
13767 "deps": {
13768 "common": [
13769 {
13770 "id": "wasm-bindgen-shared 0.2.89",
13771 "target": "build_script_build"
13772 }
13773 ],
13774 "selects": {}
13775 },
13776 "edition": "2018",
13777 "version": "0.2.89"
13778 },
13779 "build_script_attrs": {
13780 "data_glob": [
13781 "**"
13782 ],
13783 "links": "wasm_bindgen"
13784 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013785 "license": "MIT OR Apache-2.0",
13786 "license_ids": [
13787 "Apache-2.0",
13788 "MIT"
13789 ],
13790 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013791 },
13792 "which 4.4.2": {
13793 "name": "which",
13794 "version": "4.4.2",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013795 "package_url": "https://github.com/harryfei/which-rs.git",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013796 "repository": {
13797 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013798 "url": "https://static.crates.io/crates/which/4.4.2/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013799 "sha256": "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
13800 }
13801 },
13802 "targets": [
13803 {
13804 "Library": {
13805 "crate_name": "which",
13806 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013807 "srcs": {
13808 "allow_empty": true,
13809 "include": [
13810 "**/*.rs"
13811 ]
13812 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013813 }
13814 }
13815 ],
13816 "library_target_name": "which",
13817 "common_attrs": {
13818 "compile_data_glob": [
13819 "**"
13820 ],
13821 "deps": {
13822 "common": [
13823 {
13824 "id": "either 1.9.0",
13825 "target": "either"
13826 },
13827 {
13828 "id": "rustix 0.38.28",
13829 "target": "rustix"
13830 }
13831 ],
13832 "selects": {
13833 "cfg(any(windows, unix, target_os = \"redox\"))": [
13834 {
13835 "id": "home 0.5.9",
13836 "target": "home"
13837 }
13838 ],
13839 "cfg(windows)": [
13840 {
13841 "id": "once_cell 1.19.0",
13842 "target": "once_cell"
13843 }
13844 ]
13845 }
13846 },
13847 "edition": "2021",
13848 "version": "4.4.2"
13849 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013850 "license": "MIT",
13851 "license_ids": [
13852 "MIT"
13853 ],
13854 "license_file": "LICENSE.txt"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013855 },
13856 "winapi 0.3.9": {
13857 "name": "winapi",
13858 "version": "0.3.9",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013859 "package_url": "https://github.com/retep998/winapi-rs",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013860 "repository": {
13861 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013862 "url": "https://static.crates.io/crates/winapi/0.3.9/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013863 "sha256": "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
13864 }
13865 },
13866 "targets": [
13867 {
13868 "Library": {
13869 "crate_name": "winapi",
13870 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013871 "srcs": {
13872 "allow_empty": true,
13873 "include": [
13874 "**/*.rs"
13875 ]
13876 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013877 }
13878 },
13879 {
13880 "BuildScript": {
13881 "crate_name": "build_script_build",
13882 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013883 "srcs": {
13884 "allow_empty": true,
13885 "include": [
13886 "**/*.rs"
13887 ]
13888 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013889 }
13890 }
13891 ],
13892 "library_target_name": "winapi",
13893 "common_attrs": {
13894 "compile_data_glob": [
13895 "**"
13896 ],
13897 "crate_features": {
13898 "common": [
13899 "consoleapi",
13900 "errhandlingapi",
13901 "fileapi",
13902 "minwindef",
13903 "processenv",
13904 "shellapi",
13905 "std",
13906 "sysinfoapi",
13907 "winbase",
13908 "wincon",
13909 "winerror",
13910 "winnt"
13911 ],
13912 "selects": {}
13913 },
13914 "deps": {
13915 "common": [
13916 {
13917 "id": "winapi 0.3.9",
13918 "target": "build_script_build"
13919 }
13920 ],
13921 "selects": {
13922 "i686-pc-windows-gnu": [
13923 {
13924 "id": "winapi-i686-pc-windows-gnu 0.4.0",
13925 "target": "winapi_i686_pc_windows_gnu"
13926 }
13927 ],
13928 "x86_64-pc-windows-gnu": [
13929 {
13930 "id": "winapi-x86_64-pc-windows-gnu 0.4.0",
13931 "target": "winapi_x86_64_pc_windows_gnu"
13932 }
13933 ]
13934 }
13935 },
13936 "edition": "2015",
13937 "version": "0.3.9"
13938 },
13939 "build_script_attrs": {
13940 "data_glob": [
13941 "**"
13942 ]
13943 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013944 "license": "MIT/Apache-2.0",
13945 "license_ids": [
13946 "Apache-2.0",
13947 "MIT"
13948 ],
13949 "license_file": "LICENSE-APACHE"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013950 },
13951 "winapi-i686-pc-windows-gnu 0.4.0": {
13952 "name": "winapi-i686-pc-windows-gnu",
13953 "version": "0.4.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013954 "package_url": "https://github.com/retep998/winapi-rs",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013955 "repository": {
13956 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013957 "url": "https://static.crates.io/crates/winapi-i686-pc-windows-gnu/0.4.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013958 "sha256": "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
13959 }
13960 },
13961 "targets": [
13962 {
13963 "Library": {
13964 "crate_name": "winapi_i686_pc_windows_gnu",
13965 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013966 "srcs": {
13967 "allow_empty": true,
13968 "include": [
13969 "**/*.rs"
13970 ]
13971 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013972 }
13973 },
13974 {
13975 "BuildScript": {
13976 "crate_name": "build_script_build",
13977 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020013978 "srcs": {
13979 "allow_empty": true,
13980 "include": [
13981 "**/*.rs"
13982 ]
13983 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010013984 }
13985 }
13986 ],
13987 "library_target_name": "winapi_i686_pc_windows_gnu",
13988 "common_attrs": {
13989 "compile_data_glob": [
13990 "**"
13991 ],
13992 "deps": {
13993 "common": [
13994 {
13995 "id": "winapi-i686-pc-windows-gnu 0.4.0",
13996 "target": "build_script_build"
13997 }
13998 ],
13999 "selects": {}
14000 },
14001 "edition": "2015",
14002 "version": "0.4.0"
14003 },
14004 "build_script_attrs": {
14005 "data_glob": [
14006 "**"
14007 ]
14008 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014009 "license": "MIT/Apache-2.0",
14010 "license_ids": [
14011 "Apache-2.0",
14012 "MIT"
14013 ],
14014 "license_file": null
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014015 },
14016 "winapi-util 0.1.6": {
14017 "name": "winapi-util",
14018 "version": "0.1.6",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014019 "package_url": "https://github.com/BurntSushi/winapi-util",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014020 "repository": {
14021 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014022 "url": "https://static.crates.io/crates/winapi-util/0.1.6/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014023 "sha256": "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
14024 }
14025 },
14026 "targets": [
14027 {
14028 "Library": {
14029 "crate_name": "winapi_util",
14030 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014031 "srcs": {
14032 "allow_empty": true,
14033 "include": [
14034 "**/*.rs"
14035 ]
14036 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014037 }
14038 }
14039 ],
14040 "library_target_name": "winapi_util",
14041 "common_attrs": {
14042 "compile_data_glob": [
14043 "**"
14044 ],
14045 "deps": {
14046 "common": [],
14047 "selects": {
14048 "cfg(windows)": [
14049 {
14050 "id": "winapi 0.3.9",
14051 "target": "winapi"
14052 }
14053 ]
14054 }
14055 },
14056 "edition": "2021",
14057 "version": "0.1.6"
14058 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014059 "license": "Unlicense/MIT",
14060 "license_ids": [
14061 "MIT",
14062 "Unlicense"
14063 ],
14064 "license_file": "LICENSE-MIT"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014065 },
14066 "winapi-x86_64-pc-windows-gnu 0.4.0": {
14067 "name": "winapi-x86_64-pc-windows-gnu",
14068 "version": "0.4.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014069 "package_url": "https://github.com/retep998/winapi-rs",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014070 "repository": {
14071 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014072 "url": "https://static.crates.io/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014073 "sha256": "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
14074 }
14075 },
14076 "targets": [
14077 {
14078 "Library": {
14079 "crate_name": "winapi_x86_64_pc_windows_gnu",
14080 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014081 "srcs": {
14082 "allow_empty": true,
14083 "include": [
14084 "**/*.rs"
14085 ]
14086 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014087 }
14088 },
14089 {
14090 "BuildScript": {
14091 "crate_name": "build_script_build",
14092 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014093 "srcs": {
14094 "allow_empty": true,
14095 "include": [
14096 "**/*.rs"
14097 ]
14098 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014099 }
14100 }
14101 ],
14102 "library_target_name": "winapi_x86_64_pc_windows_gnu",
14103 "common_attrs": {
14104 "compile_data_glob": [
14105 "**"
14106 ],
14107 "deps": {
14108 "common": [
14109 {
14110 "id": "winapi-x86_64-pc-windows-gnu 0.4.0",
14111 "target": "build_script_build"
14112 }
14113 ],
14114 "selects": {}
14115 },
14116 "edition": "2015",
14117 "version": "0.4.0"
14118 },
14119 "build_script_attrs": {
14120 "data_glob": [
14121 "**"
14122 ]
14123 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014124 "license": "MIT/Apache-2.0",
14125 "license_ids": [
14126 "Apache-2.0",
14127 "MIT"
14128 ],
14129 "license_file": null
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014130 },
14131 "windows-core 0.52.0": {
14132 "name": "windows-core",
14133 "version": "0.52.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014134 "package_url": "https://github.com/microsoft/windows-rs",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014135 "repository": {
14136 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014137 "url": "https://static.crates.io/crates/windows-core/0.52.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014138 "sha256": "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
14139 }
14140 },
14141 "targets": [
14142 {
14143 "Library": {
14144 "crate_name": "windows_core",
14145 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014146 "srcs": {
14147 "allow_empty": true,
14148 "include": [
14149 "**/*.rs"
14150 ]
14151 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014152 }
14153 }
14154 ],
14155 "library_target_name": "windows_core",
14156 "common_attrs": {
14157 "compile_data_glob": [
14158 "**"
14159 ],
14160 "deps": {
14161 "common": [
14162 {
14163 "id": "windows-targets 0.52.0",
14164 "target": "windows_targets"
14165 }
14166 ],
14167 "selects": {}
14168 },
14169 "edition": "2021",
14170 "version": "0.52.0"
14171 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014172 "license": "MIT OR Apache-2.0",
14173 "license_ids": [
14174 "Apache-2.0",
14175 "MIT"
14176 ],
14177 "license_file": "license-apache-2.0"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014178 },
14179 "windows-sys 0.48.0": {
14180 "name": "windows-sys",
14181 "version": "0.48.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014182 "package_url": "https://github.com/microsoft/windows-rs",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014183 "repository": {
14184 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014185 "url": "https://static.crates.io/crates/windows-sys/0.48.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014186 "sha256": "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
14187 }
14188 },
14189 "targets": [
14190 {
14191 "Library": {
14192 "crate_name": "windows_sys",
14193 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014194 "srcs": {
14195 "allow_empty": true,
14196 "include": [
14197 "**/*.rs"
14198 ]
14199 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014200 }
14201 }
14202 ],
14203 "library_target_name": "windows_sys",
14204 "common_attrs": {
14205 "compile_data_glob": [
14206 "**"
14207 ],
14208 "crate_features": {
14209 "common": [
14210 "Win32",
14211 "Win32_Foundation",
14212 "Win32_Networking",
14213 "Win32_Networking_WinSock",
14214 "Win32_Security",
14215 "Win32_Storage",
14216 "Win32_Storage_FileSystem",
14217 "Win32_System",
14218 "Win32_System_Console",
14219 "Win32_System_IO",
14220 "Win32_System_Pipes",
14221 "Win32_System_SystemServices",
14222 "Win32_System_Threading",
14223 "Win32_System_WindowsProgramming",
14224 "default"
14225 ],
14226 "selects": {}
14227 },
14228 "deps": {
14229 "common": [
14230 {
14231 "id": "windows-targets 0.48.5",
14232 "target": "windows_targets"
14233 }
14234 ],
14235 "selects": {}
14236 },
14237 "edition": "2018",
14238 "version": "0.48.0"
14239 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014240 "license": "MIT OR Apache-2.0",
14241 "license_ids": [
14242 "Apache-2.0",
14243 "MIT"
14244 ],
14245 "license_file": "license-apache-2.0"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014246 },
14247 "windows-sys 0.52.0": {
14248 "name": "windows-sys",
14249 "version": "0.52.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014250 "package_url": "https://github.com/microsoft/windows-rs",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014251 "repository": {
14252 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014253 "url": "https://static.crates.io/crates/windows-sys/0.52.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014254 "sha256": "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
14255 }
14256 },
14257 "targets": [
14258 {
14259 "Library": {
14260 "crate_name": "windows_sys",
14261 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014262 "srcs": {
14263 "allow_empty": true,
14264 "include": [
14265 "**/*.rs"
14266 ]
14267 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014268 }
14269 }
14270 ],
14271 "library_target_name": "windows_sys",
14272 "common_attrs": {
14273 "compile_data_glob": [
14274 "**"
14275 ],
14276 "crate_features": {
14277 "common": [
14278 "Win32",
14279 "Win32_Foundation",
14280 "Win32_NetworkManagement",
14281 "Win32_NetworkManagement_IpHelper",
14282 "Win32_Networking",
14283 "Win32_Networking_WinSock",
14284 "Win32_Storage",
14285 "Win32_Storage_FileSystem",
14286 "Win32_System",
14287 "Win32_System_Com",
14288 "Win32_System_Console",
14289 "Win32_System_Diagnostics",
14290 "Win32_System_Diagnostics_Debug",
14291 "Win32_System_Threading",
14292 "Win32_UI",
14293 "Win32_UI_Shell",
14294 "default"
14295 ],
14296 "selects": {}
14297 },
14298 "deps": {
14299 "common": [
14300 {
14301 "id": "windows-targets 0.52.0",
14302 "target": "windows_targets"
14303 }
14304 ],
14305 "selects": {}
14306 },
14307 "edition": "2021",
14308 "version": "0.52.0"
14309 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014310 "license": "MIT OR Apache-2.0",
14311 "license_ids": [
14312 "Apache-2.0",
14313 "MIT"
14314 ],
14315 "license_file": "license-apache-2.0"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014316 },
14317 "windows-targets 0.48.5": {
14318 "name": "windows-targets",
14319 "version": "0.48.5",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014320 "package_url": "https://github.com/microsoft/windows-rs",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014321 "repository": {
14322 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014323 "url": "https://static.crates.io/crates/windows-targets/0.48.5/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014324 "sha256": "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
14325 }
14326 },
14327 "targets": [
14328 {
14329 "Library": {
14330 "crate_name": "windows_targets",
14331 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014332 "srcs": {
14333 "allow_empty": true,
14334 "include": [
14335 "**/*.rs"
14336 ]
14337 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014338 }
14339 }
14340 ],
14341 "library_target_name": "windows_targets",
14342 "common_attrs": {
14343 "compile_data_glob": [
14344 "**"
14345 ],
14346 "deps": {
14347 "common": [],
14348 "selects": {
14349 "aarch64-pc-windows-gnullvm": [
14350 {
14351 "id": "windows_aarch64_gnullvm 0.48.5",
14352 "target": "windows_aarch64_gnullvm"
14353 }
14354 ],
14355 "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))": [
14356 {
14357 "id": "windows_aarch64_msvc 0.48.5",
14358 "target": "windows_aarch64_msvc"
14359 }
14360 ],
14361 "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))": [
14362 {
14363 "id": "windows_i686_gnu 0.48.5",
14364 "target": "windows_i686_gnu"
14365 }
14366 ],
14367 "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))": [
14368 {
14369 "id": "windows_i686_msvc 0.48.5",
14370 "target": "windows_i686_msvc"
14371 }
14372 ],
14373 "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [
14374 {
14375 "id": "windows_x86_64_gnu 0.48.5",
14376 "target": "windows_x86_64_gnu"
14377 }
14378 ],
14379 "cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))": [
14380 {
14381 "id": "windows_x86_64_msvc 0.48.5",
14382 "target": "windows_x86_64_msvc"
14383 }
14384 ],
14385 "x86_64-pc-windows-gnullvm": [
14386 {
14387 "id": "windows_x86_64_gnullvm 0.48.5",
14388 "target": "windows_x86_64_gnullvm"
14389 }
14390 ]
14391 }
14392 },
14393 "edition": "2018",
14394 "version": "0.48.5"
14395 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014396 "license": "MIT OR Apache-2.0",
14397 "license_ids": [
14398 "Apache-2.0",
14399 "MIT"
14400 ],
14401 "license_file": "license-apache-2.0"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014402 },
14403 "windows-targets 0.52.0": {
14404 "name": "windows-targets",
14405 "version": "0.52.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014406 "package_url": "https://github.com/microsoft/windows-rs",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014407 "repository": {
14408 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014409 "url": "https://static.crates.io/crates/windows-targets/0.52.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014410 "sha256": "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
14411 }
14412 },
14413 "targets": [
14414 {
14415 "Library": {
14416 "crate_name": "windows_targets",
14417 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014418 "srcs": {
14419 "allow_empty": true,
14420 "include": [
14421 "**/*.rs"
14422 ]
14423 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014424 }
14425 }
14426 ],
14427 "library_target_name": "windows_targets",
14428 "common_attrs": {
14429 "compile_data_glob": [
14430 "**"
14431 ],
14432 "deps": {
14433 "common": [],
14434 "selects": {
14435 "aarch64-pc-windows-gnullvm": [
14436 {
14437 "id": "windows_aarch64_gnullvm 0.52.0",
14438 "target": "windows_aarch64_gnullvm"
14439 }
14440 ],
14441 "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))": [
14442 {
14443 "id": "windows_aarch64_msvc 0.52.0",
14444 "target": "windows_aarch64_msvc"
14445 }
14446 ],
14447 "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))": [
14448 {
14449 "id": "windows_i686_gnu 0.52.0",
14450 "target": "windows_i686_gnu"
14451 }
14452 ],
14453 "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))": [
14454 {
14455 "id": "windows_i686_msvc 0.52.0",
14456 "target": "windows_i686_msvc"
14457 }
14458 ],
14459 "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [
14460 {
14461 "id": "windows_x86_64_gnu 0.52.0",
14462 "target": "windows_x86_64_gnu"
14463 }
14464 ],
14465 "cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))": [
14466 {
14467 "id": "windows_x86_64_msvc 0.52.0",
14468 "target": "windows_x86_64_msvc"
14469 }
14470 ],
14471 "x86_64-pc-windows-gnullvm": [
14472 {
14473 "id": "windows_x86_64_gnullvm 0.52.0",
14474 "target": "windows_x86_64_gnullvm"
14475 }
14476 ]
14477 }
14478 },
14479 "edition": "2021",
14480 "version": "0.52.0"
14481 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014482 "license": "MIT OR Apache-2.0",
14483 "license_ids": [
14484 "Apache-2.0",
14485 "MIT"
14486 ],
14487 "license_file": "license-apache-2.0"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014488 },
14489 "windows_aarch64_gnullvm 0.48.5": {
14490 "name": "windows_aarch64_gnullvm",
14491 "version": "0.48.5",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014492 "package_url": "https://github.com/microsoft/windows-rs",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014493 "repository": {
14494 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014495 "url": "https://static.crates.io/crates/windows_aarch64_gnullvm/0.48.5/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014496 "sha256": "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
14497 }
14498 },
14499 "targets": [
14500 {
14501 "Library": {
14502 "crate_name": "windows_aarch64_gnullvm",
14503 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014504 "srcs": {
14505 "allow_empty": true,
14506 "include": [
14507 "**/*.rs"
14508 ]
14509 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014510 }
14511 },
14512 {
14513 "BuildScript": {
14514 "crate_name": "build_script_build",
14515 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014516 "srcs": {
14517 "allow_empty": true,
14518 "include": [
14519 "**/*.rs"
14520 ]
14521 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014522 }
14523 }
14524 ],
14525 "library_target_name": "windows_aarch64_gnullvm",
14526 "common_attrs": {
14527 "compile_data_glob": [
14528 "**"
14529 ],
14530 "deps": {
14531 "common": [
14532 {
14533 "id": "windows_aarch64_gnullvm 0.48.5",
14534 "target": "build_script_build"
14535 }
14536 ],
14537 "selects": {}
14538 },
14539 "edition": "2018",
14540 "version": "0.48.5"
14541 },
14542 "build_script_attrs": {
14543 "data_glob": [
14544 "**"
14545 ]
14546 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014547 "license": "MIT OR Apache-2.0",
14548 "license_ids": [
14549 "Apache-2.0",
14550 "MIT"
14551 ],
14552 "license_file": "license-apache-2.0"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014553 },
14554 "windows_aarch64_gnullvm 0.52.0": {
14555 "name": "windows_aarch64_gnullvm",
14556 "version": "0.52.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014557 "package_url": "https://github.com/microsoft/windows-rs",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014558 "repository": {
14559 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014560 "url": "https://static.crates.io/crates/windows_aarch64_gnullvm/0.52.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014561 "sha256": "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
14562 }
14563 },
14564 "targets": [
14565 {
14566 "Library": {
14567 "crate_name": "windows_aarch64_gnullvm",
14568 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014569 "srcs": {
14570 "allow_empty": true,
14571 "include": [
14572 "**/*.rs"
14573 ]
14574 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014575 }
14576 },
14577 {
14578 "BuildScript": {
14579 "crate_name": "build_script_build",
14580 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014581 "srcs": {
14582 "allow_empty": true,
14583 "include": [
14584 "**/*.rs"
14585 ]
14586 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014587 }
14588 }
14589 ],
14590 "library_target_name": "windows_aarch64_gnullvm",
14591 "common_attrs": {
14592 "compile_data_glob": [
14593 "**"
14594 ],
14595 "deps": {
14596 "common": [
14597 {
14598 "id": "windows_aarch64_gnullvm 0.52.0",
14599 "target": "build_script_build"
14600 }
14601 ],
14602 "selects": {}
14603 },
14604 "edition": "2021",
14605 "version": "0.52.0"
14606 },
14607 "build_script_attrs": {
14608 "data_glob": [
14609 "**"
14610 ]
14611 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014612 "license": "MIT OR Apache-2.0",
14613 "license_ids": [
14614 "Apache-2.0",
14615 "MIT"
14616 ],
14617 "license_file": "license-apache-2.0"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014618 },
14619 "windows_aarch64_msvc 0.48.5": {
14620 "name": "windows_aarch64_msvc",
14621 "version": "0.48.5",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014622 "package_url": "https://github.com/microsoft/windows-rs",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014623 "repository": {
14624 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014625 "url": "https://static.crates.io/crates/windows_aarch64_msvc/0.48.5/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014626 "sha256": "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
14627 }
14628 },
14629 "targets": [
14630 {
14631 "Library": {
14632 "crate_name": "windows_aarch64_msvc",
14633 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014634 "srcs": {
14635 "allow_empty": true,
14636 "include": [
14637 "**/*.rs"
14638 ]
14639 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014640 }
14641 },
14642 {
14643 "BuildScript": {
14644 "crate_name": "build_script_build",
14645 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014646 "srcs": {
14647 "allow_empty": true,
14648 "include": [
14649 "**/*.rs"
14650 ]
14651 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014652 }
14653 }
14654 ],
14655 "library_target_name": "windows_aarch64_msvc",
14656 "common_attrs": {
14657 "compile_data_glob": [
14658 "**"
14659 ],
14660 "deps": {
14661 "common": [
14662 {
14663 "id": "windows_aarch64_msvc 0.48.5",
14664 "target": "build_script_build"
14665 }
14666 ],
14667 "selects": {}
14668 },
14669 "edition": "2018",
14670 "version": "0.48.5"
14671 },
14672 "build_script_attrs": {
14673 "data_glob": [
14674 "**"
14675 ]
14676 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014677 "license": "MIT OR Apache-2.0",
14678 "license_ids": [
14679 "Apache-2.0",
14680 "MIT"
14681 ],
14682 "license_file": "license-apache-2.0"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014683 },
14684 "windows_aarch64_msvc 0.52.0": {
14685 "name": "windows_aarch64_msvc",
14686 "version": "0.52.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014687 "package_url": "https://github.com/microsoft/windows-rs",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014688 "repository": {
14689 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014690 "url": "https://static.crates.io/crates/windows_aarch64_msvc/0.52.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014691 "sha256": "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
14692 }
14693 },
14694 "targets": [
14695 {
14696 "Library": {
14697 "crate_name": "windows_aarch64_msvc",
14698 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014699 "srcs": {
14700 "allow_empty": true,
14701 "include": [
14702 "**/*.rs"
14703 ]
14704 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014705 }
14706 },
14707 {
14708 "BuildScript": {
14709 "crate_name": "build_script_build",
14710 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014711 "srcs": {
14712 "allow_empty": true,
14713 "include": [
14714 "**/*.rs"
14715 ]
14716 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014717 }
14718 }
14719 ],
14720 "library_target_name": "windows_aarch64_msvc",
14721 "common_attrs": {
14722 "compile_data_glob": [
14723 "**"
14724 ],
14725 "deps": {
14726 "common": [
14727 {
14728 "id": "windows_aarch64_msvc 0.52.0",
14729 "target": "build_script_build"
14730 }
14731 ],
14732 "selects": {}
14733 },
14734 "edition": "2021",
14735 "version": "0.52.0"
14736 },
14737 "build_script_attrs": {
14738 "data_glob": [
14739 "**"
14740 ]
14741 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014742 "license": "MIT OR Apache-2.0",
14743 "license_ids": [
14744 "Apache-2.0",
14745 "MIT"
14746 ],
14747 "license_file": "license-apache-2.0"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014748 },
14749 "windows_i686_gnu 0.48.5": {
14750 "name": "windows_i686_gnu",
14751 "version": "0.48.5",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014752 "package_url": "https://github.com/microsoft/windows-rs",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014753 "repository": {
14754 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014755 "url": "https://static.crates.io/crates/windows_i686_gnu/0.48.5/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014756 "sha256": "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
14757 }
14758 },
14759 "targets": [
14760 {
14761 "Library": {
14762 "crate_name": "windows_i686_gnu",
14763 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014764 "srcs": {
14765 "allow_empty": true,
14766 "include": [
14767 "**/*.rs"
14768 ]
14769 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014770 }
14771 },
14772 {
14773 "BuildScript": {
14774 "crate_name": "build_script_build",
14775 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014776 "srcs": {
14777 "allow_empty": true,
14778 "include": [
14779 "**/*.rs"
14780 ]
14781 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014782 }
14783 }
14784 ],
14785 "library_target_name": "windows_i686_gnu",
14786 "common_attrs": {
14787 "compile_data_glob": [
14788 "**"
14789 ],
14790 "deps": {
14791 "common": [
14792 {
14793 "id": "windows_i686_gnu 0.48.5",
14794 "target": "build_script_build"
14795 }
14796 ],
14797 "selects": {}
14798 },
14799 "edition": "2018",
14800 "version": "0.48.5"
14801 },
14802 "build_script_attrs": {
14803 "data_glob": [
14804 "**"
14805 ]
14806 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014807 "license": "MIT OR Apache-2.0",
14808 "license_ids": [
14809 "Apache-2.0",
14810 "MIT"
14811 ],
14812 "license_file": "license-apache-2.0"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014813 },
14814 "windows_i686_gnu 0.52.0": {
14815 "name": "windows_i686_gnu",
14816 "version": "0.52.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014817 "package_url": "https://github.com/microsoft/windows-rs",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014818 "repository": {
14819 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014820 "url": "https://static.crates.io/crates/windows_i686_gnu/0.52.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014821 "sha256": "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
14822 }
14823 },
14824 "targets": [
14825 {
14826 "Library": {
14827 "crate_name": "windows_i686_gnu",
14828 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014829 "srcs": {
14830 "allow_empty": true,
14831 "include": [
14832 "**/*.rs"
14833 ]
14834 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014835 }
14836 },
14837 {
14838 "BuildScript": {
14839 "crate_name": "build_script_build",
14840 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014841 "srcs": {
14842 "allow_empty": true,
14843 "include": [
14844 "**/*.rs"
14845 ]
14846 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014847 }
14848 }
14849 ],
14850 "library_target_name": "windows_i686_gnu",
14851 "common_attrs": {
14852 "compile_data_glob": [
14853 "**"
14854 ],
14855 "deps": {
14856 "common": [
14857 {
14858 "id": "windows_i686_gnu 0.52.0",
14859 "target": "build_script_build"
14860 }
14861 ],
14862 "selects": {}
14863 },
14864 "edition": "2021",
14865 "version": "0.52.0"
14866 },
14867 "build_script_attrs": {
14868 "data_glob": [
14869 "**"
14870 ]
14871 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014872 "license": "MIT OR Apache-2.0",
14873 "license_ids": [
14874 "Apache-2.0",
14875 "MIT"
14876 ],
14877 "license_file": "license-apache-2.0"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014878 },
14879 "windows_i686_msvc 0.48.5": {
14880 "name": "windows_i686_msvc",
14881 "version": "0.48.5",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014882 "package_url": "https://github.com/microsoft/windows-rs",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014883 "repository": {
14884 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014885 "url": "https://static.crates.io/crates/windows_i686_msvc/0.48.5/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014886 "sha256": "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
14887 }
14888 },
14889 "targets": [
14890 {
14891 "Library": {
14892 "crate_name": "windows_i686_msvc",
14893 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014894 "srcs": {
14895 "allow_empty": true,
14896 "include": [
14897 "**/*.rs"
14898 ]
14899 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014900 }
14901 },
14902 {
14903 "BuildScript": {
14904 "crate_name": "build_script_build",
14905 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014906 "srcs": {
14907 "allow_empty": true,
14908 "include": [
14909 "**/*.rs"
14910 ]
14911 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014912 }
14913 }
14914 ],
14915 "library_target_name": "windows_i686_msvc",
14916 "common_attrs": {
14917 "compile_data_glob": [
14918 "**"
14919 ],
14920 "deps": {
14921 "common": [
14922 {
14923 "id": "windows_i686_msvc 0.48.5",
14924 "target": "build_script_build"
14925 }
14926 ],
14927 "selects": {}
14928 },
14929 "edition": "2018",
14930 "version": "0.48.5"
14931 },
14932 "build_script_attrs": {
14933 "data_glob": [
14934 "**"
14935 ]
14936 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014937 "license": "MIT OR Apache-2.0",
14938 "license_ids": [
14939 "Apache-2.0",
14940 "MIT"
14941 ],
14942 "license_file": "license-apache-2.0"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014943 },
14944 "windows_i686_msvc 0.52.0": {
14945 "name": "windows_i686_msvc",
14946 "version": "0.52.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014947 "package_url": "https://github.com/microsoft/windows-rs",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014948 "repository": {
14949 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014950 "url": "https://static.crates.io/crates/windows_i686_msvc/0.52.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014951 "sha256": "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
14952 }
14953 },
14954 "targets": [
14955 {
14956 "Library": {
14957 "crate_name": "windows_i686_msvc",
14958 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014959 "srcs": {
14960 "allow_empty": true,
14961 "include": [
14962 "**/*.rs"
14963 ]
14964 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014965 }
14966 },
14967 {
14968 "BuildScript": {
14969 "crate_name": "build_script_build",
14970 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020014971 "srcs": {
14972 "allow_empty": true,
14973 "include": [
14974 "**/*.rs"
14975 ]
14976 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010014977 }
14978 }
14979 ],
14980 "library_target_name": "windows_i686_msvc",
14981 "common_attrs": {
14982 "compile_data_glob": [
14983 "**"
14984 ],
14985 "deps": {
14986 "common": [
14987 {
14988 "id": "windows_i686_msvc 0.52.0",
14989 "target": "build_script_build"
14990 }
14991 ],
14992 "selects": {}
14993 },
14994 "edition": "2021",
14995 "version": "0.52.0"
14996 },
14997 "build_script_attrs": {
14998 "data_glob": [
14999 "**"
15000 ]
15001 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020015002 "license": "MIT OR Apache-2.0",
15003 "license_ids": [
15004 "Apache-2.0",
15005 "MIT"
15006 ],
15007 "license_file": "license-apache-2.0"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010015008 },
15009 "windows_x86_64_gnu 0.48.5": {
15010 "name": "windows_x86_64_gnu",
15011 "version": "0.48.5",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020015012 "package_url": "https://github.com/microsoft/windows-rs",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010015013 "repository": {
15014 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020015015 "url": "https://static.crates.io/crates/windows_x86_64_gnu/0.48.5/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010015016 "sha256": "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
15017 }
15018 },
15019 "targets": [
15020 {
15021 "Library": {
15022 "crate_name": "windows_x86_64_gnu",
15023 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020015024 "srcs": {
15025 "allow_empty": true,
15026 "include": [
15027 "**/*.rs"
15028 ]
15029 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010015030 }
15031 },
15032 {
15033 "BuildScript": {
15034 "crate_name": "build_script_build",
15035 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020015036 "srcs": {
15037 "allow_empty": true,
15038 "include": [
15039 "**/*.rs"
15040 ]
15041 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010015042 }
15043 }
15044 ],
15045 "library_target_name": "windows_x86_64_gnu",
15046 "common_attrs": {
15047 "compile_data_glob": [
15048 "**"
15049 ],
15050 "deps": {
15051 "common": [
15052 {
15053 "id": "windows_x86_64_gnu 0.48.5",
15054 "target": "build_script_build"
15055 }
15056 ],
15057 "selects": {}
15058 },
15059 "edition": "2018",
15060 "version": "0.48.5"
15061 },
15062 "build_script_attrs": {
15063 "data_glob": [
15064 "**"
15065 ]
15066 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020015067 "license": "MIT OR Apache-2.0",
15068 "license_ids": [
15069 "Apache-2.0",
15070 "MIT"
15071 ],
15072 "license_file": "license-apache-2.0"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010015073 },
15074 "windows_x86_64_gnu 0.52.0": {
15075 "name": "windows_x86_64_gnu",
15076 "version": "0.52.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020015077 "package_url": "https://github.com/microsoft/windows-rs",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010015078 "repository": {
15079 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020015080 "url": "https://static.crates.io/crates/windows_x86_64_gnu/0.52.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010015081 "sha256": "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
15082 }
15083 },
15084 "targets": [
15085 {
15086 "Library": {
15087 "crate_name": "windows_x86_64_gnu",
15088 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020015089 "srcs": {
15090 "allow_empty": true,
15091 "include": [
15092 "**/*.rs"
15093 ]
15094 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010015095 }
15096 },
15097 {
15098 "BuildScript": {
15099 "crate_name": "build_script_build",
15100 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020015101 "srcs": {
15102 "allow_empty": true,
15103 "include": [
15104 "**/*.rs"
15105 ]
15106 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010015107 }
15108 }
15109 ],
15110 "library_target_name": "windows_x86_64_gnu",
15111 "common_attrs": {
15112 "compile_data_glob": [
15113 "**"
15114 ],
15115 "deps": {
15116 "common": [
15117 {
15118 "id": "windows_x86_64_gnu 0.52.0",
15119 "target": "build_script_build"
15120 }
15121 ],
15122 "selects": {}
15123 },
15124 "edition": "2021",
15125 "version": "0.52.0"
15126 },
15127 "build_script_attrs": {
15128 "data_glob": [
15129 "**"
15130 ]
15131 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020015132 "license": "MIT OR Apache-2.0",
15133 "license_ids": [
15134 "Apache-2.0",
15135 "MIT"
15136 ],
15137 "license_file": "license-apache-2.0"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010015138 },
15139 "windows_x86_64_gnullvm 0.48.5": {
15140 "name": "windows_x86_64_gnullvm",
15141 "version": "0.48.5",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020015142 "package_url": "https://github.com/microsoft/windows-rs",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010015143 "repository": {
15144 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020015145 "url": "https://static.crates.io/crates/windows_x86_64_gnullvm/0.48.5/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010015146 "sha256": "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
15147 }
15148 },
15149 "targets": [
15150 {
15151 "Library": {
15152 "crate_name": "windows_x86_64_gnullvm",
15153 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020015154 "srcs": {
15155 "allow_empty": true,
15156 "include": [
15157 "**/*.rs"
15158 ]
15159 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010015160 }
15161 },
15162 {
15163 "BuildScript": {
15164 "crate_name": "build_script_build",
15165 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020015166 "srcs": {
15167 "allow_empty": true,
15168 "include": [
15169 "**/*.rs"
15170 ]
15171 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010015172 }
15173 }
15174 ],
15175 "library_target_name": "windows_x86_64_gnullvm",
15176 "common_attrs": {
15177 "compile_data_glob": [
15178 "**"
15179 ],
15180 "deps": {
15181 "common": [
15182 {
15183 "id": "windows_x86_64_gnullvm 0.48.5",
15184 "target": "build_script_build"
15185 }
15186 ],
15187 "selects": {}
15188 },
15189 "edition": "2018",
15190 "version": "0.48.5"
15191 },
15192 "build_script_attrs": {
15193 "data_glob": [
15194 "**"
15195 ]
15196 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020015197 "license": "MIT OR Apache-2.0",
15198 "license_ids": [
15199 "Apache-2.0",
15200 "MIT"
15201 ],
15202 "license_file": "license-apache-2.0"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010015203 },
15204 "windows_x86_64_gnullvm 0.52.0": {
15205 "name": "windows_x86_64_gnullvm",
15206 "version": "0.52.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020015207 "package_url": "https://github.com/microsoft/windows-rs",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010015208 "repository": {
15209 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020015210 "url": "https://static.crates.io/crates/windows_x86_64_gnullvm/0.52.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010015211 "sha256": "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
15212 }
15213 },
15214 "targets": [
15215 {
15216 "Library": {
15217 "crate_name": "windows_x86_64_gnullvm",
15218 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020015219 "srcs": {
15220 "allow_empty": true,
15221 "include": [
15222 "**/*.rs"
15223 ]
15224 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010015225 }
15226 },
15227 {
15228 "BuildScript": {
15229 "crate_name": "build_script_build",
15230 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020015231 "srcs": {
15232 "allow_empty": true,
15233 "include": [
15234 "**/*.rs"
15235 ]
15236 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010015237 }
15238 }
15239 ],
15240 "library_target_name": "windows_x86_64_gnullvm",
15241 "common_attrs": {
15242 "compile_data_glob": [
15243 "**"
15244 ],
15245 "deps": {
15246 "common": [
15247 {
15248 "id": "windows_x86_64_gnullvm 0.52.0",
15249 "target": "build_script_build"
15250 }
15251 ],
15252 "selects": {}
15253 },
15254 "edition": "2021",
15255 "version": "0.52.0"
15256 },
15257 "build_script_attrs": {
15258 "data_glob": [
15259 "**"
15260 ]
15261 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020015262 "license": "MIT OR Apache-2.0",
15263 "license_ids": [
15264 "Apache-2.0",
15265 "MIT"
15266 ],
15267 "license_file": "license-apache-2.0"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010015268 },
15269 "windows_x86_64_msvc 0.48.5": {
15270 "name": "windows_x86_64_msvc",
15271 "version": "0.48.5",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020015272 "package_url": "https://github.com/microsoft/windows-rs",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010015273 "repository": {
15274 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020015275 "url": "https://static.crates.io/crates/windows_x86_64_msvc/0.48.5/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010015276 "sha256": "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
15277 }
15278 },
15279 "targets": [
15280 {
15281 "Library": {
15282 "crate_name": "windows_x86_64_msvc",
15283 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020015284 "srcs": {
15285 "allow_empty": true,
15286 "include": [
15287 "**/*.rs"
15288 ]
15289 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010015290 }
15291 },
15292 {
15293 "BuildScript": {
15294 "crate_name": "build_script_build",
15295 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020015296 "srcs": {
15297 "allow_empty": true,
15298 "include": [
15299 "**/*.rs"
15300 ]
15301 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010015302 }
15303 }
15304 ],
15305 "library_target_name": "windows_x86_64_msvc",
15306 "common_attrs": {
15307 "compile_data_glob": [
15308 "**"
15309 ],
15310 "deps": {
15311 "common": [
15312 {
15313 "id": "windows_x86_64_msvc 0.48.5",
15314 "target": "build_script_build"
15315 }
15316 ],
15317 "selects": {}
15318 },
15319 "edition": "2018",
15320 "version": "0.48.5"
15321 },
15322 "build_script_attrs": {
15323 "data_glob": [
15324 "**"
15325 ]
15326 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020015327 "license": "MIT OR Apache-2.0",
15328 "license_ids": [
15329 "Apache-2.0",
15330 "MIT"
15331 ],
15332 "license_file": "license-apache-2.0"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010015333 },
15334 "windows_x86_64_msvc 0.52.0": {
15335 "name": "windows_x86_64_msvc",
15336 "version": "0.52.0",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020015337 "package_url": "https://github.com/microsoft/windows-rs",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010015338 "repository": {
15339 "Http": {
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020015340 "url": "https://static.crates.io/crates/windows_x86_64_msvc/0.52.0/download",
Tim Windelschmidt223609c2024-01-12 22:59:20 +010015341 "sha256": "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
15342 }
15343 },
15344 "targets": [
15345 {
15346 "Library": {
15347 "crate_name": "windows_x86_64_msvc",
15348 "crate_root": "src/lib.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020015349 "srcs": {
15350 "allow_empty": true,
15351 "include": [
15352 "**/*.rs"
15353 ]
15354 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010015355 }
15356 },
15357 {
15358 "BuildScript": {
15359 "crate_name": "build_script_build",
15360 "crate_root": "build.rs",
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020015361 "srcs": {
15362 "allow_empty": true,
15363 "include": [
15364 "**/*.rs"
15365 ]
15366 }
Tim Windelschmidt223609c2024-01-12 22:59:20 +010015367 }
15368 }
15369 ],
15370 "library_target_name": "windows_x86_64_msvc",
15371 "common_attrs": {
15372 "compile_data_glob": [
15373 "**"
15374 ],
15375 "deps": {
15376 "common": [
15377 {
15378 "id": "windows_x86_64_msvc 0.52.0",
15379 "target": "build_script_build"
15380 }
15381 ],
15382 "selects": {}
15383 },
15384 "edition": "2021",
15385 "version": "0.52.0"
15386 },
15387 "build_script_attrs": {
15388 "data_glob": [
15389 "**"
15390 ]
15391 },
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020015392 "license": "MIT OR Apache-2.0",
15393 "license_ids": [
15394 "Apache-2.0",
15395 "MIT"
15396 ],
15397 "license_file": "license-apache-2.0"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010015398 }
15399 },
15400 "binary_crates": [
15401 "cc 1.0.83",
15402 "clap 4.4.16",
15403 "handlebars 4.5.0",
15404 "mdbook 0.4.36",
15405 "phf_generator 0.10.0",
15406 "protoc-gen-prost 0.2.3",
15407 "pulldown-cmark 0.9.3"
15408 ],
15409 "workspace_members": {
15410 "compile_with_bazel 0.0.0": "third_party/rust"
15411 },
15412 "conditions": {
15413 "aarch64-apple-darwin": [
15414 "aarch64-apple-darwin"
15415 ],
15416 "aarch64-apple-ios": [
15417 "aarch64-apple-ios"
15418 ],
15419 "aarch64-apple-ios-sim": [
15420 "aarch64-apple-ios-sim"
15421 ],
15422 "aarch64-fuchsia": [
15423 "aarch64-fuchsia"
15424 ],
15425 "aarch64-linux-android": [
15426 "aarch64-linux-android"
15427 ],
15428 "aarch64-pc-windows-gnullvm": [],
15429 "aarch64-pc-windows-msvc": [
15430 "aarch64-pc-windows-msvc"
15431 ],
15432 "aarch64-unknown-linux-gnu": [
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020015433 "aarch64-unknown-linux-gnu",
15434 "aarch64-unknown-nixos-gnu"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010015435 ],
15436 "aarch64-unknown-nixos-gnu": [
15437 "aarch64-unknown-nixos-gnu"
15438 ],
15439 "aarch64-unknown-nto-qnx710": [
15440 "aarch64-unknown-nto-qnx710"
15441 ],
15442 "aarch64-unknown-uefi": [
15443 "aarch64-unknown-uefi"
15444 ],
15445 "arm-unknown-linux-gnueabi": [
15446 "arm-unknown-linux-gnueabi"
15447 ],
15448 "armv7-linux-androideabi": [
15449 "armv7-linux-androideabi"
15450 ],
15451 "armv7-unknown-linux-gnueabi": [
15452 "armv7-unknown-linux-gnueabi"
15453 ],
15454 "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))": [
15455 "aarch64-linux-android",
15456 "armv7-linux-androideabi",
15457 "i686-linux-android",
15458 "powerpc-unknown-linux-gnu",
15459 "s390x-unknown-linux-gnu",
15460 "x86_64-linux-android"
15461 ],
15462 "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))": [
15463 "aarch64-unknown-linux-gnu",
15464 "aarch64-unknown-nixos-gnu",
15465 "arm-unknown-linux-gnueabi",
15466 "armv7-unknown-linux-gnueabi",
15467 "i686-unknown-linux-gnu",
15468 "x86_64-unknown-linux-gnu",
15469 "x86_64-unknown-nixos-gnu"
15470 ],
15471 "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))": [
15472 "aarch64-apple-darwin",
15473 "aarch64-apple-ios",
15474 "aarch64-apple-ios-sim",
15475 "aarch64-fuchsia",
15476 "aarch64-linux-android",
15477 "aarch64-unknown-nto-qnx710",
15478 "aarch64-unknown-uefi",
15479 "armv7-linux-androideabi",
15480 "i686-apple-darwin",
15481 "i686-linux-android",
15482 "i686-unknown-freebsd",
15483 "powerpc-unknown-linux-gnu",
15484 "riscv32imc-unknown-none-elf",
15485 "riscv64gc-unknown-none-elf",
15486 "s390x-unknown-linux-gnu",
15487 "thumbv7em-none-eabi",
15488 "thumbv8m.main-none-eabi",
15489 "wasm32-unknown-unknown",
15490 "wasm32-wasi",
15491 "x86_64-apple-darwin",
15492 "x86_64-apple-ios",
15493 "x86_64-fuchsia",
15494 "x86_64-linux-android",
15495 "x86_64-unknown-freebsd",
15496 "x86_64-unknown-none",
15497 "x86_64-unknown-uefi"
15498 ],
15499 "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))": [
15500 "aarch64-pc-windows-msvc"
15501 ],
15502 "cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))": [
15503 "aarch64-unknown-linux-gnu",
15504 "aarch64-unknown-nixos-gnu"
15505 ],
15506 "cfg(all(target_arch = \"aarch64\", target_vendor = \"apple\"))": [
15507 "aarch64-apple-darwin",
15508 "aarch64-apple-ios",
15509 "aarch64-apple-ios-sim"
15510 ],
15511 "cfg(all(target_arch = \"loongarch64\", target_os = \"linux\"))": [],
15512 "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))": [
15513 "i686-unknown-linux-gnu"
15514 ],
15515 "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))": [
15516 "i686-pc-windows-msvc"
15517 ],
15518 "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [
15519 "x86_64-unknown-linux-gnu",
15520 "x86_64-unknown-nixos-gnu"
15521 ],
15522 "cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))": [
15523 "x86_64-pc-windows-msvc"
15524 ],
15525 "cfg(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"))": [
15526 "aarch64-apple-darwin",
15527 "aarch64-apple-ios",
15528 "aarch64-apple-ios-sim",
15529 "aarch64-fuchsia",
15530 "aarch64-linux-android",
15531 "aarch64-pc-windows-msvc",
15532 "aarch64-unknown-linux-gnu",
15533 "aarch64-unknown-nixos-gnu",
15534 "aarch64-unknown-nto-qnx710",
15535 "aarch64-unknown-uefi",
15536 "i686-apple-darwin",
15537 "i686-linux-android",
15538 "i686-pc-windows-msvc",
15539 "i686-unknown-freebsd",
15540 "i686-unknown-linux-gnu",
15541 "x86_64-apple-darwin",
15542 "x86_64-apple-ios",
15543 "x86_64-fuchsia",
15544 "x86_64-linux-android",
15545 "x86_64-pc-windows-msvc",
15546 "x86_64-unknown-freebsd",
15547 "x86_64-unknown-linux-gnu",
15548 "x86_64-unknown-nixos-gnu",
15549 "x86_64-unknown-none",
15550 "x86_64-unknown-uefi"
15551 ],
15552 "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))": [
15553 "aarch64-apple-darwin",
15554 "aarch64-apple-ios",
15555 "aarch64-apple-ios-sim",
15556 "aarch64-fuchsia",
15557 "aarch64-linux-android",
15558 "aarch64-pc-windows-msvc",
15559 "aarch64-unknown-linux-gnu",
15560 "aarch64-unknown-nixos-gnu",
15561 "aarch64-unknown-nto-qnx710",
15562 "aarch64-unknown-uefi",
15563 "i686-apple-darwin",
15564 "i686-linux-android",
15565 "i686-pc-windows-msvc",
15566 "i686-unknown-freebsd",
15567 "i686-unknown-linux-gnu",
15568 "x86_64-apple-darwin",
15569 "x86_64-apple-ios",
15570 "x86_64-fuchsia",
15571 "x86_64-linux-android",
15572 "x86_64-pc-windows-msvc",
15573 "x86_64-unknown-freebsd",
15574 "x86_64-unknown-linux-gnu",
15575 "x86_64-unknown-nixos-gnu",
15576 "x86_64-unknown-none",
15577 "x86_64-unknown-uefi"
15578 ],
15579 "cfg(any(target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonflybsd\"))": [
15580 "i686-unknown-freebsd",
15581 "x86_64-unknown-freebsd"
15582 ],
15583 "cfg(any(target_os = \"linux\", target_os = \"android\"))": [
15584 "aarch64-linux-android",
15585 "aarch64-unknown-linux-gnu",
15586 "aarch64-unknown-nixos-gnu",
15587 "arm-unknown-linux-gnueabi",
15588 "armv7-linux-androideabi",
15589 "armv7-unknown-linux-gnueabi",
15590 "i686-linux-android",
15591 "i686-unknown-linux-gnu",
15592 "powerpc-unknown-linux-gnu",
15593 "s390x-unknown-linux-gnu",
15594 "x86_64-linux-android",
15595 "x86_64-unknown-linux-gnu",
15596 "x86_64-unknown-nixos-gnu"
15597 ],
15598 "cfg(any(target_os = \"macos\", target_os = \"ios\"))": [
15599 "aarch64-apple-darwin",
15600 "aarch64-apple-ios",
15601 "aarch64-apple-ios-sim",
15602 "i686-apple-darwin",
15603 "x86_64-apple-darwin",
15604 "x86_64-apple-ios"
15605 ],
15606 "cfg(any(unix, target_os = \"wasi\"))": [
15607 "aarch64-apple-darwin",
15608 "aarch64-apple-ios",
15609 "aarch64-apple-ios-sim",
15610 "aarch64-fuchsia",
15611 "aarch64-linux-android",
15612 "aarch64-unknown-linux-gnu",
15613 "aarch64-unknown-nixos-gnu",
15614 "aarch64-unknown-nto-qnx710",
15615 "arm-unknown-linux-gnueabi",
15616 "armv7-linux-androideabi",
15617 "armv7-unknown-linux-gnueabi",
15618 "i686-apple-darwin",
15619 "i686-linux-android",
15620 "i686-unknown-freebsd",
15621 "i686-unknown-linux-gnu",
15622 "powerpc-unknown-linux-gnu",
15623 "s390x-unknown-linux-gnu",
15624 "wasm32-wasi",
15625 "x86_64-apple-darwin",
15626 "x86_64-apple-ios",
15627 "x86_64-fuchsia",
15628 "x86_64-linux-android",
15629 "x86_64-unknown-freebsd",
15630 "x86_64-unknown-linux-gnu",
15631 "x86_64-unknown-nixos-gnu"
15632 ],
15633 "cfg(any(windows, unix, target_os = \"redox\"))": [
15634 "aarch64-apple-darwin",
15635 "aarch64-apple-ios",
15636 "aarch64-apple-ios-sim",
15637 "aarch64-fuchsia",
15638 "aarch64-linux-android",
15639 "aarch64-pc-windows-msvc",
15640 "aarch64-unknown-linux-gnu",
15641 "aarch64-unknown-nixos-gnu",
15642 "aarch64-unknown-nto-qnx710",
15643 "arm-unknown-linux-gnueabi",
15644 "armv7-linux-androideabi",
15645 "armv7-unknown-linux-gnueabi",
15646 "i686-apple-darwin",
15647 "i686-linux-android",
15648 "i686-pc-windows-msvc",
15649 "i686-unknown-freebsd",
15650 "i686-unknown-linux-gnu",
15651 "powerpc-unknown-linux-gnu",
15652 "s390x-unknown-linux-gnu",
15653 "x86_64-apple-darwin",
15654 "x86_64-apple-ios",
15655 "x86_64-fuchsia",
15656 "x86_64-linux-android",
15657 "x86_64-pc-windows-msvc",
15658 "x86_64-unknown-freebsd",
15659 "x86_64-unknown-linux-gnu",
15660 "x86_64-unknown-nixos-gnu"
15661 ],
15662 "cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))": [
15663 "aarch64-apple-darwin",
15664 "aarch64-apple-ios",
15665 "aarch64-apple-ios-sim",
15666 "aarch64-fuchsia",
15667 "aarch64-linux-android",
15668 "aarch64-unknown-linux-gnu",
15669 "aarch64-unknown-nixos-gnu",
15670 "aarch64-unknown-nto-qnx710",
15671 "aarch64-unknown-uefi",
15672 "arm-unknown-linux-gnueabi",
15673 "armv7-linux-androideabi",
15674 "armv7-unknown-linux-gnueabi",
15675 "i686-apple-darwin",
15676 "i686-linux-android",
15677 "i686-unknown-freebsd",
15678 "i686-unknown-linux-gnu",
15679 "powerpc-unknown-linux-gnu",
15680 "riscv32imc-unknown-none-elf",
15681 "riscv64gc-unknown-none-elf",
15682 "s390x-unknown-linux-gnu",
15683 "thumbv7em-none-eabi",
15684 "thumbv8m.main-none-eabi",
15685 "wasm32-unknown-unknown",
15686 "wasm32-wasi",
15687 "x86_64-apple-darwin",
15688 "x86_64-apple-ios",
15689 "x86_64-fuchsia",
15690 "x86_64-linux-android",
15691 "x86_64-unknown-freebsd",
15692 "x86_64-unknown-linux-gnu",
15693 "x86_64-unknown-nixos-gnu",
15694 "x86_64-unknown-none",
15695 "x86_64-unknown-uefi"
15696 ],
15697 "cfg(not(any(windows, target_os = \"hermit\", target_os = \"unknown\")))": [
15698 "aarch64-apple-darwin",
15699 "aarch64-apple-ios",
15700 "aarch64-apple-ios-sim",
15701 "aarch64-fuchsia",
15702 "aarch64-linux-android",
15703 "aarch64-unknown-linux-gnu",
15704 "aarch64-unknown-nixos-gnu",
15705 "aarch64-unknown-nto-qnx710",
15706 "aarch64-unknown-uefi",
15707 "arm-unknown-linux-gnueabi",
15708 "armv7-linux-androideabi",
15709 "armv7-unknown-linux-gnueabi",
15710 "i686-apple-darwin",
15711 "i686-linux-android",
15712 "i686-unknown-freebsd",
15713 "i686-unknown-linux-gnu",
15714 "powerpc-unknown-linux-gnu",
15715 "riscv32imc-unknown-none-elf",
15716 "riscv64gc-unknown-none-elf",
15717 "s390x-unknown-linux-gnu",
15718 "thumbv7em-none-eabi",
15719 "thumbv8m.main-none-eabi",
15720 "wasm32-wasi",
15721 "x86_64-apple-darwin",
15722 "x86_64-apple-ios",
15723 "x86_64-fuchsia",
15724 "x86_64-linux-android",
15725 "x86_64-unknown-freebsd",
15726 "x86_64-unknown-linux-gnu",
15727 "x86_64-unknown-nixos-gnu",
15728 "x86_64-unknown-none",
15729 "x86_64-unknown-uefi"
15730 ],
Tim Windelschmidt223609c2024-01-12 22:59:20 +010015731 "cfg(not(windows))": [
15732 "aarch64-apple-darwin",
15733 "aarch64-apple-ios",
15734 "aarch64-apple-ios-sim",
15735 "aarch64-fuchsia",
15736 "aarch64-linux-android",
15737 "aarch64-unknown-linux-gnu",
15738 "aarch64-unknown-nixos-gnu",
15739 "aarch64-unknown-nto-qnx710",
15740 "aarch64-unknown-uefi",
15741 "arm-unknown-linux-gnueabi",
15742 "armv7-linux-androideabi",
15743 "armv7-unknown-linux-gnueabi",
15744 "i686-apple-darwin",
15745 "i686-linux-android",
15746 "i686-unknown-freebsd",
15747 "i686-unknown-linux-gnu",
15748 "powerpc-unknown-linux-gnu",
15749 "riscv32imc-unknown-none-elf",
15750 "riscv64gc-unknown-none-elf",
15751 "s390x-unknown-linux-gnu",
15752 "thumbv7em-none-eabi",
15753 "thumbv8m.main-none-eabi",
15754 "wasm32-unknown-unknown",
15755 "wasm32-wasi",
15756 "x86_64-apple-darwin",
15757 "x86_64-apple-ios",
15758 "x86_64-fuchsia",
15759 "x86_64-linux-android",
15760 "x86_64-unknown-freebsd",
15761 "x86_64-unknown-linux-gnu",
15762 "x86_64-unknown-nixos-gnu",
15763 "x86_64-unknown-none",
15764 "x86_64-unknown-uefi"
15765 ],
15766 "cfg(target_arch = \"wasm32\")": [
15767 "wasm32-unknown-unknown",
15768 "wasm32-wasi"
15769 ],
15770 "cfg(target_os = \"android\")": [
15771 "aarch64-linux-android",
15772 "armv7-linux-androideabi",
15773 "i686-linux-android",
15774 "x86_64-linux-android"
15775 ],
15776 "cfg(target_os = \"haiku\")": [],
15777 "cfg(target_os = \"hermit\")": [],
15778 "cfg(target_os = \"linux\")": [
15779 "aarch64-unknown-linux-gnu",
15780 "aarch64-unknown-nixos-gnu",
15781 "arm-unknown-linux-gnueabi",
15782 "armv7-unknown-linux-gnueabi",
15783 "i686-unknown-linux-gnu",
15784 "powerpc-unknown-linux-gnu",
15785 "s390x-unknown-linux-gnu",
15786 "x86_64-unknown-linux-gnu",
15787 "x86_64-unknown-nixos-gnu"
15788 ],
15789 "cfg(target_os = \"macos\")": [
15790 "aarch64-apple-darwin",
15791 "i686-apple-darwin",
15792 "x86_64-apple-darwin"
15793 ],
15794 "cfg(target_os = \"redox\")": [],
15795 "cfg(target_os = \"wasi\")": [
15796 "wasm32-wasi"
15797 ],
15798 "cfg(target_os = \"windows\")": [
15799 "aarch64-pc-windows-msvc",
15800 "i686-pc-windows-msvc",
15801 "x86_64-pc-windows-msvc"
15802 ],
15803 "cfg(tokio_taskdump)": [],
15804 "cfg(unix)": [
15805 "aarch64-apple-darwin",
15806 "aarch64-apple-ios",
15807 "aarch64-apple-ios-sim",
15808 "aarch64-fuchsia",
15809 "aarch64-linux-android",
15810 "aarch64-unknown-linux-gnu",
15811 "aarch64-unknown-nixos-gnu",
15812 "aarch64-unknown-nto-qnx710",
15813 "arm-unknown-linux-gnueabi",
15814 "armv7-linux-androideabi",
15815 "armv7-unknown-linux-gnueabi",
15816 "i686-apple-darwin",
15817 "i686-linux-android",
15818 "i686-unknown-freebsd",
15819 "i686-unknown-linux-gnu",
15820 "powerpc-unknown-linux-gnu",
15821 "s390x-unknown-linux-gnu",
15822 "x86_64-apple-darwin",
15823 "x86_64-apple-ios",
15824 "x86_64-fuchsia",
15825 "x86_64-linux-android",
15826 "x86_64-unknown-freebsd",
15827 "x86_64-unknown-linux-gnu",
15828 "x86_64-unknown-nixos-gnu"
15829 ],
15830 "cfg(windows)": [
15831 "aarch64-pc-windows-msvc",
15832 "i686-pc-windows-msvc",
15833 "x86_64-pc-windows-msvc"
15834 ],
15835 "i686-apple-darwin": [
15836 "i686-apple-darwin"
15837 ],
15838 "i686-linux-android": [
15839 "i686-linux-android"
15840 ],
15841 "i686-pc-windows-gnu": [],
15842 "i686-pc-windows-msvc": [
15843 "i686-pc-windows-msvc"
15844 ],
15845 "i686-unknown-freebsd": [
15846 "i686-unknown-freebsd"
15847 ],
15848 "i686-unknown-linux-gnu": [
15849 "i686-unknown-linux-gnu"
15850 ],
15851 "powerpc-unknown-linux-gnu": [
15852 "powerpc-unknown-linux-gnu"
15853 ],
15854 "riscv32imc-unknown-none-elf": [
15855 "riscv32imc-unknown-none-elf"
15856 ],
15857 "riscv64gc-unknown-none-elf": [
15858 "riscv64gc-unknown-none-elf"
15859 ],
15860 "s390x-unknown-linux-gnu": [
15861 "s390x-unknown-linux-gnu"
15862 ],
15863 "thumbv7em-none-eabi": [
15864 "thumbv7em-none-eabi"
15865 ],
15866 "thumbv8m.main-none-eabi": [
15867 "thumbv8m.main-none-eabi"
15868 ],
15869 "wasm32-unknown-unknown": [
15870 "wasm32-unknown-unknown"
15871 ],
15872 "wasm32-wasi": [
15873 "wasm32-wasi"
15874 ],
15875 "x86_64-apple-darwin": [
15876 "x86_64-apple-darwin"
15877 ],
15878 "x86_64-apple-ios": [
15879 "x86_64-apple-ios"
15880 ],
15881 "x86_64-fuchsia": [
15882 "x86_64-fuchsia"
15883 ],
15884 "x86_64-linux-android": [
15885 "x86_64-linux-android"
15886 ],
15887 "x86_64-pc-windows-gnu": [],
15888 "x86_64-pc-windows-gnullvm": [],
15889 "x86_64-pc-windows-msvc": [
15890 "x86_64-pc-windows-msvc"
15891 ],
15892 "x86_64-unknown-freebsd": [
15893 "x86_64-unknown-freebsd"
15894 ],
15895 "x86_64-unknown-linux-gnu": [
Tim Windelschmidtcb065e72024-07-15 19:20:06 +020015896 "x86_64-unknown-linux-gnu",
15897 "x86_64-unknown-nixos-gnu"
Tim Windelschmidt223609c2024-01-12 22:59:20 +010015898 ],
15899 "x86_64-unknown-nixos-gnu": [
15900 "x86_64-unknown-nixos-gnu"
15901 ],
15902 "x86_64-unknown-none": [
15903 "x86_64-unknown-none"
15904 ],
15905 "x86_64-unknown-uefi": [
15906 "x86_64-unknown-uefi"
15907 ]
15908 },
15909 "direct_deps": [
15910 "mdbook 0.4.36",
15911 "protoc-gen-prost 0.2.3"
15912 ],
15913 "direct_dev_deps": []
15914}