blob: 38f80031e53a291cfb93bc1270e2e8911426c8a3 [file] [log] [blame]
Adam Snaider770b97b2023-08-04 21:07:48 -07001{
2 "checksum": "9496d946b25ee32f2e88d66571320aad6d52655f5f4e1f646ddb64b89eca1136",
3 "crates": {
4 "addr2line 0.20.0": {
5 "name": "addr2line",
6 "version": "0.20.0",
7 "repository": {
8 "Http": {
9 "url": "https://crates.io/api/v1/crates/addr2line/0.20.0/download",
10 "sha256": "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3"
11 }
12 },
13 "targets": [
14 {
15 "Library": {
16 "crate_name": "addr2line",
17 "crate_root": "src/lib.rs",
18 "srcs": [
19 "**/*.rs"
20 ]
21 }
22 }
23 ],
24 "library_target_name": "addr2line",
25 "common_attrs": {
26 "compile_data_glob": [
27 "**"
28 ],
29 "deps": {
30 "common": [
31 {
32 "id": "gimli 0.27.3",
33 "target": "gimli"
34 }
35 ],
36 "selects": {}
37 },
38 "edition": "2018",
39 "version": "0.20.0"
40 },
41 "license": "Apache-2.0 OR MIT"
42 },
43 "adler 1.0.2": {
44 "name": "adler",
45 "version": "1.0.2",
46 "repository": {
47 "Http": {
48 "url": "https://crates.io/api/v1/crates/adler/1.0.2/download",
49 "sha256": "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
50 }
51 },
52 "targets": [
53 {
54 "Library": {
55 "crate_name": "adler",
56 "crate_root": "src/lib.rs",
57 "srcs": [
58 "**/*.rs"
59 ]
60 }
61 }
62 ],
63 "library_target_name": "adler",
64 "common_attrs": {
65 "compile_data_glob": [
66 "**"
67 ],
68 "edition": "2015",
69 "version": "1.0.2"
70 },
71 "license": "0BSD OR MIT OR Apache-2.0"
72 },
73 "ahash 0.7.6": {
74 "name": "ahash",
75 "version": "0.7.6",
76 "repository": {
77 "Http": {
78 "url": "https://crates.io/api/v1/crates/ahash/0.7.6/download",
79 "sha256": "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
80 }
81 },
82 "targets": [
83 {
84 "Library": {
85 "crate_name": "ahash",
86 "crate_root": "src/lib.rs",
87 "srcs": [
88 "**/*.rs"
89 ]
90 }
91 },
92 {
93 "BuildScript": {
94 "crate_name": "build_script_build",
95 "crate_root": "build.rs",
96 "srcs": [
97 "**/*.rs"
98 ]
99 }
100 }
101 ],
102 "library_target_name": "ahash",
103 "common_attrs": {
104 "compile_data_glob": [
105 "**"
106 ],
107 "deps": {
108 "common": [
109 {
110 "id": "ahash 0.7.6",
111 "target": "build_script_build"
112 }
113 ],
114 "selects": {
115 "cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"windows\", target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonfly\", target_os = \"solaris\", target_os = \"illumos\", target_os = \"fuchsia\", target_os = \"redox\", target_os = \"cloudabi\", target_os = \"haiku\", target_os = \"vxworks\", target_os = \"emscripten\", target_os = \"wasi\"))": [
116 {
117 "id": "getrandom 0.2.10",
118 "target": "getrandom"
119 }
120 ],
121 "cfg(not(all(target_arch = \"arm\", target_os = \"none\")))": [
122 {
123 "id": "once_cell 1.18.0",
124 "target": "once_cell"
125 }
126 ]
127 }
128 },
129 "edition": "2018",
130 "version": "0.7.6"
131 },
132 "build_script_attrs": {
133 "data_glob": [
134 "**"
135 ],
136 "deps": {
137 "common": [
138 {
139 "id": "version_check 0.9.4",
140 "target": "version_check"
141 }
142 ],
143 "selects": {}
144 }
145 },
146 "license": "MIT OR Apache-2.0"
147 },
148 "aho-corasick 1.0.2": {
149 "name": "aho-corasick",
150 "version": "1.0.2",
151 "repository": {
152 "Http": {
153 "url": "https://crates.io/api/v1/crates/aho-corasick/1.0.2/download",
154 "sha256": "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
155 }
156 },
157 "targets": [
158 {
159 "Library": {
160 "crate_name": "aho_corasick",
161 "crate_root": "src/lib.rs",
162 "srcs": [
163 "**/*.rs"
164 ]
165 }
166 }
167 ],
168 "library_target_name": "aho_corasick",
169 "common_attrs": {
170 "compile_data_glob": [
171 "**"
172 ],
173 "crate_features": {
174 "common": [
175 "default",
176 "perf-literal",
177 "std"
178 ],
179 "selects": {}
180 },
181 "deps": {
182 "common": [
183 {
184 "id": "memchr 2.5.0",
185 "target": "memchr"
186 }
187 ],
188 "selects": {}
189 },
190 "edition": "2021",
191 "version": "1.0.2"
192 },
193 "license": "Unlicense OR MIT"
194 },
195 "ansi_term 0.12.1": {
196 "name": "ansi_term",
197 "version": "0.12.1",
198 "repository": {
199 "Http": {
200 "url": "https://crates.io/api/v1/crates/ansi_term/0.12.1/download",
201 "sha256": "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
202 }
203 },
204 "targets": [
205 {
206 "Library": {
207 "crate_name": "ansi_term",
208 "crate_root": "src/lib.rs",
209 "srcs": [
210 "**/*.rs"
211 ]
212 }
213 }
214 ],
215 "library_target_name": "ansi_term",
216 "common_attrs": {
217 "compile_data_glob": [
218 "**"
219 ],
220 "deps": {
221 "common": [],
222 "selects": {
223 "cfg(target_os = \"windows\")": [
224 {
225 "id": "winapi 0.3.9",
226 "target": "winapi"
227 }
228 ]
229 }
230 },
231 "edition": "2015",
232 "version": "0.12.1"
233 },
234 "license": "MIT"
235 },
236 "anyhow 1.0.71": {
237 "name": "anyhow",
238 "version": "1.0.71",
239 "repository": {
240 "Http": {
241 "url": "https://crates.io/api/v1/crates/anyhow/1.0.71/download",
242 "sha256": "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
243 }
244 },
245 "targets": [
246 {
247 "Library": {
248 "crate_name": "anyhow",
249 "crate_root": "src/lib.rs",
250 "srcs": [
251 "**/*.rs"
252 ]
253 }
254 },
255 {
256 "BuildScript": {
257 "crate_name": "build_script_build",
258 "crate_root": "build.rs",
259 "srcs": [
260 "**/*.rs"
261 ]
262 }
263 }
264 ],
265 "library_target_name": "anyhow",
266 "common_attrs": {
267 "compile_data_glob": [
268 "**"
269 ],
270 "crate_features": {
271 "common": [
272 "default",
273 "std"
274 ],
275 "selects": {}
276 },
277 "deps": {
278 "common": [
279 {
280 "id": "anyhow 1.0.71",
281 "target": "build_script_build"
282 }
283 ],
284 "selects": {}
285 },
286 "edition": "2018",
287 "version": "1.0.71"
288 },
289 "build_script_attrs": {
290 "data_glob": [
291 "**"
292 ]
293 },
294 "license": "MIT OR Apache-2.0"
295 },
296 "aquamarine 0.1.12": {
297 "name": "aquamarine",
298 "version": "0.1.12",
299 "repository": {
300 "Http": {
301 "url": "https://crates.io/api/v1/crates/aquamarine/0.1.12/download",
302 "sha256": "a941c39708478e8eea39243b5983f1c42d2717b3620ee91f4a52115fd02ac43f"
303 }
304 },
305 "targets": [
306 {
307 "ProcMacro": {
308 "crate_name": "aquamarine",
309 "crate_root": "src/lib.rs",
310 "srcs": [
311 "**/*.rs"
312 ]
313 }
314 }
315 ],
316 "library_target_name": "aquamarine",
317 "common_attrs": {
318 "compile_data_glob": [
319 "**"
320 ],
321 "deps": {
322 "common": [
323 {
324 "id": "itertools 0.9.0",
325 "target": "itertools"
326 },
327 {
328 "id": "proc-macro-error 1.0.4",
329 "target": "proc_macro_error"
330 },
331 {
332 "id": "proc-macro2 1.0.63",
333 "target": "proc_macro2"
334 },
335 {
336 "id": "quote 1.0.29",
337 "target": "quote"
338 },
339 {
340 "id": "syn 1.0.109",
341 "target": "syn"
342 }
343 ],
344 "selects": {}
345 },
346 "edition": "2018",
347 "version": "0.1.12"
348 },
349 "license": "MIT"
350 },
351 "assert_cmd 1.0.8": {
352 "name": "assert_cmd",
353 "version": "1.0.8",
354 "repository": {
355 "Http": {
356 "url": "https://crates.io/api/v1/crates/assert_cmd/1.0.8/download",
357 "sha256": "c98233c6673d8601ab23e77eb38f999c51100d46c5703b17288c57fddf3a1ffe"
358 }
359 },
360 "targets": [
361 {
362 "Library": {
363 "crate_name": "assert_cmd",
364 "crate_root": "src/lib.rs",
365 "srcs": [
366 "**/*.rs"
367 ]
368 }
369 }
370 ],
371 "library_target_name": "assert_cmd",
372 "common_attrs": {
373 "compile_data_glob": [
374 "**"
375 ],
376 "deps": {
377 "common": [
378 {
379 "id": "bstr 0.2.17",
380 "target": "bstr"
381 },
382 {
383 "id": "doc-comment 0.3.3",
384 "target": "doc_comment"
385 },
386 {
387 "id": "predicates 2.1.5",
388 "target": "predicates"
389 },
390 {
391 "id": "predicates-core 1.0.6",
392 "target": "predicates_core"
393 },
394 {
395 "id": "predicates-tree 1.0.9",
396 "target": "predicates_tree"
397 },
398 {
399 "id": "wait-timeout 0.2.0",
400 "target": "wait_timeout"
401 }
402 ],
403 "selects": {}
404 },
405 "edition": "2018",
406 "version": "1.0.8"
407 },
408 "license": "MIT OR Apache-2.0"
409 },
410 "atty 0.2.14": {
411 "name": "atty",
412 "version": "0.2.14",
413 "repository": {
414 "Http": {
415 "url": "https://crates.io/api/v1/crates/atty/0.2.14/download",
416 "sha256": "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
417 }
418 },
419 "targets": [
420 {
421 "Library": {
422 "crate_name": "atty",
423 "crate_root": "src/lib.rs",
424 "srcs": [
425 "**/*.rs"
426 ]
427 }
428 }
429 ],
430 "library_target_name": "atty",
431 "common_attrs": {
432 "compile_data_glob": [
433 "**"
434 ],
435 "deps": {
436 "common": [],
437 "selects": {
438 "cfg(target_os = \"hermit\")": [
439 {
440 "id": "hermit-abi 0.1.19",
441 "target": "hermit_abi"
442 }
443 ],
444 "cfg(unix)": [
445 {
446 "id": "libc 0.2.147",
447 "target": "libc"
448 }
449 ],
450 "cfg(windows)": [
451 {
452 "id": "winapi 0.3.9",
453 "target": "winapi"
454 }
455 ]
456 }
457 },
458 "edition": "2015",
459 "version": "0.2.14"
460 },
461 "license": "MIT"
462 },
463 "autocfg 1.1.0": {
464 "name": "autocfg",
465 "version": "1.1.0",
466 "repository": {
467 "Http": {
468 "url": "https://crates.io/api/v1/crates/autocfg/1.1.0/download",
469 "sha256": "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
470 }
471 },
472 "targets": [
473 {
474 "Library": {
475 "crate_name": "autocfg",
476 "crate_root": "src/lib.rs",
477 "srcs": [
478 "**/*.rs"
479 ]
480 }
481 }
482 ],
483 "library_target_name": "autocfg",
484 "common_attrs": {
485 "compile_data_glob": [
486 "**"
487 ],
488 "edition": "2015",
489 "version": "1.1.0"
490 },
491 "license": "Apache-2.0 OR MIT"
492 },
493 "autocxx 0.22.3": {
494 "name": "autocxx",
495 "version": "0.22.3",
496 "repository": null,
497 "targets": [
498 {
499 "Library": {
500 "crate_name": "autocxx",
501 "crate_root": "src/lib.rs",
502 "srcs": [
503 "**/*.rs"
504 ]
505 }
506 }
507 ],
508 "library_target_name": "autocxx",
509 "common_attrs": {
510 "compile_data_glob": [
511 "**"
512 ],
513 "deps": {
514 "common": [
515 {
516 "id": "cxx 1.0.97",
517 "target": "cxx"
518 },
519 {
520 "id": "moveit 0.5.1",
521 "target": "moveit"
522 }
523 ],
524 "selects": {}
525 },
526 "edition": "2021",
527 "proc_macro_deps": {
528 "common": [
529 {
530 "id": "aquamarine 0.1.12",
531 "target": "aquamarine"
532 }
533 ],
534 "selects": {}
535 },
536 "version": "0.22.3"
537 },
538 "license": "MIT OR Apache-2.0"
539 },
540 "autocxx-bindgen 0.59.17": {
541 "name": "autocxx-bindgen",
542 "version": "0.59.17",
543 "repository": {
544 "Http": {
545 "url": "https://crates.io/api/v1/crates/autocxx-bindgen/0.59.17/download",
546 "sha256": "f9a9a26dd38d385d23b1bf61bd231b77f690c4368aef4c77cee1b7a6da2e2042"
547 }
548 },
549 "targets": [
550 {
551 "Library": {
552 "crate_name": "autocxx_bindgen",
553 "crate_root": "src/lib.rs",
554 "srcs": [
555 "**/*.rs"
556 ]
557 }
558 },
559 {
560 "BuildScript": {
561 "crate_name": "build_script_build",
562 "crate_root": "build.rs",
563 "srcs": [
564 "**/*.rs"
565 ]
566 }
567 }
568 ],
569 "library_target_name": "autocxx_bindgen",
570 "common_attrs": {
571 "compile_data_glob": [
572 "**"
573 ],
574 "crate_features": {
575 "common": [
576 "clap",
577 "default",
578 "env_logger",
579 "log",
580 "logging",
581 "runtime",
582 "which",
583 "which-rustfmt"
584 ],
585 "selects": {}
586 },
587 "deps": {
588 "common": [
589 {
590 "id": "autocxx-bindgen 0.59.17",
591 "target": "build_script_build"
592 },
593 {
594 "id": "bitflags 1.3.2",
595 "target": "bitflags"
596 },
597 {
598 "id": "cexpr 0.6.0",
599 "target": "cexpr"
600 },
601 {
602 "id": "clang-sys 1.6.1",
603 "target": "clang_sys"
604 },
605 {
606 "id": "clap 2.34.0",
607 "target": "clap"
608 },
609 {
610 "id": "env_logger 0.9.3",
611 "target": "env_logger"
612 },
613 {
614 "id": "itertools 0.10.5",
615 "target": "itertools"
616 },
617 {
618 "id": "lazy_static 1.4.0",
619 "target": "lazy_static"
620 },
621 {
622 "id": "lazycell 1.3.0",
623 "target": "lazycell"
624 },
625 {
626 "id": "log 0.4.19",
627 "target": "log"
628 },
629 {
630 "id": "peeking_take_while 0.1.2",
631 "target": "peeking_take_while"
632 },
633 {
634 "id": "proc-macro2 1.0.63",
635 "target": "proc_macro2"
636 },
637 {
638 "id": "quote 1.0.29",
639 "target": "quote"
640 },
641 {
642 "id": "regex 1.9.1",
643 "target": "regex"
644 },
645 {
646 "id": "rustc-hash 1.1.0",
647 "target": "rustc_hash"
648 },
649 {
650 "id": "shlex 1.1.0",
651 "target": "shlex"
652 },
653 {
654 "id": "which 4.4.0",
655 "target": "which"
656 }
657 ],
658 "selects": {}
659 },
660 "edition": "2018",
661 "version": "0.59.17"
662 },
663 "build_script_attrs": {
664 "data_glob": [
665 "**"
666 ]
667 },
668 "license": "BSD-3-Clause"
669 },
670 "autocxx-engine 0.22.3": {
671 "name": "autocxx-engine",
672 "version": "0.22.3",
673 "repository": null,
674 "targets": [
675 {
676 "Library": {
677 "crate_name": "autocxx_engine",
678 "crate_root": "src/lib.rs",
679 "srcs": [
680 "**/*.rs"
681 ]
682 }
683 }
684 ],
685 "library_target_name": "autocxx_engine",
686 "common_attrs": {
687 "compile_data_glob": [
688 "**"
689 ],
690 "crate_features": {
691 "common": [
692 "build",
693 "cc",
694 "default",
695 "reproduction_case",
696 "serde_json"
697 ],
698 "selects": {}
699 },
700 "deps": {
701 "common": [
702 {
703 "id": "autocxx-bindgen 0.59.17",
704 "target": "autocxx_bindgen"
705 },
706 {
707 "id": "cc 1.0.79",
708 "target": "cc"
709 },
710 {
711 "id": "cxx-gen 0.7.97",
712 "target": "cxx_gen"
713 },
714 {
715 "id": "indexmap 1.9.3",
716 "target": "indexmap"
717 },
718 {
719 "id": "itertools 0.10.5",
720 "target": "itertools"
721 },
722 {
723 "id": "log 0.4.19",
724 "target": "log"
725 },
726 {
727 "id": "miette 4.7.1",
728 "target": "miette"
729 },
730 {
731 "id": "once_cell 1.18.0",
732 "target": "once_cell"
733 },
734 {
735 "id": "proc-macro2 1.0.63",
736 "target": "proc_macro2"
737 },
738 {
739 "id": "quote 1.0.29",
740 "target": "quote"
741 },
742 {
743 "id": "regex 1.9.1",
744 "target": "regex"
745 },
746 {
747 "id": "serde_json 1.0.100",
748 "target": "serde_json"
749 },
750 {
751 "id": "syn 1.0.109",
752 "target": "syn"
753 },
754 {
755 "id": "tempfile 3.6.0",
756 "target": "tempfile"
757 },
758 {
759 "id": "thiserror 1.0.40",
760 "target": "thiserror"
761 },
762 {
763 "id": "version_check 0.9.4",
764 "target": "version_check"
765 }
766 ],
767 "selects": {}
768 },
769 "edition": "2021",
770 "proc_macro_deps": {
771 "common": [
772 {
773 "id": "aquamarine 0.1.12",
774 "target": "aquamarine"
775 },
776 {
777 "id": "indoc 1.0.9",
778 "target": "indoc"
779 },
780 {
781 "id": "strum_macros 0.24.3",
782 "target": "strum_macros"
783 }
784 ],
785 "selects": {}
786 },
787 "version": "0.22.3"
788 },
789 "license": "MIT OR Apache-2.0"
790 },
791 "autocxx-gen 0.22.3": {
792 "name": "autocxx-gen",
793 "version": "0.22.3",
794 "repository": null,
795 "targets": [],
796 "library_target_name": null,
797 "common_attrs": {
798 "compile_data_glob": [
799 "**"
800 ],
801 "deps": {
802 "common": [
803 {
804 "id": "clap 3.2.25",
805 "target": "clap"
806 },
807 {
808 "id": "env_logger 0.9.3",
809 "target": "env_logger"
810 },
811 {
812 "id": "indexmap 1.9.3",
813 "target": "indexmap"
814 },
815 {
816 "id": "miette 4.7.1",
817 "target": "miette"
818 },
819 {
820 "id": "pathdiff 0.2.1",
821 "target": "pathdiff"
822 },
823 {
824 "id": "proc-macro2 1.0.63",
825 "target": "proc_macro2"
826 }
827 ],
828 "selects": {}
829 },
830 "deps_dev": {
831 "common": [
832 {
833 "id": "assert_cmd 1.0.8",
834 "target": "assert_cmd"
835 },
836 {
837 "id": "cxx 1.0.97",
838 "target": "cxx"
839 },
840 {
841 "id": "itertools 0.10.5",
842 "target": "itertools"
843 },
844 {
845 "id": "tempfile 3.6.0",
846 "target": "tempfile"
847 }
848 ],
849 "selects": {}
850 },
851 "edition": "2021",
852 "version": "0.22.3"
853 },
854 "license": "MIT OR Apache-2.0"
855 },
856 "autocxx-integration-tests 0.22.3": {
857 "name": "autocxx-integration-tests",
858 "version": "0.22.3",
859 "repository": null,
860 "targets": [
861 {
862 "Library": {
863 "crate_name": "autocxx_integration_tests",
864 "crate_root": "src/lib.rs",
865 "srcs": [
866 "**/*.rs"
867 ]
868 }
869 }
870 ],
871 "library_target_name": "autocxx_integration_tests",
872 "common_attrs": {
873 "compile_data_glob": [
874 "**"
875 ],
876 "deps": {
877 "common": [
878 {
879 "id": "cc 1.0.79",
880 "target": "cc"
881 },
882 {
883 "id": "cxx 1.0.97",
884 "target": "cxx"
885 },
886 {
887 "id": "env_logger 0.9.3",
888 "target": "env_logger"
889 },
890 {
891 "id": "itertools 0.10.5",
892 "target": "itertools"
893 },
894 {
895 "id": "link-cplusplus 1.0.8",
896 "target": "link_cplusplus"
897 },
898 {
899 "id": "log 0.4.19",
900 "target": "log"
901 },
902 {
903 "id": "once_cell 1.18.0",
904 "target": "once_cell"
905 },
906 {
907 "id": "proc-macro2 1.0.63",
908 "target": "proc_macro2"
909 },
910 {
911 "id": "quote 1.0.29",
912 "target": "quote"
913 },
914 {
915 "id": "rust_info 0.3.2",
916 "target": "rust_info"
917 },
918 {
919 "id": "syn 1.0.109",
920 "target": "syn"
921 },
922 {
923 "id": "tempfile 3.6.0",
924 "target": "tempfile"
925 },
926 {
927 "id": "trybuild 1.0.81",
928 "target": "trybuild"
929 }
930 ],
931 "selects": {}
932 },
933 "edition": "2021",
934 "proc_macro_deps": {
935 "common": [
936 {
937 "id": "indoc 1.0.9",
938 "target": "indoc"
939 },
940 {
941 "id": "test-log 0.2.12",
942 "target": "test_log"
943 }
944 ],
945 "selects": {}
946 },
947 "version": "0.22.3"
948 },
949 "license": "MIT OR Apache-2.0"
950 },
951 "autocxx-macro 0.22.3": {
952 "name": "autocxx-macro",
953 "version": "0.22.3",
954 "repository": null,
955 "targets": [
956 {
957 "ProcMacro": {
958 "crate_name": "autocxx_macro",
959 "crate_root": "src/lib.rs",
960 "srcs": [
961 "**/*.rs"
962 ]
963 }
964 }
965 ],
966 "library_target_name": "autocxx_macro",
967 "common_attrs": {
968 "compile_data_glob": [
969 "**"
970 ],
971 "deps": {
972 "common": [
973 {
974 "id": "proc-macro-error 1.0.4",
975 "target": "proc_macro_error"
976 },
977 {
978 "id": "proc-macro2 1.0.63",
979 "target": "proc_macro2"
980 },
981 {
982 "id": "quote 1.0.29",
983 "target": "quote"
984 },
985 {
986 "id": "syn 1.0.109",
987 "target": "syn"
988 }
989 ],
990 "selects": {}
991 },
992 "edition": "2021",
993 "version": "0.22.3"
994 },
995 "license": "MIT OR Apache-2.0"
996 },
997 "autocxx-parser 0.22.3": {
998 "name": "autocxx-parser",
999 "version": "0.22.3",
1000 "repository": null,
1001 "targets": [
1002 {
1003 "Library": {
1004 "crate_name": "autocxx_parser",
1005 "crate_root": "src/lib.rs",
1006 "srcs": [
1007 "**/*.rs"
1008 ]
1009 }
1010 }
1011 ],
1012 "library_target_name": "autocxx_parser",
1013 "common_attrs": {
1014 "compile_data_glob": [
1015 "**"
1016 ],
1017 "crate_features": {
1018 "common": [
1019 "reproduction_case"
1020 ],
1021 "selects": {}
1022 },
1023 "deps": {
1024 "common": [
1025 {
1026 "id": "indexmap 1.9.3",
1027 "target": "indexmap"
1028 },
1029 {
1030 "id": "itertools 0.10.5",
1031 "target": "itertools"
1032 },
1033 {
1034 "id": "log 0.4.19",
1035 "target": "log"
1036 },
1037 {
1038 "id": "once_cell 1.18.0",
1039 "target": "once_cell"
1040 },
1041 {
1042 "id": "proc-macro2 1.0.63",
1043 "target": "proc_macro2"
1044 },
1045 {
1046 "id": "quote 1.0.29",
1047 "target": "quote"
1048 },
1049 {
1050 "id": "serde 1.0.168",
1051 "target": "serde"
1052 },
1053 {
1054 "id": "serde_json 1.0.100",
1055 "target": "serde_json"
1056 },
1057 {
1058 "id": "syn 1.0.109",
1059 "target": "syn"
1060 },
1061 {
1062 "id": "thiserror 1.0.40",
1063 "target": "thiserror"
1064 }
1065 ],
1066 "selects": {}
1067 },
1068 "edition": "2021",
1069 "version": "0.22.3"
1070 },
1071 "license": "MIT OR Apache-2.0"
1072 },
1073 "backtrace 0.3.68": {
1074 "name": "backtrace",
1075 "version": "0.3.68",
1076 "repository": {
1077 "Http": {
1078 "url": "https://crates.io/api/v1/crates/backtrace/0.3.68/download",
1079 "sha256": "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12"
1080 }
1081 },
1082 "targets": [
1083 {
1084 "Library": {
1085 "crate_name": "backtrace",
1086 "crate_root": "src/lib.rs",
1087 "srcs": [
1088 "**/*.rs"
1089 ]
1090 }
1091 },
1092 {
1093 "BuildScript": {
1094 "crate_name": "build_script_build",
1095 "crate_root": "build.rs",
1096 "srcs": [
1097 "**/*.rs"
1098 ]
1099 }
1100 }
1101 ],
1102 "library_target_name": "backtrace",
1103 "common_attrs": {
1104 "compile_data_glob": [
1105 "**"
1106 ],
1107 "crate_features": {
1108 "common": [
1109 "default",
1110 "std"
1111 ],
1112 "selects": {}
1113 },
1114 "deps": {
1115 "common": [
1116 {
1117 "id": "addr2line 0.20.0",
1118 "target": "addr2line"
1119 },
1120 {
1121 "id": "backtrace 0.3.68",
1122 "target": "build_script_build"
1123 },
1124 {
1125 "id": "cfg-if 1.0.0",
1126 "target": "cfg_if"
1127 },
1128 {
1129 "id": "libc 0.2.147",
1130 "target": "libc"
1131 },
1132 {
1133 "id": "miniz_oxide 0.7.1",
1134 "target": "miniz_oxide"
1135 },
1136 {
1137 "id": "object 0.31.1",
1138 "target": "object"
1139 },
1140 {
1141 "id": "rustc-demangle 0.1.23",
1142 "target": "rustc_demangle"
1143 }
1144 ],
1145 "selects": {}
1146 },
1147 "edition": "2018",
1148 "version": "0.3.68"
1149 },
1150 "build_script_attrs": {
1151 "data_glob": [
1152 "**"
1153 ],
1154 "deps": {
1155 "common": [
1156 {
1157 "id": "cc 1.0.79",
1158 "target": "cc"
1159 }
1160 ],
1161 "selects": {}
1162 }
1163 },
1164 "license": "MIT OR Apache-2.0"
1165 },
1166 "basic-toml 0.1.3": {
1167 "name": "basic-toml",
1168 "version": "0.1.3",
1169 "repository": {
1170 "Http": {
1171 "url": "https://crates.io/api/v1/crates/basic-toml/0.1.3/download",
1172 "sha256": "f838d03a705d72b12389b8930bd14cacf493be1380bfb15720d4d12db5ab03ac"
1173 }
1174 },
1175 "targets": [
1176 {
1177 "Library": {
1178 "crate_name": "basic_toml",
1179 "crate_root": "src/lib.rs",
1180 "srcs": [
1181 "**/*.rs"
1182 ]
1183 }
1184 }
1185 ],
1186 "library_target_name": "basic_toml",
1187 "common_attrs": {
1188 "compile_data_glob": [
1189 "**"
1190 ],
1191 "deps": {
1192 "common": [
1193 {
1194 "id": "serde 1.0.168",
1195 "target": "serde"
1196 }
1197 ],
1198 "selects": {}
1199 },
1200 "edition": "2021",
1201 "version": "0.1.3"
1202 },
1203 "license": "MIT OR Apache-2.0"
1204 },
1205 "bindgen 0.58.1": {
1206 "name": "bindgen",
1207 "version": "0.58.1",
1208 "repository": {
1209 "Http": {
1210 "url": "https://crates.io/api/v1/crates/bindgen/0.58.1/download",
1211 "sha256": "0f8523b410d7187a43085e7e064416ea32ded16bd0a4e6fc025e21616d01258f"
1212 }
1213 },
1214 "targets": [
1215 {
1216 "Library": {
1217 "crate_name": "bindgen",
1218 "crate_root": "src/lib.rs",
1219 "srcs": [
1220 "**/*.rs"
1221 ]
1222 }
1223 },
1224 {
1225 "BuildScript": {
1226 "crate_name": "build_script_build",
1227 "crate_root": "build.rs",
1228 "srcs": [
1229 "**/*.rs"
1230 ]
1231 }
1232 }
1233 ],
1234 "library_target_name": "bindgen",
1235 "common_attrs": {
1236 "compile_data_glob": [
1237 "**"
1238 ],
1239 "crate_features": {
1240 "common": [
1241 "clap",
1242 "default",
1243 "env_logger",
1244 "log",
1245 "logging",
1246 "runtime",
1247 "which",
1248 "which-rustfmt"
1249 ],
1250 "selects": {}
1251 },
1252 "deps": {
1253 "common": [
1254 {
1255 "id": "bindgen 0.58.1",
1256 "target": "build_script_build"
1257 },
1258 {
1259 "id": "bitflags 1.3.2",
1260 "target": "bitflags"
1261 },
1262 {
1263 "id": "cexpr 0.4.0",
1264 "target": "cexpr"
1265 },
1266 {
1267 "id": "clang-sys 1.6.1",
1268 "target": "clang_sys"
1269 },
1270 {
1271 "id": "clap 2.34.0",
1272 "target": "clap"
1273 },
1274 {
1275 "id": "env_logger 0.8.4",
1276 "target": "env_logger"
1277 },
1278 {
1279 "id": "lazy_static 1.4.0",
1280 "target": "lazy_static"
1281 },
1282 {
1283 "id": "lazycell 1.3.0",
1284 "target": "lazycell"
1285 },
1286 {
1287 "id": "log 0.4.19",
1288 "target": "log"
1289 },
1290 {
1291 "id": "peeking_take_while 0.1.2",
1292 "target": "peeking_take_while"
1293 },
1294 {
1295 "id": "proc-macro2 1.0.63",
1296 "target": "proc_macro2"
1297 },
1298 {
1299 "id": "quote 1.0.29",
1300 "target": "quote"
1301 },
1302 {
1303 "id": "regex 1.9.1",
1304 "target": "regex"
1305 },
1306 {
1307 "id": "rustc-hash 1.1.0",
1308 "target": "rustc_hash"
1309 },
1310 {
1311 "id": "shlex 1.1.0",
1312 "target": "shlex"
1313 },
1314 {
1315 "id": "which 3.1.1",
1316 "target": "which"
1317 }
1318 ],
1319 "selects": {}
1320 },
1321 "edition": "2018",
1322 "version": "0.58.1"
1323 },
1324 "build_script_attrs": {
1325 "data_glob": [
1326 "**"
1327 ]
1328 },
1329 "license": "BSD-3-Clause"
1330 },
1331 "bitflags 1.3.2": {
1332 "name": "bitflags",
1333 "version": "1.3.2",
1334 "repository": {
1335 "Http": {
1336 "url": "https://crates.io/api/v1/crates/bitflags/1.3.2/download",
1337 "sha256": "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1338 }
1339 },
1340 "targets": [
1341 {
1342 "Library": {
1343 "crate_name": "bitflags",
1344 "crate_root": "src/lib.rs",
1345 "srcs": [
1346 "**/*.rs"
1347 ]
1348 }
1349 }
1350 ],
1351 "library_target_name": "bitflags",
1352 "common_attrs": {
1353 "compile_data_glob": [
1354 "**"
1355 ],
1356 "crate_features": {
1357 "common": [
1358 "default"
1359 ],
1360 "selects": {}
1361 },
1362 "edition": "2018",
1363 "version": "1.3.2"
1364 },
1365 "license": "MIT/Apache-2.0"
1366 },
1367 "bstr 0.2.17": {
1368 "name": "bstr",
1369 "version": "0.2.17",
1370 "repository": {
1371 "Http": {
1372 "url": "https://crates.io/api/v1/crates/bstr/0.2.17/download",
1373 "sha256": "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
1374 }
1375 },
1376 "targets": [
1377 {
1378 "Library": {
1379 "crate_name": "bstr",
1380 "crate_root": "src/lib.rs",
1381 "srcs": [
1382 "**/*.rs"
1383 ]
1384 }
1385 }
1386 ],
1387 "library_target_name": "bstr",
1388 "common_attrs": {
1389 "compile_data_glob": [
1390 "**"
1391 ],
1392 "crate_features": {
1393 "common": [
1394 "default",
1395 "lazy_static",
1396 "regex-automata",
1397 "std",
1398 "unicode"
1399 ],
1400 "selects": {}
1401 },
1402 "deps": {
1403 "common": [
1404 {
1405 "id": "lazy_static 1.4.0",
1406 "target": "lazy_static"
1407 },
1408 {
1409 "id": "memchr 2.5.0",
1410 "target": "memchr"
1411 },
1412 {
1413 "id": "regex-automata 0.1.10",
1414 "target": "regex_automata"
1415 }
1416 ],
1417 "selects": {}
1418 },
1419 "edition": "2018",
1420 "version": "0.2.17"
1421 },
1422 "license": "MIT OR Apache-2.0"
1423 },
1424 "cc 1.0.79": {
1425 "name": "cc",
1426 "version": "1.0.79",
1427 "repository": {
1428 "Http": {
1429 "url": "https://crates.io/api/v1/crates/cc/1.0.79/download",
1430 "sha256": "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
1431 }
1432 },
1433 "targets": [
1434 {
1435 "Library": {
1436 "crate_name": "cc",
1437 "crate_root": "src/lib.rs",
1438 "srcs": [
1439 "**/*.rs"
1440 ]
1441 }
1442 }
1443 ],
1444 "library_target_name": "cc",
1445 "common_attrs": {
1446 "compile_data_glob": [
1447 "**"
1448 ],
1449 "edition": "2018",
1450 "version": "1.0.79"
1451 },
1452 "license": "MIT OR Apache-2.0"
1453 },
1454 "cexpr 0.4.0": {
1455 "name": "cexpr",
1456 "version": "0.4.0",
1457 "repository": {
1458 "Http": {
1459 "url": "https://crates.io/api/v1/crates/cexpr/0.4.0/download",
1460 "sha256": "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
1461 }
1462 },
1463 "targets": [
1464 {
1465 "Library": {
1466 "crate_name": "cexpr",
1467 "crate_root": "src/lib.rs",
1468 "srcs": [
1469 "**/*.rs"
1470 ]
1471 }
1472 }
1473 ],
1474 "library_target_name": "cexpr",
1475 "common_attrs": {
1476 "compile_data_glob": [
1477 "**"
1478 ],
1479 "deps": {
1480 "common": [
1481 {
1482 "id": "nom 5.1.3",
1483 "target": "nom"
1484 }
1485 ],
1486 "selects": {}
1487 },
1488 "edition": "2018",
1489 "version": "0.4.0"
1490 },
1491 "license": "Apache-2.0/MIT"
1492 },
1493 "cexpr 0.6.0": {
1494 "name": "cexpr",
1495 "version": "0.6.0",
1496 "repository": {
1497 "Http": {
1498 "url": "https://crates.io/api/v1/crates/cexpr/0.6.0/download",
1499 "sha256": "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
1500 }
1501 },
1502 "targets": [
1503 {
1504 "Library": {
1505 "crate_name": "cexpr",
1506 "crate_root": "src/lib.rs",
1507 "srcs": [
1508 "**/*.rs"
1509 ]
1510 }
1511 }
1512 ],
1513 "library_target_name": "cexpr",
1514 "common_attrs": {
1515 "compile_data_glob": [
1516 "**"
1517 ],
1518 "deps": {
1519 "common": [
1520 {
1521 "id": "nom 7.1.3",
1522 "target": "nom"
1523 }
1524 ],
1525 "selects": {}
1526 },
1527 "edition": "2018",
1528 "version": "0.6.0"
1529 },
1530 "license": "Apache-2.0/MIT"
1531 },
1532 "cfg-if 0.1.10": {
1533 "name": "cfg-if",
1534 "version": "0.1.10",
1535 "repository": {
1536 "Http": {
1537 "url": "https://crates.io/api/v1/crates/cfg-if/0.1.10/download",
1538 "sha256": "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
1539 }
1540 },
1541 "targets": [
1542 {
1543 "Library": {
1544 "crate_name": "cfg_if",
1545 "crate_root": "src/lib.rs",
1546 "srcs": [
1547 "**/*.rs"
1548 ]
1549 }
1550 }
1551 ],
1552 "library_target_name": "cfg_if",
1553 "common_attrs": {
1554 "compile_data_glob": [
1555 "**"
1556 ],
1557 "edition": "2018",
1558 "version": "0.1.10"
1559 },
1560 "license": "MIT/Apache-2.0"
1561 },
1562 "cfg-if 1.0.0": {
1563 "name": "cfg-if",
1564 "version": "1.0.0",
1565 "repository": {
1566 "Http": {
1567 "url": "https://crates.io/api/v1/crates/cfg-if/1.0.0/download",
1568 "sha256": "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
1569 }
1570 },
1571 "targets": [
1572 {
1573 "Library": {
1574 "crate_name": "cfg_if",
1575 "crate_root": "src/lib.rs",
1576 "srcs": [
1577 "**/*.rs"
1578 ]
1579 }
1580 }
1581 ],
1582 "library_target_name": "cfg_if",
1583 "common_attrs": {
1584 "compile_data_glob": [
1585 "**"
1586 ],
1587 "edition": "2018",
1588 "version": "1.0.0"
1589 },
1590 "license": "MIT/Apache-2.0"
1591 },
1592 "clang-sys 1.6.1": {
1593 "name": "clang-sys",
1594 "version": "1.6.1",
1595 "repository": {
1596 "Http": {
1597 "url": "https://crates.io/api/v1/crates/clang-sys/1.6.1/download",
1598 "sha256": "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
1599 }
1600 },
1601 "targets": [
1602 {
1603 "Library": {
1604 "crate_name": "clang_sys",
1605 "crate_root": "src/lib.rs",
1606 "srcs": [
1607 "**/*.rs"
1608 ]
1609 }
1610 },
1611 {
1612 "BuildScript": {
1613 "crate_name": "build_script_build",
1614 "crate_root": "build.rs",
1615 "srcs": [
1616 "**/*.rs"
1617 ]
1618 }
1619 }
1620 ],
1621 "library_target_name": "clang_sys",
1622 "common_attrs": {
1623 "compile_data_glob": [
1624 "**"
1625 ],
1626 "crate_features": {
1627 "common": [
1628 "clang_3_5",
1629 "clang_3_6",
1630 "clang_3_7",
1631 "clang_3_8",
1632 "clang_3_9",
1633 "clang_4_0",
1634 "clang_5_0",
1635 "clang_6_0",
1636 "libloading",
1637 "runtime"
1638 ],
1639 "selects": {}
1640 },
1641 "deps": {
1642 "common": [
1643 {
1644 "id": "clang-sys 1.6.1",
1645 "target": "build_script_build"
1646 },
1647 {
1648 "id": "glob 0.3.1",
1649 "target": "glob"
1650 },
1651 {
1652 "id": "libc 0.2.147",
1653 "target": "libc"
1654 },
1655 {
1656 "id": "libloading 0.7.4",
1657 "target": "libloading"
1658 }
1659 ],
1660 "selects": {}
1661 },
1662 "edition": "2015",
1663 "version": "1.6.1"
1664 },
1665 "build_script_attrs": {
1666 "data_glob": [
1667 "**"
1668 ],
1669 "deps": {
1670 "common": [
1671 {
1672 "id": "glob 0.3.1",
1673 "target": "glob"
1674 }
1675 ],
1676 "selects": {}
1677 },
1678 "links": "clang"
1679 },
1680 "license": "Apache-2.0"
1681 },
1682 "clap 2.34.0": {
1683 "name": "clap",
1684 "version": "2.34.0",
1685 "repository": {
1686 "Http": {
1687 "url": "https://crates.io/api/v1/crates/clap/2.34.0/download",
1688 "sha256": "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
1689 }
1690 },
1691 "targets": [
1692 {
1693 "Library": {
1694 "crate_name": "clap",
1695 "crate_root": "src/lib.rs",
1696 "srcs": [
1697 "**/*.rs"
1698 ]
1699 }
1700 }
1701 ],
1702 "library_target_name": "clap",
1703 "common_attrs": {
1704 "compile_data_glob": [
1705 "**"
1706 ],
1707 "crate_features": {
1708 "common": [
1709 "ansi_term",
1710 "atty",
1711 "color",
1712 "default",
1713 "strsim",
1714 "suggestions",
1715 "vec_map"
1716 ],
1717 "selects": {}
1718 },
1719 "deps": {
1720 "common": [
1721 {
1722 "id": "atty 0.2.14",
1723 "target": "atty"
1724 },
1725 {
1726 "id": "bitflags 1.3.2",
1727 "target": "bitflags"
1728 },
1729 {
1730 "id": "strsim 0.8.0",
1731 "target": "strsim"
1732 },
1733 {
1734 "id": "textwrap 0.11.0",
1735 "target": "textwrap"
1736 },
1737 {
1738 "id": "unicode-width 0.1.10",
1739 "target": "unicode_width"
1740 },
1741 {
1742 "id": "vec_map 0.8.2",
1743 "target": "vec_map"
1744 }
1745 ],
1746 "selects": {
1747 "cfg(not(windows))": [
1748 {
1749 "id": "ansi_term 0.12.1",
1750 "target": "ansi_term"
1751 }
1752 ]
1753 }
1754 },
1755 "edition": "2018",
1756 "version": "2.34.0"
1757 },
1758 "license": "MIT"
1759 },
1760 "clap 3.2.25": {
1761 "name": "clap",
1762 "version": "3.2.25",
1763 "repository": {
1764 "Http": {
1765 "url": "https://crates.io/api/v1/crates/clap/3.2.25/download",
1766 "sha256": "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
1767 }
1768 },
1769 "targets": [
1770 {
1771 "Library": {
1772 "crate_name": "clap",
1773 "crate_root": "src/lib.rs",
1774 "srcs": [
1775 "**/*.rs"
1776 ]
1777 }
1778 }
1779 ],
1780 "library_target_name": "clap",
1781 "common_attrs": {
1782 "compile_data_glob": [
1783 "**"
1784 ],
1785 "crate_features": {
1786 "common": [
1787 "atty",
1788 "cargo",
1789 "color",
1790 "default",
1791 "once_cell",
1792 "std",
1793 "strsim",
1794 "suggestions",
1795 "termcolor"
1796 ],
1797 "selects": {}
1798 },
1799 "deps": {
1800 "common": [
1801 {
1802 "id": "atty 0.2.14",
1803 "target": "atty"
1804 },
1805 {
1806 "id": "bitflags 1.3.2",
1807 "target": "bitflags"
1808 },
1809 {
1810 "id": "clap_lex 0.2.4",
1811 "target": "clap_lex"
1812 },
1813 {
1814 "id": "indexmap 1.9.3",
1815 "target": "indexmap"
1816 },
1817 {
1818 "id": "once_cell 1.18.0",
1819 "target": "once_cell"
1820 },
1821 {
1822 "id": "strsim 0.10.0",
1823 "target": "strsim"
1824 },
1825 {
1826 "id": "termcolor 1.2.0",
1827 "target": "termcolor"
1828 },
1829 {
1830 "id": "textwrap 0.16.0",
1831 "target": "textwrap"
1832 }
1833 ],
1834 "selects": {}
1835 },
1836 "edition": "2021",
1837 "version": "3.2.25"
1838 },
1839 "license": "MIT OR Apache-2.0"
1840 },
1841 "clap_lex 0.2.4": {
1842 "name": "clap_lex",
1843 "version": "0.2.4",
1844 "repository": {
1845 "Http": {
1846 "url": "https://crates.io/api/v1/crates/clap_lex/0.2.4/download",
1847 "sha256": "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
1848 }
1849 },
1850 "targets": [
1851 {
1852 "Library": {
1853 "crate_name": "clap_lex",
1854 "crate_root": "src/lib.rs",
1855 "srcs": [
1856 "**/*.rs"
1857 ]
1858 }
1859 }
1860 ],
1861 "library_target_name": "clap_lex",
1862 "common_attrs": {
1863 "compile_data_glob": [
1864 "**"
1865 ],
1866 "deps": {
1867 "common": [
1868 {
1869 "id": "os_str_bytes 6.5.1",
1870 "target": "os_str_bytes"
1871 }
1872 ],
1873 "selects": {}
1874 },
1875 "edition": "2021",
1876 "version": "0.2.4"
1877 },
1878 "license": "MIT OR Apache-2.0"
1879 },
1880 "codespan-reporting 0.11.1": {
1881 "name": "codespan-reporting",
1882 "version": "0.11.1",
1883 "repository": {
1884 "Http": {
1885 "url": "https://crates.io/api/v1/crates/codespan-reporting/0.11.1/download",
1886 "sha256": "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
1887 }
1888 },
1889 "targets": [
1890 {
1891 "Library": {
1892 "crate_name": "codespan_reporting",
1893 "crate_root": "src/lib.rs",
1894 "srcs": [
1895 "**/*.rs"
1896 ]
1897 }
1898 }
1899 ],
1900 "library_target_name": "codespan_reporting",
1901 "common_attrs": {
1902 "compile_data_glob": [
1903 "**"
1904 ],
1905 "deps": {
1906 "common": [
1907 {
1908 "id": "termcolor 1.2.0",
1909 "target": "termcolor"
1910 },
1911 {
1912 "id": "unicode-width 0.1.10",
1913 "target": "unicode_width"
1914 }
1915 ],
1916 "selects": {}
1917 },
1918 "edition": "2018",
1919 "version": "0.11.1"
1920 },
1921 "license": "Apache-2.0"
1922 },
1923 "compile_with_bazel 0.0.0": {
1924 "name": "compile_with_bazel",
1925 "version": "0.0.0",
1926 "repository": null,
1927 "targets": [
1928 {
1929 "Library": {
1930 "crate_name": "compile_with_bazel",
1931 "crate_root": "fake_lib.rs",
1932 "srcs": [
1933 "**/*.rs"
1934 ]
1935 }
1936 }
1937 ],
1938 "library_target_name": "compile_with_bazel",
1939 "common_attrs": {
1940 "compile_data_glob": [
1941 "**"
1942 ],
1943 "deps": {
1944 "common": [
1945 {
1946 "id": "anyhow 1.0.71",
1947 "target": "anyhow"
1948 },
1949 {
1950 "id": "bindgen 0.58.1",
1951 "target": "bindgen"
1952 },
1953 {
1954 "id": "bitflags 1.3.2",
1955 "target": "bitflags"
1956 },
1957 {
1958 "id": "cxx 1.0.97",
1959 "target": "cxx"
1960 },
1961 {
1962 "id": "futures 0.3.28",
1963 "target": "futures"
1964 },
1965 {
1966 "id": "libloading 0.6.3",
1967 "target": "libloading"
1968 },
1969 {
1970 "id": "link-cplusplus 1.0.8",
1971 "target": "link_cplusplus"
1972 },
1973 {
1974 "id": "once_cell 1.18.0",
1975 "target": "once_cell"
1976 },
1977 {
1978 "id": "smallvec 1.10.0",
1979 "target": "smallvec"
1980 },
1981 {
1982 "id": "thiserror 1.0.40",
1983 "target": "thiserror"
1984 },
1985 {
1986 "id": "toml 0.5.11",
1987 "target": "toml"
1988 },
1989 {
1990 "id": "uuid 1.4.0",
1991 "target": "uuid"
1992 }
1993 ],
1994 "selects": {}
1995 },
1996 "edition": "2015",
1997 "proc_macro_deps": {
1998 "common": [
1999 {
2000 "id": "cxxbridge-macro 1.0.97",
2001 "target": "cxxbridge_macro"
2002 }
2003 ],
2004 "selects": {}
2005 },
2006 "version": "0.0.0"
2007 },
2008 "license": null
2009 },
2010 "cxx 1.0.97": {
2011 "name": "cxx",
2012 "version": "1.0.97",
2013 "repository": {
2014 "Http": {
2015 "url": "https://crates.io/api/v1/crates/cxx/1.0.97/download",
2016 "sha256": "e88abab2f5abbe4c56e8f1fb431b784d710b709888f35755a160e62e33fe38e8"
2017 }
2018 },
2019 "targets": [
2020 {
2021 "Library": {
2022 "crate_name": "cxx",
2023 "crate_root": "src/lib.rs",
2024 "srcs": [
2025 "**/*.rs"
2026 ]
2027 }
2028 }
2029 ],
2030 "library_target_name": "cxx",
2031 "common_attrs": {
2032 "compile_data_glob": [
2033 "**"
2034 ],
2035 "crate_features": {
2036 "common": [
2037 "alloc",
2038 "default",
2039 "std"
2040 ],
2041 "selects": {}
2042 },
2043 "deps": {
2044 "common": [
2045 {
2046 "id": "link-cplusplus 1.0.8",
2047 "target": "link_cplusplus"
2048 }
2049 ],
2050 "selects": {}
2051 },
2052 "edition": "2018",
2053 "proc_macro_deps": {
2054 "common": [
2055 {
2056 "id": "cxxbridge-macro 1.0.97",
2057 "target": "cxxbridge_macro"
2058 }
2059 ],
2060 "selects": {}
2061 },
2062 "version": "1.0.97"
2063 },
2064 "license": "MIT OR Apache-2.0",
2065 "additive_build_file_content": "# This file is included in the BUILD for the cxx crate, to export its header\n# file for C++ code to depend on.\ncc_library(\n name = \"cxx_cc\",\n visibility = [\"//visibility:public\"],\n hdrs = [\"include/cxx.h\"],\n srcs = [\"src/cxx.cc\"],\n includes = [\"include\"],\n target_compatible_with = [\"@//tools/platforms/rust:has_support\"],\n)\n",
2066 "extra_aliased_targets": [
2067 "cxx_cc"
2068 ]
2069 },
2070 "cxx-gen 0.7.97": {
2071 "name": "cxx-gen",
2072 "version": "0.7.97",
2073 "repository": {
2074 "Http": {
2075 "url": "https://crates.io/api/v1/crates/cxx-gen/0.7.97/download",
2076 "sha256": "83f6f8cddb97c1510ef1e7e849a40d60cd97377766187633ac6b9162dd862fd8"
2077 }
2078 },
2079 "targets": [
2080 {
2081 "Library": {
2082 "crate_name": "cxx_gen",
2083 "crate_root": "src/lib.rs",
2084 "srcs": [
2085 "**/*.rs"
2086 ]
2087 }
2088 }
2089 ],
2090 "library_target_name": "cxx_gen",
2091 "common_attrs": {
2092 "compile_data_glob": [
2093 "**"
2094 ],
2095 "deps": {
2096 "common": [
2097 {
2098 "id": "codespan-reporting 0.11.1",
2099 "target": "codespan_reporting"
2100 },
2101 {
2102 "id": "proc-macro2 1.0.63",
2103 "target": "proc_macro2"
2104 },
2105 {
2106 "id": "quote 1.0.29",
2107 "target": "quote"
2108 },
2109 {
2110 "id": "syn 2.0.22",
2111 "target": "syn"
2112 }
2113 ],
2114 "selects": {}
2115 },
2116 "edition": "2018",
2117 "version": "0.7.97"
2118 },
2119 "license": "MIT OR Apache-2.0"
2120 },
2121 "cxxbridge-flags 1.0.97": {
2122 "name": "cxxbridge-flags",
2123 "version": "1.0.97",
2124 "repository": {
2125 "Http": {
2126 "url": "https://crates.io/api/v1/crates/cxxbridge-flags/1.0.97/download",
2127 "sha256": "8d3816ed957c008ccd4728485511e3d9aaf7db419aa321e3d2c5a2f3411e36c8"
2128 }
2129 },
2130 "targets": [
2131 {
2132 "Library": {
2133 "crate_name": "cxxbridge_flags",
2134 "crate_root": "src/lib.rs",
2135 "srcs": [
2136 "**/*.rs"
2137 ]
2138 }
2139 }
2140 ],
2141 "library_target_name": "cxxbridge_flags",
2142 "common_attrs": {
2143 "compile_data_glob": [
2144 "**"
2145 ],
2146 "crate_features": {
2147 "common": [
2148 "default"
2149 ],
2150 "selects": {}
2151 },
2152 "edition": "2018",
2153 "version": "1.0.97"
2154 },
2155 "license": "MIT OR Apache-2.0"
2156 },
2157 "cxxbridge-macro 1.0.97": {
2158 "name": "cxxbridge-macro",
2159 "version": "1.0.97",
2160 "repository": {
2161 "Http": {
2162 "url": "https://crates.io/api/v1/crates/cxxbridge-macro/1.0.97/download",
2163 "sha256": "a26acccf6f445af85ea056362561a24ef56cdc15fcc685f03aec50b9c702cb6d"
2164 }
2165 },
2166 "targets": [
2167 {
2168 "ProcMacro": {
2169 "crate_name": "cxxbridge_macro",
2170 "crate_root": "src/lib.rs",
2171 "srcs": [
2172 "**/*.rs"
2173 ]
2174 }
2175 }
2176 ],
2177 "library_target_name": "cxxbridge_macro",
2178 "common_attrs": {
2179 "compile_data_glob": [
2180 "**"
2181 ],
2182 "deps": {
2183 "common": [
2184 {
2185 "id": "proc-macro2 1.0.63",
2186 "target": "proc_macro2"
2187 },
2188 {
2189 "id": "quote 1.0.29",
2190 "target": "quote"
2191 },
2192 {
2193 "id": "syn 2.0.22",
2194 "target": "syn"
2195 }
2196 ],
2197 "selects": {}
2198 },
2199 "edition": "2018",
2200 "version": "1.0.97"
2201 },
2202 "license": "MIT OR Apache-2.0"
2203 },
2204 "difflib 0.4.0": {
2205 "name": "difflib",
2206 "version": "0.4.0",
2207 "repository": {
2208 "Http": {
2209 "url": "https://crates.io/api/v1/crates/difflib/0.4.0/download",
2210 "sha256": "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
2211 }
2212 },
2213 "targets": [
2214 {
2215 "Library": {
2216 "crate_name": "difflib",
2217 "crate_root": "src/lib.rs",
2218 "srcs": [
2219 "**/*.rs"
2220 ]
2221 }
2222 }
2223 ],
2224 "library_target_name": "difflib",
2225 "common_attrs": {
2226 "compile_data_glob": [
2227 "**"
2228 ],
2229 "edition": "2015",
2230 "version": "0.4.0"
2231 },
2232 "license": "MIT"
2233 },
2234 "doc-comment 0.3.3": {
2235 "name": "doc-comment",
2236 "version": "0.3.3",
2237 "repository": {
2238 "Http": {
2239 "url": "https://crates.io/api/v1/crates/doc-comment/0.3.3/download",
2240 "sha256": "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
2241 }
2242 },
2243 "targets": [
2244 {
2245 "Library": {
2246 "crate_name": "doc_comment",
2247 "crate_root": "src/lib.rs",
2248 "srcs": [
2249 "**/*.rs"
2250 ]
2251 }
2252 },
2253 {
2254 "BuildScript": {
2255 "crate_name": "build_script_build",
2256 "crate_root": "build.rs",
2257 "srcs": [
2258 "**/*.rs"
2259 ]
2260 }
2261 }
2262 ],
2263 "library_target_name": "doc_comment",
2264 "common_attrs": {
2265 "compile_data_glob": [
2266 "**"
2267 ],
2268 "deps": {
2269 "common": [
2270 {
2271 "id": "doc-comment 0.3.3",
2272 "target": "build_script_build"
2273 }
2274 ],
2275 "selects": {}
2276 },
2277 "edition": "2015",
2278 "version": "0.3.3"
2279 },
2280 "build_script_attrs": {
2281 "data_glob": [
2282 "**"
2283 ]
2284 },
2285 "license": "MIT"
2286 },
2287 "either 1.8.1": {
2288 "name": "either",
2289 "version": "1.8.1",
2290 "repository": {
2291 "Http": {
2292 "url": "https://crates.io/api/v1/crates/either/1.8.1/download",
2293 "sha256": "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
2294 }
2295 },
2296 "targets": [
2297 {
2298 "Library": {
2299 "crate_name": "either",
2300 "crate_root": "src/lib.rs",
2301 "srcs": [
2302 "**/*.rs"
2303 ]
2304 }
2305 }
2306 ],
2307 "library_target_name": "either",
2308 "common_attrs": {
2309 "compile_data_glob": [
2310 "**"
2311 ],
2312 "crate_features": {
2313 "common": [
2314 "default",
2315 "use_std"
2316 ],
2317 "selects": {}
2318 },
2319 "edition": "2018",
2320 "version": "1.8.1"
2321 },
2322 "license": "MIT OR Apache-2.0"
2323 },
2324 "env_logger 0.8.4": {
2325 "name": "env_logger",
2326 "version": "0.8.4",
2327 "repository": {
2328 "Http": {
2329 "url": "https://crates.io/api/v1/crates/env_logger/0.8.4/download",
2330 "sha256": "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
2331 }
2332 },
2333 "targets": [
2334 {
2335 "Library": {
2336 "crate_name": "env_logger",
2337 "crate_root": "src/lib.rs",
2338 "srcs": [
2339 "**/*.rs"
2340 ]
2341 }
2342 }
2343 ],
2344 "library_target_name": "env_logger",
2345 "common_attrs": {
2346 "compile_data_glob": [
2347 "**"
2348 ],
2349 "crate_features": {
2350 "common": [
2351 "atty",
2352 "default",
2353 "humantime",
2354 "regex",
2355 "termcolor"
2356 ],
2357 "selects": {}
2358 },
2359 "deps": {
2360 "common": [
2361 {
2362 "id": "atty 0.2.14",
2363 "target": "atty"
2364 },
2365 {
2366 "id": "humantime 2.1.0",
2367 "target": "humantime"
2368 },
2369 {
2370 "id": "log 0.4.19",
2371 "target": "log"
2372 },
2373 {
2374 "id": "regex 1.9.1",
2375 "target": "regex"
2376 },
2377 {
2378 "id": "termcolor 1.2.0",
2379 "target": "termcolor"
2380 }
2381 ],
2382 "selects": {}
2383 },
2384 "edition": "2018",
2385 "version": "0.8.4"
2386 },
2387 "license": "MIT/Apache-2.0"
2388 },
2389 "env_logger 0.9.3": {
2390 "name": "env_logger",
2391 "version": "0.9.3",
2392 "repository": {
2393 "Http": {
2394 "url": "https://crates.io/api/v1/crates/env_logger/0.9.3/download",
2395 "sha256": "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
2396 }
2397 },
2398 "targets": [
2399 {
2400 "Library": {
2401 "crate_name": "env_logger",
2402 "crate_root": "src/lib.rs",
2403 "srcs": [
2404 "**/*.rs"
2405 ]
2406 }
2407 }
2408 ],
2409 "library_target_name": "env_logger",
2410 "common_attrs": {
2411 "compile_data_glob": [
2412 "**"
2413 ],
2414 "crate_features": {
2415 "common": [
2416 "atty",
2417 "default",
2418 "humantime",
2419 "regex",
2420 "termcolor"
2421 ],
2422 "selects": {}
2423 },
2424 "deps": {
2425 "common": [
2426 {
2427 "id": "atty 0.2.14",
2428 "target": "atty"
2429 },
2430 {
2431 "id": "humantime 2.1.0",
2432 "target": "humantime"
2433 },
2434 {
2435 "id": "log 0.4.19",
2436 "target": "log"
2437 },
2438 {
2439 "id": "regex 1.9.1",
2440 "target": "regex"
2441 },
2442 {
2443 "id": "termcolor 1.2.0",
2444 "target": "termcolor"
2445 }
2446 ],
2447 "selects": {}
2448 },
2449 "edition": "2018",
2450 "version": "0.9.3"
2451 },
2452 "license": "MIT OR Apache-2.0"
2453 },
2454 "errno 0.3.1": {
2455 "name": "errno",
2456 "version": "0.3.1",
2457 "repository": {
2458 "Http": {
2459 "url": "https://crates.io/api/v1/crates/errno/0.3.1/download",
2460 "sha256": "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
2461 }
2462 },
2463 "targets": [
2464 {
2465 "Library": {
2466 "crate_name": "errno",
2467 "crate_root": "src/lib.rs",
2468 "srcs": [
2469 "**/*.rs"
2470 ]
2471 }
2472 }
2473 ],
2474 "library_target_name": "errno",
2475 "common_attrs": {
2476 "compile_data_glob": [
2477 "**"
2478 ],
2479 "deps": {
2480 "common": [],
2481 "selects": {
2482 "cfg(target_os = \"dragonfly\")": [
2483 {
2484 "id": "errno-dragonfly 0.1.2",
2485 "target": "errno_dragonfly"
2486 }
2487 ],
2488 "cfg(target_os = \"hermit\")": [
2489 {
2490 "id": "libc 0.2.147",
2491 "target": "libc"
2492 }
2493 ],
2494 "cfg(target_os = \"wasi\")": [
2495 {
2496 "id": "libc 0.2.147",
2497 "target": "libc"
2498 }
2499 ],
2500 "cfg(unix)": [
2501 {
2502 "id": "libc 0.2.147",
2503 "target": "libc"
2504 }
2505 ],
2506 "cfg(windows)": [
2507 {
2508 "id": "windows-sys 0.48.0",
2509 "target": "windows_sys"
2510 }
2511 ]
2512 }
2513 },
2514 "edition": "2018",
2515 "version": "0.3.1"
2516 },
2517 "license": "MIT OR Apache-2.0"
2518 },
2519 "errno-dragonfly 0.1.2": {
2520 "name": "errno-dragonfly",
2521 "version": "0.1.2",
2522 "repository": {
2523 "Http": {
2524 "url": "https://crates.io/api/v1/crates/errno-dragonfly/0.1.2/download",
2525 "sha256": "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
2526 }
2527 },
2528 "targets": [
2529 {
2530 "Library": {
2531 "crate_name": "errno_dragonfly",
2532 "crate_root": "src/lib.rs",
2533 "srcs": [
2534 "**/*.rs"
2535 ]
2536 }
2537 },
2538 {
2539 "BuildScript": {
2540 "crate_name": "build_script_build",
2541 "crate_root": "build.rs",
2542 "srcs": [
2543 "**/*.rs"
2544 ]
2545 }
2546 }
2547 ],
2548 "library_target_name": "errno_dragonfly",
2549 "common_attrs": {
2550 "compile_data_glob": [
2551 "**"
2552 ],
2553 "deps": {
2554 "common": [
2555 {
2556 "id": "errno-dragonfly 0.1.2",
2557 "target": "build_script_build"
2558 },
2559 {
2560 "id": "libc 0.2.147",
2561 "target": "libc"
2562 }
2563 ],
2564 "selects": {}
2565 },
2566 "edition": "2018",
2567 "version": "0.1.2"
2568 },
2569 "build_script_attrs": {
2570 "data_glob": [
2571 "**"
2572 ],
2573 "deps": {
2574 "common": [
2575 {
2576 "id": "cc 1.0.79",
2577 "target": "cc"
2578 }
2579 ],
2580 "selects": {}
2581 }
2582 },
2583 "license": "MIT"
2584 },
2585 "fastrand 1.9.0": {
2586 "name": "fastrand",
2587 "version": "1.9.0",
2588 "repository": {
2589 "Http": {
2590 "url": "https://crates.io/api/v1/crates/fastrand/1.9.0/download",
2591 "sha256": "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
2592 }
2593 },
2594 "targets": [
2595 {
2596 "Library": {
2597 "crate_name": "fastrand",
2598 "crate_root": "src/lib.rs",
2599 "srcs": [
2600 "**/*.rs"
2601 ]
2602 }
2603 }
2604 ],
2605 "library_target_name": "fastrand",
2606 "common_attrs": {
2607 "compile_data_glob": [
2608 "**"
2609 ],
2610 "deps": {
2611 "common": [],
2612 "selects": {
2613 "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))": [
2614 {
2615 "id": "instant 0.1.12",
2616 "target": "instant"
2617 }
2618 ]
2619 }
2620 },
2621 "edition": "2018",
2622 "version": "1.9.0"
2623 },
2624 "license": "Apache-2.0 OR MIT"
2625 },
2626 "flatbuffers 22.10.26": {
2627 "name": "flatbuffers",
2628 "version": "22.10.26",
2629 "repository": null,
2630 "targets": [
2631 {
2632 "Library": {
2633 "crate_name": "flatbuffers",
2634 "crate_root": "src/lib.rs",
2635 "srcs": [
2636 "**/*.rs"
2637 ]
2638 }
2639 },
2640 {
2641 "BuildScript": {
2642 "crate_name": "build_script_build",
2643 "crate_root": "build.rs",
2644 "srcs": [
2645 "**/*.rs"
2646 ]
2647 }
2648 }
2649 ],
2650 "library_target_name": "flatbuffers",
2651 "common_attrs": {
2652 "compile_data_glob": [
2653 "**"
2654 ],
2655 "crate_features": {
2656 "common": [
2657 "default",
2658 "std"
2659 ],
2660 "selects": {}
2661 },
2662 "deps": {
2663 "common": [
2664 {
2665 "id": "bitflags 1.3.2",
2666 "target": "bitflags"
2667 },
2668 {
2669 "id": "flatbuffers 22.10.26",
2670 "target": "build_script_build"
2671 }
2672 ],
2673 "selects": {}
2674 },
2675 "edition": "2018",
2676 "version": "22.10.26"
2677 },
2678 "build_script_attrs": {
2679 "data_glob": [
2680 "**"
2681 ],
2682 "deps": {
2683 "common": [
2684 {
2685 "id": "rustc_version 0.4.0",
2686 "target": "rustc_version"
2687 }
2688 ],
2689 "selects": {}
2690 }
2691 },
2692 "license": "Apache-2.0"
2693 },
2694 "futures 0.3.28": {
2695 "name": "futures",
2696 "version": "0.3.28",
2697 "repository": {
2698 "Http": {
2699 "url": "https://crates.io/api/v1/crates/futures/0.3.28/download",
2700 "sha256": "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
2701 }
2702 },
2703 "targets": [
2704 {
2705 "Library": {
2706 "crate_name": "futures",
2707 "crate_root": "src/lib.rs",
2708 "srcs": [
2709 "**/*.rs"
2710 ]
2711 }
2712 }
2713 ],
2714 "library_target_name": "futures",
2715 "common_attrs": {
2716 "compile_data_glob": [
2717 "**"
2718 ],
2719 "crate_features": {
2720 "common": [
2721 "alloc",
2722 "async-await",
2723 "default",
2724 "executor",
2725 "futures-executor",
2726 "std"
2727 ],
2728 "selects": {}
2729 },
2730 "deps": {
2731 "common": [
2732 {
2733 "id": "futures-channel 0.3.28",
2734 "target": "futures_channel"
2735 },
2736 {
2737 "id": "futures-core 0.3.28",
2738 "target": "futures_core"
2739 },
2740 {
2741 "id": "futures-executor 0.3.28",
2742 "target": "futures_executor"
2743 },
2744 {
2745 "id": "futures-io 0.3.28",
2746 "target": "futures_io"
2747 },
2748 {
2749 "id": "futures-sink 0.3.28",
2750 "target": "futures_sink"
2751 },
2752 {
2753 "id": "futures-task 0.3.28",
2754 "target": "futures_task"
2755 },
2756 {
2757 "id": "futures-util 0.3.28",
2758 "target": "futures_util"
2759 }
2760 ],
2761 "selects": {}
2762 },
2763 "edition": "2018",
2764 "version": "0.3.28"
2765 },
2766 "license": "MIT OR Apache-2.0"
2767 },
2768 "futures-channel 0.3.28": {
2769 "name": "futures-channel",
2770 "version": "0.3.28",
2771 "repository": {
2772 "Http": {
2773 "url": "https://crates.io/api/v1/crates/futures-channel/0.3.28/download",
2774 "sha256": "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
2775 }
2776 },
2777 "targets": [
2778 {
2779 "Library": {
2780 "crate_name": "futures_channel",
2781 "crate_root": "src/lib.rs",
2782 "srcs": [
2783 "**/*.rs"
2784 ]
2785 }
2786 },
2787 {
2788 "BuildScript": {
2789 "crate_name": "build_script_build",
2790 "crate_root": "build.rs",
2791 "srcs": [
2792 "**/*.rs"
2793 ]
2794 }
2795 }
2796 ],
2797 "library_target_name": "futures_channel",
2798 "common_attrs": {
2799 "compile_data_glob": [
2800 "**"
2801 ],
2802 "crate_features": {
2803 "common": [
2804 "alloc",
2805 "futures-sink",
2806 "sink",
2807 "std"
2808 ],
2809 "selects": {}
2810 },
2811 "deps": {
2812 "common": [
2813 {
2814 "id": "futures-channel 0.3.28",
2815 "target": "build_script_build"
2816 },
2817 {
2818 "id": "futures-core 0.3.28",
2819 "target": "futures_core"
2820 },
2821 {
2822 "id": "futures-sink 0.3.28",
2823 "target": "futures_sink"
2824 }
2825 ],
2826 "selects": {}
2827 },
2828 "edition": "2018",
2829 "version": "0.3.28"
2830 },
2831 "build_script_attrs": {
2832 "data_glob": [
2833 "**"
2834 ]
2835 },
2836 "license": "MIT OR Apache-2.0"
2837 },
2838 "futures-core 0.3.28": {
2839 "name": "futures-core",
2840 "version": "0.3.28",
2841 "repository": {
2842 "Http": {
2843 "url": "https://crates.io/api/v1/crates/futures-core/0.3.28/download",
2844 "sha256": "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
2845 }
2846 },
2847 "targets": [
2848 {
2849 "Library": {
2850 "crate_name": "futures_core",
2851 "crate_root": "src/lib.rs",
2852 "srcs": [
2853 "**/*.rs"
2854 ]
2855 }
2856 },
2857 {
2858 "BuildScript": {
2859 "crate_name": "build_script_build",
2860 "crate_root": "build.rs",
2861 "srcs": [
2862 "**/*.rs"
2863 ]
2864 }
2865 }
2866 ],
2867 "library_target_name": "futures_core",
2868 "common_attrs": {
2869 "compile_data_glob": [
2870 "**"
2871 ],
2872 "crate_features": {
2873 "common": [
2874 "alloc",
2875 "std"
2876 ],
2877 "selects": {}
2878 },
2879 "deps": {
2880 "common": [
2881 {
2882 "id": "futures-core 0.3.28",
2883 "target": "build_script_build"
2884 }
2885 ],
2886 "selects": {}
2887 },
2888 "edition": "2018",
2889 "version": "0.3.28"
2890 },
2891 "build_script_attrs": {
2892 "data_glob": [
2893 "**"
2894 ]
2895 },
2896 "license": "MIT OR Apache-2.0"
2897 },
2898 "futures-executor 0.3.28": {
2899 "name": "futures-executor",
2900 "version": "0.3.28",
2901 "repository": {
2902 "Http": {
2903 "url": "https://crates.io/api/v1/crates/futures-executor/0.3.28/download",
2904 "sha256": "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
2905 }
2906 },
2907 "targets": [
2908 {
2909 "Library": {
2910 "crate_name": "futures_executor",
2911 "crate_root": "src/lib.rs",
2912 "srcs": [
2913 "**/*.rs"
2914 ]
2915 }
2916 }
2917 ],
2918 "library_target_name": "futures_executor",
2919 "common_attrs": {
2920 "compile_data_glob": [
2921 "**"
2922 ],
2923 "crate_features": {
2924 "common": [
2925 "std"
2926 ],
2927 "selects": {}
2928 },
2929 "deps": {
2930 "common": [
2931 {
2932 "id": "futures-core 0.3.28",
2933 "target": "futures_core"
2934 },
2935 {
2936 "id": "futures-task 0.3.28",
2937 "target": "futures_task"
2938 },
2939 {
2940 "id": "futures-util 0.3.28",
2941 "target": "futures_util"
2942 }
2943 ],
2944 "selects": {}
2945 },
2946 "edition": "2018",
2947 "version": "0.3.28"
2948 },
2949 "license": "MIT OR Apache-2.0"
2950 },
2951 "futures-io 0.3.28": {
2952 "name": "futures-io",
2953 "version": "0.3.28",
2954 "repository": {
2955 "Http": {
2956 "url": "https://crates.io/api/v1/crates/futures-io/0.3.28/download",
2957 "sha256": "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
2958 }
2959 },
2960 "targets": [
2961 {
2962 "Library": {
2963 "crate_name": "futures_io",
2964 "crate_root": "src/lib.rs",
2965 "srcs": [
2966 "**/*.rs"
2967 ]
2968 }
2969 }
2970 ],
2971 "library_target_name": "futures_io",
2972 "common_attrs": {
2973 "compile_data_glob": [
2974 "**"
2975 ],
2976 "crate_features": {
2977 "common": [
2978 "std"
2979 ],
2980 "selects": {}
2981 },
2982 "edition": "2018",
2983 "version": "0.3.28"
2984 },
2985 "license": "MIT OR Apache-2.0"
2986 },
2987 "futures-macro 0.3.28": {
2988 "name": "futures-macro",
2989 "version": "0.3.28",
2990 "repository": {
2991 "Http": {
2992 "url": "https://crates.io/api/v1/crates/futures-macro/0.3.28/download",
2993 "sha256": "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
2994 }
2995 },
2996 "targets": [
2997 {
2998 "ProcMacro": {
2999 "crate_name": "futures_macro",
3000 "crate_root": "src/lib.rs",
3001 "srcs": [
3002 "**/*.rs"
3003 ]
3004 }
3005 }
3006 ],
3007 "library_target_name": "futures_macro",
3008 "common_attrs": {
3009 "compile_data_glob": [
3010 "**"
3011 ],
3012 "deps": {
3013 "common": [
3014 {
3015 "id": "proc-macro2 1.0.63",
3016 "target": "proc_macro2"
3017 },
3018 {
3019 "id": "quote 1.0.29",
3020 "target": "quote"
3021 },
3022 {
3023 "id": "syn 2.0.22",
3024 "target": "syn"
3025 }
3026 ],
3027 "selects": {}
3028 },
3029 "edition": "2018",
3030 "version": "0.3.28"
3031 },
3032 "license": "MIT OR Apache-2.0"
3033 },
3034 "futures-sink 0.3.28": {
3035 "name": "futures-sink",
3036 "version": "0.3.28",
3037 "repository": {
3038 "Http": {
3039 "url": "https://crates.io/api/v1/crates/futures-sink/0.3.28/download",
3040 "sha256": "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
3041 }
3042 },
3043 "targets": [
3044 {
3045 "Library": {
3046 "crate_name": "futures_sink",
3047 "crate_root": "src/lib.rs",
3048 "srcs": [
3049 "**/*.rs"
3050 ]
3051 }
3052 }
3053 ],
3054 "library_target_name": "futures_sink",
3055 "common_attrs": {
3056 "compile_data_glob": [
3057 "**"
3058 ],
3059 "crate_features": {
3060 "common": [
3061 "alloc",
3062 "std"
3063 ],
3064 "selects": {}
3065 },
3066 "edition": "2018",
3067 "version": "0.3.28"
3068 },
3069 "license": "MIT OR Apache-2.0"
3070 },
3071 "futures-task 0.3.28": {
3072 "name": "futures-task",
3073 "version": "0.3.28",
3074 "repository": {
3075 "Http": {
3076 "url": "https://crates.io/api/v1/crates/futures-task/0.3.28/download",
3077 "sha256": "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
3078 }
3079 },
3080 "targets": [
3081 {
3082 "Library": {
3083 "crate_name": "futures_task",
3084 "crate_root": "src/lib.rs",
3085 "srcs": [
3086 "**/*.rs"
3087 ]
3088 }
3089 },
3090 {
3091 "BuildScript": {
3092 "crate_name": "build_script_build",
3093 "crate_root": "build.rs",
3094 "srcs": [
3095 "**/*.rs"
3096 ]
3097 }
3098 }
3099 ],
3100 "library_target_name": "futures_task",
3101 "common_attrs": {
3102 "compile_data_glob": [
3103 "**"
3104 ],
3105 "crate_features": {
3106 "common": [
3107 "alloc",
3108 "std"
3109 ],
3110 "selects": {}
3111 },
3112 "deps": {
3113 "common": [
3114 {
3115 "id": "futures-task 0.3.28",
3116 "target": "build_script_build"
3117 }
3118 ],
3119 "selects": {}
3120 },
3121 "edition": "2018",
3122 "version": "0.3.28"
3123 },
3124 "build_script_attrs": {
3125 "data_glob": [
3126 "**"
3127 ]
3128 },
3129 "license": "MIT OR Apache-2.0"
3130 },
3131 "futures-util 0.3.28": {
3132 "name": "futures-util",
3133 "version": "0.3.28",
3134 "repository": {
3135 "Http": {
3136 "url": "https://crates.io/api/v1/crates/futures-util/0.3.28/download",
3137 "sha256": "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
3138 }
3139 },
3140 "targets": [
3141 {
3142 "Library": {
3143 "crate_name": "futures_util",
3144 "crate_root": "src/lib.rs",
3145 "srcs": [
3146 "**/*.rs"
3147 ]
3148 }
3149 },
3150 {
3151 "BuildScript": {
3152 "crate_name": "build_script_build",
3153 "crate_root": "build.rs",
3154 "srcs": [
3155 "**/*.rs"
3156 ]
3157 }
3158 }
3159 ],
3160 "library_target_name": "futures_util",
3161 "common_attrs": {
3162 "compile_data_glob": [
3163 "**"
3164 ],
3165 "crate_features": {
3166 "common": [
3167 "alloc",
3168 "async-await",
3169 "async-await-macro",
3170 "channel",
3171 "futures-channel",
3172 "futures-io",
3173 "futures-macro",
3174 "futures-sink",
3175 "io",
3176 "memchr",
3177 "sink",
3178 "slab",
3179 "std"
3180 ],
3181 "selects": {}
3182 },
3183 "deps": {
3184 "common": [
3185 {
3186 "id": "futures-channel 0.3.28",
3187 "target": "futures_channel"
3188 },
3189 {
3190 "id": "futures-core 0.3.28",
3191 "target": "futures_core"
3192 },
3193 {
3194 "id": "futures-io 0.3.28",
3195 "target": "futures_io"
3196 },
3197 {
3198 "id": "futures-sink 0.3.28",
3199 "target": "futures_sink"
3200 },
3201 {
3202 "id": "futures-task 0.3.28",
3203 "target": "futures_task"
3204 },
3205 {
3206 "id": "futures-util 0.3.28",
3207 "target": "build_script_build"
3208 },
3209 {
3210 "id": "memchr 2.5.0",
3211 "target": "memchr"
3212 },
3213 {
3214 "id": "pin-project-lite 0.2.9",
3215 "target": "pin_project_lite"
3216 },
3217 {
3218 "id": "pin-utils 0.1.0",
3219 "target": "pin_utils"
3220 },
3221 {
3222 "id": "slab 0.4.8",
3223 "target": "slab"
3224 }
3225 ],
3226 "selects": {}
3227 },
3228 "edition": "2018",
3229 "proc_macro_deps": {
3230 "common": [
3231 {
3232 "id": "futures-macro 0.3.28",
3233 "target": "futures_macro"
3234 }
3235 ],
3236 "selects": {}
3237 },
3238 "version": "0.3.28"
3239 },
3240 "build_script_attrs": {
3241 "data_glob": [
3242 "**"
3243 ]
3244 },
3245 "license": "MIT OR Apache-2.0"
3246 },
3247 "getrandom 0.2.10": {
3248 "name": "getrandom",
3249 "version": "0.2.10",
3250 "repository": {
3251 "Http": {
3252 "url": "https://crates.io/api/v1/crates/getrandom/0.2.10/download",
3253 "sha256": "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
3254 }
3255 },
3256 "targets": [
3257 {
3258 "Library": {
3259 "crate_name": "getrandom",
3260 "crate_root": "src/lib.rs",
3261 "srcs": [
3262 "**/*.rs"
3263 ]
3264 }
3265 }
3266 ],
3267 "library_target_name": "getrandom",
3268 "common_attrs": {
3269 "compile_data_glob": [
3270 "**"
3271 ],
3272 "deps": {
3273 "common": [
3274 {
3275 "id": "cfg-if 1.0.0",
3276 "target": "cfg_if"
3277 }
3278 ],
3279 "selects": {
3280 "cfg(target_os = \"wasi\")": [
3281 {
3282 "id": "wasi 0.11.0+wasi-snapshot-preview1",
3283 "target": "wasi"
3284 }
3285 ],
3286 "cfg(unix)": [
3287 {
3288 "id": "libc 0.2.147",
3289 "target": "libc"
3290 }
3291 ]
3292 }
3293 },
3294 "edition": "2018",
3295 "version": "0.2.10"
3296 },
3297 "license": "MIT OR Apache-2.0"
3298 },
3299 "gimli 0.27.3": {
3300 "name": "gimli",
3301 "version": "0.27.3",
3302 "repository": {
3303 "Http": {
3304 "url": "https://crates.io/api/v1/crates/gimli/0.27.3/download",
3305 "sha256": "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
3306 }
3307 },
3308 "targets": [
3309 {
3310 "Library": {
3311 "crate_name": "gimli",
3312 "crate_root": "src/lib.rs",
3313 "srcs": [
3314 "**/*.rs"
3315 ]
3316 }
3317 }
3318 ],
3319 "library_target_name": "gimli",
3320 "common_attrs": {
3321 "compile_data_glob": [
3322 "**"
3323 ],
3324 "crate_features": {
3325 "common": [
3326 "read",
3327 "read-core"
3328 ],
3329 "selects": {}
3330 },
3331 "edition": "2018",
3332 "version": "0.27.3"
3333 },
3334 "license": "MIT OR Apache-2.0"
3335 },
3336 "glob 0.3.1": {
3337 "name": "glob",
3338 "version": "0.3.1",
3339 "repository": {
3340 "Http": {
3341 "url": "https://crates.io/api/v1/crates/glob/0.3.1/download",
3342 "sha256": "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
3343 }
3344 },
3345 "targets": [
3346 {
3347 "Library": {
3348 "crate_name": "glob",
3349 "crate_root": "src/lib.rs",
3350 "srcs": [
3351 "**/*.rs"
3352 ]
3353 }
3354 }
3355 ],
3356 "library_target_name": "glob",
3357 "common_attrs": {
3358 "compile_data_glob": [
3359 "**"
3360 ],
3361 "edition": "2015",
3362 "version": "0.3.1"
3363 },
3364 "license": "MIT OR Apache-2.0"
3365 },
3366 "hashbrown 0.12.3": {
3367 "name": "hashbrown",
3368 "version": "0.12.3",
3369 "repository": {
3370 "Http": {
3371 "url": "https://crates.io/api/v1/crates/hashbrown/0.12.3/download",
3372 "sha256": "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
3373 }
3374 },
3375 "targets": [
3376 {
3377 "Library": {
3378 "crate_name": "hashbrown",
3379 "crate_root": "src/lib.rs",
3380 "srcs": [
3381 "**/*.rs"
3382 ]
3383 }
3384 }
3385 ],
3386 "library_target_name": "hashbrown",
3387 "common_attrs": {
3388 "compile_data_glob": [
3389 "**"
3390 ],
3391 "crate_features": {
3392 "common": [
3393 "ahash",
3394 "default",
3395 "inline-more",
3396 "raw"
3397 ],
3398 "selects": {}
3399 },
3400 "deps": {
3401 "common": [
3402 {
3403 "id": "ahash 0.7.6",
3404 "target": "ahash"
3405 }
3406 ],
3407 "selects": {}
3408 },
3409 "edition": "2021",
3410 "version": "0.12.3"
3411 },
3412 "license": "MIT OR Apache-2.0"
3413 },
3414 "heck 0.4.1": {
3415 "name": "heck",
3416 "version": "0.4.1",
3417 "repository": {
3418 "Http": {
3419 "url": "https://crates.io/api/v1/crates/heck/0.4.1/download",
3420 "sha256": "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
3421 }
3422 },
3423 "targets": [
3424 {
3425 "Library": {
3426 "crate_name": "heck",
3427 "crate_root": "src/lib.rs",
3428 "srcs": [
3429 "**/*.rs"
3430 ]
3431 }
3432 }
3433 ],
3434 "library_target_name": "heck",
3435 "common_attrs": {
3436 "compile_data_glob": [
3437 "**"
3438 ],
3439 "crate_features": {
3440 "common": [
3441 "default"
3442 ],
3443 "selects": {}
3444 },
3445 "edition": "2018",
3446 "version": "0.4.1"
3447 },
3448 "license": "MIT OR Apache-2.0"
3449 },
3450 "hermit-abi 0.1.19": {
3451 "name": "hermit-abi",
3452 "version": "0.1.19",
3453 "repository": {
3454 "Http": {
3455 "url": "https://crates.io/api/v1/crates/hermit-abi/0.1.19/download",
3456 "sha256": "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
3457 }
3458 },
3459 "targets": [
3460 {
3461 "Library": {
3462 "crate_name": "hermit_abi",
3463 "crate_root": "src/lib.rs",
3464 "srcs": [
3465 "**/*.rs"
3466 ]
3467 }
3468 }
3469 ],
3470 "library_target_name": "hermit_abi",
3471 "common_attrs": {
3472 "compile_data_glob": [
3473 "**"
3474 ],
3475 "deps": {
3476 "common": [
3477 {
3478 "id": "libc 0.2.147",
3479 "target": "libc"
3480 }
3481 ],
3482 "selects": {}
3483 },
3484 "edition": "2018",
3485 "version": "0.1.19"
3486 },
3487 "license": "MIT/Apache-2.0"
3488 },
3489 "hermit-abi 0.3.2": {
3490 "name": "hermit-abi",
3491 "version": "0.3.2",
3492 "repository": {
3493 "Http": {
3494 "url": "https://crates.io/api/v1/crates/hermit-abi/0.3.2/download",
3495 "sha256": "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
3496 }
3497 },
3498 "targets": [
3499 {
3500 "Library": {
3501 "crate_name": "hermit_abi",
3502 "crate_root": "src/lib.rs",
3503 "srcs": [
3504 "**/*.rs"
3505 ]
3506 }
3507 }
3508 ],
3509 "library_target_name": "hermit_abi",
3510 "common_attrs": {
3511 "compile_data_glob": [
3512 "**"
3513 ],
3514 "edition": "2021",
3515 "version": "0.3.2"
3516 },
3517 "license": "MIT OR Apache-2.0"
3518 },
3519 "humantime 2.1.0": {
3520 "name": "humantime",
3521 "version": "2.1.0",
3522 "repository": {
3523 "Http": {
3524 "url": "https://crates.io/api/v1/crates/humantime/2.1.0/download",
3525 "sha256": "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
3526 }
3527 },
3528 "targets": [
3529 {
3530 "Library": {
3531 "crate_name": "humantime",
3532 "crate_root": "src/lib.rs",
3533 "srcs": [
3534 "**/*.rs"
3535 ]
3536 }
3537 }
3538 ],
3539 "library_target_name": "humantime",
3540 "common_attrs": {
3541 "compile_data_glob": [
3542 "**"
3543 ],
3544 "edition": "2018",
3545 "version": "2.1.0"
3546 },
3547 "license": "MIT/Apache-2.0"
3548 },
3549 "indexmap 1.9.3": {
3550 "name": "indexmap",
3551 "version": "1.9.3",
3552 "repository": {
3553 "Http": {
3554 "url": "https://crates.io/api/v1/crates/indexmap/1.9.3/download",
3555 "sha256": "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
3556 }
3557 },
3558 "targets": [
3559 {
3560 "Library": {
3561 "crate_name": "indexmap",
3562 "crate_root": "src/lib.rs",
3563 "srcs": [
3564 "**/*.rs"
3565 ]
3566 }
3567 },
3568 {
3569 "BuildScript": {
3570 "crate_name": "build_script_build",
3571 "crate_root": "build.rs",
3572 "srcs": [
3573 "**/*.rs"
3574 ]
3575 }
3576 }
3577 ],
3578 "library_target_name": "indexmap",
3579 "common_attrs": {
3580 "compile_data_glob": [
3581 "**"
3582 ],
3583 "crate_features": {
3584 "common": [
3585 "serde",
3586 "std"
3587 ],
3588 "selects": {}
3589 },
3590 "deps": {
3591 "common": [
3592 {
3593 "id": "hashbrown 0.12.3",
3594 "target": "hashbrown"
3595 },
3596 {
3597 "id": "indexmap 1.9.3",
3598 "target": "build_script_build"
3599 },
3600 {
3601 "id": "serde 1.0.168",
3602 "target": "serde"
3603 }
3604 ],
3605 "selects": {}
3606 },
3607 "edition": "2021",
3608 "version": "1.9.3"
3609 },
3610 "build_script_attrs": {
3611 "data_glob": [
3612 "**"
3613 ],
3614 "deps": {
3615 "common": [
3616 {
3617 "id": "autocfg 1.1.0",
3618 "target": "autocfg"
3619 }
3620 ],
3621 "selects": {}
3622 }
3623 },
3624 "license": "Apache-2.0 OR MIT"
3625 },
3626 "indoc 1.0.9": {
3627 "name": "indoc",
3628 "version": "1.0.9",
3629 "repository": {
3630 "Http": {
3631 "url": "https://crates.io/api/v1/crates/indoc/1.0.9/download",
3632 "sha256": "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
3633 }
3634 },
3635 "targets": [
3636 {
3637 "ProcMacro": {
3638 "crate_name": "indoc",
3639 "crate_root": "src/lib.rs",
3640 "srcs": [
3641 "**/*.rs"
3642 ]
3643 }
3644 }
3645 ],
3646 "library_target_name": "indoc",
3647 "common_attrs": {
3648 "compile_data_glob": [
3649 "**"
3650 ],
3651 "edition": "2018",
3652 "version": "1.0.9"
3653 },
3654 "license": "MIT OR Apache-2.0"
3655 },
3656 "instant 0.1.12": {
3657 "name": "instant",
3658 "version": "0.1.12",
3659 "repository": {
3660 "Http": {
3661 "url": "https://crates.io/api/v1/crates/instant/0.1.12/download",
3662 "sha256": "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
3663 }
3664 },
3665 "targets": [
3666 {
3667 "Library": {
3668 "crate_name": "instant",
3669 "crate_root": "src/lib.rs",
3670 "srcs": [
3671 "**/*.rs"
3672 ]
3673 }
3674 }
3675 ],
3676 "library_target_name": "instant",
3677 "common_attrs": {
3678 "compile_data_glob": [
3679 "**"
3680 ],
3681 "deps": {
3682 "common": [
3683 {
3684 "id": "cfg-if 1.0.0",
3685 "target": "cfg_if"
3686 }
3687 ],
3688 "selects": {}
3689 },
3690 "edition": "2018",
3691 "version": "0.1.12"
3692 },
3693 "license": "BSD-3-Clause"
3694 },
3695 "io-lifetimes 1.0.11": {
3696 "name": "io-lifetimes",
3697 "version": "1.0.11",
3698 "repository": {
3699 "Http": {
3700 "url": "https://crates.io/api/v1/crates/io-lifetimes/1.0.11/download",
3701 "sha256": "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
3702 }
3703 },
3704 "targets": [
3705 {
3706 "Library": {
3707 "crate_name": "io_lifetimes",
3708 "crate_root": "src/lib.rs",
3709 "srcs": [
3710 "**/*.rs"
3711 ]
3712 }
3713 },
3714 {
3715 "BuildScript": {
3716 "crate_name": "build_script_build",
3717 "crate_root": "build.rs",
3718 "srcs": [
3719 "**/*.rs"
3720 ]
3721 }
3722 }
3723 ],
3724 "library_target_name": "io_lifetimes",
3725 "common_attrs": {
3726 "compile_data_glob": [
3727 "**"
3728 ],
3729 "crate_features": {
3730 "common": [
3731 "close",
3732 "hermit-abi",
3733 "libc",
3734 "windows-sys"
3735 ],
3736 "selects": {}
3737 },
3738 "deps": {
3739 "common": [
3740 {
3741 "id": "io-lifetimes 1.0.11",
3742 "target": "build_script_build"
3743 }
3744 ],
3745 "selects": {
3746 "cfg(not(windows))": [
3747 {
3748 "id": "libc 0.2.147",
3749 "target": "libc"
3750 }
3751 ],
3752 "cfg(target_os = \"hermit\")": [
3753 {
3754 "id": "hermit-abi 0.3.2",
3755 "target": "hermit_abi"
3756 }
3757 ],
3758 "cfg(windows)": [
3759 {
3760 "id": "windows-sys 0.48.0",
3761 "target": "windows_sys"
3762 }
3763 ]
3764 }
3765 },
3766 "edition": "2018",
3767 "version": "1.0.11"
3768 },
3769 "build_script_attrs": {
3770 "data_glob": [
3771 "**"
3772 ]
3773 },
3774 "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
3775 },
3776 "is_ci 1.1.1": {
3777 "name": "is_ci",
3778 "version": "1.1.1",
3779 "repository": {
3780 "Http": {
3781 "url": "https://crates.io/api/v1/crates/is_ci/1.1.1/download",
3782 "sha256": "616cde7c720bb2bb5824a224687d8f77bfd38922027f01d825cd7453be5099fb"
3783 }
3784 },
3785 "targets": [
3786 {
3787 "Library": {
3788 "crate_name": "is_ci",
3789 "crate_root": "src/lib.rs",
3790 "srcs": [
3791 "**/*.rs"
3792 ]
3793 }
3794 }
3795 ],
3796 "library_target_name": "is_ci",
3797 "common_attrs": {
3798 "compile_data_glob": [
3799 "**"
3800 ],
3801 "edition": "2018",
3802 "version": "1.1.1"
3803 },
3804 "license": "ISC"
3805 },
3806 "itertools 0.10.5": {
3807 "name": "itertools",
3808 "version": "0.10.5",
3809 "repository": {
3810 "Http": {
3811 "url": "https://crates.io/api/v1/crates/itertools/0.10.5/download",
3812 "sha256": "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
3813 }
3814 },
3815 "targets": [
3816 {
3817 "Library": {
3818 "crate_name": "itertools",
3819 "crate_root": "src/lib.rs",
3820 "srcs": [
3821 "**/*.rs"
3822 ]
3823 }
3824 }
3825 ],
3826 "library_target_name": "itertools",
3827 "common_attrs": {
3828 "compile_data_glob": [
3829 "**"
3830 ],
3831 "crate_features": {
3832 "common": [
3833 "default",
3834 "use_alloc",
3835 "use_std"
3836 ],
3837 "selects": {}
3838 },
3839 "deps": {
3840 "common": [
3841 {
3842 "id": "either 1.8.1",
3843 "target": "either"
3844 }
3845 ],
3846 "selects": {}
3847 },
3848 "edition": "2018",
3849 "version": "0.10.5"
3850 },
3851 "license": "MIT/Apache-2.0"
3852 },
3853 "itertools 0.9.0": {
3854 "name": "itertools",
3855 "version": "0.9.0",
3856 "repository": {
3857 "Http": {
3858 "url": "https://crates.io/api/v1/crates/itertools/0.9.0/download",
3859 "sha256": "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
3860 }
3861 },
3862 "targets": [
3863 {
3864 "Library": {
3865 "crate_name": "itertools",
3866 "crate_root": "src/lib.rs",
3867 "srcs": [
3868 "**/*.rs"
3869 ]
3870 }
3871 }
3872 ],
3873 "library_target_name": "itertools",
3874 "common_attrs": {
3875 "compile_data_glob": [
3876 "**"
3877 ],
3878 "crate_features": {
3879 "common": [
3880 "default",
3881 "use_std"
3882 ],
3883 "selects": {}
3884 },
3885 "deps": {
3886 "common": [
3887 {
3888 "id": "either 1.8.1",
3889 "target": "either"
3890 }
3891 ],
3892 "selects": {}
3893 },
3894 "edition": "2018",
3895 "version": "0.9.0"
3896 },
3897 "license": "MIT/Apache-2.0"
3898 },
3899 "itoa 1.0.8": {
3900 "name": "itoa",
3901 "version": "1.0.8",
3902 "repository": {
3903 "Http": {
3904 "url": "https://crates.io/api/v1/crates/itoa/1.0.8/download",
3905 "sha256": "62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a"
3906 }
3907 },
3908 "targets": [
3909 {
3910 "Library": {
3911 "crate_name": "itoa",
3912 "crate_root": "src/lib.rs",
3913 "srcs": [
3914 "**/*.rs"
3915 ]
3916 }
3917 }
3918 ],
3919 "library_target_name": "itoa",
3920 "common_attrs": {
3921 "compile_data_glob": [
3922 "**"
3923 ],
3924 "edition": "2018",
3925 "version": "1.0.8"
3926 },
3927 "license": "MIT OR Apache-2.0"
3928 },
3929 "lazy_static 1.4.0": {
3930 "name": "lazy_static",
3931 "version": "1.4.0",
3932 "repository": {
3933 "Http": {
3934 "url": "https://crates.io/api/v1/crates/lazy_static/1.4.0/download",
3935 "sha256": "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
3936 }
3937 },
3938 "targets": [
3939 {
3940 "Library": {
3941 "crate_name": "lazy_static",
3942 "crate_root": "src/lib.rs",
3943 "srcs": [
3944 "**/*.rs"
3945 ]
3946 }
3947 }
3948 ],
3949 "library_target_name": "lazy_static",
3950 "common_attrs": {
3951 "compile_data_glob": [
3952 "**"
3953 ],
3954 "edition": "2015",
3955 "version": "1.4.0"
3956 },
3957 "license": "MIT/Apache-2.0"
3958 },
3959 "lazycell 1.3.0": {
3960 "name": "lazycell",
3961 "version": "1.3.0",
3962 "repository": {
3963 "Http": {
3964 "url": "https://crates.io/api/v1/crates/lazycell/1.3.0/download",
3965 "sha256": "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
3966 }
3967 },
3968 "targets": [
3969 {
3970 "Library": {
3971 "crate_name": "lazycell",
3972 "crate_root": "src/lib.rs",
3973 "srcs": [
3974 "**/*.rs"
3975 ]
3976 }
3977 }
3978 ],
3979 "library_target_name": "lazycell",
3980 "common_attrs": {
3981 "compile_data_glob": [
3982 "**"
3983 ],
3984 "edition": "2015",
3985 "version": "1.3.0"
3986 },
3987 "license": "MIT/Apache-2.0"
3988 },
3989 "libc 0.2.147": {
3990 "name": "libc",
3991 "version": "0.2.147",
3992 "repository": {
3993 "Http": {
3994 "url": "https://crates.io/api/v1/crates/libc/0.2.147/download",
3995 "sha256": "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
3996 }
3997 },
3998 "targets": [
3999 {
4000 "Library": {
4001 "crate_name": "libc",
4002 "crate_root": "src/lib.rs",
4003 "srcs": [
4004 "**/*.rs"
4005 ]
4006 }
4007 },
4008 {
4009 "BuildScript": {
4010 "crate_name": "build_script_build",
4011 "crate_root": "build.rs",
4012 "srcs": [
4013 "**/*.rs"
4014 ]
4015 }
4016 }
4017 ],
4018 "library_target_name": "libc",
4019 "common_attrs": {
4020 "compile_data_glob": [
4021 "**"
4022 ],
4023 "crate_features": {
4024 "common": [
4025 "default",
4026 "extra_traits",
4027 "std"
4028 ],
4029 "selects": {}
4030 },
4031 "deps": {
4032 "common": [
4033 {
4034 "id": "libc 0.2.147",
4035 "target": "build_script_build"
4036 }
4037 ],
4038 "selects": {}
4039 },
4040 "edition": "2015",
4041 "version": "0.2.147"
4042 },
4043 "build_script_attrs": {
4044 "data_glob": [
4045 "**"
4046 ]
4047 },
4048 "license": "MIT OR Apache-2.0"
4049 },
4050 "libloading 0.6.3": {
4051 "name": "libloading",
4052 "version": "0.6.3",
4053 "repository": {
4054 "Http": {
4055 "url": "https://crates.io/api/v1/crates/libloading/0.6.3/download",
4056 "sha256": "2443d8f0478b16759158b2f66d525991a05491138bc05814ef52a250148ef4f9"
4057 }
4058 },
4059 "targets": [
4060 {
4061 "Library": {
4062 "crate_name": "libloading",
4063 "crate_root": "src/lib.rs",
4064 "srcs": [
4065 "**/*.rs"
4066 ]
4067 }
4068 },
4069 {
4070 "BuildScript": {
4071 "crate_name": "build_script_build",
4072 "crate_root": "build.rs",
4073 "srcs": [
4074 "**/*.rs"
4075 ]
4076 }
4077 }
4078 ],
4079 "library_target_name": "libloading",
4080 "common_attrs": {
4081 "compile_data_glob": [
4082 "**"
4083 ],
4084 "deps": {
4085 "common": [
4086 {
4087 "id": "libloading 0.6.3",
4088 "target": "build_script_build"
4089 }
4090 ],
4091 "selects": {
4092 "cfg(unix)": [
4093 {
4094 "id": "cfg-if 0.1.10",
4095 "target": "cfg_if"
4096 }
4097 ],
4098 "cfg(windows)": [
4099 {
4100 "id": "winapi 0.3.9",
4101 "target": "winapi"
4102 }
4103 ]
4104 }
4105 },
4106 "edition": "2015",
4107 "version": "0.6.3"
4108 },
4109 "build_script_attrs": {
4110 "data_glob": [
4111 "**"
4112 ]
4113 },
4114 "license": "ISC"
4115 },
4116 "libloading 0.7.4": {
4117 "name": "libloading",
4118 "version": "0.7.4",
4119 "repository": {
4120 "Http": {
4121 "url": "https://crates.io/api/v1/crates/libloading/0.7.4/download",
4122 "sha256": "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
4123 }
4124 },
4125 "targets": [
4126 {
4127 "Library": {
4128 "crate_name": "libloading",
4129 "crate_root": "src/lib.rs",
4130 "srcs": [
4131 "**/*.rs"
4132 ]
4133 }
4134 }
4135 ],
4136 "library_target_name": "libloading",
4137 "common_attrs": {
4138 "compile_data_glob": [
4139 "**"
4140 ],
4141 "deps": {
4142 "common": [],
4143 "selects": {
4144 "cfg(unix)": [
4145 {
4146 "id": "cfg-if 1.0.0",
4147 "target": "cfg_if"
4148 }
4149 ],
4150 "cfg(windows)": [
4151 {
4152 "id": "winapi 0.3.9",
4153 "target": "winapi"
4154 }
4155 ]
4156 }
4157 },
4158 "edition": "2015",
4159 "version": "0.7.4"
4160 },
4161 "license": "ISC"
4162 },
4163 "link-cplusplus 1.0.8": {
4164 "name": "link-cplusplus",
4165 "version": "1.0.8",
4166 "repository": {
4167 "Http": {
4168 "url": "https://crates.io/api/v1/crates/link-cplusplus/1.0.8/download",
4169 "sha256": "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
4170 }
4171 },
4172 "targets": [
4173 {
4174 "Library": {
4175 "crate_name": "link_cplusplus",
4176 "crate_root": "src/lib.rs",
4177 "srcs": [
4178 "**/*.rs"
4179 ]
4180 }
4181 },
4182 {
4183 "BuildScript": {
4184 "crate_name": "build_script_build",
4185 "crate_root": "build.rs",
4186 "srcs": [
4187 "**/*.rs"
4188 ]
4189 }
4190 }
4191 ],
4192 "library_target_name": "link_cplusplus",
4193 "common_attrs": {
4194 "compile_data_glob": [
4195 "**"
4196 ],
4197 "crate_features": {
4198 "common": [
4199 "default",
4200 "nothing"
4201 ],
4202 "selects": {}
4203 },
4204 "deps": {
4205 "common": [
4206 {
4207 "id": "link-cplusplus 1.0.8",
4208 "target": "build_script_build"
4209 }
4210 ],
4211 "selects": {}
4212 },
4213 "edition": "2018",
4214 "version": "1.0.8"
4215 },
4216 "build_script_attrs": {
4217 "data_glob": [
4218 "**"
4219 ],
4220 "deps": {
4221 "common": [
4222 {
4223 "id": "cc 1.0.79",
4224 "target": "cc"
4225 }
4226 ],
4227 "selects": {}
4228 },
4229 "links": "cplusplus"
4230 },
4231 "license": "MIT OR Apache-2.0"
4232 },
4233 "linux-raw-sys 0.3.8": {
4234 "name": "linux-raw-sys",
4235 "version": "0.3.8",
4236 "repository": {
4237 "Http": {
4238 "url": "https://crates.io/api/v1/crates/linux-raw-sys/0.3.8/download",
4239 "sha256": "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
4240 }
4241 },
4242 "targets": [
4243 {
4244 "Library": {
4245 "crate_name": "linux_raw_sys",
4246 "crate_root": "src/lib.rs",
4247 "srcs": [
4248 "**/*.rs"
4249 ]
4250 }
4251 }
4252 ],
4253 "library_target_name": "linux_raw_sys",
4254 "common_attrs": {
4255 "compile_data_glob": [
4256 "**"
4257 ],
4258 "crate_features": {
4259 "common": [
4260 "errno",
4261 "general",
4262 "ioctl",
4263 "no_std"
4264 ],
4265 "selects": {}
4266 },
4267 "edition": "2018",
4268 "version": "0.3.8"
4269 },
4270 "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
4271 },
4272 "log 0.4.19": {
4273 "name": "log",
4274 "version": "0.4.19",
4275 "repository": {
4276 "Http": {
4277 "url": "https://crates.io/api/v1/crates/log/0.4.19/download",
4278 "sha256": "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
4279 }
4280 },
4281 "targets": [
4282 {
4283 "Library": {
4284 "crate_name": "log",
4285 "crate_root": "src/lib.rs",
4286 "srcs": [
4287 "**/*.rs"
4288 ]
4289 }
4290 }
4291 ],
4292 "library_target_name": "log",
4293 "common_attrs": {
4294 "compile_data_glob": [
4295 "**"
4296 ],
4297 "crate_features": {
4298 "common": [
4299 "std"
4300 ],
4301 "selects": {}
4302 },
4303 "edition": "2015",
4304 "rustc_flags": [
4305 "--cfg=atomic_cas"
4306 ],
4307 "version": "0.4.19"
4308 },
4309 "license": "MIT OR Apache-2.0"
4310 },
4311 "memchr 2.5.0": {
4312 "name": "memchr",
4313 "version": "2.5.0",
4314 "repository": {
4315 "Http": {
4316 "url": "https://crates.io/api/v1/crates/memchr/2.5.0/download",
4317 "sha256": "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
4318 }
4319 },
4320 "targets": [
4321 {
4322 "Library": {
4323 "crate_name": "memchr",
4324 "crate_root": "src/lib.rs",
4325 "srcs": [
4326 "**/*.rs"
4327 ]
4328 }
4329 },
4330 {
4331 "BuildScript": {
4332 "crate_name": "build_script_build",
4333 "crate_root": "build.rs",
4334 "srcs": [
4335 "**/*.rs"
4336 ]
4337 }
4338 }
4339 ],
4340 "library_target_name": "memchr",
4341 "common_attrs": {
4342 "compile_data_glob": [
4343 "**"
4344 ],
4345 "crate_features": {
4346 "common": [
4347 "default",
4348 "std",
4349 "use_std"
4350 ],
4351 "selects": {}
4352 },
4353 "deps": {
4354 "common": [
4355 {
4356 "id": "memchr 2.5.0",
4357 "target": "build_script_build"
4358 }
4359 ],
4360 "selects": {}
4361 },
4362 "edition": "2018",
4363 "version": "2.5.0"
4364 },
4365 "build_script_attrs": {
4366 "data_glob": [
4367 "**"
4368 ]
4369 },
4370 "license": "Unlicense/MIT"
4371 },
4372 "miette 4.7.1": {
4373 "name": "miette",
4374 "version": "4.7.1",
4375 "repository": {
4376 "Http": {
4377 "url": "https://crates.io/api/v1/crates/miette/4.7.1/download",
4378 "sha256": "1c90329e44f9208b55f45711f9558cec15d7ef8295cc65ecd6d4188ae8edc58c"
4379 }
4380 },
4381 "targets": [
4382 {
4383 "Library": {
4384 "crate_name": "miette",
4385 "crate_root": "src/lib.rs",
4386 "srcs": [
4387 "**/*.rs"
4388 ]
4389 }
4390 }
4391 ],
4392 "library_target_name": "miette",
4393 "common_attrs": {
4394 "compile_data_glob": [
4395 "**"
4396 ],
4397 "crate_features": {
4398 "common": [
4399 "atty",
4400 "backtrace",
4401 "default",
4402 "fancy",
4403 "fancy-no-backtrace",
4404 "owo-colors",
4405 "supports-color",
4406 "supports-hyperlinks",
4407 "supports-unicode",
4408 "terminal_size",
4409 "textwrap"
4410 ],
4411 "selects": {}
4412 },
4413 "deps": {
4414 "common": [
4415 {
4416 "id": "atty 0.2.14",
4417 "target": "atty"
4418 },
4419 {
4420 "id": "backtrace 0.3.68",
4421 "target": "backtrace"
4422 },
4423 {
4424 "id": "once_cell 1.18.0",
4425 "target": "once_cell"
4426 },
4427 {
4428 "id": "owo-colors 3.5.0",
4429 "target": "owo_colors"
4430 },
4431 {
4432 "id": "supports-color 1.3.1",
4433 "target": "supports_color"
4434 },
4435 {
4436 "id": "supports-hyperlinks 1.2.0",
4437 "target": "supports_hyperlinks"
4438 },
4439 {
4440 "id": "supports-unicode 1.0.2",
4441 "target": "supports_unicode"
4442 },
4443 {
4444 "id": "terminal_size 0.1.17",
4445 "target": "terminal_size"
4446 },
4447 {
4448 "id": "textwrap 0.15.2",
4449 "target": "textwrap"
4450 },
4451 {
4452 "id": "thiserror 1.0.40",
4453 "target": "thiserror"
4454 },
4455 {
4456 "id": "unicode-width 0.1.10",
4457 "target": "unicode_width"
4458 }
4459 ],
4460 "selects": {}
4461 },
4462 "edition": "2018",
4463 "proc_macro_deps": {
4464 "common": [
4465 {
4466 "id": "miette-derive 4.7.1",
4467 "target": "miette_derive"
4468 }
4469 ],
4470 "selects": {}
4471 },
4472 "version": "4.7.1"
4473 },
4474 "license": "Apache-2.0"
4475 },
4476 "miette-derive 4.7.1": {
4477 "name": "miette-derive",
4478 "version": "4.7.1",
4479 "repository": {
4480 "Http": {
4481 "url": "https://crates.io/api/v1/crates/miette-derive/4.7.1/download",
4482 "sha256": "6b5bc45b761bcf1b5e6e6c4128cd93b84c218721a8d9b894aa0aff4ed180174c"
4483 }
4484 },
4485 "targets": [
4486 {
4487 "ProcMacro": {
4488 "crate_name": "miette_derive",
4489 "crate_root": "src/lib.rs",
4490 "srcs": [
4491 "**/*.rs"
4492 ]
4493 }
4494 }
4495 ],
4496 "library_target_name": "miette_derive",
4497 "common_attrs": {
4498 "compile_data_glob": [
4499 "**"
4500 ],
4501 "deps": {
4502 "common": [
4503 {
4504 "id": "proc-macro2 1.0.63",
4505 "target": "proc_macro2"
4506 },
4507 {
4508 "id": "quote 1.0.29",
4509 "target": "quote"
4510 },
4511 {
4512 "id": "syn 1.0.109",
4513 "target": "syn"
4514 }
4515 ],
4516 "selects": {}
4517 },
4518 "edition": "2018",
4519 "version": "4.7.1"
4520 },
4521 "license": "Apache-2.0"
4522 },
4523 "minimal-lexical 0.2.1": {
4524 "name": "minimal-lexical",
4525 "version": "0.2.1",
4526 "repository": {
4527 "Http": {
4528 "url": "https://crates.io/api/v1/crates/minimal-lexical/0.2.1/download",
4529 "sha256": "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
4530 }
4531 },
4532 "targets": [
4533 {
4534 "Library": {
4535 "crate_name": "minimal_lexical",
4536 "crate_root": "src/lib.rs",
4537 "srcs": [
4538 "**/*.rs"
4539 ]
4540 }
4541 }
4542 ],
4543 "library_target_name": "minimal_lexical",
4544 "common_attrs": {
4545 "compile_data_glob": [
4546 "**"
4547 ],
4548 "crate_features": {
4549 "common": [
4550 "std"
4551 ],
4552 "selects": {}
4553 },
4554 "edition": "2018",
4555 "version": "0.2.1"
4556 },
4557 "license": "MIT/Apache-2.0"
4558 },
4559 "miniz_oxide 0.7.1": {
4560 "name": "miniz_oxide",
4561 "version": "0.7.1",
4562 "repository": {
4563 "Http": {
4564 "url": "https://crates.io/api/v1/crates/miniz_oxide/0.7.1/download",
4565 "sha256": "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
4566 }
4567 },
4568 "targets": [
4569 {
4570 "Library": {
4571 "crate_name": "miniz_oxide",
4572 "crate_root": "src/lib.rs",
4573 "srcs": [
4574 "**/*.rs"
4575 ]
4576 }
4577 }
4578 ],
4579 "library_target_name": "miniz_oxide",
4580 "common_attrs": {
4581 "compile_data_glob": [
4582 "**"
4583 ],
4584 "deps": {
4585 "common": [
4586 {
4587 "id": "adler 1.0.2",
4588 "target": "adler"
4589 }
4590 ],
4591 "selects": {}
4592 },
4593 "edition": "2018",
4594 "version": "0.7.1"
4595 },
4596 "license": "MIT OR Zlib OR Apache-2.0"
4597 },
4598 "moveit 0.5.1": {
4599 "name": "moveit",
4600 "version": "0.5.1",
4601 "repository": {
4602 "Http": {
4603 "url": "https://crates.io/api/v1/crates/moveit/0.5.1/download",
4604 "sha256": "d7d756ffe4e38013507d35bf726a93fcdae2cae043ab5ce477f13857a335030d"
4605 }
4606 },
4607 "targets": [
4608 {
4609 "Library": {
4610 "crate_name": "moveit",
4611 "crate_root": "src/lib.rs",
4612 "srcs": [
4613 "**/*.rs"
4614 ]
4615 }
4616 }
4617 ],
4618 "library_target_name": "moveit",
4619 "common_attrs": {
4620 "compile_data_glob": [
4621 "**"
4622 ],
4623 "crate_features": {
4624 "common": [
4625 "alloc",
4626 "cxx",
4627 "default"
4628 ],
4629 "selects": {}
4630 },
4631 "deps": {
4632 "common": [
4633 {
4634 "id": "cxx 1.0.97",
4635 "target": "cxx"
4636 }
4637 ],
4638 "selects": {}
4639 },
4640 "edition": "2018",
4641 "version": "0.5.1"
4642 },
4643 "license": "Apache-2.0 OR MIT"
4644 },
4645 "nom 5.1.3": {
4646 "name": "nom",
4647 "version": "5.1.3",
4648 "repository": {
4649 "Http": {
4650 "url": "https://crates.io/api/v1/crates/nom/5.1.3/download",
4651 "sha256": "08959a387a676302eebf4ddbcbc611da04285579f76f88ee0506c63b1a61dd4b"
4652 }
4653 },
4654 "targets": [
4655 {
4656 "Library": {
4657 "crate_name": "nom",
4658 "crate_root": "src/lib.rs",
4659 "srcs": [
4660 "**/*.rs"
4661 ]
4662 }
4663 },
4664 {
4665 "BuildScript": {
4666 "crate_name": "build_script_build",
4667 "crate_root": "build.rs",
4668 "srcs": [
4669 "**/*.rs"
4670 ]
4671 }
4672 }
4673 ],
4674 "library_target_name": "nom",
4675 "common_attrs": {
4676 "compile_data_glob": [
4677 "**"
4678 ],
4679 "crate_features": {
4680 "common": [
4681 "alloc",
4682 "std"
4683 ],
4684 "selects": {}
4685 },
4686 "deps": {
4687 "common": [
4688 {
4689 "id": "memchr 2.5.0",
4690 "target": "memchr"
4691 },
4692 {
4693 "id": "nom 5.1.3",
4694 "target": "build_script_build"
4695 }
4696 ],
4697 "selects": {}
4698 },
4699 "edition": "2018",
4700 "version": "5.1.3"
4701 },
4702 "build_script_attrs": {
4703 "data_glob": [
4704 "**"
4705 ],
4706 "deps": {
4707 "common": [
4708 {
4709 "id": "version_check 0.9.4",
4710 "target": "version_check"
4711 }
4712 ],
4713 "selects": {}
4714 }
4715 },
4716 "license": "MIT"
4717 },
4718 "nom 7.1.3": {
4719 "name": "nom",
4720 "version": "7.1.3",
4721 "repository": {
4722 "Http": {
4723 "url": "https://crates.io/api/v1/crates/nom/7.1.3/download",
4724 "sha256": "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
4725 }
4726 },
4727 "targets": [
4728 {
4729 "Library": {
4730 "crate_name": "nom",
4731 "crate_root": "src/lib.rs",
4732 "srcs": [
4733 "**/*.rs"
4734 ]
4735 }
4736 }
4737 ],
4738 "library_target_name": "nom",
4739 "common_attrs": {
4740 "compile_data_glob": [
4741 "**"
4742 ],
4743 "crate_features": {
4744 "common": [
4745 "alloc",
4746 "std"
4747 ],
4748 "selects": {}
4749 },
4750 "deps": {
4751 "common": [
4752 {
4753 "id": "memchr 2.5.0",
4754 "target": "memchr"
4755 },
4756 {
4757 "id": "minimal-lexical 0.2.1",
4758 "target": "minimal_lexical"
4759 }
4760 ],
4761 "selects": {}
4762 },
4763 "edition": "2018",
4764 "version": "7.1.3"
4765 },
4766 "license": "MIT"
4767 },
4768 "object 0.31.1": {
4769 "name": "object",
4770 "version": "0.31.1",
4771 "repository": {
4772 "Http": {
4773 "url": "https://crates.io/api/v1/crates/object/0.31.1/download",
4774 "sha256": "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
4775 }
4776 },
4777 "targets": [
4778 {
4779 "Library": {
4780 "crate_name": "object",
4781 "crate_root": "src/lib.rs",
4782 "srcs": [
4783 "**/*.rs"
4784 ]
4785 }
4786 }
4787 ],
4788 "library_target_name": "object",
4789 "common_attrs": {
4790 "compile_data_glob": [
4791 "**"
4792 ],
4793 "crate_features": {
4794 "common": [
4795 "archive",
4796 "coff",
4797 "elf",
4798 "macho",
4799 "pe",
4800 "read_core",
4801 "unaligned"
4802 ],
4803 "selects": {}
4804 },
4805 "deps": {
4806 "common": [
4807 {
4808 "id": "memchr 2.5.0",
4809 "target": "memchr"
4810 }
4811 ],
4812 "selects": {}
4813 },
4814 "edition": "2018",
4815 "version": "0.31.1"
4816 },
4817 "license": "Apache-2.0 OR MIT"
4818 },
4819 "once_cell 1.18.0": {
4820 "name": "once_cell",
4821 "version": "1.18.0",
4822 "repository": {
4823 "Http": {
4824 "url": "https://crates.io/api/v1/crates/once_cell/1.18.0/download",
4825 "sha256": "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
4826 }
4827 },
4828 "targets": [
4829 {
4830 "Library": {
4831 "crate_name": "once_cell",
4832 "crate_root": "src/lib.rs",
4833 "srcs": [
4834 "**/*.rs"
4835 ]
4836 }
4837 }
4838 ],
4839 "library_target_name": "once_cell",
4840 "common_attrs": {
4841 "compile_data_glob": [
4842 "**"
4843 ],
4844 "crate_features": {
4845 "common": [
4846 "alloc",
4847 "default",
4848 "race",
4849 "std"
4850 ],
4851 "selects": {}
4852 },
4853 "edition": "2021",
4854 "version": "1.18.0"
4855 },
4856 "license": "MIT OR Apache-2.0"
4857 },
4858 "os_str_bytes 6.5.1": {
4859 "name": "os_str_bytes",
4860 "version": "6.5.1",
4861 "repository": {
4862 "Http": {
4863 "url": "https://crates.io/api/v1/crates/os_str_bytes/6.5.1/download",
4864 "sha256": "4d5d9eb14b174ee9aa2ef96dc2b94637a2d4b6e7cb873c7e171f0c20c6cf3eac"
4865 }
4866 },
4867 "targets": [
4868 {
4869 "Library": {
4870 "crate_name": "os_str_bytes",
4871 "crate_root": "src/lib.rs",
4872 "srcs": [
4873 "**/*.rs"
4874 ]
4875 }
4876 }
4877 ],
4878 "library_target_name": "os_str_bytes",
4879 "common_attrs": {
4880 "compile_data_glob": [
4881 "**"
4882 ],
4883 "crate_features": {
4884 "common": [
4885 "raw_os_str"
4886 ],
4887 "selects": {}
4888 },
4889 "edition": "2021",
4890 "version": "6.5.1"
4891 },
4892 "license": "MIT OR Apache-2.0"
4893 },
4894 "owo-colors 3.5.0": {
4895 "name": "owo-colors",
4896 "version": "3.5.0",
4897 "repository": {
4898 "Http": {
4899 "url": "https://crates.io/api/v1/crates/owo-colors/3.5.0/download",
4900 "sha256": "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
4901 }
4902 },
4903 "targets": [
4904 {
4905 "Library": {
4906 "crate_name": "owo_colors",
4907 "crate_root": "src/lib.rs",
4908 "srcs": [
4909 "**/*.rs"
4910 ]
4911 }
4912 }
4913 ],
4914 "library_target_name": "owo_colors",
4915 "common_attrs": {
4916 "compile_data_glob": [
4917 "**"
4918 ],
4919 "edition": "2018",
4920 "version": "3.5.0"
4921 },
4922 "license": "MIT"
4923 },
4924 "pathdiff 0.2.1": {
4925 "name": "pathdiff",
4926 "version": "0.2.1",
4927 "repository": {
4928 "Http": {
4929 "url": "https://crates.io/api/v1/crates/pathdiff/0.2.1/download",
4930 "sha256": "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
4931 }
4932 },
4933 "targets": [
4934 {
4935 "Library": {
4936 "crate_name": "pathdiff",
4937 "crate_root": "src/lib.rs",
4938 "srcs": [
4939 "**/*.rs"
4940 ]
4941 }
4942 }
4943 ],
4944 "library_target_name": "pathdiff",
4945 "common_attrs": {
4946 "compile_data_glob": [
4947 "**"
4948 ],
4949 "edition": "2018",
4950 "version": "0.2.1"
4951 },
4952 "license": "MIT/Apache-2.0"
4953 },
4954 "peeking_take_while 0.1.2": {
4955 "name": "peeking_take_while",
4956 "version": "0.1.2",
4957 "repository": {
4958 "Http": {
4959 "url": "https://crates.io/api/v1/crates/peeking_take_while/0.1.2/download",
4960 "sha256": "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
4961 }
4962 },
4963 "targets": [
4964 {
4965 "Library": {
4966 "crate_name": "peeking_take_while",
4967 "crate_root": "src/lib.rs",
4968 "srcs": [
4969 "**/*.rs"
4970 ]
4971 }
4972 }
4973 ],
4974 "library_target_name": "peeking_take_while",
4975 "common_attrs": {
4976 "compile_data_glob": [
4977 "**"
4978 ],
4979 "edition": "2015",
4980 "version": "0.1.2"
4981 },
4982 "license": "Apache-2.0/MIT"
4983 },
4984 "pin-project-lite 0.2.9": {
4985 "name": "pin-project-lite",
4986 "version": "0.2.9",
4987 "repository": {
4988 "Http": {
4989 "url": "https://crates.io/api/v1/crates/pin-project-lite/0.2.9/download",
4990 "sha256": "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
4991 }
4992 },
4993 "targets": [
4994 {
4995 "Library": {
4996 "crate_name": "pin_project_lite",
4997 "crate_root": "src/lib.rs",
4998 "srcs": [
4999 "**/*.rs"
5000 ]
5001 }
5002 }
5003 ],
5004 "library_target_name": "pin_project_lite",
5005 "common_attrs": {
5006 "compile_data_glob": [
5007 "**"
5008 ],
5009 "edition": "2018",
5010 "version": "0.2.9"
5011 },
5012 "license": "Apache-2.0 OR MIT"
5013 },
5014 "pin-utils 0.1.0": {
5015 "name": "pin-utils",
5016 "version": "0.1.0",
5017 "repository": {
5018 "Http": {
5019 "url": "https://crates.io/api/v1/crates/pin-utils/0.1.0/download",
5020 "sha256": "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
5021 }
5022 },
5023 "targets": [
5024 {
5025 "Library": {
5026 "crate_name": "pin_utils",
5027 "crate_root": "src/lib.rs",
5028 "srcs": [
5029 "**/*.rs"
5030 ]
5031 }
5032 }
5033 ],
5034 "library_target_name": "pin_utils",
5035 "common_attrs": {
5036 "compile_data_glob": [
5037 "**"
5038 ],
5039 "edition": "2018",
5040 "version": "0.1.0"
5041 },
5042 "license": "MIT OR Apache-2.0"
5043 },
5044 "predicates 2.1.5": {
5045 "name": "predicates",
5046 "version": "2.1.5",
5047 "repository": {
5048 "Http": {
5049 "url": "https://crates.io/api/v1/crates/predicates/2.1.5/download",
5050 "sha256": "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd"
5051 }
5052 },
5053 "targets": [
5054 {
5055 "Library": {
5056 "crate_name": "predicates",
5057 "crate_root": "src/lib.rs",
5058 "srcs": [
5059 "**/*.rs"
5060 ]
5061 }
5062 }
5063 ],
5064 "library_target_name": "predicates",
5065 "common_attrs": {
5066 "compile_data_glob": [
5067 "**"
5068 ],
5069 "crate_features": {
5070 "common": [
5071 "diff"
5072 ],
5073 "selects": {}
5074 },
5075 "deps": {
5076 "common": [
5077 {
5078 "id": "difflib 0.4.0",
5079 "target": "difflib"
5080 },
5081 {
5082 "id": "itertools 0.10.5",
5083 "target": "itertools"
5084 },
5085 {
5086 "id": "predicates-core 1.0.6",
5087 "target": "predicates_core"
5088 }
5089 ],
5090 "selects": {}
5091 },
5092 "edition": "2021",
5093 "version": "2.1.5"
5094 },
5095 "license": "MIT OR Apache-2.0"
5096 },
5097 "predicates-core 1.0.6": {
5098 "name": "predicates-core",
5099 "version": "1.0.6",
5100 "repository": {
5101 "Http": {
5102 "url": "https://crates.io/api/v1/crates/predicates-core/1.0.6/download",
5103 "sha256": "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"
5104 }
5105 },
5106 "targets": [
5107 {
5108 "Library": {
5109 "crate_name": "predicates_core",
5110 "crate_root": "src/lib.rs",
5111 "srcs": [
5112 "**/*.rs"
5113 ]
5114 }
5115 }
5116 ],
5117 "library_target_name": "predicates_core",
5118 "common_attrs": {
5119 "compile_data_glob": [
5120 "**"
5121 ],
5122 "edition": "2021",
5123 "version": "1.0.6"
5124 },
5125 "license": "MIT OR Apache-2.0"
5126 },
5127 "predicates-tree 1.0.9": {
5128 "name": "predicates-tree",
5129 "version": "1.0.9",
5130 "repository": {
5131 "Http": {
5132 "url": "https://crates.io/api/v1/crates/predicates-tree/1.0.9/download",
5133 "sha256": "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf"
5134 }
5135 },
5136 "targets": [
5137 {
5138 "Library": {
5139 "crate_name": "predicates_tree",
5140 "crate_root": "src/lib.rs",
5141 "srcs": [
5142 "**/*.rs"
5143 ]
5144 }
5145 }
5146 ],
5147 "library_target_name": "predicates_tree",
5148 "common_attrs": {
5149 "compile_data_glob": [
5150 "**"
5151 ],
5152 "deps": {
5153 "common": [
5154 {
5155 "id": "predicates-core 1.0.6",
5156 "target": "predicates_core"
5157 },
5158 {
5159 "id": "termtree 0.4.1",
5160 "target": "termtree"
5161 }
5162 ],
5163 "selects": {}
5164 },
5165 "edition": "2021",
5166 "version": "1.0.9"
5167 },
5168 "license": "MIT OR Apache-2.0"
5169 },
5170 "proc-macro-error 1.0.4": {
5171 "name": "proc-macro-error",
5172 "version": "1.0.4",
5173 "repository": {
5174 "Http": {
5175 "url": "https://crates.io/api/v1/crates/proc-macro-error/1.0.4/download",
5176 "sha256": "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
5177 }
5178 },
5179 "targets": [
5180 {
5181 "Library": {
5182 "crate_name": "proc_macro_error",
5183 "crate_root": "src/lib.rs",
5184 "srcs": [
5185 "**/*.rs"
5186 ]
5187 }
5188 },
5189 {
5190 "BuildScript": {
5191 "crate_name": "build_script_build",
5192 "crate_root": "build.rs",
5193 "srcs": [
5194 "**/*.rs"
5195 ]
5196 }
5197 }
5198 ],
5199 "library_target_name": "proc_macro_error",
5200 "common_attrs": {
5201 "compile_data_glob": [
5202 "**"
5203 ],
5204 "crate_features": {
5205 "common": [
5206 "default",
5207 "syn",
5208 "syn-error"
5209 ],
5210 "selects": {}
5211 },
5212 "deps": {
5213 "common": [
5214 {
5215 "id": "proc-macro-error 1.0.4",
5216 "target": "build_script_build"
5217 },
5218 {
5219 "id": "proc-macro2 1.0.63",
5220 "target": "proc_macro2"
5221 },
5222 {
5223 "id": "quote 1.0.29",
5224 "target": "quote"
5225 },
5226 {
5227 "id": "syn 1.0.109",
5228 "target": "syn"
5229 }
5230 ],
5231 "selects": {}
5232 },
5233 "edition": "2018",
5234 "proc_macro_deps": {
5235 "common": [
5236 {
5237 "id": "proc-macro-error-attr 1.0.4",
5238 "target": "proc_macro_error_attr"
5239 }
5240 ],
5241 "selects": {}
5242 },
5243 "version": "1.0.4"
5244 },
5245 "build_script_attrs": {
5246 "data_glob": [
5247 "**"
5248 ],
5249 "deps": {
5250 "common": [
5251 {
5252 "id": "version_check 0.9.4",
5253 "target": "version_check"
5254 }
5255 ],
5256 "selects": {}
5257 }
5258 },
5259 "license": "MIT OR Apache-2.0"
5260 },
5261 "proc-macro-error-attr 1.0.4": {
5262 "name": "proc-macro-error-attr",
5263 "version": "1.0.4",
5264 "repository": {
5265 "Http": {
5266 "url": "https://crates.io/api/v1/crates/proc-macro-error-attr/1.0.4/download",
5267 "sha256": "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
5268 }
5269 },
5270 "targets": [
5271 {
5272 "ProcMacro": {
5273 "crate_name": "proc_macro_error_attr",
5274 "crate_root": "src/lib.rs",
5275 "srcs": [
5276 "**/*.rs"
5277 ]
5278 }
5279 },
5280 {
5281 "BuildScript": {
5282 "crate_name": "build_script_build",
5283 "crate_root": "build.rs",
5284 "srcs": [
5285 "**/*.rs"
5286 ]
5287 }
5288 }
5289 ],
5290 "library_target_name": "proc_macro_error_attr",
5291 "common_attrs": {
5292 "compile_data_glob": [
5293 "**"
5294 ],
5295 "deps": {
5296 "common": [
5297 {
5298 "id": "proc-macro-error-attr 1.0.4",
5299 "target": "build_script_build"
5300 },
5301 {
5302 "id": "proc-macro2 1.0.63",
5303 "target": "proc_macro2"
5304 },
5305 {
5306 "id": "quote 1.0.29",
5307 "target": "quote"
5308 }
5309 ],
5310 "selects": {}
5311 },
5312 "edition": "2018",
5313 "version": "1.0.4"
5314 },
5315 "build_script_attrs": {
5316 "data_glob": [
5317 "**"
5318 ],
5319 "deps": {
5320 "common": [
5321 {
5322 "id": "version_check 0.9.4",
5323 "target": "version_check"
5324 }
5325 ],
5326 "selects": {}
5327 }
5328 },
5329 "license": "MIT OR Apache-2.0"
5330 },
5331 "proc-macro2 1.0.63": {
5332 "name": "proc-macro2",
5333 "version": "1.0.63",
5334 "repository": {
5335 "Http": {
5336 "url": "https://crates.io/api/v1/crates/proc-macro2/1.0.63/download",
5337 "sha256": "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb"
5338 }
5339 },
5340 "targets": [
5341 {
5342 "Library": {
5343 "crate_name": "proc_macro2",
5344 "crate_root": "src/lib.rs",
5345 "srcs": [
5346 "**/*.rs"
5347 ]
5348 }
5349 },
5350 {
5351 "BuildScript": {
5352 "crate_name": "build_script_build",
5353 "crate_root": "build.rs",
5354 "srcs": [
5355 "**/*.rs"
5356 ]
5357 }
5358 }
5359 ],
5360 "library_target_name": "proc_macro2",
5361 "common_attrs": {
5362 "compile_data_glob": [
5363 "**"
5364 ],
5365 "crate_features": {
5366 "common": [
5367 "default",
5368 "proc-macro",
5369 "span-locations"
5370 ],
5371 "selects": {}
5372 },
5373 "deps": {
5374 "common": [
5375 {
5376 "id": "proc-macro2 1.0.63",
5377 "target": "build_script_build"
5378 },
5379 {
5380 "id": "unicode-ident 1.0.9",
5381 "target": "unicode_ident"
5382 }
5383 ],
5384 "selects": {}
5385 },
5386 "edition": "2018",
5387 "version": "1.0.63"
5388 },
5389 "build_script_attrs": {
5390 "data_glob": [
5391 "**"
5392 ]
5393 },
5394 "license": "MIT OR Apache-2.0"
5395 },
5396 "quote 1.0.29": {
5397 "name": "quote",
5398 "version": "1.0.29",
5399 "repository": {
5400 "Http": {
5401 "url": "https://crates.io/api/v1/crates/quote/1.0.29/download",
5402 "sha256": "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105"
5403 }
5404 },
5405 "targets": [
5406 {
5407 "Library": {
5408 "crate_name": "quote",
5409 "crate_root": "src/lib.rs",
5410 "srcs": [
5411 "**/*.rs"
5412 ]
5413 }
5414 },
5415 {
5416 "BuildScript": {
5417 "crate_name": "build_script_build",
5418 "crate_root": "build.rs",
5419 "srcs": [
5420 "**/*.rs"
5421 ]
5422 }
5423 }
5424 ],
5425 "library_target_name": "quote",
5426 "common_attrs": {
5427 "compile_data_glob": [
5428 "**"
5429 ],
5430 "crate_features": {
5431 "common": [
5432 "default",
5433 "proc-macro"
5434 ],
5435 "selects": {}
5436 },
5437 "deps": {
5438 "common": [
5439 {
5440 "id": "proc-macro2 1.0.63",
5441 "target": "proc_macro2"
5442 },
5443 {
5444 "id": "quote 1.0.29",
5445 "target": "build_script_build"
5446 }
5447 ],
5448 "selects": {}
5449 },
5450 "edition": "2018",
5451 "version": "1.0.29"
5452 },
5453 "build_script_attrs": {
5454 "data_glob": [
5455 "**"
5456 ]
5457 },
5458 "license": "MIT OR Apache-2.0"
5459 },
5460 "redox_syscall 0.3.5": {
5461 "name": "redox_syscall",
5462 "version": "0.3.5",
5463 "repository": {
5464 "Http": {
5465 "url": "https://crates.io/api/v1/crates/redox_syscall/0.3.5/download",
5466 "sha256": "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
5467 }
5468 },
5469 "targets": [
5470 {
5471 "Library": {
5472 "crate_name": "syscall",
5473 "crate_root": "src/lib.rs",
5474 "srcs": [
5475 "**/*.rs"
5476 ]
5477 }
5478 }
5479 ],
5480 "library_target_name": "syscall",
5481 "common_attrs": {
5482 "compile_data_glob": [
5483 "**"
5484 ],
5485 "deps": {
5486 "common": [
5487 {
5488 "id": "bitflags 1.3.2",
5489 "target": "bitflags"
5490 }
5491 ],
5492 "selects": {}
5493 },
5494 "edition": "2018",
5495 "version": "0.3.5"
5496 },
5497 "license": "MIT"
5498 },
5499 "regex 1.9.1": {
5500 "name": "regex",
5501 "version": "1.9.1",
5502 "repository": {
5503 "Http": {
5504 "url": "https://crates.io/api/v1/crates/regex/1.9.1/download",
5505 "sha256": "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575"
5506 }
5507 },
5508 "targets": [
5509 {
5510 "Library": {
5511 "crate_name": "regex",
5512 "crate_root": "src/lib.rs",
5513 "srcs": [
5514 "**/*.rs"
5515 ]
5516 }
5517 }
5518 ],
5519 "library_target_name": "regex",
5520 "common_attrs": {
5521 "compile_data_glob": [
5522 "**"
5523 ],
5524 "crate_features": {
5525 "common": [
5526 "default",
5527 "perf",
5528 "perf-backtrack",
5529 "perf-cache",
5530 "perf-dfa",
5531 "perf-inline",
5532 "perf-literal",
5533 "perf-onepass",
5534 "std",
5535 "unicode",
5536 "unicode-age",
5537 "unicode-bool",
5538 "unicode-case",
5539 "unicode-gencat",
5540 "unicode-perl",
5541 "unicode-script",
5542 "unicode-segment"
5543 ],
5544 "selects": {}
5545 },
5546 "deps": {
5547 "common": [
5548 {
5549 "id": "aho-corasick 1.0.2",
5550 "target": "aho_corasick"
5551 },
5552 {
5553 "id": "memchr 2.5.0",
5554 "target": "memchr"
5555 },
5556 {
5557 "id": "regex-automata 0.3.2",
5558 "target": "regex_automata"
5559 },
5560 {
5561 "id": "regex-syntax 0.7.3",
5562 "target": "regex_syntax"
5563 }
5564 ],
5565 "selects": {}
5566 },
5567 "edition": "2021",
5568 "version": "1.9.1"
5569 },
5570 "license": "MIT OR Apache-2.0"
5571 },
5572 "regex-automata 0.1.10": {
5573 "name": "regex-automata",
5574 "version": "0.1.10",
5575 "repository": {
5576 "Http": {
5577 "url": "https://crates.io/api/v1/crates/regex-automata/0.1.10/download",
5578 "sha256": "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
5579 }
5580 },
5581 "targets": [
5582 {
5583 "Library": {
5584 "crate_name": "regex_automata",
5585 "crate_root": "src/lib.rs",
5586 "srcs": [
5587 "**/*.rs"
5588 ]
5589 }
5590 }
5591 ],
5592 "library_target_name": "regex_automata",
5593 "common_attrs": {
5594 "compile_data_glob": [
5595 "**"
5596 ],
5597 "edition": "2015",
5598 "version": "0.1.10"
5599 },
5600 "license": "Unlicense/MIT"
5601 },
5602 "regex-automata 0.3.2": {
5603 "name": "regex-automata",
5604 "version": "0.3.2",
5605 "repository": {
5606 "Http": {
5607 "url": "https://crates.io/api/v1/crates/regex-automata/0.3.2/download",
5608 "sha256": "83d3daa6976cffb758ec878f108ba0e062a45b2d6ca3a2cca965338855476caf"
5609 }
5610 },
5611 "targets": [
5612 {
5613 "Library": {
5614 "crate_name": "regex_automata",
5615 "crate_root": "src/lib.rs",
5616 "srcs": [
5617 "**/*.rs"
5618 ]
5619 }
5620 }
5621 ],
5622 "library_target_name": "regex_automata",
5623 "common_attrs": {
5624 "compile_data_glob": [
5625 "**"
5626 ],
5627 "crate_features": {
5628 "common": [
5629 "alloc",
5630 "dfa-onepass",
5631 "hybrid",
5632 "meta",
5633 "nfa-backtrack",
5634 "nfa-pikevm",
5635 "nfa-thompson",
5636 "perf-inline",
5637 "perf-literal",
5638 "perf-literal-multisubstring",
5639 "perf-literal-substring",
5640 "std",
5641 "syntax",
5642 "unicode",
5643 "unicode-age",
5644 "unicode-bool",
5645 "unicode-case",
5646 "unicode-gencat",
5647 "unicode-perl",
5648 "unicode-script",
5649 "unicode-segment",
5650 "unicode-word-boundary"
5651 ],
5652 "selects": {}
5653 },
5654 "deps": {
5655 "common": [
5656 {
5657 "id": "aho-corasick 1.0.2",
5658 "target": "aho_corasick"
5659 },
5660 {
5661 "id": "memchr 2.5.0",
5662 "target": "memchr"
5663 },
5664 {
5665 "id": "regex-syntax 0.7.3",
5666 "target": "regex_syntax"
5667 }
5668 ],
5669 "selects": {}
5670 },
5671 "edition": "2021",
5672 "version": "0.3.2"
5673 },
5674 "license": "MIT OR Apache-2.0"
5675 },
5676 "regex-syntax 0.7.3": {
5677 "name": "regex-syntax",
5678 "version": "0.7.3",
5679 "repository": {
5680 "Http": {
5681 "url": "https://crates.io/api/v1/crates/regex-syntax/0.7.3/download",
5682 "sha256": "2ab07dc67230e4a4718e70fd5c20055a4334b121f1f9db8fe63ef39ce9b8c846"
5683 }
5684 },
5685 "targets": [
5686 {
5687 "Library": {
5688 "crate_name": "regex_syntax",
5689 "crate_root": "src/lib.rs",
5690 "srcs": [
5691 "**/*.rs"
5692 ]
5693 }
5694 }
5695 ],
5696 "library_target_name": "regex_syntax",
5697 "common_attrs": {
5698 "compile_data_glob": [
5699 "**"
5700 ],
5701 "crate_features": {
5702 "common": [
5703 "default",
5704 "std",
5705 "unicode",
5706 "unicode-age",
5707 "unicode-bool",
5708 "unicode-case",
5709 "unicode-gencat",
5710 "unicode-perl",
5711 "unicode-script",
5712 "unicode-segment"
5713 ],
5714 "selects": {}
5715 },
5716 "edition": "2021",
5717 "version": "0.7.3"
5718 },
5719 "license": "MIT OR Apache-2.0"
5720 },
5721 "rust_info 0.3.2": {
5722 "name": "rust_info",
5723 "version": "0.3.2",
5724 "repository": {
5725 "Http": {
5726 "url": "https://crates.io/api/v1/crates/rust_info/0.3.2/download",
5727 "sha256": "821495e93d15e4433347b3a72e97005f1d8a620dc88d46637fecfcb16e98043d"
5728 }
5729 },
5730 "targets": [
5731 {
5732 "Library": {
5733 "crate_name": "rust_info",
5734 "crate_root": "src/lib.rs",
5735 "srcs": [
5736 "**/*.rs"
5737 ]
5738 }
5739 }
5740 ],
5741 "library_target_name": "rust_info",
5742 "common_attrs": {
5743 "compile_data_glob": [
5744 "**"
5745 ],
5746 "edition": "2018",
5747 "version": "0.3.2"
5748 },
5749 "license": "Apache-2.0"
5750 },
5751 "rustc-demangle 0.1.23": {
5752 "name": "rustc-demangle",
5753 "version": "0.1.23",
5754 "repository": {
5755 "Http": {
5756 "url": "https://crates.io/api/v1/crates/rustc-demangle/0.1.23/download",
5757 "sha256": "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
5758 }
5759 },
5760 "targets": [
5761 {
5762 "Library": {
5763 "crate_name": "rustc_demangle",
5764 "crate_root": "src/lib.rs",
5765 "srcs": [
5766 "**/*.rs"
5767 ]
5768 }
5769 }
5770 ],
5771 "library_target_name": "rustc_demangle",
5772 "common_attrs": {
5773 "compile_data_glob": [
5774 "**"
5775 ],
5776 "edition": "2015",
5777 "version": "0.1.23"
5778 },
5779 "license": "MIT/Apache-2.0"
5780 },
5781 "rustc-hash 1.1.0": {
5782 "name": "rustc-hash",
5783 "version": "1.1.0",
5784 "repository": {
5785 "Http": {
5786 "url": "https://crates.io/api/v1/crates/rustc-hash/1.1.0/download",
5787 "sha256": "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
5788 }
5789 },
5790 "targets": [
5791 {
5792 "Library": {
5793 "crate_name": "rustc_hash",
5794 "crate_root": "src/lib.rs",
5795 "srcs": [
5796 "**/*.rs"
5797 ]
5798 }
5799 }
5800 ],
5801 "library_target_name": "rustc_hash",
5802 "common_attrs": {
5803 "compile_data_glob": [
5804 "**"
5805 ],
5806 "crate_features": {
5807 "common": [
5808 "default",
5809 "std"
5810 ],
5811 "selects": {}
5812 },
5813 "edition": "2015",
5814 "version": "1.1.0"
5815 },
5816 "license": "Apache-2.0/MIT"
5817 },
5818 "rustc_version 0.4.0": {
5819 "name": "rustc_version",
5820 "version": "0.4.0",
5821 "repository": {
5822 "Http": {
5823 "url": "https://crates.io/api/v1/crates/rustc_version/0.4.0/download",
5824 "sha256": "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
5825 }
5826 },
5827 "targets": [
5828 {
5829 "Library": {
5830 "crate_name": "rustc_version",
5831 "crate_root": "src/lib.rs",
5832 "srcs": [
5833 "**/*.rs"
5834 ]
5835 }
5836 }
5837 ],
5838 "library_target_name": "rustc_version",
5839 "common_attrs": {
5840 "compile_data_glob": [
5841 "**"
5842 ],
5843 "deps": {
5844 "common": [
5845 {
5846 "id": "semver 1.0.17",
5847 "target": "semver"
5848 }
5849 ],
5850 "selects": {}
5851 },
5852 "edition": "2018",
5853 "version": "0.4.0"
5854 },
5855 "license": "MIT/Apache-2.0"
5856 },
5857 "rustix 0.37.23": {
5858 "name": "rustix",
5859 "version": "0.37.23",
5860 "repository": {
5861 "Http": {
5862 "url": "https://crates.io/api/v1/crates/rustix/0.37.23/download",
5863 "sha256": "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
5864 }
5865 },
5866 "targets": [
5867 {
5868 "Library": {
5869 "crate_name": "rustix",
5870 "crate_root": "src/lib.rs",
5871 "srcs": [
5872 "**/*.rs"
5873 ]
5874 }
5875 },
5876 {
5877 "BuildScript": {
5878 "crate_name": "build_script_build",
5879 "crate_root": "build.rs",
5880 "srcs": [
5881 "**/*.rs"
5882 ]
5883 }
5884 }
5885 ],
5886 "library_target_name": "rustix",
5887 "common_attrs": {
5888 "compile_data_glob": [
5889 "**"
5890 ],
5891 "crate_features": {
5892 "common": [
5893 "default",
5894 "fs",
5895 "io-lifetimes",
5896 "libc",
5897 "std",
5898 "use-libc-auxv"
5899 ],
5900 "selects": {}
5901 },
5902 "deps": {
5903 "common": [
5904 {
5905 "id": "bitflags 1.3.2",
5906 "target": "bitflags"
5907 },
5908 {
5909 "id": "io-lifetimes 1.0.11",
5910 "target": "io_lifetimes"
5911 },
5912 {
5913 "id": "rustix 0.37.23",
5914 "target": "build_script_build"
5915 }
5916 ],
5917 "selects": {
5918 "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))": [
5919 {
5920 "id": "linux-raw-sys 0.3.8",
5921 "target": "linux_raw_sys"
5922 }
5923 ],
5924 "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))": [
5925 {
5926 "id": "libc 0.2.147",
5927 "target": "libc"
5928 },
5929 {
5930 "id": "linux-raw-sys 0.3.8",
5931 "target": "linux_raw_sys"
5932 }
5933 ],
5934 "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))": [
5935 {
5936 "id": "errno 0.3.1",
5937 "target": "errno",
5938 "alias": "libc_errno"
5939 },
5940 {
5941 "id": "libc 0.2.147",
5942 "target": "libc"
5943 }
5944 ],
5945 "cfg(windows)": [
5946 {
5947 "id": "errno 0.3.1",
5948 "target": "errno",
5949 "alias": "libc_errno"
5950 },
5951 {
5952 "id": "windows-sys 0.48.0",
5953 "target": "windows_sys"
5954 }
5955 ]
5956 }
5957 },
5958 "edition": "2018",
5959 "version": "0.37.23"
5960 },
5961 "build_script_attrs": {
5962 "data_glob": [
5963 "**"
5964 ]
5965 },
5966 "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
5967 },
5968 "rustversion 1.0.13": {
5969 "name": "rustversion",
5970 "version": "1.0.13",
5971 "repository": {
5972 "Http": {
5973 "url": "https://crates.io/api/v1/crates/rustversion/1.0.13/download",
5974 "sha256": "dc31bd9b61a32c31f9650d18add92aa83a49ba979c143eefd27fe7177b05bd5f"
5975 }
5976 },
5977 "targets": [
5978 {
5979 "ProcMacro": {
5980 "crate_name": "rustversion",
5981 "crate_root": "src/lib.rs",
5982 "srcs": [
5983 "**/*.rs"
5984 ]
5985 }
5986 },
5987 {
5988 "BuildScript": {
5989 "crate_name": "build_script_build",
5990 "crate_root": "build/build.rs",
5991 "srcs": [
5992 "**/*.rs"
5993 ]
5994 }
5995 }
5996 ],
5997 "library_target_name": "rustversion",
5998 "common_attrs": {
5999 "compile_data_glob": [
6000 "**"
6001 ],
6002 "deps": {
6003 "common": [
6004 {
6005 "id": "rustversion 1.0.13",
6006 "target": "build_script_build"
6007 }
6008 ],
6009 "selects": {}
6010 },
6011 "edition": "2018",
6012 "version": "1.0.13"
6013 },
6014 "build_script_attrs": {
6015 "data_glob": [
6016 "**"
6017 ]
6018 },
6019 "license": "MIT OR Apache-2.0"
6020 },
6021 "ryu 1.0.14": {
6022 "name": "ryu",
6023 "version": "1.0.14",
6024 "repository": {
6025 "Http": {
6026 "url": "https://crates.io/api/v1/crates/ryu/1.0.14/download",
6027 "sha256": "fe232bdf6be8c8de797b22184ee71118d63780ea42ac85b61d1baa6d3b782ae9"
6028 }
6029 },
6030 "targets": [
6031 {
6032 "Library": {
6033 "crate_name": "ryu",
6034 "crate_root": "src/lib.rs",
6035 "srcs": [
6036 "**/*.rs"
6037 ]
6038 }
6039 }
6040 ],
6041 "library_target_name": "ryu",
6042 "common_attrs": {
6043 "compile_data_glob": [
6044 "**"
6045 ],
6046 "edition": "2018",
6047 "version": "1.0.14"
6048 },
6049 "license": "Apache-2.0 OR BSL-1.0"
6050 },
6051 "semver 1.0.17": {
6052 "name": "semver",
6053 "version": "1.0.17",
6054 "repository": {
6055 "Http": {
6056 "url": "https://crates.io/api/v1/crates/semver/1.0.17/download",
6057 "sha256": "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
6058 }
6059 },
6060 "targets": [
6061 {
6062 "Library": {
6063 "crate_name": "semver",
6064 "crate_root": "src/lib.rs",
6065 "srcs": [
6066 "**/*.rs"
6067 ]
6068 }
6069 },
6070 {
6071 "BuildScript": {
6072 "crate_name": "build_script_build",
6073 "crate_root": "build.rs",
6074 "srcs": [
6075 "**/*.rs"
6076 ]
6077 }
6078 }
6079 ],
6080 "library_target_name": "semver",
6081 "common_attrs": {
6082 "compile_data_glob": [
6083 "**"
6084 ],
6085 "crate_features": {
6086 "common": [
6087 "default",
6088 "std"
6089 ],
6090 "selects": {}
6091 },
6092 "deps": {
6093 "common": [
6094 {
6095 "id": "semver 1.0.17",
6096 "target": "build_script_build"
6097 }
6098 ],
6099 "selects": {}
6100 },
6101 "edition": "2018",
6102 "version": "1.0.17"
6103 },
6104 "build_script_attrs": {
6105 "data_glob": [
6106 "**"
6107 ]
6108 },
6109 "license": "MIT OR Apache-2.0"
6110 },
6111 "serde 1.0.168": {
6112 "name": "serde",
6113 "version": "1.0.168",
6114 "repository": {
6115 "Http": {
6116 "url": "https://crates.io/api/v1/crates/serde/1.0.168/download",
6117 "sha256": "d614f89548720367ded108b3c843be93f3a341e22d5674ca0dd5cd57f34926af"
6118 }
6119 },
6120 "targets": [
6121 {
6122 "Library": {
6123 "crate_name": "serde",
6124 "crate_root": "src/lib.rs",
6125 "srcs": [
6126 "**/*.rs"
6127 ]
6128 }
6129 },
6130 {
6131 "BuildScript": {
6132 "crate_name": "build_script_build",
6133 "crate_root": "build.rs",
6134 "srcs": [
6135 "**/*.rs"
6136 ]
6137 }
6138 }
6139 ],
6140 "library_target_name": "serde",
6141 "common_attrs": {
6142 "compile_data_glob": [
6143 "**"
6144 ],
6145 "crate_features": {
6146 "common": [
6147 "default",
6148 "derive",
6149 "serde_derive",
6150 "std"
6151 ],
6152 "selects": {}
6153 },
6154 "deps": {
6155 "common": [
6156 {
6157 "id": "serde 1.0.168",
6158 "target": "build_script_build"
6159 }
6160 ],
6161 "selects": {}
6162 },
6163 "edition": "2015",
6164 "proc_macro_deps": {
6165 "common": [
6166 {
6167 "id": "serde_derive 1.0.168",
6168 "target": "serde_derive"
6169 }
6170 ],
6171 "selects": {}
6172 },
6173 "version": "1.0.168"
6174 },
6175 "build_script_attrs": {
6176 "data_glob": [
6177 "**"
6178 ]
6179 },
6180 "license": "MIT OR Apache-2.0"
6181 },
6182 "serde_derive 1.0.168": {
6183 "name": "serde_derive",
6184 "version": "1.0.168",
6185 "repository": {
6186 "Http": {
6187 "url": "https://crates.io/api/v1/crates/serde_derive/1.0.168/download",
6188 "sha256": "d4fe589678c688e44177da4f27152ee2d190757271dc7f1d5b6b9f68d869d641"
6189 }
6190 },
6191 "targets": [
6192 {
6193 "ProcMacro": {
6194 "crate_name": "serde_derive",
6195 "crate_root": "src/lib.rs",
6196 "srcs": [
6197 "**/*.rs"
6198 ]
6199 }
6200 }
6201 ],
6202 "library_target_name": "serde_derive",
6203 "common_attrs": {
6204 "compile_data_glob": [
6205 "**"
6206 ],
6207 "crate_features": {
6208 "common": [
6209 "default"
6210 ],
6211 "selects": {}
6212 },
6213 "deps": {
6214 "common": [
6215 {
6216 "id": "proc-macro2 1.0.63",
6217 "target": "proc_macro2"
6218 },
6219 {
6220 "id": "quote 1.0.29",
6221 "target": "quote"
6222 },
6223 {
6224 "id": "syn 2.0.22",
6225 "target": "syn"
6226 }
6227 ],
6228 "selects": {}
6229 },
6230 "edition": "2015",
6231 "version": "1.0.168"
6232 },
6233 "license": "MIT OR Apache-2.0"
6234 },
6235 "serde_json 1.0.100": {
6236 "name": "serde_json",
6237 "version": "1.0.100",
6238 "repository": {
6239 "Http": {
6240 "url": "https://crates.io/api/v1/crates/serde_json/1.0.100/download",
6241 "sha256": "0f1e14e89be7aa4c4b78bdbdc9eb5bf8517829a600ae8eaa39a6e1d960b5185c"
6242 }
6243 },
6244 "targets": [
6245 {
6246 "Library": {
6247 "crate_name": "serde_json",
6248 "crate_root": "src/lib.rs",
6249 "srcs": [
6250 "**/*.rs"
6251 ]
6252 }
6253 },
6254 {
6255 "BuildScript": {
6256 "crate_name": "build_script_build",
6257 "crate_root": "build.rs",
6258 "srcs": [
6259 "**/*.rs"
6260 ]
6261 }
6262 }
6263 ],
6264 "library_target_name": "serde_json",
6265 "common_attrs": {
6266 "compile_data_glob": [
6267 "**"
6268 ],
6269 "crate_features": {
6270 "common": [
6271 "default",
6272 "std"
6273 ],
6274 "selects": {}
6275 },
6276 "deps": {
6277 "common": [
6278 {
6279 "id": "itoa 1.0.8",
6280 "target": "itoa"
6281 },
6282 {
6283 "id": "ryu 1.0.14",
6284 "target": "ryu"
6285 },
6286 {
6287 "id": "serde 1.0.168",
6288 "target": "serde"
6289 },
6290 {
6291 "id": "serde_json 1.0.100",
6292 "target": "build_script_build"
6293 }
6294 ],
6295 "selects": {}
6296 },
6297 "edition": "2018",
6298 "version": "1.0.100"
6299 },
6300 "build_script_attrs": {
6301 "data_glob": [
6302 "**"
6303 ]
6304 },
6305 "license": "MIT OR Apache-2.0"
6306 },
6307 "shlex 1.1.0": {
6308 "name": "shlex",
6309 "version": "1.1.0",
6310 "repository": {
6311 "Http": {
6312 "url": "https://crates.io/api/v1/crates/shlex/1.1.0/download",
6313 "sha256": "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
6314 }
6315 },
6316 "targets": [
6317 {
6318 "Library": {
6319 "crate_name": "shlex",
6320 "crate_root": "src/lib.rs",
6321 "srcs": [
6322 "**/*.rs"
6323 ]
6324 }
6325 }
6326 ],
6327 "library_target_name": "shlex",
6328 "common_attrs": {
6329 "compile_data_glob": [
6330 "**"
6331 ],
6332 "crate_features": {
6333 "common": [
6334 "default",
6335 "std"
6336 ],
6337 "selects": {}
6338 },
6339 "edition": "2015",
6340 "version": "1.1.0"
6341 },
6342 "license": "MIT OR Apache-2.0"
6343 },
6344 "slab 0.4.8": {
6345 "name": "slab",
6346 "version": "0.4.8",
6347 "repository": {
6348 "Http": {
6349 "url": "https://crates.io/api/v1/crates/slab/0.4.8/download",
6350 "sha256": "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
6351 }
6352 },
6353 "targets": [
6354 {
6355 "Library": {
6356 "crate_name": "slab",
6357 "crate_root": "src/lib.rs",
6358 "srcs": [
6359 "**/*.rs"
6360 ]
6361 }
6362 },
6363 {
6364 "BuildScript": {
6365 "crate_name": "build_script_build",
6366 "crate_root": "build.rs",
6367 "srcs": [
6368 "**/*.rs"
6369 ]
6370 }
6371 }
6372 ],
6373 "library_target_name": "slab",
6374 "common_attrs": {
6375 "compile_data_glob": [
6376 "**"
6377 ],
6378 "crate_features": {
6379 "common": [
6380 "default",
6381 "std"
6382 ],
6383 "selects": {}
6384 },
6385 "deps": {
6386 "common": [
6387 {
6388 "id": "slab 0.4.8",
6389 "target": "build_script_build"
6390 }
6391 ],
6392 "selects": {}
6393 },
6394 "edition": "2018",
6395 "version": "0.4.8"
6396 },
6397 "build_script_attrs": {
6398 "data_glob": [
6399 "**"
6400 ],
6401 "deps": {
6402 "common": [
6403 {
6404 "id": "autocfg 1.1.0",
6405 "target": "autocfg"
6406 }
6407 ],
6408 "selects": {}
6409 }
6410 },
6411 "license": "MIT"
6412 },
6413 "smallvec 1.10.0": {
6414 "name": "smallvec",
6415 "version": "1.10.0",
6416 "repository": {
6417 "Http": {
6418 "url": "https://crates.io/api/v1/crates/smallvec/1.10.0/download",
6419 "sha256": "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
6420 }
6421 },
6422 "targets": [
6423 {
6424 "Library": {
6425 "crate_name": "smallvec",
6426 "crate_root": "src/lib.rs",
6427 "srcs": [
6428 "**/*.rs"
6429 ]
6430 }
6431 }
6432 ],
6433 "library_target_name": "smallvec",
6434 "common_attrs": {
6435 "compile_data_glob": [
6436 "**"
6437 ],
6438 "edition": "2018",
6439 "version": "1.10.0"
6440 },
6441 "license": "MIT OR Apache-2.0"
6442 },
6443 "smawk 0.3.1": {
6444 "name": "smawk",
6445 "version": "0.3.1",
6446 "repository": {
6447 "Http": {
6448 "url": "https://crates.io/api/v1/crates/smawk/0.3.1/download",
6449 "sha256": "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043"
6450 }
6451 },
6452 "targets": [
6453 {
6454 "Library": {
6455 "crate_name": "smawk",
6456 "crate_root": "src/lib.rs",
6457 "srcs": [
6458 "**/*.rs"
6459 ]
6460 }
6461 }
6462 ],
6463 "library_target_name": "smawk",
6464 "common_attrs": {
6465 "compile_data_glob": [
6466 "**"
6467 ],
6468 "edition": "2018",
6469 "version": "0.3.1"
6470 },
6471 "license": "MIT"
6472 },
6473 "strsim 0.10.0": {
6474 "name": "strsim",
6475 "version": "0.10.0",
6476 "repository": {
6477 "Http": {
6478 "url": "https://crates.io/api/v1/crates/strsim/0.10.0/download",
6479 "sha256": "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
6480 }
6481 },
6482 "targets": [
6483 {
6484 "Library": {
6485 "crate_name": "strsim",
6486 "crate_root": "src/lib.rs",
6487 "srcs": [
6488 "**/*.rs"
6489 ]
6490 }
6491 }
6492 ],
6493 "library_target_name": "strsim",
6494 "common_attrs": {
6495 "compile_data_glob": [
6496 "**"
6497 ],
6498 "edition": "2015",
6499 "version": "0.10.0"
6500 },
6501 "license": "MIT"
6502 },
6503 "strsim 0.8.0": {
6504 "name": "strsim",
6505 "version": "0.8.0",
6506 "repository": {
6507 "Http": {
6508 "url": "https://crates.io/api/v1/crates/strsim/0.8.0/download",
6509 "sha256": "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
6510 }
6511 },
6512 "targets": [
6513 {
6514 "Library": {
6515 "crate_name": "strsim",
6516 "crate_root": "src/lib.rs",
6517 "srcs": [
6518 "**/*.rs"
6519 ]
6520 }
6521 }
6522 ],
6523 "library_target_name": "strsim",
6524 "common_attrs": {
6525 "compile_data_glob": [
6526 "**"
6527 ],
6528 "edition": "2015",
6529 "version": "0.8.0"
6530 },
6531 "license": "MIT"
6532 },
6533 "strum_macros 0.24.3": {
6534 "name": "strum_macros",
6535 "version": "0.24.3",
6536 "repository": {
6537 "Http": {
6538 "url": "https://crates.io/api/v1/crates/strum_macros/0.24.3/download",
6539 "sha256": "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
6540 }
6541 },
6542 "targets": [
6543 {
6544 "ProcMacro": {
6545 "crate_name": "strum_macros",
6546 "crate_root": "src/lib.rs",
6547 "srcs": [
6548 "**/*.rs"
6549 ]
6550 }
6551 }
6552 ],
6553 "library_target_name": "strum_macros",
6554 "common_attrs": {
6555 "compile_data_glob": [
6556 "**"
6557 ],
6558 "deps": {
6559 "common": [
6560 {
6561 "id": "heck 0.4.1",
6562 "target": "heck"
6563 },
6564 {
6565 "id": "proc-macro2 1.0.63",
6566 "target": "proc_macro2"
6567 },
6568 {
6569 "id": "quote 1.0.29",
6570 "target": "quote"
6571 },
6572 {
6573 "id": "syn 1.0.109",
6574 "target": "syn"
6575 }
6576 ],
6577 "selects": {}
6578 },
6579 "edition": "2018",
6580 "proc_macro_deps": {
6581 "common": [
6582 {
6583 "id": "rustversion 1.0.13",
6584 "target": "rustversion"
6585 }
6586 ],
6587 "selects": {}
6588 },
6589 "version": "0.24.3"
6590 },
6591 "license": "MIT"
6592 },
6593 "supports-color 1.3.1": {
6594 "name": "supports-color",
6595 "version": "1.3.1",
6596 "repository": {
6597 "Http": {
6598 "url": "https://crates.io/api/v1/crates/supports-color/1.3.1/download",
6599 "sha256": "8ba6faf2ca7ee42fdd458f4347ae0a9bd6bcc445ad7cb57ad82b383f18870d6f"
6600 }
6601 },
6602 "targets": [
6603 {
6604 "Library": {
6605 "crate_name": "supports_color",
6606 "crate_root": "src/lib.rs",
6607 "srcs": [
6608 "**/*.rs"
6609 ]
6610 }
6611 }
6612 ],
6613 "library_target_name": "supports_color",
6614 "common_attrs": {
6615 "compile_data_glob": [
6616 "**"
6617 ],
6618 "deps": {
6619 "common": [
6620 {
6621 "id": "atty 0.2.14",
6622 "target": "atty"
6623 },
6624 {
6625 "id": "is_ci 1.1.1",
6626 "target": "is_ci"
6627 }
6628 ],
6629 "selects": {}
6630 },
6631 "edition": "2018",
6632 "version": "1.3.1"
6633 },
6634 "license": "Apache-2.0"
6635 },
6636 "supports-hyperlinks 1.2.0": {
6637 "name": "supports-hyperlinks",
6638 "version": "1.2.0",
6639 "repository": {
6640 "Http": {
6641 "url": "https://crates.io/api/v1/crates/supports-hyperlinks/1.2.0/download",
6642 "sha256": "590b34f7c5f01ecc9d78dba4b3f445f31df750a67621cf31626f3b7441ce6406"
6643 }
6644 },
6645 "targets": [
6646 {
6647 "Library": {
6648 "crate_name": "supports_hyperlinks",
6649 "crate_root": "src/lib.rs",
6650 "srcs": [
6651 "**/*.rs"
6652 ]
6653 }
6654 }
6655 ],
6656 "library_target_name": "supports_hyperlinks",
6657 "common_attrs": {
6658 "compile_data_glob": [
6659 "**"
6660 ],
6661 "deps": {
6662 "common": [
6663 {
6664 "id": "atty 0.2.14",
6665 "target": "atty"
6666 }
6667 ],
6668 "selects": {}
6669 },
6670 "edition": "2018",
6671 "version": "1.2.0"
6672 },
6673 "license": "Apache-2.0"
6674 },
6675 "supports-unicode 1.0.2": {
6676 "name": "supports-unicode",
6677 "version": "1.0.2",
6678 "repository": {
6679 "Http": {
6680 "url": "https://crates.io/api/v1/crates/supports-unicode/1.0.2/download",
6681 "sha256": "a8b945e45b417b125a8ec51f1b7df2f8df7920367700d1f98aedd21e5735f8b2"
6682 }
6683 },
6684 "targets": [
6685 {
6686 "Library": {
6687 "crate_name": "supports_unicode",
6688 "crate_root": "src/lib.rs",
6689 "srcs": [
6690 "**/*.rs"
6691 ]
6692 }
6693 }
6694 ],
6695 "library_target_name": "supports_unicode",
6696 "common_attrs": {
6697 "compile_data_glob": [
6698 "**"
6699 ],
6700 "deps": {
6701 "common": [
6702 {
6703 "id": "atty 0.2.14",
6704 "target": "atty"
6705 }
6706 ],
6707 "selects": {}
6708 },
6709 "edition": "2018",
6710 "version": "1.0.2"
6711 },
6712 "license": "Apache-2.0"
6713 },
6714 "syn 1.0.109": {
6715 "name": "syn",
6716 "version": "1.0.109",
6717 "repository": {
6718 "Http": {
6719 "url": "https://crates.io/api/v1/crates/syn/1.0.109/download",
6720 "sha256": "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
6721 }
6722 },
6723 "targets": [
6724 {
6725 "Library": {
6726 "crate_name": "syn",
6727 "crate_root": "src/lib.rs",
6728 "srcs": [
6729 "**/*.rs"
6730 ]
6731 }
6732 },
6733 {
6734 "BuildScript": {
6735 "crate_name": "build_script_build",
6736 "crate_root": "build.rs",
6737 "srcs": [
6738 "**/*.rs"
6739 ]
6740 }
6741 }
6742 ],
6743 "library_target_name": "syn",
6744 "common_attrs": {
6745 "compile_data_glob": [
6746 "**"
6747 ],
6748 "crate_features": {
6749 "common": [
6750 "clone-impls",
6751 "default",
6752 "derive",
6753 "extra-traits",
6754 "full",
6755 "parsing",
6756 "printing",
6757 "proc-macro",
6758 "quote"
6759 ],
6760 "selects": {}
6761 },
6762 "deps": {
6763 "common": [
6764 {
6765 "id": "proc-macro2 1.0.63",
6766 "target": "proc_macro2"
6767 },
6768 {
6769 "id": "quote 1.0.29",
6770 "target": "quote"
6771 },
6772 {
6773 "id": "syn 1.0.109",
6774 "target": "build_script_build"
6775 },
6776 {
6777 "id": "unicode-ident 1.0.9",
6778 "target": "unicode_ident"
6779 }
6780 ],
6781 "selects": {}
6782 },
6783 "edition": "2018",
6784 "version": "1.0.109"
6785 },
6786 "build_script_attrs": {
6787 "data_glob": [
6788 "**"
6789 ]
6790 },
6791 "license": "MIT OR Apache-2.0"
6792 },
6793 "syn 2.0.22": {
6794 "name": "syn",
6795 "version": "2.0.22",
6796 "repository": {
6797 "Http": {
6798 "url": "https://crates.io/api/v1/crates/syn/2.0.22/download",
6799 "sha256": "2efbeae7acf4eabd6bcdcbd11c92f45231ddda7539edc7806bd1a04a03b24616"
6800 }
6801 },
6802 "targets": [
6803 {
6804 "Library": {
6805 "crate_name": "syn",
6806 "crate_root": "src/lib.rs",
6807 "srcs": [
6808 "**/*.rs"
6809 ]
6810 }
6811 }
6812 ],
6813 "library_target_name": "syn",
6814 "common_attrs": {
6815 "compile_data_glob": [
6816 "**"
6817 ],
6818 "crate_features": {
6819 "common": [
6820 "clone-impls",
6821 "default",
6822 "derive",
6823 "full",
6824 "parsing",
6825 "printing",
6826 "proc-macro",
6827 "quote"
6828 ],
6829 "selects": {}
6830 },
6831 "deps": {
6832 "common": [
6833 {
6834 "id": "proc-macro2 1.0.63",
6835 "target": "proc_macro2"
6836 },
6837 {
6838 "id": "quote 1.0.29",
6839 "target": "quote"
6840 },
6841 {
6842 "id": "unicode-ident 1.0.9",
6843 "target": "unicode_ident"
6844 }
6845 ],
6846 "selects": {}
6847 },
6848 "edition": "2021",
6849 "version": "2.0.22"
6850 },
6851 "license": "MIT OR Apache-2.0"
6852 },
6853 "tempfile 3.6.0": {
6854 "name": "tempfile",
6855 "version": "3.6.0",
6856 "repository": {
6857 "Http": {
6858 "url": "https://crates.io/api/v1/crates/tempfile/3.6.0/download",
6859 "sha256": "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6"
6860 }
6861 },
6862 "targets": [
6863 {
6864 "Library": {
6865 "crate_name": "tempfile",
6866 "crate_root": "src/lib.rs",
6867 "srcs": [
6868 "**/*.rs"
6869 ]
6870 }
6871 },
6872 {
6873 "BuildScript": {
6874 "crate_name": "build_script_build",
6875 "crate_root": "build.rs",
6876 "srcs": [
6877 "**/*.rs"
6878 ]
6879 }
6880 }
6881 ],
6882 "library_target_name": "tempfile",
6883 "common_attrs": {
6884 "compile_data_glob": [
6885 "**"
6886 ],
6887 "deps": {
6888 "common": [
6889 {
6890 "id": "cfg-if 1.0.0",
6891 "target": "cfg_if"
6892 },
6893 {
6894 "id": "fastrand 1.9.0",
6895 "target": "fastrand"
6896 },
6897 {
6898 "id": "tempfile 3.6.0",
6899 "target": "build_script_build"
6900 }
6901 ],
6902 "selects": {
6903 "cfg(any(unix, target_os = \"wasi\"))": [
6904 {
6905 "id": "rustix 0.37.23",
6906 "target": "rustix"
6907 }
6908 ],
6909 "cfg(target_os = \"redox\")": [
6910 {
6911 "id": "redox_syscall 0.3.5",
6912 "target": "syscall"
6913 }
6914 ],
6915 "cfg(windows)": [
6916 {
6917 "id": "windows-sys 0.48.0",
6918 "target": "windows_sys"
6919 }
6920 ]
6921 }
6922 },
6923 "edition": "2018",
6924 "version": "3.6.0"
6925 },
6926 "build_script_attrs": {
6927 "data_glob": [
6928 "**"
6929 ],
6930 "deps": {
6931 "common": [
6932 {
6933 "id": "autocfg 1.1.0",
6934 "target": "autocfg"
6935 }
6936 ],
6937 "selects": {}
6938 }
6939 },
6940 "license": "MIT OR Apache-2.0"
6941 },
6942 "termcolor 1.2.0": {
6943 "name": "termcolor",
6944 "version": "1.2.0",
6945 "repository": {
6946 "Http": {
6947 "url": "https://crates.io/api/v1/crates/termcolor/1.2.0/download",
6948 "sha256": "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
6949 }
6950 },
6951 "targets": [
6952 {
6953 "Library": {
6954 "crate_name": "termcolor",
6955 "crate_root": "src/lib.rs",
6956 "srcs": [
6957 "**/*.rs"
6958 ]
6959 }
6960 }
6961 ],
6962 "library_target_name": "termcolor",
6963 "common_attrs": {
6964 "compile_data_glob": [
6965 "**"
6966 ],
6967 "deps": {
6968 "common": [],
6969 "selects": {
6970 "cfg(windows)": [
6971 {
6972 "id": "winapi-util 0.1.5",
6973 "target": "winapi_util"
6974 }
6975 ]
6976 }
6977 },
6978 "edition": "2018",
6979 "version": "1.2.0"
6980 },
6981 "license": "Unlicense OR MIT"
6982 },
6983 "terminal_size 0.1.17": {
6984 "name": "terminal_size",
6985 "version": "0.1.17",
6986 "repository": {
6987 "Http": {
6988 "url": "https://crates.io/api/v1/crates/terminal_size/0.1.17/download",
6989 "sha256": "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
6990 }
6991 },
6992 "targets": [
6993 {
6994 "Library": {
6995 "crate_name": "terminal_size",
6996 "crate_root": "src/lib.rs",
6997 "srcs": [
6998 "**/*.rs"
6999 ]
7000 }
7001 }
7002 ],
7003 "library_target_name": "terminal_size",
7004 "common_attrs": {
7005 "compile_data_glob": [
7006 "**"
7007 ],
7008 "deps": {
7009 "common": [],
7010 "selects": {
7011 "cfg(not(windows))": [
7012 {
7013 "id": "libc 0.2.147",
7014 "target": "libc"
7015 }
7016 ],
7017 "cfg(windows)": [
7018 {
7019 "id": "winapi 0.3.9",
7020 "target": "winapi"
7021 }
7022 ]
7023 }
7024 },
7025 "edition": "2018",
7026 "version": "0.1.17"
7027 },
7028 "license": "MIT OR Apache-2.0"
7029 },
7030 "termtree 0.4.1": {
7031 "name": "termtree",
7032 "version": "0.4.1",
7033 "repository": {
7034 "Http": {
7035 "url": "https://crates.io/api/v1/crates/termtree/0.4.1/download",
7036 "sha256": "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
7037 }
7038 },
7039 "targets": [
7040 {
7041 "Library": {
7042 "crate_name": "termtree",
7043 "crate_root": "src/lib.rs",
7044 "srcs": [
7045 "**/*.rs"
7046 ]
7047 }
7048 }
7049 ],
7050 "library_target_name": "termtree",
7051 "common_attrs": {
7052 "compile_data_glob": [
7053 "**"
7054 ],
7055 "edition": "2018",
7056 "version": "0.4.1"
7057 },
7058 "license": "MIT"
7059 },
7060 "test-log 0.2.12": {
7061 "name": "test-log",
7062 "version": "0.2.12",
7063 "repository": {
7064 "Http": {
7065 "url": "https://crates.io/api/v1/crates/test-log/0.2.12/download",
7066 "sha256": "d9601d162c1d77e62c1ea0bc8116cd1caf143ce3af947536c3c9052a1677fe0c"
7067 }
7068 },
7069 "targets": [
7070 {
7071 "ProcMacro": {
7072 "crate_name": "test_log",
7073 "crate_root": "src/lib.rs",
7074 "srcs": [
7075 "**/*.rs"
7076 ]
7077 }
7078 }
7079 ],
7080 "library_target_name": "test_log",
7081 "common_attrs": {
7082 "compile_data_glob": [
7083 "**"
7084 ],
7085 "crate_features": {
7086 "common": [
7087 "default",
7088 "log"
7089 ],
7090 "selects": {}
7091 },
7092 "deps": {
7093 "common": [
7094 {
7095 "id": "proc-macro2 1.0.63",
7096 "target": "proc_macro2"
7097 },
7098 {
7099 "id": "quote 1.0.29",
7100 "target": "quote"
7101 },
7102 {
7103 "id": "syn 1.0.109",
7104 "target": "syn"
7105 }
7106 ],
7107 "selects": {}
7108 },
7109 "edition": "2018",
7110 "version": "0.2.12"
7111 },
7112 "license": "Apache-2.0 OR MIT"
7113 },
7114 "textwrap 0.11.0": {
7115 "name": "textwrap",
7116 "version": "0.11.0",
7117 "repository": {
7118 "Http": {
7119 "url": "https://crates.io/api/v1/crates/textwrap/0.11.0/download",
7120 "sha256": "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
7121 }
7122 },
7123 "targets": [
7124 {
7125 "Library": {
7126 "crate_name": "textwrap",
7127 "crate_root": "src/lib.rs",
7128 "srcs": [
7129 "**/*.rs"
7130 ]
7131 }
7132 }
7133 ],
7134 "library_target_name": "textwrap",
7135 "common_attrs": {
7136 "compile_data_glob": [
7137 "**"
7138 ],
7139 "deps": {
7140 "common": [
7141 {
7142 "id": "unicode-width 0.1.10",
7143 "target": "unicode_width"
7144 }
7145 ],
7146 "selects": {}
7147 },
7148 "edition": "2015",
7149 "version": "0.11.0"
7150 },
7151 "license": "MIT"
7152 },
7153 "textwrap 0.15.2": {
7154 "name": "textwrap",
7155 "version": "0.15.2",
7156 "repository": {
7157 "Http": {
7158 "url": "https://crates.io/api/v1/crates/textwrap/0.15.2/download",
7159 "sha256": "b7b3e525a49ec206798b40326a44121291b530c963cfb01018f63e135bac543d"
7160 }
7161 },
7162 "targets": [
7163 {
7164 "Library": {
7165 "crate_name": "textwrap",
7166 "crate_root": "src/lib.rs",
7167 "srcs": [
7168 "**/*.rs"
7169 ]
7170 }
7171 }
7172 ],
7173 "library_target_name": "textwrap",
7174 "common_attrs": {
7175 "compile_data_glob": [
7176 "**"
7177 ],
7178 "crate_features": {
7179 "common": [
7180 "default",
7181 "smawk",
7182 "unicode-linebreak",
7183 "unicode-width"
7184 ],
7185 "selects": {}
7186 },
7187 "deps": {
7188 "common": [
7189 {
7190 "id": "smawk 0.3.1",
7191 "target": "smawk"
7192 },
7193 {
7194 "id": "unicode-linebreak 0.1.4",
7195 "target": "unicode_linebreak"
7196 },
7197 {
7198 "id": "unicode-width 0.1.10",
7199 "target": "unicode_width"
7200 }
7201 ],
7202 "selects": {}
7203 },
7204 "edition": "2018",
7205 "version": "0.15.2"
7206 },
7207 "license": "MIT"
7208 },
7209 "textwrap 0.16.0": {
7210 "name": "textwrap",
7211 "version": "0.16.0",
7212 "repository": {
7213 "Http": {
7214 "url": "https://crates.io/api/v1/crates/textwrap/0.16.0/download",
7215 "sha256": "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
7216 }
7217 },
7218 "targets": [
7219 {
7220 "Library": {
7221 "crate_name": "textwrap",
7222 "crate_root": "src/lib.rs",
7223 "srcs": [
7224 "**/*.rs"
7225 ]
7226 }
7227 }
7228 ],
7229 "library_target_name": "textwrap",
7230 "common_attrs": {
7231 "compile_data_glob": [
7232 "**"
7233 ],
7234 "edition": "2021",
7235 "version": "0.16.0"
7236 },
7237 "license": "MIT"
7238 },
7239 "thiserror 1.0.40": {
7240 "name": "thiserror",
7241 "version": "1.0.40",
7242 "repository": {
7243 "Http": {
7244 "url": "https://crates.io/api/v1/crates/thiserror/1.0.40/download",
7245 "sha256": "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
7246 }
7247 },
7248 "targets": [
7249 {
7250 "Library": {
7251 "crate_name": "thiserror",
7252 "crate_root": "src/lib.rs",
7253 "srcs": [
7254 "**/*.rs"
7255 ]
7256 }
7257 },
7258 {
7259 "BuildScript": {
7260 "crate_name": "build_script_build",
7261 "crate_root": "build.rs",
7262 "srcs": [
7263 "**/*.rs"
7264 ]
7265 }
7266 }
7267 ],
7268 "library_target_name": "thiserror",
7269 "common_attrs": {
7270 "compile_data_glob": [
7271 "**"
7272 ],
7273 "deps": {
7274 "common": [
7275 {
7276 "id": "thiserror 1.0.40",
7277 "target": "build_script_build"
7278 }
7279 ],
7280 "selects": {}
7281 },
7282 "edition": "2018",
7283 "proc_macro_deps": {
7284 "common": [
7285 {
7286 "id": "thiserror-impl 1.0.40",
7287 "target": "thiserror_impl"
7288 }
7289 ],
7290 "selects": {}
7291 },
7292 "version": "1.0.40"
7293 },
7294 "build_script_attrs": {
7295 "data_glob": [
7296 "**"
7297 ]
7298 },
7299 "license": "MIT OR Apache-2.0"
7300 },
7301 "thiserror-impl 1.0.40": {
7302 "name": "thiserror-impl",
7303 "version": "1.0.40",
7304 "repository": {
7305 "Http": {
7306 "url": "https://crates.io/api/v1/crates/thiserror-impl/1.0.40/download",
7307 "sha256": "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
7308 }
7309 },
7310 "targets": [
7311 {
7312 "ProcMacro": {
7313 "crate_name": "thiserror_impl",
7314 "crate_root": "src/lib.rs",
7315 "srcs": [
7316 "**/*.rs"
7317 ]
7318 }
7319 }
7320 ],
7321 "library_target_name": "thiserror_impl",
7322 "common_attrs": {
7323 "compile_data_glob": [
7324 "**"
7325 ],
7326 "deps": {
7327 "common": [
7328 {
7329 "id": "proc-macro2 1.0.63",
7330 "target": "proc_macro2"
7331 },
7332 {
7333 "id": "quote 1.0.29",
7334 "target": "quote"
7335 },
7336 {
7337 "id": "syn 2.0.22",
7338 "target": "syn"
7339 }
7340 ],
7341 "selects": {}
7342 },
7343 "edition": "2018",
7344 "version": "1.0.40"
7345 },
7346 "license": "MIT OR Apache-2.0"
7347 },
7348 "toml 0.5.11": {
7349 "name": "toml",
7350 "version": "0.5.11",
7351 "repository": {
7352 "Http": {
7353 "url": "https://crates.io/api/v1/crates/toml/0.5.11/download",
7354 "sha256": "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
7355 }
7356 },
7357 "targets": [
7358 {
7359 "Library": {
7360 "crate_name": "toml",
7361 "crate_root": "src/lib.rs",
7362 "srcs": [
7363 "**/*.rs"
7364 ]
7365 }
7366 }
7367 ],
7368 "library_target_name": "toml",
7369 "common_attrs": {
7370 "compile_data_glob": [
7371 "**"
7372 ],
7373 "crate_features": {
7374 "common": [
7375 "default"
7376 ],
7377 "selects": {}
7378 },
7379 "deps": {
7380 "common": [
7381 {
7382 "id": "serde 1.0.168",
7383 "target": "serde"
7384 }
7385 ],
7386 "selects": {}
7387 },
7388 "edition": "2018",
7389 "version": "0.5.11"
7390 },
7391 "license": "MIT/Apache-2.0"
7392 },
7393 "trybuild 1.0.81": {
7394 "name": "trybuild",
7395 "version": "1.0.81",
7396 "repository": {
7397 "Http": {
7398 "url": "https://crates.io/api/v1/crates/trybuild/1.0.81/download",
7399 "sha256": "04366e99ff743345622cd00af2af01d711dc2d1ef59250d7347698d21b546729"
7400 }
7401 },
7402 "targets": [
7403 {
7404 "Library": {
7405 "crate_name": "trybuild",
7406 "crate_root": "src/lib.rs",
7407 "srcs": [
7408 "**/*.rs"
7409 ]
7410 }
7411 },
7412 {
7413 "BuildScript": {
7414 "crate_name": "build_script_build",
7415 "crate_root": "build.rs",
7416 "srcs": [
7417 "**/*.rs"
7418 ]
7419 }
7420 }
7421 ],
7422 "library_target_name": "trybuild",
7423 "common_attrs": {
7424 "compile_data_glob": [
7425 "**"
7426 ],
7427 "deps": {
7428 "common": [
7429 {
7430 "id": "basic-toml 0.1.3",
7431 "target": "basic_toml"
7432 },
7433 {
7434 "id": "glob 0.3.1",
7435 "target": "glob"
7436 },
7437 {
7438 "id": "once_cell 1.18.0",
7439 "target": "once_cell"
7440 },
7441 {
7442 "id": "serde 1.0.168",
7443 "target": "serde"
7444 },
7445 {
7446 "id": "serde_json 1.0.100",
7447 "target": "serde_json"
7448 },
7449 {
7450 "id": "termcolor 1.2.0",
7451 "target": "termcolor"
7452 },
7453 {
7454 "id": "trybuild 1.0.81",
7455 "target": "build_script_build"
7456 }
7457 ],
7458 "selects": {}
7459 },
7460 "edition": "2018",
7461 "proc_macro_deps": {
7462 "common": [
7463 {
7464 "id": "serde_derive 1.0.168",
7465 "target": "serde_derive"
7466 }
7467 ],
7468 "selects": {}
7469 },
7470 "version": "1.0.81"
7471 },
7472 "build_script_attrs": {
7473 "data_glob": [
7474 "**"
7475 ]
7476 },
7477 "license": "MIT OR Apache-2.0"
7478 },
7479 "unicode-ident 1.0.9": {
7480 "name": "unicode-ident",
7481 "version": "1.0.9",
7482 "repository": {
7483 "Http": {
7484 "url": "https://crates.io/api/v1/crates/unicode-ident/1.0.9/download",
7485 "sha256": "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
7486 }
7487 },
7488 "targets": [
7489 {
7490 "Library": {
7491 "crate_name": "unicode_ident",
7492 "crate_root": "src/lib.rs",
7493 "srcs": [
7494 "**/*.rs"
7495 ]
7496 }
7497 }
7498 ],
7499 "library_target_name": "unicode_ident",
7500 "common_attrs": {
7501 "compile_data_glob": [
7502 "**"
7503 ],
7504 "edition": "2018",
7505 "version": "1.0.9"
7506 },
7507 "license": "(MIT OR Apache-2.0) AND Unicode-DFS-2016"
7508 },
7509 "unicode-linebreak 0.1.4": {
7510 "name": "unicode-linebreak",
7511 "version": "0.1.4",
7512 "repository": {
7513 "Http": {
7514 "url": "https://crates.io/api/v1/crates/unicode-linebreak/0.1.4/download",
7515 "sha256": "c5faade31a542b8b35855fff6e8def199853b2da8da256da52f52f1316ee3137"
7516 }
7517 },
7518 "targets": [
7519 {
7520 "Library": {
7521 "crate_name": "unicode_linebreak",
7522 "crate_root": "src/lib.rs",
7523 "srcs": [
7524 "**/*.rs"
7525 ]
7526 }
7527 },
7528 {
7529 "BuildScript": {
7530 "crate_name": "build_script_build",
7531 "crate_root": "build.rs",
7532 "srcs": [
7533 "**/*.rs"
7534 ]
7535 }
7536 }
7537 ],
7538 "library_target_name": "unicode_linebreak",
7539 "common_attrs": {
7540 "compile_data_glob": [
7541 "**"
7542 ],
7543 "deps": {
7544 "common": [
7545 {
7546 "id": "unicode-linebreak 0.1.4",
7547 "target": "build_script_build"
7548 }
7549 ],
7550 "selects": {}
7551 },
7552 "edition": "2021",
7553 "version": "0.1.4"
7554 },
7555 "build_script_attrs": {
7556 "data_glob": [
7557 "**"
7558 ],
7559 "deps": {
7560 "common": [
7561 {
7562 "id": "hashbrown 0.12.3",
7563 "target": "hashbrown"
7564 },
7565 {
7566 "id": "regex 1.9.1",
7567 "target": "regex"
7568 }
7569 ],
7570 "selects": {}
7571 }
7572 },
7573 "license": "Apache-2.0"
7574 },
7575 "unicode-width 0.1.10": {
7576 "name": "unicode-width",
7577 "version": "0.1.10",
7578 "repository": {
7579 "Http": {
7580 "url": "https://crates.io/api/v1/crates/unicode-width/0.1.10/download",
7581 "sha256": "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
7582 }
7583 },
7584 "targets": [
7585 {
7586 "Library": {
7587 "crate_name": "unicode_width",
7588 "crate_root": "src/lib.rs",
7589 "srcs": [
7590 "**/*.rs"
7591 ]
7592 }
7593 }
7594 ],
7595 "library_target_name": "unicode_width",
7596 "common_attrs": {
7597 "compile_data_glob": [
7598 "**"
7599 ],
7600 "crate_features": {
7601 "common": [
7602 "default"
7603 ],
7604 "selects": {}
7605 },
7606 "edition": "2015",
7607 "version": "0.1.10"
7608 },
7609 "license": "MIT/Apache-2.0"
7610 },
7611 "uuid 1.4.0": {
7612 "name": "uuid",
7613 "version": "1.4.0",
7614 "repository": {
7615 "Http": {
7616 "url": "https://crates.io/api/v1/crates/uuid/1.4.0/download",
7617 "sha256": "d023da39d1fde5a8a3fe1f3e01ca9632ada0a63e9797de55a879d6e2236277be"
7618 }
7619 },
7620 "targets": [
7621 {
7622 "Library": {
7623 "crate_name": "uuid",
7624 "crate_root": "src/lib.rs",
7625 "srcs": [
7626 "**/*.rs"
7627 ]
7628 }
7629 }
7630 ],
7631 "library_target_name": "uuid",
7632 "common_attrs": {
7633 "compile_data_glob": [
7634 "**"
7635 ],
7636 "crate_features": {
7637 "common": [
7638 "default",
7639 "std"
7640 ],
7641 "selects": {}
7642 },
7643 "edition": "2018",
7644 "version": "1.4.0"
7645 },
7646 "license": "Apache-2.0 OR MIT"
7647 },
7648 "vec_map 0.8.2": {
7649 "name": "vec_map",
7650 "version": "0.8.2",
7651 "repository": {
7652 "Http": {
7653 "url": "https://crates.io/api/v1/crates/vec_map/0.8.2/download",
7654 "sha256": "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
7655 }
7656 },
7657 "targets": [
7658 {
7659 "Library": {
7660 "crate_name": "vec_map",
7661 "crate_root": "src/lib.rs",
7662 "srcs": [
7663 "**/*.rs"
7664 ]
7665 }
7666 }
7667 ],
7668 "library_target_name": "vec_map",
7669 "common_attrs": {
7670 "compile_data_glob": [
7671 "**"
7672 ],
7673 "edition": "2015",
7674 "version": "0.8.2"
7675 },
7676 "license": "MIT/Apache-2.0"
7677 },
7678 "version_check 0.9.4": {
7679 "name": "version_check",
7680 "version": "0.9.4",
7681 "repository": {
7682 "Http": {
7683 "url": "https://crates.io/api/v1/crates/version_check/0.9.4/download",
7684 "sha256": "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
7685 }
7686 },
7687 "targets": [
7688 {
7689 "Library": {
7690 "crate_name": "version_check",
7691 "crate_root": "src/lib.rs",
7692 "srcs": [
7693 "**/*.rs"
7694 ]
7695 }
7696 }
7697 ],
7698 "library_target_name": "version_check",
7699 "common_attrs": {
7700 "compile_data_glob": [
7701 "**"
7702 ],
7703 "edition": "2015",
7704 "version": "0.9.4"
7705 },
7706 "license": "MIT/Apache-2.0"
7707 },
7708 "wait-timeout 0.2.0": {
7709 "name": "wait-timeout",
7710 "version": "0.2.0",
7711 "repository": {
7712 "Http": {
7713 "url": "https://crates.io/api/v1/crates/wait-timeout/0.2.0/download",
7714 "sha256": "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
7715 }
7716 },
7717 "targets": [
7718 {
7719 "Library": {
7720 "crate_name": "wait_timeout",
7721 "crate_root": "src/lib.rs",
7722 "srcs": [
7723 "**/*.rs"
7724 ]
7725 }
7726 }
7727 ],
7728 "library_target_name": "wait_timeout",
7729 "common_attrs": {
7730 "compile_data_glob": [
7731 "**"
7732 ],
7733 "deps": {
7734 "common": [],
7735 "selects": {
7736 "cfg(unix)": [
7737 {
7738 "id": "libc 0.2.147",
7739 "target": "libc"
7740 }
7741 ]
7742 }
7743 },
7744 "edition": "2015",
7745 "version": "0.2.0"
7746 },
7747 "license": "MIT/Apache-2.0"
7748 },
7749 "wasi 0.11.0+wasi-snapshot-preview1": {
7750 "name": "wasi",
7751 "version": "0.11.0+wasi-snapshot-preview1",
7752 "repository": {
7753 "Http": {
7754 "url": "https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download",
7755 "sha256": "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
7756 }
7757 },
7758 "targets": [
7759 {
7760 "Library": {
7761 "crate_name": "wasi",
7762 "crate_root": "src/lib.rs",
7763 "srcs": [
7764 "**/*.rs"
7765 ]
7766 }
7767 }
7768 ],
7769 "library_target_name": "wasi",
7770 "common_attrs": {
7771 "compile_data_glob": [
7772 "**"
7773 ],
7774 "edition": "2018",
7775 "version": "0.11.0+wasi-snapshot-preview1"
7776 },
7777 "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
7778 },
7779 "which 3.1.1": {
7780 "name": "which",
7781 "version": "3.1.1",
7782 "repository": {
7783 "Http": {
7784 "url": "https://crates.io/api/v1/crates/which/3.1.1/download",
7785 "sha256": "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724"
7786 }
7787 },
7788 "targets": [
7789 {
7790 "Library": {
7791 "crate_name": "which",
7792 "crate_root": "src/lib.rs",
7793 "srcs": [
7794 "**/*.rs"
7795 ]
7796 }
7797 }
7798 ],
7799 "library_target_name": "which",
7800 "common_attrs": {
7801 "compile_data_glob": [
7802 "**"
7803 ],
7804 "deps": {
7805 "common": [
7806 {
7807 "id": "libc 0.2.147",
7808 "target": "libc"
7809 }
7810 ],
7811 "selects": {}
7812 },
7813 "edition": "2015",
7814 "version": "3.1.1"
7815 },
7816 "license": "MIT"
7817 },
7818 "which 4.4.0": {
7819 "name": "which",
7820 "version": "4.4.0",
7821 "repository": {
7822 "Http": {
7823 "url": "https://crates.io/api/v1/crates/which/4.4.0/download",
7824 "sha256": "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
7825 }
7826 },
7827 "targets": [
7828 {
7829 "Library": {
7830 "crate_name": "which",
7831 "crate_root": "src/lib.rs",
7832 "srcs": [
7833 "**/*.rs"
7834 ]
7835 }
7836 }
7837 ],
7838 "library_target_name": "which",
7839 "common_attrs": {
7840 "compile_data_glob": [
7841 "**"
7842 ],
7843 "deps": {
7844 "common": [
7845 {
7846 "id": "either 1.8.1",
7847 "target": "either"
7848 },
7849 {
7850 "id": "libc 0.2.147",
7851 "target": "libc"
7852 }
7853 ],
7854 "selects": {
7855 "cfg(windows)": [
7856 {
7857 "id": "once_cell 1.18.0",
7858 "target": "once_cell"
7859 }
7860 ]
7861 }
7862 },
7863 "edition": "2018",
7864 "version": "4.4.0"
7865 },
7866 "license": "MIT"
7867 },
7868 "winapi 0.3.9": {
7869 "name": "winapi",
7870 "version": "0.3.9",
7871 "repository": {
7872 "Http": {
7873 "url": "https://crates.io/api/v1/crates/winapi/0.3.9/download",
7874 "sha256": "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
7875 }
7876 },
7877 "targets": [
7878 {
7879 "Library": {
7880 "crate_name": "winapi",
7881 "crate_root": "src/lib.rs",
7882 "srcs": [
7883 "**/*.rs"
7884 ]
7885 }
7886 },
7887 {
7888 "BuildScript": {
7889 "crate_name": "build_script_build",
7890 "crate_root": "build.rs",
7891 "srcs": [
7892 "**/*.rs"
7893 ]
7894 }
7895 }
7896 ],
7897 "library_target_name": "winapi",
7898 "common_attrs": {
7899 "compile_data_glob": [
7900 "**"
7901 ],
7902 "deps": {
7903 "common": [
7904 {
7905 "id": "winapi 0.3.9",
7906 "target": "build_script_build"
7907 }
7908 ],
7909 "selects": {
7910 "i686-pc-windows-gnu": [
7911 {
7912 "id": "winapi-i686-pc-windows-gnu 0.4.0",
7913 "target": "winapi_i686_pc_windows_gnu"
7914 }
7915 ],
7916 "x86_64-pc-windows-gnu": [
7917 {
7918 "id": "winapi-x86_64-pc-windows-gnu 0.4.0",
7919 "target": "winapi_x86_64_pc_windows_gnu"
7920 }
7921 ]
7922 }
7923 },
7924 "edition": "2015",
7925 "version": "0.3.9"
7926 },
7927 "build_script_attrs": {
7928 "data_glob": [
7929 "**"
7930 ]
7931 },
7932 "license": "MIT/Apache-2.0"
7933 },
7934 "winapi-i686-pc-windows-gnu 0.4.0": {
7935 "name": "winapi-i686-pc-windows-gnu",
7936 "version": "0.4.0",
7937 "repository": {
7938 "Http": {
7939 "url": "https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download",
7940 "sha256": "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
7941 }
7942 },
7943 "targets": [
7944 {
7945 "Library": {
7946 "crate_name": "winapi_i686_pc_windows_gnu",
7947 "crate_root": "src/lib.rs",
7948 "srcs": [
7949 "**/*.rs"
7950 ]
7951 }
7952 },
7953 {
7954 "BuildScript": {
7955 "crate_name": "build_script_build",
7956 "crate_root": "build.rs",
7957 "srcs": [
7958 "**/*.rs"
7959 ]
7960 }
7961 }
7962 ],
7963 "library_target_name": "winapi_i686_pc_windows_gnu",
7964 "common_attrs": {
7965 "compile_data_glob": [
7966 "**"
7967 ],
7968 "deps": {
7969 "common": [
7970 {
7971 "id": "winapi-i686-pc-windows-gnu 0.4.0",
7972 "target": "build_script_build"
7973 }
7974 ],
7975 "selects": {}
7976 },
7977 "edition": "2015",
7978 "version": "0.4.0"
7979 },
7980 "build_script_attrs": {
7981 "data_glob": [
7982 "**"
7983 ]
7984 },
7985 "license": "MIT/Apache-2.0"
7986 },
7987 "winapi-util 0.1.5": {
7988 "name": "winapi-util",
7989 "version": "0.1.5",
7990 "repository": {
7991 "Http": {
7992 "url": "https://crates.io/api/v1/crates/winapi-util/0.1.5/download",
7993 "sha256": "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
7994 }
7995 },
7996 "targets": [
7997 {
7998 "Library": {
7999 "crate_name": "winapi_util",
8000 "crate_root": "src/lib.rs",
8001 "srcs": [
8002 "**/*.rs"
8003 ]
8004 }
8005 }
8006 ],
8007 "library_target_name": "winapi_util",
8008 "common_attrs": {
8009 "compile_data_glob": [
8010 "**"
8011 ],
8012 "deps": {
8013 "common": [],
8014 "selects": {
8015 "cfg(windows)": [
8016 {
8017 "id": "winapi 0.3.9",
8018 "target": "winapi"
8019 }
8020 ]
8021 }
8022 },
8023 "edition": "2018",
8024 "version": "0.1.5"
8025 },
8026 "license": "Unlicense/MIT"
8027 },
8028 "winapi-x86_64-pc-windows-gnu 0.4.0": {
8029 "name": "winapi-x86_64-pc-windows-gnu",
8030 "version": "0.4.0",
8031 "repository": {
8032 "Http": {
8033 "url": "https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download",
8034 "sha256": "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
8035 }
8036 },
8037 "targets": [
8038 {
8039 "Library": {
8040 "crate_name": "winapi_x86_64_pc_windows_gnu",
8041 "crate_root": "src/lib.rs",
8042 "srcs": [
8043 "**/*.rs"
8044 ]
8045 }
8046 },
8047 {
8048 "BuildScript": {
8049 "crate_name": "build_script_build",
8050 "crate_root": "build.rs",
8051 "srcs": [
8052 "**/*.rs"
8053 ]
8054 }
8055 }
8056 ],
8057 "library_target_name": "winapi_x86_64_pc_windows_gnu",
8058 "common_attrs": {
8059 "compile_data_glob": [
8060 "**"
8061 ],
8062 "deps": {
8063 "common": [
8064 {
8065 "id": "winapi-x86_64-pc-windows-gnu 0.4.0",
8066 "target": "build_script_build"
8067 }
8068 ],
8069 "selects": {}
8070 },
8071 "edition": "2015",
8072 "version": "0.4.0"
8073 },
8074 "build_script_attrs": {
8075 "data_glob": [
8076 "**"
8077 ]
8078 },
8079 "license": "MIT/Apache-2.0"
8080 },
8081 "windows-sys 0.48.0": {
8082 "name": "windows-sys",
8083 "version": "0.48.0",
8084 "repository": {
8085 "Http": {
8086 "url": "https://crates.io/api/v1/crates/windows-sys/0.48.0/download",
8087 "sha256": "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
8088 }
8089 },
8090 "targets": [
8091 {
8092 "Library": {
8093 "crate_name": "windows_sys",
8094 "crate_root": "src/lib.rs",
8095 "srcs": [
8096 "**/*.rs"
8097 ]
8098 }
8099 }
8100 ],
8101 "library_target_name": "windows_sys",
8102 "common_attrs": {
8103 "compile_data_glob": [
8104 "**"
8105 ],
8106 "deps": {
8107 "common": [
8108 {
8109 "id": "windows-targets 0.48.1",
8110 "target": "windows_targets"
8111 }
8112 ],
8113 "selects": {}
8114 },
8115 "edition": "2018",
8116 "version": "0.48.0"
8117 },
8118 "license": "MIT OR Apache-2.0"
8119 },
8120 "windows-targets 0.48.1": {
8121 "name": "windows-targets",
8122 "version": "0.48.1",
8123 "repository": {
8124 "Http": {
8125 "url": "https://crates.io/api/v1/crates/windows-targets/0.48.1/download",
8126 "sha256": "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
8127 }
8128 },
8129 "targets": [
8130 {
8131 "Library": {
8132 "crate_name": "windows_targets",
8133 "crate_root": "src/lib.rs",
8134 "srcs": [
8135 "**/*.rs"
8136 ]
8137 }
8138 }
8139 ],
8140 "library_target_name": "windows_targets",
8141 "common_attrs": {
8142 "compile_data_glob": [
8143 "**"
8144 ],
8145 "deps": {
8146 "common": [],
8147 "selects": {
8148 "aarch64-pc-windows-gnullvm": [
8149 {
8150 "id": "windows_aarch64_gnullvm 0.48.0",
8151 "target": "windows_aarch64_gnullvm"
8152 }
8153 ],
8154 "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))": [
8155 {
8156 "id": "windows_aarch64_msvc 0.48.0",
8157 "target": "windows_aarch64_msvc"
8158 }
8159 ],
8160 "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))": [
8161 {
8162 "id": "windows_i686_gnu 0.48.0",
8163 "target": "windows_i686_gnu"
8164 }
8165 ],
8166 "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))": [
8167 {
8168 "id": "windows_i686_msvc 0.48.0",
8169 "target": "windows_i686_msvc"
8170 }
8171 ],
8172 "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [
8173 {
8174 "id": "windows_x86_64_gnu 0.48.0",
8175 "target": "windows_x86_64_gnu"
8176 }
8177 ],
8178 "cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))": [
8179 {
8180 "id": "windows_x86_64_msvc 0.48.0",
8181 "target": "windows_x86_64_msvc"
8182 }
8183 ],
8184 "x86_64-pc-windows-gnullvm": [
8185 {
8186 "id": "windows_x86_64_gnullvm 0.48.0",
8187 "target": "windows_x86_64_gnullvm"
8188 }
8189 ]
8190 }
8191 },
8192 "edition": "2018",
8193 "version": "0.48.1"
8194 },
8195 "license": "MIT OR Apache-2.0"
8196 },
8197 "windows_aarch64_gnullvm 0.48.0": {
8198 "name": "windows_aarch64_gnullvm",
8199 "version": "0.48.0",
8200 "repository": {
8201 "Http": {
8202 "url": "https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.0/download",
8203 "sha256": "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
8204 }
8205 },
8206 "targets": [
8207 {
8208 "Library": {
8209 "crate_name": "windows_aarch64_gnullvm",
8210 "crate_root": "src/lib.rs",
8211 "srcs": [
8212 "**/*.rs"
8213 ]
8214 }
8215 },
8216 {
8217 "BuildScript": {
8218 "crate_name": "build_script_build",
8219 "crate_root": "build.rs",
8220 "srcs": [
8221 "**/*.rs"
8222 ]
8223 }
8224 }
8225 ],
8226 "library_target_name": "windows_aarch64_gnullvm",
8227 "common_attrs": {
8228 "compile_data_glob": [
8229 "**"
8230 ],
8231 "deps": {
8232 "common": [
8233 {
8234 "id": "windows_aarch64_gnullvm 0.48.0",
8235 "target": "build_script_build"
8236 }
8237 ],
8238 "selects": {}
8239 },
8240 "edition": "2018",
8241 "version": "0.48.0"
8242 },
8243 "build_script_attrs": {
8244 "data_glob": [
8245 "**"
8246 ]
8247 },
8248 "license": "MIT OR Apache-2.0"
8249 },
8250 "windows_aarch64_msvc 0.48.0": {
8251 "name": "windows_aarch64_msvc",
8252 "version": "0.48.0",
8253 "repository": {
8254 "Http": {
8255 "url": "https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.0/download",
8256 "sha256": "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
8257 }
8258 },
8259 "targets": [
8260 {
8261 "Library": {
8262 "crate_name": "windows_aarch64_msvc",
8263 "crate_root": "src/lib.rs",
8264 "srcs": [
8265 "**/*.rs"
8266 ]
8267 }
8268 },
8269 {
8270 "BuildScript": {
8271 "crate_name": "build_script_build",
8272 "crate_root": "build.rs",
8273 "srcs": [
8274 "**/*.rs"
8275 ]
8276 }
8277 }
8278 ],
8279 "library_target_name": "windows_aarch64_msvc",
8280 "common_attrs": {
8281 "compile_data_glob": [
8282 "**"
8283 ],
8284 "deps": {
8285 "common": [
8286 {
8287 "id": "windows_aarch64_msvc 0.48.0",
8288 "target": "build_script_build"
8289 }
8290 ],
8291 "selects": {}
8292 },
8293 "edition": "2018",
8294 "version": "0.48.0"
8295 },
8296 "build_script_attrs": {
8297 "data_glob": [
8298 "**"
8299 ]
8300 },
8301 "license": "MIT OR Apache-2.0"
8302 },
8303 "windows_i686_gnu 0.48.0": {
8304 "name": "windows_i686_gnu",
8305 "version": "0.48.0",
8306 "repository": {
8307 "Http": {
8308 "url": "https://crates.io/api/v1/crates/windows_i686_gnu/0.48.0/download",
8309 "sha256": "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
8310 }
8311 },
8312 "targets": [
8313 {
8314 "Library": {
8315 "crate_name": "windows_i686_gnu",
8316 "crate_root": "src/lib.rs",
8317 "srcs": [
8318 "**/*.rs"
8319 ]
8320 }
8321 },
8322 {
8323 "BuildScript": {
8324 "crate_name": "build_script_build",
8325 "crate_root": "build.rs",
8326 "srcs": [
8327 "**/*.rs"
8328 ]
8329 }
8330 }
8331 ],
8332 "library_target_name": "windows_i686_gnu",
8333 "common_attrs": {
8334 "compile_data_glob": [
8335 "**"
8336 ],
8337 "deps": {
8338 "common": [
8339 {
8340 "id": "windows_i686_gnu 0.48.0",
8341 "target": "build_script_build"
8342 }
8343 ],
8344 "selects": {}
8345 },
8346 "edition": "2018",
8347 "version": "0.48.0"
8348 },
8349 "build_script_attrs": {
8350 "data_glob": [
8351 "**"
8352 ]
8353 },
8354 "license": "MIT OR Apache-2.0"
8355 },
8356 "windows_i686_msvc 0.48.0": {
8357 "name": "windows_i686_msvc",
8358 "version": "0.48.0",
8359 "repository": {
8360 "Http": {
8361 "url": "https://crates.io/api/v1/crates/windows_i686_msvc/0.48.0/download",
8362 "sha256": "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
8363 }
8364 },
8365 "targets": [
8366 {
8367 "Library": {
8368 "crate_name": "windows_i686_msvc",
8369 "crate_root": "src/lib.rs",
8370 "srcs": [
8371 "**/*.rs"
8372 ]
8373 }
8374 },
8375 {
8376 "BuildScript": {
8377 "crate_name": "build_script_build",
8378 "crate_root": "build.rs",
8379 "srcs": [
8380 "**/*.rs"
8381 ]
8382 }
8383 }
8384 ],
8385 "library_target_name": "windows_i686_msvc",
8386 "common_attrs": {
8387 "compile_data_glob": [
8388 "**"
8389 ],
8390 "deps": {
8391 "common": [
8392 {
8393 "id": "windows_i686_msvc 0.48.0",
8394 "target": "build_script_build"
8395 }
8396 ],
8397 "selects": {}
8398 },
8399 "edition": "2018",
8400 "version": "0.48.0"
8401 },
8402 "build_script_attrs": {
8403 "data_glob": [
8404 "**"
8405 ]
8406 },
8407 "license": "MIT OR Apache-2.0"
8408 },
8409 "windows_x86_64_gnu 0.48.0": {
8410 "name": "windows_x86_64_gnu",
8411 "version": "0.48.0",
8412 "repository": {
8413 "Http": {
8414 "url": "https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.0/download",
8415 "sha256": "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
8416 }
8417 },
8418 "targets": [
8419 {
8420 "Library": {
8421 "crate_name": "windows_x86_64_gnu",
8422 "crate_root": "src/lib.rs",
8423 "srcs": [
8424 "**/*.rs"
8425 ]
8426 }
8427 },
8428 {
8429 "BuildScript": {
8430 "crate_name": "build_script_build",
8431 "crate_root": "build.rs",
8432 "srcs": [
8433 "**/*.rs"
8434 ]
8435 }
8436 }
8437 ],
8438 "library_target_name": "windows_x86_64_gnu",
8439 "common_attrs": {
8440 "compile_data_glob": [
8441 "**"
8442 ],
8443 "deps": {
8444 "common": [
8445 {
8446 "id": "windows_x86_64_gnu 0.48.0",
8447 "target": "build_script_build"
8448 }
8449 ],
8450 "selects": {}
8451 },
8452 "edition": "2018",
8453 "version": "0.48.0"
8454 },
8455 "build_script_attrs": {
8456 "data_glob": [
8457 "**"
8458 ]
8459 },
8460 "license": "MIT OR Apache-2.0"
8461 },
8462 "windows_x86_64_gnullvm 0.48.0": {
8463 "name": "windows_x86_64_gnullvm",
8464 "version": "0.48.0",
8465 "repository": {
8466 "Http": {
8467 "url": "https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.0/download",
8468 "sha256": "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
8469 }
8470 },
8471 "targets": [
8472 {
8473 "Library": {
8474 "crate_name": "windows_x86_64_gnullvm",
8475 "crate_root": "src/lib.rs",
8476 "srcs": [
8477 "**/*.rs"
8478 ]
8479 }
8480 },
8481 {
8482 "BuildScript": {
8483 "crate_name": "build_script_build",
8484 "crate_root": "build.rs",
8485 "srcs": [
8486 "**/*.rs"
8487 ]
8488 }
8489 }
8490 ],
8491 "library_target_name": "windows_x86_64_gnullvm",
8492 "common_attrs": {
8493 "compile_data_glob": [
8494 "**"
8495 ],
8496 "deps": {
8497 "common": [
8498 {
8499 "id": "windows_x86_64_gnullvm 0.48.0",
8500 "target": "build_script_build"
8501 }
8502 ],
8503 "selects": {}
8504 },
8505 "edition": "2018",
8506 "version": "0.48.0"
8507 },
8508 "build_script_attrs": {
8509 "data_glob": [
8510 "**"
8511 ]
8512 },
8513 "license": "MIT OR Apache-2.0"
8514 },
8515 "windows_x86_64_msvc 0.48.0": {
8516 "name": "windows_x86_64_msvc",
8517 "version": "0.48.0",
8518 "repository": {
8519 "Http": {
8520 "url": "https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.0/download",
8521 "sha256": "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
8522 }
8523 },
8524 "targets": [
8525 {
8526 "Library": {
8527 "crate_name": "windows_x86_64_msvc",
8528 "crate_root": "src/lib.rs",
8529 "srcs": [
8530 "**/*.rs"
8531 ]
8532 }
8533 },
8534 {
8535 "BuildScript": {
8536 "crate_name": "build_script_build",
8537 "crate_root": "build.rs",
8538 "srcs": [
8539 "**/*.rs"
8540 ]
8541 }
8542 }
8543 ],
8544 "library_target_name": "windows_x86_64_msvc",
8545 "common_attrs": {
8546 "compile_data_glob": [
8547 "**"
8548 ],
8549 "deps": {
8550 "common": [
8551 {
8552 "id": "windows_x86_64_msvc 0.48.0",
8553 "target": "build_script_build"
8554 }
8555 ],
8556 "selects": {}
8557 },
8558 "edition": "2018",
8559 "version": "0.48.0"
8560 },
8561 "build_script_attrs": {
8562 "data_glob": [
8563 "**"
8564 ]
8565 },
8566 "license": "MIT OR Apache-2.0"
8567 }
8568 },
8569 "binary_crates": [],
8570 "workspace_members": {
8571 "autocxx 0.22.3": "third_party/autocxx",
8572 "autocxx-engine 0.22.3": "third_party/autocxx/engine",
8573 "autocxx-gen 0.22.3": "third_party/autocxx/gen/cmd",
8574 "autocxx-integration-tests 0.22.3": "third_party/autocxx/integration-tests",
8575 "autocxx-macro 0.22.3": "third_party/autocxx/macro",
8576 "autocxx-parser 0.22.3": "third_party/autocxx/parser",
8577 "compile_with_bazel 0.0.0": "",
8578 "flatbuffers 22.10.26": "third_party/flatbuffers/rust/flatbuffers"
8579 },
8580 "conditions": {
8581 "aarch64-pc-windows-gnullvm": [],
8582 "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))": [],
8583 "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))": [
8584 "aarch64-unknown-linux-gnu",
8585 "arm-unknown-linux-gnueabi",
8586 "armv7-unknown-linux-gnueabihf",
8587 "x86_64-unknown-linux-gnu"
8588 ],
8589 "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))": [],
8590 "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))": [],
8591 "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))": [],
8592 "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))": [],
8593 "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))": [],
8594 "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [
8595 "x86_64-unknown-linux-gnu"
8596 ],
8597 "cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))": [],
8598 "cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"windows\", target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonfly\", target_os = \"solaris\", target_os = \"illumos\", target_os = \"fuchsia\", target_os = \"redox\", target_os = \"cloudabi\", target_os = \"haiku\", target_os = \"vxworks\", target_os = \"emscripten\", target_os = \"wasi\"))": [
8599 "aarch64-unknown-linux-gnu",
8600 "arm-unknown-linux-gnueabi",
8601 "armv7-unknown-linux-gnueabihf",
8602 "x86_64-unknown-linux-gnu"
8603 ],
8604 "cfg(any(unix, target_os = \"wasi\"))": [
8605 "aarch64-unknown-linux-gnu",
8606 "arm-unknown-linux-gnueabi",
8607 "armv7-unknown-linux-gnueabihf",
8608 "x86_64-unknown-linux-gnu"
8609 ],
8610 "cfg(not(all(target_arch = \"arm\", target_os = \"none\")))": [
8611 "aarch64-unknown-linux-gnu",
8612 "arm-unknown-linux-gnueabi",
8613 "armv7-unknown-linux-gnueabihf",
8614 "x86_64-unknown-linux-gnu"
8615 ],
8616 "cfg(not(windows))": [
8617 "aarch64-unknown-linux-gnu",
8618 "arm-unknown-linux-gnueabi",
8619 "armv7-unknown-linux-gnueabihf",
8620 "x86_64-unknown-linux-gnu"
8621 ],
8622 "cfg(target_os = \"dragonfly\")": [],
8623 "cfg(target_os = \"hermit\")": [],
8624 "cfg(target_os = \"redox\")": [],
8625 "cfg(target_os = \"wasi\")": [],
8626 "cfg(target_os = \"windows\")": [],
8627 "cfg(unix)": [
8628 "aarch64-unknown-linux-gnu",
8629 "arm-unknown-linux-gnueabi",
8630 "armv7-unknown-linux-gnueabihf",
8631 "x86_64-unknown-linux-gnu"
8632 ],
8633 "cfg(windows)": [],
8634 "i686-pc-windows-gnu": [],
8635 "x86_64-pc-windows-gnu": [],
8636 "x86_64-pc-windows-gnullvm": []
8637 }
8638}