• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "checksum": "c69eca3799cb71eb33df3a0c1b0b2c9788b64a608972d5f768e247a8ca0032fb",
3  "crates": {
4    "aho-corasick 1.1.3": {
5      "name": "aho-corasick",
6      "version": "1.1.3",
7      "package_url": "https://github.com/BurntSushi/aho-corasick",
8      "repository": {
9        "Http": {
10          "url": "https://static.crates.io/crates/aho-corasick/1.1.3/download",
11          "sha256": "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
12        }
13      },
14      "targets": [
15        {
16          "Library": {
17            "crate_name": "aho_corasick",
18            "crate_root": "src/lib.rs",
19            "srcs": {
20              "allow_empty": true,
21              "include": [
22                "**/*.rs"
23              ]
24            }
25          }
26        }
27      ],
28      "library_target_name": "aho_corasick",
29      "common_attrs": {
30        "compile_data_glob": [
31          "**"
32        ],
33        "edition": "2021",
34        "version": "1.1.3"
35      },
36      "license": "Unlicense OR MIT",
37      "license_ids": [
38        "MIT",
39        "Unlicense"
40      ],
41      "license_file": "LICENSE-MIT"
42    },
43    "bindgen 0.66.1": {
44      "name": "bindgen",
45      "version": "0.66.1",
46      "package_url": "https://github.com/rust-lang/rust-bindgen",
47      "repository": {
48        "Http": {
49          "url": "https://static.crates.io/crates/bindgen/0.66.1/download",
50          "sha256": "f2b84e06fc203107bfbad243f4aba2af864eb7db3b1cf46ea0a023b0b433d2a7"
51        }
52      },
53      "targets": [
54        {
55          "Library": {
56            "crate_name": "bindgen",
57            "crate_root": "lib.rs",
58            "srcs": {
59              "allow_empty": true,
60              "include": [
61                "**/*.rs"
62              ]
63            }
64          }
65        },
66        {
67          "BuildScript": {
68            "crate_name": "build_script_build",
69            "crate_root": "build.rs",
70            "srcs": {
71              "allow_empty": true,
72              "include": [
73                "**/*.rs"
74              ]
75            }
76          }
77        }
78      ],
79      "library_target_name": "bindgen",
80      "common_attrs": {
81        "compile_data_glob": [
82          "**"
83        ],
84        "crate_features": {
85          "common": [
86            "runtime"
87          ],
88          "selects": {}
89        },
90        "deps": {
91          "common": [
92            {
93              "id": "bindgen 0.66.1",
94              "target": "build_script_build"
95            },
96            {
97              "id": "bitflags 2.5.0",
98              "target": "bitflags"
99            },
100            {
101              "id": "cexpr 0.6.0",
102              "target": "cexpr"
103            },
104            {
105              "id": "clang-sys 1.7.0",
106              "target": "clang_sys"
107            },
108            {
109              "id": "lazy_static 1.4.0",
110              "target": "lazy_static"
111            },
112            {
113              "id": "lazycell 1.3.0",
114              "target": "lazycell"
115            },
116            {
117              "id": "peeking_take_while 0.1.2",
118              "target": "peeking_take_while"
119            },
120            {
121              "id": "proc-macro2 1.0.81",
122              "target": "proc_macro2"
123            },
124            {
125              "id": "quote 1.0.36",
126              "target": "quote"
127            },
128            {
129              "id": "regex 1.10.4",
130              "target": "regex"
131            },
132            {
133              "id": "rustc-hash 1.1.0",
134              "target": "rustc_hash"
135            },
136            {
137              "id": "shlex 1.3.0",
138              "target": "shlex"
139            },
140            {
141              "id": "syn 2.0.60",
142              "target": "syn"
143            }
144          ],
145          "selects": {}
146        },
147        "edition": "2018",
148        "version": "0.66.1"
149      },
150      "build_script_attrs": {
151        "data_glob": [
152          "**"
153        ],
154        "link_deps": {
155          "common": [
156            {
157              "id": "clang-sys 1.7.0",
158              "target": "clang_sys"
159            }
160          ],
161          "selects": {}
162        }
163      },
164      "license": "BSD-3-Clause",
165      "license_ids": [
166        "BSD-3-Clause"
167      ],
168      "license_file": "LICENSE"
169    },
170    "bitflags 2.5.0": {
171      "name": "bitflags",
172      "version": "2.5.0",
173      "package_url": "https://github.com/bitflags/bitflags",
174      "repository": {
175        "Http": {
176          "url": "https://static.crates.io/crates/bitflags/2.5.0/download",
177          "sha256": "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
178        }
179      },
180      "targets": [
181        {
182          "Library": {
183            "crate_name": "bitflags",
184            "crate_root": "src/lib.rs",
185            "srcs": {
186              "allow_empty": true,
187              "include": [
188                "**/*.rs"
189              ]
190            }
191          }
192        }
193      ],
194      "library_target_name": "bitflags",
195      "common_attrs": {
196        "compile_data_glob": [
197          "**"
198        ],
199        "edition": "2021",
200        "version": "2.5.0"
201      },
202      "license": "MIT OR Apache-2.0",
203      "license_ids": [
204        "Apache-2.0",
205        "MIT"
206      ],
207      "license_file": "LICENSE-APACHE"
208    },
209    "boring 3.1.0": {
210      "name": "boring",
211      "version": "3.1.0",
212      "package_url": "https://github.com/cloudflare/boring",
213      "repository": {
214        "Http": {
215          "url": "https://static.crates.io/crates/boring/3.1.0/download",
216          "sha256": "7ae1aba472e42d3cf45ac6d0a6c8fc3ddf743871209e1b40229aed9fbdf48ece"
217        }
218      },
219      "targets": [
220        {
221          "Library": {
222            "crate_name": "boring",
223            "crate_root": "src/lib.rs",
224            "srcs": {
225              "allow_empty": true,
226              "include": [
227                "**/*.rs"
228              ]
229            }
230          }
231        }
232      ],
233      "library_target_name": "boring",
234      "common_attrs": {
235        "compile_data_glob": [
236          "**"
237        ],
238        "deps": {
239          "common": [
240            {
241              "id": "bitflags 2.5.0",
242              "target": "bitflags"
243            },
244            {
245              "id": "boring-sys 3.1.0",
246              "target": "boring_sys"
247            },
248            {
249              "id": "foreign-types 0.5.0",
250              "target": "foreign_types"
251            },
252            {
253              "id": "libc 0.2.154",
254              "target": "libc"
255            },
256            {
257              "id": "once_cell 1.19.0",
258              "target": "once_cell"
259            }
260          ],
261          "selects": {}
262        },
263        "edition": "2021",
264        "version": "3.1.0"
265      },
266      "license": "Apache-2.0",
267      "license_ids": [
268        "Apache-2.0"
269      ],
270      "license_file": "LICENSE"
271    },
272    "boring-sys 3.1.0": {
273      "name": "boring-sys",
274      "version": "3.1.0",
275      "package_url": "https://github.com/cloudflare/boring",
276      "repository": {
277        "Http": {
278          "url": "https://static.crates.io/crates/boring-sys/3.1.0/download",
279          "sha256": "ceced5be0047c7c48d77599535fd7f0a81c1b0f0a1e97e7eece24c45022bb481"
280        }
281      },
282      "targets": [
283        {
284          "Library": {
285            "crate_name": "boring_sys",
286            "crate_root": "src/lib.rs",
287            "srcs": {
288              "allow_empty": true,
289              "include": [
290                "**/*.rs"
291              ]
292            }
293          }
294        },
295        {
296          "BuildScript": {
297            "crate_name": "build_script_build",
298            "crate_root": "build.rs",
299            "srcs": {
300              "allow_empty": true,
301              "include": [
302                "**/*.rs"
303              ]
304            }
305          }
306        }
307      ],
308      "library_target_name": "boring_sys",
309      "common_attrs": {
310        "compile_data": {
311          "common": [
312            "@//complicated_dependencies:boringssl_gen_dir",
313            "@boringssl//:headers"
314          ],
315          "selects": {}
316        },
317        "compile_data_glob": [
318          "**"
319        ],
320        "deps": {
321          "common": [
322            {
323              "id": "boring-sys 3.1.0",
324              "target": "build_script_build"
325            }
326          ],
327          "selects": {}
328        },
329        "edition": "2021",
330        "version": "3.1.0"
331      },
332      "build_script_attrs": {
333        "data": {
334          "common": [
335            "@//complicated_dependencies:boringssl_gen_dir",
336            "@boringssl//:headers"
337          ],
338          "selects": {}
339        },
340        "data_glob": [
341          "**"
342        ],
343        "deps": {
344          "common": [
345            {
346              "id": "bindgen 0.66.1",
347              "target": "bindgen"
348            },
349            {
350              "id": "cmake 0.1.50",
351              "target": "cmake"
352            },
353            {
354              "id": "fs_extra 1.3.0",
355              "target": "fs_extra"
356            },
357            {
358              "id": "fslock 0.2.1",
359              "target": "fslock"
360            }
361          ],
362          "selects": {}
363        },
364        "build_script_env": {
365          "common": {
366            "BORING_BSSL_INCLUDE_PATH": "$${pwd}/external/boringssl/src/include",
367            "BORING_BSSL_PATH": "$(execpath @//complicated_dependencies:boringssl_gen_dir)"
368          },
369          "selects": {}
370        },
371        "links": "boringssl"
372      },
373      "license": "MIT",
374      "license_ids": [
375        "MIT"
376      ],
377      "license_file": "LICENSE-MIT"
378    },
379    "cc 1.0.95": {
380      "name": "cc",
381      "version": "1.0.95",
382      "package_url": "https://github.com/rust-lang/cc-rs",
383      "repository": {
384        "Http": {
385          "url": "https://static.crates.io/crates/cc/1.0.95/download",
386          "sha256": "d32a725bc159af97c3e629873bb9f88fb8cf8a4867175f76dc987815ea07c83b"
387        }
388      },
389      "targets": [
390        {
391          "Library": {
392            "crate_name": "cc",
393            "crate_root": "src/lib.rs",
394            "srcs": {
395              "allow_empty": true,
396              "include": [
397                "**/*.rs"
398              ]
399            }
400          }
401        }
402      ],
403      "library_target_name": "cc",
404      "common_attrs": {
405        "compile_data_glob": [
406          "**"
407        ],
408        "edition": "2018",
409        "version": "1.0.95"
410      },
411      "license": "MIT OR Apache-2.0",
412      "license_ids": [
413        "Apache-2.0",
414        "MIT"
415      ],
416      "license_file": "LICENSE-APACHE"
417    },
418    "cexpr 0.6.0": {
419      "name": "cexpr",
420      "version": "0.6.0",
421      "package_url": "https://github.com/jethrogb/rust-cexpr",
422      "repository": {
423        "Http": {
424          "url": "https://static.crates.io/crates/cexpr/0.6.0/download",
425          "sha256": "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
426        }
427      },
428      "targets": [
429        {
430          "Library": {
431            "crate_name": "cexpr",
432            "crate_root": "src/lib.rs",
433            "srcs": {
434              "allow_empty": true,
435              "include": [
436                "**/*.rs"
437              ]
438            }
439          }
440        }
441      ],
442      "library_target_name": "cexpr",
443      "common_attrs": {
444        "compile_data_glob": [
445          "**"
446        ],
447        "deps": {
448          "common": [
449            {
450              "id": "nom 7.1.3",
451              "target": "nom"
452            }
453          ],
454          "selects": {}
455        },
456        "edition": "2018",
457        "version": "0.6.0"
458      },
459      "license": "Apache-2.0/MIT",
460      "license_ids": [
461        "Apache-2.0",
462        "MIT"
463      ],
464      "license_file": "LICENSE-APACHE"
465    },
466    "cfg-if 1.0.0": {
467      "name": "cfg-if",
468      "version": "1.0.0",
469      "package_url": "https://github.com/alexcrichton/cfg-if",
470      "repository": {
471        "Http": {
472          "url": "https://static.crates.io/crates/cfg-if/1.0.0/download",
473          "sha256": "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
474        }
475      },
476      "targets": [
477        {
478          "Library": {
479            "crate_name": "cfg_if",
480            "crate_root": "src/lib.rs",
481            "srcs": {
482              "allow_empty": true,
483              "include": [
484                "**/*.rs"
485              ]
486            }
487          }
488        }
489      ],
490      "library_target_name": "cfg_if",
491      "common_attrs": {
492        "compile_data_glob": [
493          "**"
494        ],
495        "edition": "2018",
496        "version": "1.0.0"
497      },
498      "license": "MIT/Apache-2.0",
499      "license_ids": [
500        "Apache-2.0",
501        "MIT"
502      ],
503      "license_file": "LICENSE-APACHE"
504    },
505    "clang-sys 1.7.0": {
506      "name": "clang-sys",
507      "version": "1.7.0",
508      "package_url": "https://github.com/KyleMayes/clang-sys",
509      "repository": {
510        "Http": {
511          "url": "https://static.crates.io/crates/clang-sys/1.7.0/download",
512          "sha256": "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1"
513        }
514      },
515      "targets": [
516        {
517          "Library": {
518            "crate_name": "clang_sys",
519            "crate_root": "src/lib.rs",
520            "srcs": {
521              "allow_empty": true,
522              "include": [
523                "**/*.rs"
524              ]
525            }
526          }
527        },
528        {
529          "BuildScript": {
530            "crate_name": "build_script_build",
531            "crate_root": "build.rs",
532            "srcs": {
533              "allow_empty": true,
534              "include": [
535                "**/*.rs"
536              ]
537            }
538          }
539        }
540      ],
541      "library_target_name": "clang_sys",
542      "common_attrs": {
543        "compile_data_glob": [
544          "**"
545        ],
546        "crate_features": {
547          "common": [
548            "clang_3_5",
549            "clang_3_6",
550            "clang_3_7",
551            "clang_3_8",
552            "clang_3_9",
553            "clang_4_0",
554            "clang_5_0",
555            "clang_6_0",
556            "libloading",
557            "runtime"
558          ],
559          "selects": {}
560        },
561        "deps": {
562          "common": [
563            {
564              "id": "clang-sys 1.7.0",
565              "target": "build_script_build"
566            },
567            {
568              "id": "glob 0.3.1",
569              "target": "glob"
570            },
571            {
572              "id": "libc 0.2.154",
573              "target": "libc"
574            },
575            {
576              "id": "libloading 0.8.3",
577              "target": "libloading"
578            }
579          ],
580          "selects": {}
581        },
582        "edition": "2015",
583        "version": "1.7.0"
584      },
585      "build_script_attrs": {
586        "data_glob": [
587          "**"
588        ],
589        "deps": {
590          "common": [
591            {
592              "id": "glob 0.3.1",
593              "target": "glob"
594            }
595          ],
596          "selects": {}
597        },
598        "links": "clang"
599      },
600      "license": "Apache-2.0",
601      "license_ids": [
602        "Apache-2.0"
603      ],
604      "license_file": "LICENSE.txt"
605    },
606    "cmake 0.1.50": {
607      "name": "cmake",
608      "version": "0.1.50",
609      "package_url": "https://github.com/rust-lang/cmake-rs",
610      "repository": {
611        "Http": {
612          "url": "https://static.crates.io/crates/cmake/0.1.50/download",
613          "sha256": "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130"
614        }
615      },
616      "targets": [
617        {
618          "Library": {
619            "crate_name": "cmake",
620            "crate_root": "src/lib.rs",
621            "srcs": {
622              "allow_empty": true,
623              "include": [
624                "**/*.rs"
625              ]
626            }
627          }
628        }
629      ],
630      "library_target_name": "cmake",
631      "common_attrs": {
632        "compile_data_glob": [
633          "**"
634        ],
635        "deps": {
636          "common": [
637            {
638              "id": "cc 1.0.95",
639              "target": "cc"
640            }
641          ],
642          "selects": {}
643        },
644        "edition": "2021",
645        "version": "0.1.50"
646      },
647      "license": "MIT OR Apache-2.0",
648      "license_ids": [
649        "Apache-2.0",
650        "MIT"
651      ],
652      "license_file": "LICENSE-APACHE"
653    },
654    "direct-cargo-bazel-deps 0.0.1": {
655      "name": "direct-cargo-bazel-deps",
656      "version": "0.0.1",
657      "package_url": null,
658      "repository": null,
659      "targets": [
660        {
661          "Library": {
662            "crate_name": "direct_cargo_bazel_deps",
663            "crate_root": ".direct_cargo_bazel_deps.rs",
664            "srcs": {
665              "allow_empty": true,
666              "include": [
667                "**/*.rs"
668              ]
669            }
670          }
671        }
672      ],
673      "library_target_name": "direct_cargo_bazel_deps",
674      "common_attrs": {
675        "compile_data_glob": [
676          "**"
677        ],
678        "deps": {
679          "common": [
680            {
681              "id": "boring 3.1.0",
682              "target": "boring"
683            },
684            {
685              "id": "libz-ng-sys 1.1.15",
686              "target": "libz_ng_sys"
687            }
688          ],
689          "selects": {}
690        },
691        "edition": "2018",
692        "version": "0.0.1"
693      },
694      "license": null,
695      "license_ids": [],
696      "license_file": null
697    },
698    "foreign-types 0.5.0": {
699      "name": "foreign-types",
700      "version": "0.5.0",
701      "package_url": "https://github.com/sfackler/foreign-types",
702      "repository": {
703        "Http": {
704          "url": "https://static.crates.io/crates/foreign-types/0.5.0/download",
705          "sha256": "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
706        }
707      },
708      "targets": [
709        {
710          "Library": {
711            "crate_name": "foreign_types",
712            "crate_root": "src/lib.rs",
713            "srcs": {
714              "allow_empty": true,
715              "include": [
716                "**/*.rs"
717              ]
718            }
719          }
720        }
721      ],
722      "library_target_name": "foreign_types",
723      "common_attrs": {
724        "compile_data_glob": [
725          "**"
726        ],
727        "crate_features": {
728          "common": [
729            "default",
730            "std"
731          ],
732          "selects": {}
733        },
734        "deps": {
735          "common": [
736            {
737              "id": "foreign-types-shared 0.3.1",
738              "target": "foreign_types_shared"
739            }
740          ],
741          "selects": {}
742        },
743        "edition": "2018",
744        "proc_macro_deps": {
745          "common": [
746            {
747              "id": "foreign-types-macros 0.2.3",
748              "target": "foreign_types_macros"
749            }
750          ],
751          "selects": {}
752        },
753        "version": "0.5.0"
754      },
755      "license": "MIT/Apache-2.0",
756      "license_ids": [
757        "Apache-2.0",
758        "MIT"
759      ],
760      "license_file": "LICENSE-APACHE"
761    },
762    "foreign-types-macros 0.2.3": {
763      "name": "foreign-types-macros",
764      "version": "0.2.3",
765      "package_url": "https://github.com/sfackler/foreign-types",
766      "repository": {
767        "Http": {
768          "url": "https://static.crates.io/crates/foreign-types-macros/0.2.3/download",
769          "sha256": "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
770        }
771      },
772      "targets": [
773        {
774          "ProcMacro": {
775            "crate_name": "foreign_types_macros",
776            "crate_root": "src/lib.rs",
777            "srcs": {
778              "allow_empty": true,
779              "include": [
780                "**/*.rs"
781              ]
782            }
783          }
784        }
785      ],
786      "library_target_name": "foreign_types_macros",
787      "common_attrs": {
788        "compile_data_glob": [
789          "**"
790        ],
791        "crate_features": {
792          "common": [
793            "std"
794          ],
795          "selects": {}
796        },
797        "deps": {
798          "common": [
799            {
800              "id": "proc-macro2 1.0.81",
801              "target": "proc_macro2"
802            },
803            {
804              "id": "quote 1.0.36",
805              "target": "quote"
806            },
807            {
808              "id": "syn 2.0.60",
809              "target": "syn"
810            }
811          ],
812          "selects": {}
813        },
814        "edition": "2018",
815        "version": "0.2.3"
816      },
817      "license": "MIT/Apache-2.0",
818      "license_ids": [
819        "Apache-2.0",
820        "MIT"
821      ],
822      "license_file": "LICENSE-APACHE"
823    },
824    "foreign-types-shared 0.3.1": {
825      "name": "foreign-types-shared",
826      "version": "0.3.1",
827      "package_url": "https://github.com/sfackler/foreign-types",
828      "repository": {
829        "Http": {
830          "url": "https://static.crates.io/crates/foreign-types-shared/0.3.1/download",
831          "sha256": "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
832        }
833      },
834      "targets": [
835        {
836          "Library": {
837            "crate_name": "foreign_types_shared",
838            "crate_root": "src/lib.rs",
839            "srcs": {
840              "allow_empty": true,
841              "include": [
842                "**/*.rs"
843              ]
844            }
845          }
846        }
847      ],
848      "library_target_name": "foreign_types_shared",
849      "common_attrs": {
850        "compile_data_glob": [
851          "**"
852        ],
853        "edition": "2018",
854        "version": "0.3.1"
855      },
856      "license": "MIT/Apache-2.0",
857      "license_ids": [
858        "Apache-2.0",
859        "MIT"
860      ],
861      "license_file": "LICENSE-APACHE"
862    },
863    "fs_extra 1.3.0": {
864      "name": "fs_extra",
865      "version": "1.3.0",
866      "package_url": "https://github.com/webdesus/fs_extra",
867      "repository": {
868        "Http": {
869          "url": "https://static.crates.io/crates/fs_extra/1.3.0/download",
870          "sha256": "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
871        }
872      },
873      "targets": [
874        {
875          "Library": {
876            "crate_name": "fs_extra",
877            "crate_root": "src/lib.rs",
878            "srcs": {
879              "allow_empty": true,
880              "include": [
881                "**/*.rs"
882              ]
883            }
884          }
885        }
886      ],
887      "library_target_name": "fs_extra",
888      "common_attrs": {
889        "compile_data_glob": [
890          "**"
891        ],
892        "edition": "2018",
893        "version": "1.3.0"
894      },
895      "license": "MIT",
896      "license_ids": [
897        "MIT"
898      ],
899      "license_file": "LICENSE"
900    },
901    "fslock 0.2.1": {
902      "name": "fslock",
903      "version": "0.2.1",
904      "package_url": "https://github.com/brunoczim/fslock",
905      "repository": {
906        "Http": {
907          "url": "https://static.crates.io/crates/fslock/0.2.1/download",
908          "sha256": "04412b8935272e3a9bae6f48c7bfff74c2911f60525404edfdd28e49884c3bfb"
909        }
910      },
911      "targets": [
912        {
913          "Library": {
914            "crate_name": "fslock",
915            "crate_root": "src/lib.rs",
916            "srcs": {
917              "allow_empty": true,
918              "include": [
919                "**/*.rs"
920              ]
921            }
922          }
923        }
924      ],
925      "library_target_name": "fslock",
926      "common_attrs": {
927        "compile_data_glob": [
928          "**"
929        ],
930        "crate_features": {
931          "common": [
932            "default",
933            "std"
934          ],
935          "selects": {}
936        },
937        "deps": {
938          "common": [],
939          "selects": {
940            "cfg(unix)": [
941              {
942                "id": "libc 0.2.154",
943                "target": "libc"
944              }
945            ],
946            "cfg(windows)": [
947              {
948                "id": "winapi 0.3.9",
949                "target": "winapi"
950              }
951            ]
952          }
953        },
954        "edition": "2018",
955        "version": "0.2.1"
956      },
957      "license": "MIT",
958      "license_ids": [
959        "MIT"
960      ],
961      "license_file": "LICENSE"
962    },
963    "glob 0.3.1": {
964      "name": "glob",
965      "version": "0.3.1",
966      "package_url": "https://github.com/rust-lang/glob",
967      "repository": {
968        "Http": {
969          "url": "https://static.crates.io/crates/glob/0.3.1/download",
970          "sha256": "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
971        }
972      },
973      "targets": [
974        {
975          "Library": {
976            "crate_name": "glob",
977            "crate_root": "src/lib.rs",
978            "srcs": {
979              "allow_empty": true,
980              "include": [
981                "**/*.rs"
982              ]
983            }
984          }
985        }
986      ],
987      "library_target_name": "glob",
988      "common_attrs": {
989        "compile_data_glob": [
990          "**"
991        ],
992        "edition": "2015",
993        "version": "0.3.1"
994      },
995      "license": "MIT OR Apache-2.0",
996      "license_ids": [
997        "Apache-2.0",
998        "MIT"
999      ],
1000      "license_file": "LICENSE-APACHE"
1001    },
1002    "lazy_static 1.4.0": {
1003      "name": "lazy_static",
1004      "version": "1.4.0",
1005      "package_url": "https://github.com/rust-lang-nursery/lazy-static.rs",
1006      "repository": {
1007        "Http": {
1008          "url": "https://static.crates.io/crates/lazy_static/1.4.0/download",
1009          "sha256": "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1010        }
1011      },
1012      "targets": [
1013        {
1014          "Library": {
1015            "crate_name": "lazy_static",
1016            "crate_root": "src/lib.rs",
1017            "srcs": {
1018              "allow_empty": true,
1019              "include": [
1020                "**/*.rs"
1021              ]
1022            }
1023          }
1024        }
1025      ],
1026      "library_target_name": "lazy_static",
1027      "common_attrs": {
1028        "compile_data_glob": [
1029          "**"
1030        ],
1031        "edition": "2015",
1032        "version": "1.4.0"
1033      },
1034      "license": "MIT/Apache-2.0",
1035      "license_ids": [
1036        "Apache-2.0",
1037        "MIT"
1038      ],
1039      "license_file": "LICENSE-APACHE"
1040    },
1041    "lazycell 1.3.0": {
1042      "name": "lazycell",
1043      "version": "1.3.0",
1044      "package_url": "https://github.com/indiv0/lazycell",
1045      "repository": {
1046        "Http": {
1047          "url": "https://static.crates.io/crates/lazycell/1.3.0/download",
1048          "sha256": "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
1049        }
1050      },
1051      "targets": [
1052        {
1053          "Library": {
1054            "crate_name": "lazycell",
1055            "crate_root": "src/lib.rs",
1056            "srcs": {
1057              "allow_empty": true,
1058              "include": [
1059                "**/*.rs"
1060              ]
1061            }
1062          }
1063        }
1064      ],
1065      "library_target_name": "lazycell",
1066      "common_attrs": {
1067        "compile_data_glob": [
1068          "**"
1069        ],
1070        "edition": "2015",
1071        "version": "1.3.0"
1072      },
1073      "license": "MIT/Apache-2.0",
1074      "license_ids": [
1075        "Apache-2.0",
1076        "MIT"
1077      ],
1078      "license_file": "LICENSE-APACHE"
1079    },
1080    "libc 0.2.154": {
1081      "name": "libc",
1082      "version": "0.2.154",
1083      "package_url": "https://github.com/rust-lang/libc",
1084      "repository": {
1085        "Http": {
1086          "url": "https://static.crates.io/crates/libc/0.2.154/download",
1087          "sha256": "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346"
1088        }
1089      },
1090      "targets": [
1091        {
1092          "Library": {
1093            "crate_name": "libc",
1094            "crate_root": "src/lib.rs",
1095            "srcs": {
1096              "allow_empty": true,
1097              "include": [
1098                "**/*.rs"
1099              ]
1100            }
1101          }
1102        },
1103        {
1104          "BuildScript": {
1105            "crate_name": "build_script_build",
1106            "crate_root": "build.rs",
1107            "srcs": {
1108              "allow_empty": true,
1109              "include": [
1110                "**/*.rs"
1111              ]
1112            }
1113          }
1114        }
1115      ],
1116      "library_target_name": "libc",
1117      "common_attrs": {
1118        "compile_data_glob": [
1119          "**"
1120        ],
1121        "crate_features": {
1122          "common": [
1123            "default",
1124            "std"
1125          ],
1126          "selects": {}
1127        },
1128        "deps": {
1129          "common": [
1130            {
1131              "id": "libc 0.2.154",
1132              "target": "build_script_build"
1133            }
1134          ],
1135          "selects": {}
1136        },
1137        "edition": "2015",
1138        "version": "0.2.154"
1139      },
1140      "build_script_attrs": {
1141        "data_glob": [
1142          "**"
1143        ]
1144      },
1145      "license": "MIT OR Apache-2.0",
1146      "license_ids": [
1147        "Apache-2.0",
1148        "MIT"
1149      ],
1150      "license_file": "LICENSE-APACHE"
1151    },
1152    "libloading 0.8.3": {
1153      "name": "libloading",
1154      "version": "0.8.3",
1155      "package_url": "https://github.com/nagisa/rust_libloading/",
1156      "repository": {
1157        "Http": {
1158          "url": "https://static.crates.io/crates/libloading/0.8.3/download",
1159          "sha256": "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
1160        }
1161      },
1162      "targets": [
1163        {
1164          "Library": {
1165            "crate_name": "libloading",
1166            "crate_root": "src/lib.rs",
1167            "srcs": {
1168              "allow_empty": true,
1169              "include": [
1170                "**/*.rs"
1171              ]
1172            }
1173          }
1174        }
1175      ],
1176      "library_target_name": "libloading",
1177      "common_attrs": {
1178        "compile_data_glob": [
1179          "**"
1180        ],
1181        "deps": {
1182          "common": [],
1183          "selects": {
1184            "cfg(unix)": [
1185              {
1186                "id": "cfg-if 1.0.0",
1187                "target": "cfg_if"
1188              }
1189            ],
1190            "cfg(windows)": [
1191              {
1192                "id": "windows-targets 0.52.5",
1193                "target": "windows_targets"
1194              }
1195            ]
1196          }
1197        },
1198        "edition": "2015",
1199        "version": "0.8.3"
1200      },
1201      "license": "ISC",
1202      "license_ids": [
1203        "ISC"
1204      ],
1205      "license_file": "LICENSE"
1206    },
1207    "libz-ng-sys 1.1.15": {
1208      "name": "libz-ng-sys",
1209      "version": "1.1.15",
1210      "package_url": "https://github.com/rust-lang/libz-sys",
1211      "repository": {
1212        "Http": {
1213          "url": "https://static.crates.io/crates/libz-ng-sys/1.1.15/download",
1214          "sha256": "c6409efc61b12687963e602df8ecf70e8ddacf95bc6576bcf16e3ac6328083c5"
1215        }
1216      },
1217      "targets": [
1218        {
1219          "Library": {
1220            "crate_name": "libz_ng_sys",
1221            "crate_root": "src/lib.rs",
1222            "srcs": {
1223              "allow_empty": true,
1224              "include": [
1225                "**/*.rs"
1226              ]
1227            }
1228          }
1229        },
1230        {
1231          "BuildScript": {
1232            "crate_name": "build_script_build_zng",
1233            "crate_root": "build_zng.rs",
1234            "srcs": {
1235              "allow_empty": true,
1236              "include": [
1237                "**/*.rs"
1238              ]
1239            }
1240          }
1241        }
1242      ],
1243      "library_target_name": "libz_ng_sys",
1244      "common_attrs": {
1245        "compile_data_glob": [
1246          "**"
1247        ],
1248        "deps": {
1249          "common": [
1250            {
1251              "id": "libc 0.2.154",
1252              "target": "libc"
1253            },
1254            {
1255              "id": "libz-ng-sys 1.1.15",
1256              "target": "build_script_build_zng"
1257            }
1258          ],
1259          "selects": {}
1260        },
1261        "edition": "2018",
1262        "version": "1.1.15"
1263      },
1264      "build_script_attrs": {
1265        "data": {
1266          "common": [
1267            "@rules_foreign_cc//toolchains:current_cmake_toolchain"
1268          ],
1269          "selects": {}
1270        },
1271        "data_glob": [
1272          "**"
1273        ],
1274        "deps": {
1275          "common": [
1276            {
1277              "id": "cmake 0.1.50",
1278              "target": "cmake"
1279            }
1280          ],
1281          "selects": {}
1282        },
1283        "build_script_env": {
1284          "common": {
1285            "CMAKE": "$${pwd}/$(CMAKE)"
1286          },
1287          "selects": {}
1288        },
1289        "links": "z-ng",
1290        "toolchains": [
1291          "@rules_foreign_cc//toolchains:current_cmake_toolchain"
1292        ]
1293      },
1294      "license": "MIT OR Apache-2.0",
1295      "license_ids": [
1296        "Apache-2.0",
1297        "MIT"
1298      ],
1299      "license_file": "LICENSE-APACHE"
1300    },
1301    "memchr 2.7.2": {
1302      "name": "memchr",
1303      "version": "2.7.2",
1304      "package_url": "https://github.com/BurntSushi/memchr",
1305      "repository": {
1306        "Http": {
1307          "url": "https://static.crates.io/crates/memchr/2.7.2/download",
1308          "sha256": "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
1309        }
1310      },
1311      "targets": [
1312        {
1313          "Library": {
1314            "crate_name": "memchr",
1315            "crate_root": "src/lib.rs",
1316            "srcs": {
1317              "allow_empty": true,
1318              "include": [
1319                "**/*.rs"
1320              ]
1321            }
1322          }
1323        }
1324      ],
1325      "library_target_name": "memchr",
1326      "common_attrs": {
1327        "compile_data_glob": [
1328          "**"
1329        ],
1330        "crate_features": {
1331          "common": [
1332            "alloc",
1333            "std"
1334          ],
1335          "selects": {}
1336        },
1337        "edition": "2021",
1338        "version": "2.7.2"
1339      },
1340      "license": "Unlicense OR MIT",
1341      "license_ids": [
1342        "MIT",
1343        "Unlicense"
1344      ],
1345      "license_file": "LICENSE-MIT"
1346    },
1347    "minimal-lexical 0.2.1": {
1348      "name": "minimal-lexical",
1349      "version": "0.2.1",
1350      "package_url": "https://github.com/Alexhuszagh/minimal-lexical",
1351      "repository": {
1352        "Http": {
1353          "url": "https://static.crates.io/crates/minimal-lexical/0.2.1/download",
1354          "sha256": "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1355        }
1356      },
1357      "targets": [
1358        {
1359          "Library": {
1360            "crate_name": "minimal_lexical",
1361            "crate_root": "src/lib.rs",
1362            "srcs": {
1363              "allow_empty": true,
1364              "include": [
1365                "**/*.rs"
1366              ]
1367            }
1368          }
1369        }
1370      ],
1371      "library_target_name": "minimal_lexical",
1372      "common_attrs": {
1373        "compile_data_glob": [
1374          "**"
1375        ],
1376        "crate_features": {
1377          "common": [
1378            "std"
1379          ],
1380          "selects": {}
1381        },
1382        "edition": "2018",
1383        "version": "0.2.1"
1384      },
1385      "license": "MIT/Apache-2.0",
1386      "license_ids": [
1387        "Apache-2.0",
1388        "MIT"
1389      ],
1390      "license_file": "LICENSE-APACHE"
1391    },
1392    "nom 7.1.3": {
1393      "name": "nom",
1394      "version": "7.1.3",
1395      "package_url": "https://github.com/Geal/nom",
1396      "repository": {
1397        "Http": {
1398          "url": "https://static.crates.io/crates/nom/7.1.3/download",
1399          "sha256": "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1400        }
1401      },
1402      "targets": [
1403        {
1404          "Library": {
1405            "crate_name": "nom",
1406            "crate_root": "src/lib.rs",
1407            "srcs": {
1408              "allow_empty": true,
1409              "include": [
1410                "**/*.rs"
1411              ]
1412            }
1413          }
1414        }
1415      ],
1416      "library_target_name": "nom",
1417      "common_attrs": {
1418        "compile_data_glob": [
1419          "**"
1420        ],
1421        "crate_features": {
1422          "common": [
1423            "alloc",
1424            "std"
1425          ],
1426          "selects": {}
1427        },
1428        "deps": {
1429          "common": [
1430            {
1431              "id": "memchr 2.7.2",
1432              "target": "memchr"
1433            },
1434            {
1435              "id": "minimal-lexical 0.2.1",
1436              "target": "minimal_lexical"
1437            }
1438          ],
1439          "selects": {}
1440        },
1441        "edition": "2018",
1442        "version": "7.1.3"
1443      },
1444      "license": "MIT",
1445      "license_ids": [
1446        "MIT"
1447      ],
1448      "license_file": "LICENSE"
1449    },
1450    "once_cell 1.19.0": {
1451      "name": "once_cell",
1452      "version": "1.19.0",
1453      "package_url": "https://github.com/matklad/once_cell",
1454      "repository": {
1455        "Http": {
1456          "url": "https://static.crates.io/crates/once_cell/1.19.0/download",
1457          "sha256": "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
1458        }
1459      },
1460      "targets": [
1461        {
1462          "Library": {
1463            "crate_name": "once_cell",
1464            "crate_root": "src/lib.rs",
1465            "srcs": {
1466              "allow_empty": true,
1467              "include": [
1468                "**/*.rs"
1469              ]
1470            }
1471          }
1472        }
1473      ],
1474      "library_target_name": "once_cell",
1475      "common_attrs": {
1476        "compile_data_glob": [
1477          "**"
1478        ],
1479        "crate_features": {
1480          "common": [
1481            "alloc",
1482            "default",
1483            "race",
1484            "std"
1485          ],
1486          "selects": {}
1487        },
1488        "edition": "2021",
1489        "version": "1.19.0"
1490      },
1491      "license": "MIT OR Apache-2.0",
1492      "license_ids": [
1493        "Apache-2.0",
1494        "MIT"
1495      ],
1496      "license_file": "LICENSE-APACHE"
1497    },
1498    "peeking_take_while 0.1.2": {
1499      "name": "peeking_take_while",
1500      "version": "0.1.2",
1501      "package_url": "https://github.com/fitzgen/peeking_take_while",
1502      "repository": {
1503        "Http": {
1504          "url": "https://static.crates.io/crates/peeking_take_while/0.1.2/download",
1505          "sha256": "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
1506        }
1507      },
1508      "targets": [
1509        {
1510          "Library": {
1511            "crate_name": "peeking_take_while",
1512            "crate_root": "src/lib.rs",
1513            "srcs": {
1514              "allow_empty": true,
1515              "include": [
1516                "**/*.rs"
1517              ]
1518            }
1519          }
1520        }
1521      ],
1522      "library_target_name": "peeking_take_while",
1523      "common_attrs": {
1524        "compile_data_glob": [
1525          "**"
1526        ],
1527        "edition": "2015",
1528        "version": "0.1.2"
1529      },
1530      "license": "Apache-2.0/MIT",
1531      "license_ids": [
1532        "Apache-2.0",
1533        "MIT"
1534      ],
1535      "license_file": "LICENSE-APACHE"
1536    },
1537    "proc-macro2 1.0.81": {
1538      "name": "proc-macro2",
1539      "version": "1.0.81",
1540      "package_url": "https://github.com/dtolnay/proc-macro2",
1541      "repository": {
1542        "Http": {
1543          "url": "https://static.crates.io/crates/proc-macro2/1.0.81/download",
1544          "sha256": "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba"
1545        }
1546      },
1547      "targets": [
1548        {
1549          "Library": {
1550            "crate_name": "proc_macro2",
1551            "crate_root": "src/lib.rs",
1552            "srcs": {
1553              "allow_empty": true,
1554              "include": [
1555                "**/*.rs"
1556              ]
1557            }
1558          }
1559        },
1560        {
1561          "BuildScript": {
1562            "crate_name": "build_script_build",
1563            "crate_root": "build.rs",
1564            "srcs": {
1565              "allow_empty": true,
1566              "include": [
1567                "**/*.rs"
1568              ]
1569            }
1570          }
1571        }
1572      ],
1573      "library_target_name": "proc_macro2",
1574      "common_attrs": {
1575        "compile_data_glob": [
1576          "**"
1577        ],
1578        "crate_features": {
1579          "common": [
1580            "default",
1581            "proc-macro"
1582          ],
1583          "selects": {}
1584        },
1585        "deps": {
1586          "common": [
1587            {
1588              "id": "proc-macro2 1.0.81",
1589              "target": "build_script_build"
1590            },
1591            {
1592              "id": "unicode-ident 1.0.12",
1593              "target": "unicode_ident"
1594            }
1595          ],
1596          "selects": {}
1597        },
1598        "edition": "2021",
1599        "version": "1.0.81"
1600      },
1601      "build_script_attrs": {
1602        "data_glob": [
1603          "**"
1604        ]
1605      },
1606      "license": "MIT OR Apache-2.0",
1607      "license_ids": [
1608        "Apache-2.0",
1609        "MIT"
1610      ],
1611      "license_file": "LICENSE-APACHE"
1612    },
1613    "quote 1.0.36": {
1614      "name": "quote",
1615      "version": "1.0.36",
1616      "package_url": "https://github.com/dtolnay/quote",
1617      "repository": {
1618        "Http": {
1619          "url": "https://static.crates.io/crates/quote/1.0.36/download",
1620          "sha256": "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
1621        }
1622      },
1623      "targets": [
1624        {
1625          "Library": {
1626            "crate_name": "quote",
1627            "crate_root": "src/lib.rs",
1628            "srcs": {
1629              "allow_empty": true,
1630              "include": [
1631                "**/*.rs"
1632              ]
1633            }
1634          }
1635        }
1636      ],
1637      "library_target_name": "quote",
1638      "common_attrs": {
1639        "compile_data_glob": [
1640          "**"
1641        ],
1642        "crate_features": {
1643          "common": [
1644            "default",
1645            "proc-macro"
1646          ],
1647          "selects": {}
1648        },
1649        "deps": {
1650          "common": [
1651            {
1652              "id": "proc-macro2 1.0.81",
1653              "target": "proc_macro2"
1654            }
1655          ],
1656          "selects": {}
1657        },
1658        "edition": "2018",
1659        "version": "1.0.36"
1660      },
1661      "license": "MIT OR Apache-2.0",
1662      "license_ids": [
1663        "Apache-2.0",
1664        "MIT"
1665      ],
1666      "license_file": "LICENSE-APACHE"
1667    },
1668    "regex 1.10.4": {
1669      "name": "regex",
1670      "version": "1.10.4",
1671      "package_url": "https://github.com/rust-lang/regex",
1672      "repository": {
1673        "Http": {
1674          "url": "https://static.crates.io/crates/regex/1.10.4/download",
1675          "sha256": "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
1676        }
1677      },
1678      "targets": [
1679        {
1680          "Library": {
1681            "crate_name": "regex",
1682            "crate_root": "src/lib.rs",
1683            "srcs": {
1684              "allow_empty": true,
1685              "include": [
1686                "**/*.rs"
1687              ]
1688            }
1689          }
1690        }
1691      ],
1692      "library_target_name": "regex",
1693      "common_attrs": {
1694        "compile_data_glob": [
1695          "**"
1696        ],
1697        "crate_features": {
1698          "common": [
1699            "std",
1700            "unicode",
1701            "unicode-age",
1702            "unicode-bool",
1703            "unicode-case",
1704            "unicode-gencat",
1705            "unicode-perl",
1706            "unicode-script",
1707            "unicode-segment"
1708          ],
1709          "selects": {}
1710        },
1711        "deps": {
1712          "common": [
1713            {
1714              "id": "regex-automata 0.4.6",
1715              "target": "regex_automata"
1716            },
1717            {
1718              "id": "regex-syntax 0.8.3",
1719              "target": "regex_syntax"
1720            }
1721          ],
1722          "selects": {}
1723        },
1724        "edition": "2021",
1725        "version": "1.10.4"
1726      },
1727      "license": "MIT OR Apache-2.0",
1728      "license_ids": [
1729        "Apache-2.0",
1730        "MIT"
1731      ],
1732      "license_file": "LICENSE-APACHE"
1733    },
1734    "regex-automata 0.4.6": {
1735      "name": "regex-automata",
1736      "version": "0.4.6",
1737      "package_url": "https://github.com/rust-lang/regex/tree/master/regex-automata",
1738      "repository": {
1739        "Http": {
1740          "url": "https://static.crates.io/crates/regex-automata/0.4.6/download",
1741          "sha256": "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
1742        }
1743      },
1744      "targets": [
1745        {
1746          "Library": {
1747            "crate_name": "regex_automata",
1748            "crate_root": "src/lib.rs",
1749            "srcs": {
1750              "allow_empty": true,
1751              "include": [
1752                "**/*.rs"
1753              ]
1754            }
1755          }
1756        }
1757      ],
1758      "library_target_name": "regex_automata",
1759      "common_attrs": {
1760        "compile_data_glob": [
1761          "**"
1762        ],
1763        "crate_features": {
1764          "common": [
1765            "alloc",
1766            "meta",
1767            "nfa-pikevm",
1768            "nfa-thompson",
1769            "std",
1770            "syntax",
1771            "unicode",
1772            "unicode-age",
1773            "unicode-bool",
1774            "unicode-case",
1775            "unicode-gencat",
1776            "unicode-perl",
1777            "unicode-script",
1778            "unicode-segment",
1779            "unicode-word-boundary"
1780          ],
1781          "selects": {}
1782        },
1783        "deps": {
1784          "common": [
1785            {
1786              "id": "regex-syntax 0.8.3",
1787              "target": "regex_syntax"
1788            }
1789          ],
1790          "selects": {}
1791        },
1792        "edition": "2021",
1793        "version": "0.4.6"
1794      },
1795      "license": "MIT OR Apache-2.0",
1796      "license_ids": [
1797        "Apache-2.0",
1798        "MIT"
1799      ],
1800      "license_file": "LICENSE-APACHE"
1801    },
1802    "regex-syntax 0.8.3": {
1803      "name": "regex-syntax",
1804      "version": "0.8.3",
1805      "package_url": "https://github.com/rust-lang/regex/tree/master/regex-syntax",
1806      "repository": {
1807        "Http": {
1808          "url": "https://static.crates.io/crates/regex-syntax/0.8.3/download",
1809          "sha256": "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
1810        }
1811      },
1812      "targets": [
1813        {
1814          "Library": {
1815            "crate_name": "regex_syntax",
1816            "crate_root": "src/lib.rs",
1817            "srcs": {
1818              "allow_empty": true,
1819              "include": [
1820                "**/*.rs"
1821              ]
1822            }
1823          }
1824        }
1825      ],
1826      "library_target_name": "regex_syntax",
1827      "common_attrs": {
1828        "compile_data_glob": [
1829          "**"
1830        ],
1831        "crate_features": {
1832          "common": [
1833            "std",
1834            "unicode",
1835            "unicode-age",
1836            "unicode-bool",
1837            "unicode-case",
1838            "unicode-gencat",
1839            "unicode-perl",
1840            "unicode-script",
1841            "unicode-segment"
1842          ],
1843          "selects": {}
1844        },
1845        "edition": "2021",
1846        "version": "0.8.3"
1847      },
1848      "license": "MIT OR Apache-2.0",
1849      "license_ids": [
1850        "Apache-2.0",
1851        "MIT"
1852      ],
1853      "license_file": "LICENSE-APACHE"
1854    },
1855    "rustc-hash 1.1.0": {
1856      "name": "rustc-hash",
1857      "version": "1.1.0",
1858      "package_url": "https://github.com/rust-lang-nursery/rustc-hash",
1859      "repository": {
1860        "Http": {
1861          "url": "https://static.crates.io/crates/rustc-hash/1.1.0/download",
1862          "sha256": "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1863        }
1864      },
1865      "targets": [
1866        {
1867          "Library": {
1868            "crate_name": "rustc_hash",
1869            "crate_root": "src/lib.rs",
1870            "srcs": {
1871              "allow_empty": true,
1872              "include": [
1873                "**/*.rs"
1874              ]
1875            }
1876          }
1877        }
1878      ],
1879      "library_target_name": "rustc_hash",
1880      "common_attrs": {
1881        "compile_data_glob": [
1882          "**"
1883        ],
1884        "crate_features": {
1885          "common": [
1886            "default",
1887            "std"
1888          ],
1889          "selects": {}
1890        },
1891        "edition": "2015",
1892        "version": "1.1.0"
1893      },
1894      "license": "Apache-2.0/MIT",
1895      "license_ids": [
1896        "Apache-2.0",
1897        "MIT"
1898      ],
1899      "license_file": "LICENSE-APACHE"
1900    },
1901    "shlex 1.3.0": {
1902      "name": "shlex",
1903      "version": "1.3.0",
1904      "package_url": "https://github.com/comex/rust-shlex",
1905      "repository": {
1906        "Http": {
1907          "url": "https://static.crates.io/crates/shlex/1.3.0/download",
1908          "sha256": "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1909        }
1910      },
1911      "targets": [
1912        {
1913          "Library": {
1914            "crate_name": "shlex",
1915            "crate_root": "src/lib.rs",
1916            "srcs": {
1917              "allow_empty": true,
1918              "include": [
1919                "**/*.rs"
1920              ]
1921            }
1922          }
1923        }
1924      ],
1925      "library_target_name": "shlex",
1926      "common_attrs": {
1927        "compile_data_glob": [
1928          "**"
1929        ],
1930        "crate_features": {
1931          "common": [
1932            "default",
1933            "std"
1934          ],
1935          "selects": {}
1936        },
1937        "edition": "2015",
1938        "version": "1.3.0"
1939      },
1940      "license": "MIT OR Apache-2.0",
1941      "license_ids": [
1942        "Apache-2.0",
1943        "MIT"
1944      ],
1945      "license_file": "LICENSE-APACHE"
1946    },
1947    "syn 2.0.60": {
1948      "name": "syn",
1949      "version": "2.0.60",
1950      "package_url": "https://github.com/dtolnay/syn",
1951      "repository": {
1952        "Http": {
1953          "url": "https://static.crates.io/crates/syn/2.0.60/download",
1954          "sha256": "909518bc7b1c9b779f1bbf07f2929d35af9f0f37e47c6e9ef7f9dddc1e1821f3"
1955        }
1956      },
1957      "targets": [
1958        {
1959          "Library": {
1960            "crate_name": "syn",
1961            "crate_root": "src/lib.rs",
1962            "srcs": {
1963              "allow_empty": true,
1964              "include": [
1965                "**/*.rs"
1966              ]
1967            }
1968          }
1969        }
1970      ],
1971      "library_target_name": "syn",
1972      "common_attrs": {
1973        "compile_data_glob": [
1974          "**"
1975        ],
1976        "crate_features": {
1977          "common": [
1978            "clone-impls",
1979            "default",
1980            "derive",
1981            "extra-traits",
1982            "full",
1983            "parsing",
1984            "printing",
1985            "proc-macro",
1986            "visit-mut"
1987          ],
1988          "selects": {}
1989        },
1990        "deps": {
1991          "common": [
1992            {
1993              "id": "proc-macro2 1.0.81",
1994              "target": "proc_macro2"
1995            },
1996            {
1997              "id": "quote 1.0.36",
1998              "target": "quote"
1999            },
2000            {
2001              "id": "unicode-ident 1.0.12",
2002              "target": "unicode_ident"
2003            }
2004          ],
2005          "selects": {}
2006        },
2007        "edition": "2021",
2008        "version": "2.0.60"
2009      },
2010      "license": "MIT OR Apache-2.0",
2011      "license_ids": [
2012        "Apache-2.0",
2013        "MIT"
2014      ],
2015      "license_file": "LICENSE-APACHE"
2016    },
2017    "unicode-ident 1.0.12": {
2018      "name": "unicode-ident",
2019      "version": "1.0.12",
2020      "package_url": "https://github.com/dtolnay/unicode-ident",
2021      "repository": {
2022        "Http": {
2023          "url": "https://static.crates.io/crates/unicode-ident/1.0.12/download",
2024          "sha256": "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2025        }
2026      },
2027      "targets": [
2028        {
2029          "Library": {
2030            "crate_name": "unicode_ident",
2031            "crate_root": "src/lib.rs",
2032            "srcs": {
2033              "allow_empty": true,
2034              "include": [
2035                "**/*.rs"
2036              ]
2037            }
2038          }
2039        }
2040      ],
2041      "library_target_name": "unicode_ident",
2042      "common_attrs": {
2043        "compile_data_glob": [
2044          "**"
2045        ],
2046        "edition": "2018",
2047        "version": "1.0.12"
2048      },
2049      "license": "(MIT OR Apache-2.0) AND Unicode-DFS-2016",
2050      "license_ids": [
2051        "Apache-2.0",
2052        "MIT",
2053        "Unicode-DFS-2016"
2054      ],
2055      "license_file": "LICENSE-APACHE"
2056    },
2057    "winapi 0.3.9": {
2058      "name": "winapi",
2059      "version": "0.3.9",
2060      "package_url": "https://github.com/retep998/winapi-rs",
2061      "repository": {
2062        "Http": {
2063          "url": "https://static.crates.io/crates/winapi/0.3.9/download",
2064          "sha256": "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2065        }
2066      },
2067      "targets": [
2068        {
2069          "Library": {
2070            "crate_name": "winapi",
2071            "crate_root": "src/lib.rs",
2072            "srcs": {
2073              "allow_empty": true,
2074              "include": [
2075                "**/*.rs"
2076              ]
2077            }
2078          }
2079        },
2080        {
2081          "BuildScript": {
2082            "crate_name": "build_script_build",
2083            "crate_root": "build.rs",
2084            "srcs": {
2085              "allow_empty": true,
2086              "include": [
2087                "**/*.rs"
2088              ]
2089            }
2090          }
2091        }
2092      ],
2093      "library_target_name": "winapi",
2094      "common_attrs": {
2095        "compile_data_glob": [
2096          "**"
2097        ],
2098        "deps": {
2099          "common": [
2100            {
2101              "id": "winapi 0.3.9",
2102              "target": "build_script_build"
2103            }
2104          ],
2105          "selects": {
2106            "i686-pc-windows-gnu": [
2107              {
2108                "id": "winapi-i686-pc-windows-gnu 0.4.0",
2109                "target": "winapi_i686_pc_windows_gnu"
2110              }
2111            ],
2112            "x86_64-pc-windows-gnu": [
2113              {
2114                "id": "winapi-x86_64-pc-windows-gnu 0.4.0",
2115                "target": "winapi_x86_64_pc_windows_gnu"
2116              }
2117            ]
2118          }
2119        },
2120        "edition": "2015",
2121        "version": "0.3.9"
2122      },
2123      "build_script_attrs": {
2124        "data_glob": [
2125          "**"
2126        ]
2127      },
2128      "license": "MIT/Apache-2.0",
2129      "license_ids": [
2130        "Apache-2.0",
2131        "MIT"
2132      ],
2133      "license_file": "LICENSE-APACHE"
2134    },
2135    "winapi-i686-pc-windows-gnu 0.4.0": {
2136      "name": "winapi-i686-pc-windows-gnu",
2137      "version": "0.4.0",
2138      "package_url": "https://github.com/retep998/winapi-rs",
2139      "repository": {
2140        "Http": {
2141          "url": "https://static.crates.io/crates/winapi-i686-pc-windows-gnu/0.4.0/download",
2142          "sha256": "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2143        }
2144      },
2145      "targets": [
2146        {
2147          "Library": {
2148            "crate_name": "winapi_i686_pc_windows_gnu",
2149            "crate_root": "src/lib.rs",
2150            "srcs": {
2151              "allow_empty": true,
2152              "include": [
2153                "**/*.rs"
2154              ]
2155            }
2156          }
2157        },
2158        {
2159          "BuildScript": {
2160            "crate_name": "build_script_build",
2161            "crate_root": "build.rs",
2162            "srcs": {
2163              "allow_empty": true,
2164              "include": [
2165                "**/*.rs"
2166              ]
2167            }
2168          }
2169        }
2170      ],
2171      "library_target_name": "winapi_i686_pc_windows_gnu",
2172      "common_attrs": {
2173        "compile_data_glob": [
2174          "**"
2175        ],
2176        "deps": {
2177          "common": [
2178            {
2179              "id": "winapi-i686-pc-windows-gnu 0.4.0",
2180              "target": "build_script_build"
2181            }
2182          ],
2183          "selects": {}
2184        },
2185        "edition": "2015",
2186        "version": "0.4.0"
2187      },
2188      "build_script_attrs": {
2189        "data_glob": [
2190          "**"
2191        ]
2192      },
2193      "license": "MIT/Apache-2.0",
2194      "license_ids": [
2195        "Apache-2.0",
2196        "MIT"
2197      ],
2198      "license_file": null
2199    },
2200    "winapi-x86_64-pc-windows-gnu 0.4.0": {
2201      "name": "winapi-x86_64-pc-windows-gnu",
2202      "version": "0.4.0",
2203      "package_url": "https://github.com/retep998/winapi-rs",
2204      "repository": {
2205        "Http": {
2206          "url": "https://static.crates.io/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download",
2207          "sha256": "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2208        }
2209      },
2210      "targets": [
2211        {
2212          "Library": {
2213            "crate_name": "winapi_x86_64_pc_windows_gnu",
2214            "crate_root": "src/lib.rs",
2215            "srcs": {
2216              "allow_empty": true,
2217              "include": [
2218                "**/*.rs"
2219              ]
2220            }
2221          }
2222        },
2223        {
2224          "BuildScript": {
2225            "crate_name": "build_script_build",
2226            "crate_root": "build.rs",
2227            "srcs": {
2228              "allow_empty": true,
2229              "include": [
2230                "**/*.rs"
2231              ]
2232            }
2233          }
2234        }
2235      ],
2236      "library_target_name": "winapi_x86_64_pc_windows_gnu",
2237      "common_attrs": {
2238        "compile_data_glob": [
2239          "**"
2240        ],
2241        "deps": {
2242          "common": [
2243            {
2244              "id": "winapi-x86_64-pc-windows-gnu 0.4.0",
2245              "target": "build_script_build"
2246            }
2247          ],
2248          "selects": {}
2249        },
2250        "edition": "2015",
2251        "version": "0.4.0"
2252      },
2253      "build_script_attrs": {
2254        "data_glob": [
2255          "**"
2256        ]
2257      },
2258      "license": "MIT/Apache-2.0",
2259      "license_ids": [
2260        "Apache-2.0",
2261        "MIT"
2262      ],
2263      "license_file": null
2264    },
2265    "windows-targets 0.52.5": {
2266      "name": "windows-targets",
2267      "version": "0.52.5",
2268      "package_url": "https://github.com/microsoft/windows-rs",
2269      "repository": {
2270        "Http": {
2271          "url": "https://static.crates.io/crates/windows-targets/0.52.5/download",
2272          "sha256": "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
2273        }
2274      },
2275      "targets": [
2276        {
2277          "Library": {
2278            "crate_name": "windows_targets",
2279            "crate_root": "src/lib.rs",
2280            "srcs": {
2281              "allow_empty": true,
2282              "include": [
2283                "**/*.rs"
2284              ]
2285            }
2286          }
2287        }
2288      ],
2289      "library_target_name": "windows_targets",
2290      "common_attrs": {
2291        "compile_data_glob": [
2292          "**"
2293        ],
2294        "deps": {
2295          "common": [],
2296          "selects": {
2297            "aarch64-pc-windows-gnullvm": [
2298              {
2299                "id": "windows_aarch64_gnullvm 0.52.5",
2300                "target": "windows_aarch64_gnullvm"
2301              }
2302            ],
2303            "cfg(all(any(target_arch = \"x86_64\", target_arch = \"arm64ec\"), target_env = \"msvc\", not(windows_raw_dylib)))": [
2304              {
2305                "id": "windows_x86_64_msvc 0.52.5",
2306                "target": "windows_x86_64_msvc"
2307              }
2308            ],
2309            "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))": [
2310              {
2311                "id": "windows_aarch64_msvc 0.52.5",
2312                "target": "windows_aarch64_msvc"
2313              }
2314            ],
2315            "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [
2316              {
2317                "id": "windows_i686_gnu 0.52.5",
2318                "target": "windows_i686_gnu"
2319              }
2320            ],
2321            "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))": [
2322              {
2323                "id": "windows_i686_msvc 0.52.5",
2324                "target": "windows_i686_msvc"
2325              }
2326            ],
2327            "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [
2328              {
2329                "id": "windows_x86_64_gnu 0.52.5",
2330                "target": "windows_x86_64_gnu"
2331              }
2332            ],
2333            "i686-pc-windows-gnullvm": [
2334              {
2335                "id": "windows_i686_gnullvm 0.52.5",
2336                "target": "windows_i686_gnullvm"
2337              }
2338            ],
2339            "x86_64-pc-windows-gnullvm": [
2340              {
2341                "id": "windows_x86_64_gnullvm 0.52.5",
2342                "target": "windows_x86_64_gnullvm"
2343              }
2344            ]
2345          }
2346        },
2347        "edition": "2021",
2348        "version": "0.52.5"
2349      },
2350      "license": "MIT OR Apache-2.0",
2351      "license_ids": [
2352        "Apache-2.0",
2353        "MIT"
2354      ],
2355      "license_file": "license-apache-2.0"
2356    },
2357    "windows_aarch64_gnullvm 0.52.5": {
2358      "name": "windows_aarch64_gnullvm",
2359      "version": "0.52.5",
2360      "package_url": "https://github.com/microsoft/windows-rs",
2361      "repository": {
2362        "Http": {
2363          "url": "https://static.crates.io/crates/windows_aarch64_gnullvm/0.52.5/download",
2364          "sha256": "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
2365        }
2366      },
2367      "targets": [
2368        {
2369          "Library": {
2370            "crate_name": "windows_aarch64_gnullvm",
2371            "crate_root": "src/lib.rs",
2372            "srcs": {
2373              "allow_empty": true,
2374              "include": [
2375                "**/*.rs"
2376              ]
2377            }
2378          }
2379        },
2380        {
2381          "BuildScript": {
2382            "crate_name": "build_script_build",
2383            "crate_root": "build.rs",
2384            "srcs": {
2385              "allow_empty": true,
2386              "include": [
2387                "**/*.rs"
2388              ]
2389            }
2390          }
2391        }
2392      ],
2393      "library_target_name": "windows_aarch64_gnullvm",
2394      "common_attrs": {
2395        "compile_data_glob": [
2396          "**"
2397        ],
2398        "deps": {
2399          "common": [
2400            {
2401              "id": "windows_aarch64_gnullvm 0.52.5",
2402              "target": "build_script_build"
2403            }
2404          ],
2405          "selects": {}
2406        },
2407        "edition": "2021",
2408        "version": "0.52.5"
2409      },
2410      "build_script_attrs": {
2411        "data_glob": [
2412          "**"
2413        ]
2414      },
2415      "license": "MIT OR Apache-2.0",
2416      "license_ids": [
2417        "Apache-2.0",
2418        "MIT"
2419      ],
2420      "license_file": "license-apache-2.0"
2421    },
2422    "windows_aarch64_msvc 0.52.5": {
2423      "name": "windows_aarch64_msvc",
2424      "version": "0.52.5",
2425      "package_url": "https://github.com/microsoft/windows-rs",
2426      "repository": {
2427        "Http": {
2428          "url": "https://static.crates.io/crates/windows_aarch64_msvc/0.52.5/download",
2429          "sha256": "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
2430        }
2431      },
2432      "targets": [
2433        {
2434          "Library": {
2435            "crate_name": "windows_aarch64_msvc",
2436            "crate_root": "src/lib.rs",
2437            "srcs": {
2438              "allow_empty": true,
2439              "include": [
2440                "**/*.rs"
2441              ]
2442            }
2443          }
2444        },
2445        {
2446          "BuildScript": {
2447            "crate_name": "build_script_build",
2448            "crate_root": "build.rs",
2449            "srcs": {
2450              "allow_empty": true,
2451              "include": [
2452                "**/*.rs"
2453              ]
2454            }
2455          }
2456        }
2457      ],
2458      "library_target_name": "windows_aarch64_msvc",
2459      "common_attrs": {
2460        "compile_data_glob": [
2461          "**"
2462        ],
2463        "deps": {
2464          "common": [
2465            {
2466              "id": "windows_aarch64_msvc 0.52.5",
2467              "target": "build_script_build"
2468            }
2469          ],
2470          "selects": {}
2471        },
2472        "edition": "2021",
2473        "version": "0.52.5"
2474      },
2475      "build_script_attrs": {
2476        "data_glob": [
2477          "**"
2478        ]
2479      },
2480      "license": "MIT OR Apache-2.0",
2481      "license_ids": [
2482        "Apache-2.0",
2483        "MIT"
2484      ],
2485      "license_file": "license-apache-2.0"
2486    },
2487    "windows_i686_gnu 0.52.5": {
2488      "name": "windows_i686_gnu",
2489      "version": "0.52.5",
2490      "package_url": "https://github.com/microsoft/windows-rs",
2491      "repository": {
2492        "Http": {
2493          "url": "https://static.crates.io/crates/windows_i686_gnu/0.52.5/download",
2494          "sha256": "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
2495        }
2496      },
2497      "targets": [
2498        {
2499          "Library": {
2500            "crate_name": "windows_i686_gnu",
2501            "crate_root": "src/lib.rs",
2502            "srcs": {
2503              "allow_empty": true,
2504              "include": [
2505                "**/*.rs"
2506              ]
2507            }
2508          }
2509        },
2510        {
2511          "BuildScript": {
2512            "crate_name": "build_script_build",
2513            "crate_root": "build.rs",
2514            "srcs": {
2515              "allow_empty": true,
2516              "include": [
2517                "**/*.rs"
2518              ]
2519            }
2520          }
2521        }
2522      ],
2523      "library_target_name": "windows_i686_gnu",
2524      "common_attrs": {
2525        "compile_data_glob": [
2526          "**"
2527        ],
2528        "deps": {
2529          "common": [
2530            {
2531              "id": "windows_i686_gnu 0.52.5",
2532              "target": "build_script_build"
2533            }
2534          ],
2535          "selects": {}
2536        },
2537        "edition": "2021",
2538        "version": "0.52.5"
2539      },
2540      "build_script_attrs": {
2541        "data_glob": [
2542          "**"
2543        ]
2544      },
2545      "license": "MIT OR Apache-2.0",
2546      "license_ids": [
2547        "Apache-2.0",
2548        "MIT"
2549      ],
2550      "license_file": "license-apache-2.0"
2551    },
2552    "windows_i686_gnullvm 0.52.5": {
2553      "name": "windows_i686_gnullvm",
2554      "version": "0.52.5",
2555      "package_url": "https://github.com/microsoft/windows-rs",
2556      "repository": {
2557        "Http": {
2558          "url": "https://static.crates.io/crates/windows_i686_gnullvm/0.52.5/download",
2559          "sha256": "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
2560        }
2561      },
2562      "targets": [
2563        {
2564          "Library": {
2565            "crate_name": "windows_i686_gnullvm",
2566            "crate_root": "src/lib.rs",
2567            "srcs": {
2568              "allow_empty": true,
2569              "include": [
2570                "**/*.rs"
2571              ]
2572            }
2573          }
2574        },
2575        {
2576          "BuildScript": {
2577            "crate_name": "build_script_build",
2578            "crate_root": "build.rs",
2579            "srcs": {
2580              "allow_empty": true,
2581              "include": [
2582                "**/*.rs"
2583              ]
2584            }
2585          }
2586        }
2587      ],
2588      "library_target_name": "windows_i686_gnullvm",
2589      "common_attrs": {
2590        "compile_data_glob": [
2591          "**"
2592        ],
2593        "deps": {
2594          "common": [
2595            {
2596              "id": "windows_i686_gnullvm 0.52.5",
2597              "target": "build_script_build"
2598            }
2599          ],
2600          "selects": {}
2601        },
2602        "edition": "2021",
2603        "version": "0.52.5"
2604      },
2605      "build_script_attrs": {
2606        "data_glob": [
2607          "**"
2608        ]
2609      },
2610      "license": "MIT OR Apache-2.0",
2611      "license_ids": [
2612        "Apache-2.0",
2613        "MIT"
2614      ],
2615      "license_file": "license-apache-2.0"
2616    },
2617    "windows_i686_msvc 0.52.5": {
2618      "name": "windows_i686_msvc",
2619      "version": "0.52.5",
2620      "package_url": "https://github.com/microsoft/windows-rs",
2621      "repository": {
2622        "Http": {
2623          "url": "https://static.crates.io/crates/windows_i686_msvc/0.52.5/download",
2624          "sha256": "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
2625        }
2626      },
2627      "targets": [
2628        {
2629          "Library": {
2630            "crate_name": "windows_i686_msvc",
2631            "crate_root": "src/lib.rs",
2632            "srcs": {
2633              "allow_empty": true,
2634              "include": [
2635                "**/*.rs"
2636              ]
2637            }
2638          }
2639        },
2640        {
2641          "BuildScript": {
2642            "crate_name": "build_script_build",
2643            "crate_root": "build.rs",
2644            "srcs": {
2645              "allow_empty": true,
2646              "include": [
2647                "**/*.rs"
2648              ]
2649            }
2650          }
2651        }
2652      ],
2653      "library_target_name": "windows_i686_msvc",
2654      "common_attrs": {
2655        "compile_data_glob": [
2656          "**"
2657        ],
2658        "deps": {
2659          "common": [
2660            {
2661              "id": "windows_i686_msvc 0.52.5",
2662              "target": "build_script_build"
2663            }
2664          ],
2665          "selects": {}
2666        },
2667        "edition": "2021",
2668        "version": "0.52.5"
2669      },
2670      "build_script_attrs": {
2671        "data_glob": [
2672          "**"
2673        ]
2674      },
2675      "license": "MIT OR Apache-2.0",
2676      "license_ids": [
2677        "Apache-2.0",
2678        "MIT"
2679      ],
2680      "license_file": "license-apache-2.0"
2681    },
2682    "windows_x86_64_gnu 0.52.5": {
2683      "name": "windows_x86_64_gnu",
2684      "version": "0.52.5",
2685      "package_url": "https://github.com/microsoft/windows-rs",
2686      "repository": {
2687        "Http": {
2688          "url": "https://static.crates.io/crates/windows_x86_64_gnu/0.52.5/download",
2689          "sha256": "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
2690        }
2691      },
2692      "targets": [
2693        {
2694          "Library": {
2695            "crate_name": "windows_x86_64_gnu",
2696            "crate_root": "src/lib.rs",
2697            "srcs": {
2698              "allow_empty": true,
2699              "include": [
2700                "**/*.rs"
2701              ]
2702            }
2703          }
2704        },
2705        {
2706          "BuildScript": {
2707            "crate_name": "build_script_build",
2708            "crate_root": "build.rs",
2709            "srcs": {
2710              "allow_empty": true,
2711              "include": [
2712                "**/*.rs"
2713              ]
2714            }
2715          }
2716        }
2717      ],
2718      "library_target_name": "windows_x86_64_gnu",
2719      "common_attrs": {
2720        "compile_data_glob": [
2721          "**"
2722        ],
2723        "deps": {
2724          "common": [
2725            {
2726              "id": "windows_x86_64_gnu 0.52.5",
2727              "target": "build_script_build"
2728            }
2729          ],
2730          "selects": {}
2731        },
2732        "edition": "2021",
2733        "version": "0.52.5"
2734      },
2735      "build_script_attrs": {
2736        "data_glob": [
2737          "**"
2738        ]
2739      },
2740      "license": "MIT OR Apache-2.0",
2741      "license_ids": [
2742        "Apache-2.0",
2743        "MIT"
2744      ],
2745      "license_file": "license-apache-2.0"
2746    },
2747    "windows_x86_64_gnullvm 0.52.5": {
2748      "name": "windows_x86_64_gnullvm",
2749      "version": "0.52.5",
2750      "package_url": "https://github.com/microsoft/windows-rs",
2751      "repository": {
2752        "Http": {
2753          "url": "https://static.crates.io/crates/windows_x86_64_gnullvm/0.52.5/download",
2754          "sha256": "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
2755        }
2756      },
2757      "targets": [
2758        {
2759          "Library": {
2760            "crate_name": "windows_x86_64_gnullvm",
2761            "crate_root": "src/lib.rs",
2762            "srcs": {
2763              "allow_empty": true,
2764              "include": [
2765                "**/*.rs"
2766              ]
2767            }
2768          }
2769        },
2770        {
2771          "BuildScript": {
2772            "crate_name": "build_script_build",
2773            "crate_root": "build.rs",
2774            "srcs": {
2775              "allow_empty": true,
2776              "include": [
2777                "**/*.rs"
2778              ]
2779            }
2780          }
2781        }
2782      ],
2783      "library_target_name": "windows_x86_64_gnullvm",
2784      "common_attrs": {
2785        "compile_data_glob": [
2786          "**"
2787        ],
2788        "deps": {
2789          "common": [
2790            {
2791              "id": "windows_x86_64_gnullvm 0.52.5",
2792              "target": "build_script_build"
2793            }
2794          ],
2795          "selects": {}
2796        },
2797        "edition": "2021",
2798        "version": "0.52.5"
2799      },
2800      "build_script_attrs": {
2801        "data_glob": [
2802          "**"
2803        ]
2804      },
2805      "license": "MIT OR Apache-2.0",
2806      "license_ids": [
2807        "Apache-2.0",
2808        "MIT"
2809      ],
2810      "license_file": "license-apache-2.0"
2811    },
2812    "windows_x86_64_msvc 0.52.5": {
2813      "name": "windows_x86_64_msvc",
2814      "version": "0.52.5",
2815      "package_url": "https://github.com/microsoft/windows-rs",
2816      "repository": {
2817        "Http": {
2818          "url": "https://static.crates.io/crates/windows_x86_64_msvc/0.52.5/download",
2819          "sha256": "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
2820        }
2821      },
2822      "targets": [
2823        {
2824          "Library": {
2825            "crate_name": "windows_x86_64_msvc",
2826            "crate_root": "src/lib.rs",
2827            "srcs": {
2828              "allow_empty": true,
2829              "include": [
2830                "**/*.rs"
2831              ]
2832            }
2833          }
2834        },
2835        {
2836          "BuildScript": {
2837            "crate_name": "build_script_build",
2838            "crate_root": "build.rs",
2839            "srcs": {
2840              "allow_empty": true,
2841              "include": [
2842                "**/*.rs"
2843              ]
2844            }
2845          }
2846        }
2847      ],
2848      "library_target_name": "windows_x86_64_msvc",
2849      "common_attrs": {
2850        "compile_data_glob": [
2851          "**"
2852        ],
2853        "deps": {
2854          "common": [
2855            {
2856              "id": "windows_x86_64_msvc 0.52.5",
2857              "target": "build_script_build"
2858            }
2859          ],
2860          "selects": {}
2861        },
2862        "edition": "2021",
2863        "version": "0.52.5"
2864      },
2865      "build_script_attrs": {
2866        "data_glob": [
2867          "**"
2868        ]
2869      },
2870      "license": "MIT OR Apache-2.0",
2871      "license_ids": [
2872        "Apache-2.0",
2873        "MIT"
2874      ],
2875      "license_file": "license-apache-2.0"
2876    }
2877  },
2878  "binary_crates": [],
2879  "workspace_members": {
2880    "direct-cargo-bazel-deps 0.0.1": ""
2881  },
2882  "conditions": {
2883    "aarch64-apple-darwin": [
2884      "aarch64-apple-darwin"
2885    ],
2886    "aarch64-apple-ios": [
2887      "aarch64-apple-ios"
2888    ],
2889    "aarch64-apple-ios-sim": [
2890      "aarch64-apple-ios-sim"
2891    ],
2892    "aarch64-fuchsia": [
2893      "aarch64-fuchsia"
2894    ],
2895    "aarch64-linux-android": [
2896      "aarch64-linux-android"
2897    ],
2898    "aarch64-pc-windows-gnullvm": [],
2899    "aarch64-pc-windows-msvc": [
2900      "aarch64-pc-windows-msvc"
2901    ],
2902    "aarch64-unknown-linux-gnu": [
2903      "aarch64-unknown-linux-gnu"
2904    ],
2905    "aarch64-unknown-nixos-gnu": [
2906      "aarch64-unknown-nixos-gnu"
2907    ],
2908    "aarch64-unknown-nto-qnx710": [
2909      "aarch64-unknown-nto-qnx710"
2910    ],
2911    "arm-unknown-linux-gnueabi": [
2912      "arm-unknown-linux-gnueabi"
2913    ],
2914    "armv7-linux-androideabi": [
2915      "armv7-linux-androideabi"
2916    ],
2917    "armv7-unknown-linux-gnueabi": [
2918      "armv7-unknown-linux-gnueabi"
2919    ],
2920    "cfg(all(any(target_arch = \"x86_64\", target_arch = \"arm64ec\"), target_env = \"msvc\", not(windows_raw_dylib)))": [
2921      "x86_64-pc-windows-msvc"
2922    ],
2923    "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))": [
2924      "aarch64-pc-windows-msvc"
2925    ],
2926    "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [
2927      "i686-unknown-linux-gnu"
2928    ],
2929    "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))": [
2930      "i686-pc-windows-msvc"
2931    ],
2932    "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [
2933      "x86_64-unknown-linux-gnu",
2934      "x86_64-unknown-nixos-gnu"
2935    ],
2936    "cfg(unix)": [
2937      "aarch64-apple-darwin",
2938      "aarch64-apple-ios",
2939      "aarch64-apple-ios-sim",
2940      "aarch64-fuchsia",
2941      "aarch64-linux-android",
2942      "aarch64-unknown-linux-gnu",
2943      "aarch64-unknown-nixos-gnu",
2944      "aarch64-unknown-nto-qnx710",
2945      "arm-unknown-linux-gnueabi",
2946      "armv7-linux-androideabi",
2947      "armv7-unknown-linux-gnueabi",
2948      "i686-apple-darwin",
2949      "i686-linux-android",
2950      "i686-unknown-freebsd",
2951      "i686-unknown-linux-gnu",
2952      "powerpc-unknown-linux-gnu",
2953      "s390x-unknown-linux-gnu",
2954      "x86_64-apple-darwin",
2955      "x86_64-apple-ios",
2956      "x86_64-fuchsia",
2957      "x86_64-linux-android",
2958      "x86_64-unknown-freebsd",
2959      "x86_64-unknown-linux-gnu",
2960      "x86_64-unknown-nixos-gnu"
2961    ],
2962    "cfg(windows)": [
2963      "aarch64-pc-windows-msvc",
2964      "i686-pc-windows-msvc",
2965      "x86_64-pc-windows-msvc"
2966    ],
2967    "i686-apple-darwin": [
2968      "i686-apple-darwin"
2969    ],
2970    "i686-linux-android": [
2971      "i686-linux-android"
2972    ],
2973    "i686-pc-windows-gnu": [],
2974    "i686-pc-windows-gnullvm": [],
2975    "i686-pc-windows-msvc": [
2976      "i686-pc-windows-msvc"
2977    ],
2978    "i686-unknown-freebsd": [
2979      "i686-unknown-freebsd"
2980    ],
2981    "i686-unknown-linux-gnu": [
2982      "i686-unknown-linux-gnu"
2983    ],
2984    "powerpc-unknown-linux-gnu": [
2985      "powerpc-unknown-linux-gnu"
2986    ],
2987    "riscv32imc-unknown-none-elf": [
2988      "riscv32imc-unknown-none-elf"
2989    ],
2990    "riscv64gc-unknown-none-elf": [
2991      "riscv64gc-unknown-none-elf"
2992    ],
2993    "s390x-unknown-linux-gnu": [
2994      "s390x-unknown-linux-gnu"
2995    ],
2996    "thumbv7em-none-eabi": [
2997      "thumbv7em-none-eabi"
2998    ],
2999    "thumbv8m.main-none-eabi": [
3000      "thumbv8m.main-none-eabi"
3001    ],
3002    "wasm32-unknown-unknown": [
3003      "wasm32-unknown-unknown"
3004    ],
3005    "wasm32-wasi": [
3006      "wasm32-wasi"
3007    ],
3008    "x86_64-apple-darwin": [
3009      "x86_64-apple-darwin"
3010    ],
3011    "x86_64-apple-ios": [
3012      "x86_64-apple-ios"
3013    ],
3014    "x86_64-fuchsia": [
3015      "x86_64-fuchsia"
3016    ],
3017    "x86_64-linux-android": [
3018      "x86_64-linux-android"
3019    ],
3020    "x86_64-pc-windows-gnu": [],
3021    "x86_64-pc-windows-gnullvm": [],
3022    "x86_64-pc-windows-msvc": [
3023      "x86_64-pc-windows-msvc"
3024    ],
3025    "x86_64-unknown-freebsd": [
3026      "x86_64-unknown-freebsd"
3027    ],
3028    "x86_64-unknown-linux-gnu": [
3029      "x86_64-unknown-linux-gnu"
3030    ],
3031    "x86_64-unknown-nixos-gnu": [
3032      "x86_64-unknown-nixos-gnu"
3033    ],
3034    "x86_64-unknown-none": [
3035      "x86_64-unknown-none"
3036    ]
3037  },
3038  "direct_deps": [
3039    "boring 3.1.0",
3040    "libz-ng-sys 1.1.15"
3041  ],
3042  "direct_dev_deps": []
3043}
3044