Allocate enough memory for the InputOver2G test.
[google-protobuf.git] / Cargo.bazel.lock
blob912453272ab273ba064125b97d14300b575df091
2   "checksum": "422d164988d36886ae9aef8b60e233d67aac121356b66f1452c469f912cc0148",
3   "crates": {
4     "aho-corasick 1.1.2": {
5       "name": "aho-corasick",
6       "version": "1.1.2",
7       "package_url": "https://github.com/BurntSushi/aho-corasick",
8       "repository": {
9         "Http": {
10           "url": "https://static.crates.io/crates/aho-corasick/1.1.2/download",
11           "sha256": "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
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         "crate_features": {
34           "common": [
35             "default",
36             "perf-literal",
37             "std"
38           ],
39           "selects": {}
40         },
41         "deps": {
42           "common": [
43             {
44               "id": "memchr 2.6.4",
45               "target": "memchr"
46             }
47           ],
48           "selects": {}
49         },
50         "edition": "2021",
51         "version": "1.1.2"
52       },
53       "license": "Unlicense OR MIT",
54       "license_ids": [
55         "MIT",
56         "Unlicense"
57       ],
58       "license_file": "LICENSE-MIT"
59     },
60     "autocfg 1.1.0": {
61       "name": "autocfg",
62       "version": "1.1.0",
63       "package_url": "https://github.com/cuviper/autocfg",
64       "repository": {
65         "Http": {
66           "url": "https://static.crates.io/crates/autocfg/1.1.0/download",
67           "sha256": "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
68         }
69       },
70       "targets": [
71         {
72           "Library": {
73             "crate_name": "autocfg",
74             "crate_root": "src/lib.rs",
75             "srcs": {
76               "allow_empty": true,
77               "include": [
78                 "**/*.rs"
79               ]
80             }
81           }
82         }
83       ],
84       "library_target_name": "autocfg",
85       "common_attrs": {
86         "compile_data_glob": [
87           "**"
88         ],
89         "edition": "2015",
90         "version": "1.1.0"
91       },
92       "license": "Apache-2.0 OR MIT",
93       "license_ids": [
94         "Apache-2.0",
95         "MIT"
96       ],
97       "license_file": "LICENSE-APACHE"
98     },
99     "direct-cargo-bazel-deps 0.0.1": {
100       "name": "direct-cargo-bazel-deps",
101       "version": "0.0.1",
102       "package_url": null,
103       "repository": null,
104       "targets": [
105         {
106           "Library": {
107             "crate_name": "direct_cargo_bazel_deps",
108             "crate_root": ".direct_cargo_bazel_deps.rs",
109             "srcs": {
110               "allow_empty": true,
111               "include": [
112                 "**/*.rs"
113               ]
114             }
115           }
116         }
117       ],
118       "library_target_name": "direct_cargo_bazel_deps",
119       "common_attrs": {
120         "compile_data_glob": [
121           "**"
122         ],
123         "deps": {
124           "common": [
125             {
126               "id": "googletest 0.12.0",
127               "target": "googletest"
128             }
129           ],
130           "selects": {}
131         },
132         "edition": "2018",
133         "proc_macro_deps": {
134           "common": [
135             {
136               "id": "paste 1.0.14",
137               "target": "paste"
138             }
139           ],
140           "selects": {}
141         },
142         "version": "0.0.1"
143       },
144       "license": null,
145       "license_ids": [],
146       "license_file": null
147     },
148     "googletest 0.12.0": {
149       "name": "googletest",
150       "version": "0.12.0",
151       "package_url": "https://github.com/google/googletest-rust",
152       "repository": {
153         "Git": {
154           "remote": "https://github.com/google/googletest-rust",
155           "commitish": {
156             "Rev": "b407f3b5774defb8917d714bfb7af485e117d621"
157           },
158           "strip_prefix": "googletest"
159         }
160       },
161       "targets": [
162         {
163           "Library": {
164             "crate_name": "googletest",
165             "crate_root": "src/lib.rs",
166             "srcs": {
167               "allow_empty": true,
168               "include": [
169                 "**/*.rs"
170               ]
171             }
172           }
173         }
174       ],
175       "library_target_name": "googletest",
176       "common_attrs": {
177         "compile_data_glob": [
178           "**"
179         ],
180         "deps": {
181           "common": [
182             {
183               "id": "num-traits 0.2.17",
184               "target": "num_traits"
185             },
186             {
187               "id": "regex 1.10.0",
188               "target": "regex"
189             }
190           ],
191           "selects": {}
192         },
193         "edition": "2021",
194         "proc_macro_deps": {
195           "common": [
196             {
197               "id": "googletest_macro 0.12.0",
198               "target": "googletest_macro"
199             },
200             {
201               "id": "rustversion 1.0.14",
202               "target": "rustversion"
203             }
204           ],
205           "selects": {}
206         },
207         "version": "0.12.0"
208       },
209       "license": "Apache-2.0",
210       "license_ids": [
211         "Apache-2.0"
212       ],
213       "license_file": "LICENSE"
214     },
215     "googletest_macro 0.12.0": {
216       "name": "googletest_macro",
217       "version": "0.12.0",
218       "package_url": "https://github.com/google/googletest-rust",
219       "repository": {
220         "Git": {
221           "remote": "https://github.com/google/googletest-rust",
222           "commitish": {
223             "Rev": "b407f3b5774defb8917d714bfb7af485e117d621"
224           },
225           "strip_prefix": "googletest_macro"
226         }
227       },
228       "targets": [
229         {
230           "ProcMacro": {
231             "crate_name": "googletest_macro",
232             "crate_root": "src/lib.rs",
233             "srcs": {
234               "allow_empty": true,
235               "include": [
236                 "**/*.rs"
237               ]
238             }
239           }
240         }
241       ],
242       "library_target_name": "googletest_macro",
243       "common_attrs": {
244         "compile_data_glob": [
245           "**"
246         ],
247         "deps": {
248           "common": [
249             {
250               "id": "quote 1.0.33",
251               "target": "quote"
252             },
253             {
254               "id": "syn 2.0.43",
255               "target": "syn"
256             }
257           ],
258           "selects": {}
259         },
260         "edition": "2021",
261         "version": "0.12.0"
262       },
263       "license": "Apache-2.0",
264       "license_ids": [
265         "Apache-2.0"
266       ],
267       "license_file": "LICENSE"
268     },
269     "memchr 2.6.4": {
270       "name": "memchr",
271       "version": "2.6.4",
272       "package_url": "https://github.com/BurntSushi/memchr",
273       "repository": {
274         "Http": {
275           "url": "https://static.crates.io/crates/memchr/2.6.4/download",
276           "sha256": "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
277         }
278       },
279       "targets": [
280         {
281           "Library": {
282             "crate_name": "memchr",
283             "crate_root": "src/lib.rs",
284             "srcs": {
285               "allow_empty": true,
286               "include": [
287                 "**/*.rs"
288               ]
289             }
290           }
291         }
292       ],
293       "library_target_name": "memchr",
294       "common_attrs": {
295         "compile_data_glob": [
296           "**"
297         ],
298         "crate_features": {
299           "common": [
300             "alloc",
301             "default",
302             "std"
303           ],
304           "selects": {}
305         },
306         "edition": "2021",
307         "version": "2.6.4"
308       },
309       "license": "Unlicense OR MIT",
310       "license_ids": [
311         "MIT",
312         "Unlicense"
313       ],
314       "license_file": "LICENSE-MIT"
315     },
316     "num-traits 0.2.17": {
317       "name": "num-traits",
318       "version": "0.2.17",
319       "package_url": "https://github.com/rust-num/num-traits",
320       "repository": {
321         "Http": {
322           "url": "https://static.crates.io/crates/num-traits/0.2.17/download",
323           "sha256": "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
324         }
325       },
326       "targets": [
327         {
328           "Library": {
329             "crate_name": "num_traits",
330             "crate_root": "src/lib.rs",
331             "srcs": {
332               "allow_empty": true,
333               "include": [
334                 "**/*.rs"
335               ]
336             }
337           }
338         },
339         {
340           "BuildScript": {
341             "crate_name": "build_script_build",
342             "crate_root": "build.rs",
343             "srcs": {
344               "allow_empty": true,
345               "include": [
346                 "**/*.rs"
347               ]
348             }
349           }
350         }
351       ],
352       "library_target_name": "num_traits",
353       "common_attrs": {
354         "compile_data_glob": [
355           "**"
356         ],
357         "crate_features": {
358           "common": [
359             "default",
360             "std"
361           ],
362           "selects": {}
363         },
364         "deps": {
365           "common": [
366             {
367               "id": "num-traits 0.2.17",
368               "target": "build_script_build"
369             }
370           ],
371           "selects": {}
372         },
373         "edition": "2018",
374         "version": "0.2.17"
375       },
376       "build_script_attrs": {
377         "compile_data_glob": [
378           "**"
379         ],
380         "data_glob": [
381           "**"
382         ],
383         "deps": {
384           "common": [
385             {
386               "id": "autocfg 1.1.0",
387               "target": "autocfg"
388             }
389           ],
390           "selects": {}
391         }
392       },
393       "license": "MIT OR Apache-2.0",
394       "license_ids": [
395         "Apache-2.0",
396         "MIT"
397       ],
398       "license_file": "LICENSE-APACHE"
399     },
400     "paste 1.0.14": {
401       "name": "paste",
402       "version": "1.0.14",
403       "package_url": "https://github.com/dtolnay/paste",
404       "repository": {
405         "Http": {
406           "url": "https://static.crates.io/crates/paste/1.0.14/download",
407           "sha256": "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
408         }
409       },
410       "targets": [
411         {
412           "ProcMacro": {
413             "crate_name": "paste",
414             "crate_root": "src/lib.rs",
415             "srcs": {
416               "allow_empty": true,
417               "include": [
418                 "**/*.rs"
419               ]
420             }
421           }
422         },
423         {
424           "BuildScript": {
425             "crate_name": "build_script_build",
426             "crate_root": "build.rs",
427             "srcs": {
428               "allow_empty": true,
429               "include": [
430                 "**/*.rs"
431               ]
432             }
433           }
434         }
435       ],
436       "library_target_name": "paste",
437       "common_attrs": {
438         "compile_data_glob": [
439           "**"
440         ],
441         "deps": {
442           "common": [
443             {
444               "id": "paste 1.0.14",
445               "target": "build_script_build"
446             }
447           ],
448           "selects": {}
449         },
450         "edition": "2018",
451         "version": "1.0.14"
452       },
453       "build_script_attrs": {
454         "compile_data_glob": [
455           "**"
456         ],
457         "data_glob": [
458           "**"
459         ]
460       },
461       "license": "MIT OR Apache-2.0",
462       "license_ids": [
463         "Apache-2.0",
464         "MIT"
465       ],
466       "license_file": "LICENSE-APACHE"
467     },
468     "proc-macro2 1.0.69": {
469       "name": "proc-macro2",
470       "version": "1.0.69",
471       "package_url": "https://github.com/dtolnay/proc-macro2",
472       "repository": {
473         "Http": {
474           "url": "https://static.crates.io/crates/proc-macro2/1.0.69/download",
475           "sha256": "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
476         }
477       },
478       "targets": [
479         {
480           "Library": {
481             "crate_name": "proc_macro2",
482             "crate_root": "src/lib.rs",
483             "srcs": {
484               "allow_empty": true,
485               "include": [
486                 "**/*.rs"
487               ]
488             }
489           }
490         },
491         {
492           "BuildScript": {
493             "crate_name": "build_script_build",
494             "crate_root": "build.rs",
495             "srcs": {
496               "allow_empty": true,
497               "include": [
498                 "**/*.rs"
499               ]
500             }
501           }
502         }
503       ],
504       "library_target_name": "proc_macro2",
505       "common_attrs": {
506         "compile_data_glob": [
507           "**"
508         ],
509         "crate_features": {
510           "common": [
511             "proc-macro"
512           ],
513           "selects": {}
514         },
515         "deps": {
516           "common": [
517             {
518               "id": "proc-macro2 1.0.69",
519               "target": "build_script_build"
520             },
521             {
522               "id": "unicode-ident 1.0.12",
523               "target": "unicode_ident"
524             }
525           ],
526           "selects": {}
527         },
528         "edition": "2021",
529         "version": "1.0.69"
530       },
531       "build_script_attrs": {
532         "compile_data_glob": [
533           "**"
534         ],
535         "data_glob": [
536           "**"
537         ]
538       },
539       "license": "MIT OR Apache-2.0",
540       "license_ids": [
541         "Apache-2.0",
542         "MIT"
543       ],
544       "license_file": "LICENSE-APACHE"
545     },
546     "quote 1.0.33": {
547       "name": "quote",
548       "version": "1.0.33",
549       "package_url": "https://github.com/dtolnay/quote",
550       "repository": {
551         "Http": {
552           "url": "https://static.crates.io/crates/quote/1.0.33/download",
553           "sha256": "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
554         }
555       },
556       "targets": [
557         {
558           "Library": {
559             "crate_name": "quote",
560             "crate_root": "src/lib.rs",
561             "srcs": {
562               "allow_empty": true,
563               "include": [
564                 "**/*.rs"
565               ]
566             }
567           }
568         }
569       ],
570       "library_target_name": "quote",
571       "common_attrs": {
572         "compile_data_glob": [
573           "**"
574         ],
575         "crate_features": {
576           "common": [
577             "default",
578             "proc-macro"
579           ],
580           "selects": {}
581         },
582         "deps": {
583           "common": [
584             {
585               "id": "proc-macro2 1.0.69",
586               "target": "proc_macro2"
587             }
588           ],
589           "selects": {}
590         },
591         "edition": "2018",
592         "version": "1.0.33"
593       },
594       "license": "MIT OR Apache-2.0",
595       "license_ids": [
596         "Apache-2.0",
597         "MIT"
598       ],
599       "license_file": "LICENSE-APACHE"
600     },
601     "regex 1.10.0": {
602       "name": "regex",
603       "version": "1.10.0",
604       "package_url": "https://github.com/rust-lang/regex",
605       "repository": {
606         "Http": {
607           "url": "https://static.crates.io/crates/regex/1.10.0/download",
608           "sha256": "d119d7c7ca818f8a53c300863d4f87566aac09943aef5b355bb83969dae75d87"
609         }
610       },
611       "targets": [
612         {
613           "Library": {
614             "crate_name": "regex",
615             "crate_root": "src/lib.rs",
616             "srcs": {
617               "allow_empty": true,
618               "include": [
619                 "**/*.rs"
620               ]
621             }
622           }
623         }
624       ],
625       "library_target_name": "regex",
626       "common_attrs": {
627         "compile_data_glob": [
628           "**"
629         ],
630         "crate_features": {
631           "common": [
632             "default",
633             "perf",
634             "perf-backtrack",
635             "perf-cache",
636             "perf-dfa",
637             "perf-inline",
638             "perf-literal",
639             "perf-onepass",
640             "std",
641             "unicode",
642             "unicode-age",
643             "unicode-bool",
644             "unicode-case",
645             "unicode-gencat",
646             "unicode-perl",
647             "unicode-script",
648             "unicode-segment"
649           ],
650           "selects": {}
651         },
652         "deps": {
653           "common": [
654             {
655               "id": "aho-corasick 1.1.2",
656               "target": "aho_corasick"
657             },
658             {
659               "id": "memchr 2.6.4",
660               "target": "memchr"
661             },
662             {
663               "id": "regex-automata 0.4.1",
664               "target": "regex_automata"
665             },
666             {
667               "id": "regex-syntax 0.8.1",
668               "target": "regex_syntax"
669             }
670           ],
671           "selects": {}
672         },
673         "edition": "2021",
674         "version": "1.10.0"
675       },
676       "license": "MIT OR Apache-2.0",
677       "license_ids": [
678         "Apache-2.0",
679         "MIT"
680       ],
681       "license_file": "LICENSE-APACHE"
682     },
683     "regex-automata 0.4.1": {
684       "name": "regex-automata",
685       "version": "0.4.1",
686       "package_url": "https://github.com/rust-lang/regex/tree/master/regex-automata",
687       "repository": {
688         "Http": {
689           "url": "https://static.crates.io/crates/regex-automata/0.4.1/download",
690           "sha256": "465c6fc0621e4abc4187a2bda0937bfd4f722c2730b29562e19689ea796c9a4b"
691         }
692       },
693       "targets": [
694         {
695           "Library": {
696             "crate_name": "regex_automata",
697             "crate_root": "src/lib.rs",
698             "srcs": {
699               "allow_empty": true,
700               "include": [
701                 "**/*.rs"
702               ]
703             }
704           }
705         }
706       ],
707       "library_target_name": "regex_automata",
708       "common_attrs": {
709         "compile_data_glob": [
710           "**"
711         ],
712         "crate_features": {
713           "common": [
714             "alloc",
715             "dfa-onepass",
716             "hybrid",
717             "meta",
718             "nfa-backtrack",
719             "nfa-pikevm",
720             "nfa-thompson",
721             "perf-inline",
722             "perf-literal",
723             "perf-literal-multisubstring",
724             "perf-literal-substring",
725             "std",
726             "syntax",
727             "unicode",
728             "unicode-age",
729             "unicode-bool",
730             "unicode-case",
731             "unicode-gencat",
732             "unicode-perl",
733             "unicode-script",
734             "unicode-segment",
735             "unicode-word-boundary"
736           ],
737           "selects": {}
738         },
739         "deps": {
740           "common": [
741             {
742               "id": "aho-corasick 1.1.2",
743               "target": "aho_corasick"
744             },
745             {
746               "id": "memchr 2.6.4",
747               "target": "memchr"
748             },
749             {
750               "id": "regex-syntax 0.8.1",
751               "target": "regex_syntax"
752             }
753           ],
754           "selects": {}
755         },
756         "edition": "2021",
757         "version": "0.4.1"
758       },
759       "license": "MIT OR Apache-2.0",
760       "license_ids": [
761         "Apache-2.0",
762         "MIT"
763       ],
764       "license_file": "LICENSE-APACHE"
765     },
766     "regex-syntax 0.8.1": {
767       "name": "regex-syntax",
768       "version": "0.8.1",
769       "package_url": "https://github.com/rust-lang/regex/tree/master/regex-syntax",
770       "repository": {
771         "Http": {
772           "url": "https://static.crates.io/crates/regex-syntax/0.8.1/download",
773           "sha256": "56d84fdd47036b038fc80dd333d10b6aab10d5d31f4a366e20014def75328d33"
774         }
775       },
776       "targets": [
777         {
778           "Library": {
779             "crate_name": "regex_syntax",
780             "crate_root": "src/lib.rs",
781             "srcs": {
782               "allow_empty": true,
783               "include": [
784                 "**/*.rs"
785               ]
786             }
787           }
788         }
789       ],
790       "library_target_name": "regex_syntax",
791       "common_attrs": {
792         "compile_data_glob": [
793           "**"
794         ],
795         "crate_features": {
796           "common": [
797             "default",
798             "std",
799             "unicode",
800             "unicode-age",
801             "unicode-bool",
802             "unicode-case",
803             "unicode-gencat",
804             "unicode-perl",
805             "unicode-script",
806             "unicode-segment"
807           ],
808           "selects": {}
809         },
810         "edition": "2021",
811         "version": "0.8.1"
812       },
813       "license": "MIT OR Apache-2.0",
814       "license_ids": [
815         "Apache-2.0",
816         "MIT"
817       ],
818       "license_file": "LICENSE-APACHE"
819     },
820     "rustversion 1.0.14": {
821       "name": "rustversion",
822       "version": "1.0.14",
823       "package_url": "https://github.com/dtolnay/rustversion",
824       "repository": {
825         "Http": {
826           "url": "https://static.crates.io/crates/rustversion/1.0.14/download",
827           "sha256": "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
828         }
829       },
830       "targets": [
831         {
832           "ProcMacro": {
833             "crate_name": "rustversion",
834             "crate_root": "src/lib.rs",
835             "srcs": {
836               "allow_empty": true,
837               "include": [
838                 "**/*.rs"
839               ]
840             }
841           }
842         },
843         {
844           "BuildScript": {
845             "crate_name": "build_script_build",
846             "crate_root": "build/build.rs",
847             "srcs": {
848               "allow_empty": true,
849               "include": [
850                 "**/*.rs"
851               ]
852             }
853           }
854         }
855       ],
856       "library_target_name": "rustversion",
857       "common_attrs": {
858         "compile_data_glob": [
859           "**"
860         ],
861         "deps": {
862           "common": [
863             {
864               "id": "rustversion 1.0.14",
865               "target": "build_script_build"
866             }
867           ],
868           "selects": {}
869         },
870         "edition": "2018",
871         "version": "1.0.14"
872       },
873       "build_script_attrs": {
874         "compile_data_glob": [
875           "**"
876         ],
877         "data_glob": [
878           "**"
879         ]
880       },
881       "license": "MIT OR Apache-2.0",
882       "license_ids": [
883         "Apache-2.0",
884         "MIT"
885       ],
886       "license_file": "LICENSE-APACHE"
887     },
888     "syn 2.0.43": {
889       "name": "syn",
890       "version": "2.0.43",
891       "package_url": "https://github.com/dtolnay/syn",
892       "repository": {
893         "Http": {
894           "url": "https://static.crates.io/crates/syn/2.0.43/download",
895           "sha256": "ee659fb5f3d355364e1f3e5bc10fb82068efbf824a1e9d1c9504244a6469ad53"
896         }
897       },
898       "targets": [
899         {
900           "Library": {
901             "crate_name": "syn",
902             "crate_root": "src/lib.rs",
903             "srcs": {
904               "allow_empty": true,
905               "include": [
906                 "**/*.rs"
907               ]
908             }
909           }
910         }
911       ],
912       "library_target_name": "syn",
913       "common_attrs": {
914         "compile_data_glob": [
915           "**"
916         ],
917         "crate_features": {
918           "common": [
919             "clone-impls",
920             "default",
921             "derive",
922             "full",
923             "parsing",
924             "printing",
925             "proc-macro",
926             "quote"
927           ],
928           "selects": {}
929         },
930         "deps": {
931           "common": [
932             {
933               "id": "proc-macro2 1.0.69",
934               "target": "proc_macro2"
935             },
936             {
937               "id": "quote 1.0.33",
938               "target": "quote"
939             },
940             {
941               "id": "unicode-ident 1.0.12",
942               "target": "unicode_ident"
943             }
944           ],
945           "selects": {}
946         },
947         "edition": "2021",
948         "version": "2.0.43"
949       },
950       "license": "MIT OR Apache-2.0",
951       "license_ids": [
952         "Apache-2.0",
953         "MIT"
954       ],
955       "license_file": "LICENSE-APACHE"
956     },
957     "unicode-ident 1.0.12": {
958       "name": "unicode-ident",
959       "version": "1.0.12",
960       "package_url": "https://github.com/dtolnay/unicode-ident",
961       "repository": {
962         "Http": {
963           "url": "https://static.crates.io/crates/unicode-ident/1.0.12/download",
964           "sha256": "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
965         }
966       },
967       "targets": [
968         {
969           "Library": {
970             "crate_name": "unicode_ident",
971             "crate_root": "src/lib.rs",
972             "srcs": {
973               "allow_empty": true,
974               "include": [
975                 "**/*.rs"
976               ]
977             }
978           }
979         }
980       ],
981       "library_target_name": "unicode_ident",
982       "common_attrs": {
983         "compile_data_glob": [
984           "**"
985         ],
986         "edition": "2018",
987         "version": "1.0.12"
988       },
989       "license": "(MIT OR Apache-2.0) AND Unicode-DFS-2016",
990       "license_ids": [
991         "Apache-2.0",
992         "MIT",
993         "Unicode-DFS-2016"
994       ],
995       "license_file": "LICENSE-APACHE"
996     }
997   },
998   "binary_crates": [],
999   "workspace_members": {
1000     "direct-cargo-bazel-deps 0.0.1": ""
1001   },
1002   "conditions": {
1003     "aarch64-apple-darwin": [
1004       "aarch64-apple-darwin"
1005     ],
1006     "aarch64-apple-ios": [
1007       "aarch64-apple-ios"
1008     ],
1009     "aarch64-apple-ios-sim": [
1010       "aarch64-apple-ios-sim"
1011     ],
1012     "aarch64-linux-android": [
1013       "aarch64-linux-android"
1014     ],
1015     "aarch64-pc-windows-msvc": [
1016       "aarch64-pc-windows-msvc"
1017     ],
1018     "aarch64-unknown-fuchsia": [
1019       "aarch64-unknown-fuchsia"
1020     ],
1021     "aarch64-unknown-linux-gnu": [
1022       "aarch64-unknown-linux-gnu"
1023     ],
1024     "aarch64-unknown-nixos-gnu": [
1025       "aarch64-unknown-nixos-gnu"
1026     ],
1027     "aarch64-unknown-nto-qnx710": [
1028       "aarch64-unknown-nto-qnx710"
1029     ],
1030     "arm-unknown-linux-gnueabi": [
1031       "arm-unknown-linux-gnueabi"
1032     ],
1033     "armv7-linux-androideabi": [
1034       "armv7-linux-androideabi"
1035     ],
1036     "armv7-unknown-linux-gnueabi": [
1037       "armv7-unknown-linux-gnueabi"
1038     ],
1039     "i686-apple-darwin": [
1040       "i686-apple-darwin"
1041     ],
1042     "i686-linux-android": [
1043       "i686-linux-android"
1044     ],
1045     "i686-pc-windows-msvc": [
1046       "i686-pc-windows-msvc"
1047     ],
1048     "i686-unknown-freebsd": [
1049       "i686-unknown-freebsd"
1050     ],
1051     "i686-unknown-linux-gnu": [
1052       "i686-unknown-linux-gnu"
1053     ],
1054     "powerpc-unknown-linux-gnu": [
1055       "powerpc-unknown-linux-gnu"
1056     ],
1057     "riscv32imc-unknown-none-elf": [
1058       "riscv32imc-unknown-none-elf"
1059     ],
1060     "riscv64gc-unknown-none-elf": [
1061       "riscv64gc-unknown-none-elf"
1062     ],
1063     "s390x-unknown-linux-gnu": [
1064       "s390x-unknown-linux-gnu"
1065     ],
1066     "thumbv7em-none-eabi": [
1067       "thumbv7em-none-eabi"
1068     ],
1069     "thumbv8m.main-none-eabi": [
1070       "thumbv8m.main-none-eabi"
1071     ],
1072     "wasm32-unknown-unknown": [
1073       "wasm32-unknown-unknown"
1074     ],
1075     "wasm32-wasi": [
1076       "wasm32-wasi"
1077     ],
1078     "wasm32-wasip1": [
1079       "wasm32-wasip1"
1080     ],
1081     "x86_64-apple-darwin": [
1082       "x86_64-apple-darwin"
1083     ],
1084     "x86_64-apple-ios": [
1085       "x86_64-apple-ios"
1086     ],
1087     "x86_64-linux-android": [
1088       "x86_64-linux-android"
1089     ],
1090     "x86_64-pc-windows-msvc": [
1091       "x86_64-pc-windows-msvc"
1092     ],
1093     "x86_64-unknown-freebsd": [
1094       "x86_64-unknown-freebsd"
1095     ],
1096     "x86_64-unknown-fuchsia": [
1097       "x86_64-unknown-fuchsia"
1098     ],
1099     "x86_64-unknown-linux-gnu": [
1100       "x86_64-unknown-linux-gnu"
1101     ],
1102     "x86_64-unknown-nixos-gnu": [
1103       "x86_64-unknown-nixos-gnu"
1104     ],
1105     "x86_64-unknown-none": [
1106       "x86_64-unknown-none"
1107     ]
1108   },
1109   "direct_deps": [
1110     "googletest 0.12.0",
1111     "paste 1.0.14"
1112   ],
1113   "direct_dev_deps": []