• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "checksum": "ca8913cc78d0ec771c537fae8d8e7b4505ab91bd61ddc886cc66dbeb264ff626",
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": false,
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": false,
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": false,
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": false,
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": false,
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": false,
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": false,
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": false,
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        "data_glob": [
378          "**"
379        ],
380        "deps": {
381          "common": [
382            {
383              "id": "autocfg 1.1.0",
384              "target": "autocfg"
385            }
386          ],
387          "selects": {}
388        }
389      },
390      "license": "MIT OR Apache-2.0",
391      "license_ids": [
392        "Apache-2.0",
393        "MIT"
394      ],
395      "license_file": "LICENSE-APACHE"
396    },
397    "paste 1.0.14": {
398      "name": "paste",
399      "version": "1.0.14",
400      "package_url": "https://github.com/dtolnay/paste",
401      "repository": {
402        "Http": {
403          "url": "https://static.crates.io/crates/paste/1.0.14/download",
404          "sha256": "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
405        }
406      },
407      "targets": [
408        {
409          "ProcMacro": {
410            "crate_name": "paste",
411            "crate_root": "src/lib.rs",
412            "srcs": {
413              "allow_empty": false,
414              "include": [
415                "**/*.rs"
416              ]
417            }
418          }
419        },
420        {
421          "BuildScript": {
422            "crate_name": "build_script_build",
423            "crate_root": "build.rs",
424            "srcs": {
425              "allow_empty": false,
426              "include": [
427                "**/*.rs"
428              ]
429            }
430          }
431        }
432      ],
433      "library_target_name": "paste",
434      "common_attrs": {
435        "compile_data_glob": [
436          "**"
437        ],
438        "deps": {
439          "common": [
440            {
441              "id": "paste 1.0.14",
442              "target": "build_script_build"
443            }
444          ],
445          "selects": {}
446        },
447        "edition": "2018",
448        "version": "1.0.14"
449      },
450      "build_script_attrs": {
451        "data_glob": [
452          "**"
453        ]
454      },
455      "license": "MIT OR Apache-2.0",
456      "license_ids": [
457        "Apache-2.0",
458        "MIT"
459      ],
460      "license_file": "LICENSE-APACHE"
461    },
462    "proc-macro2 1.0.69": {
463      "name": "proc-macro2",
464      "version": "1.0.69",
465      "package_url": "https://github.com/dtolnay/proc-macro2",
466      "repository": {
467        "Http": {
468          "url": "https://static.crates.io/crates/proc-macro2/1.0.69/download",
469          "sha256": "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
470        }
471      },
472      "targets": [
473        {
474          "Library": {
475            "crate_name": "proc_macro2",
476            "crate_root": "src/lib.rs",
477            "srcs": {
478              "allow_empty": false,
479              "include": [
480                "**/*.rs"
481              ]
482            }
483          }
484        },
485        {
486          "BuildScript": {
487            "crate_name": "build_script_build",
488            "crate_root": "build.rs",
489            "srcs": {
490              "allow_empty": false,
491              "include": [
492                "**/*.rs"
493              ]
494            }
495          }
496        }
497      ],
498      "library_target_name": "proc_macro2",
499      "common_attrs": {
500        "compile_data_glob": [
501          "**"
502        ],
503        "crate_features": {
504          "common": [
505            "proc-macro"
506          ],
507          "selects": {}
508        },
509        "deps": {
510          "common": [
511            {
512              "id": "proc-macro2 1.0.69",
513              "target": "build_script_build"
514            },
515            {
516              "id": "unicode-ident 1.0.12",
517              "target": "unicode_ident"
518            }
519          ],
520          "selects": {}
521        },
522        "edition": "2021",
523        "version": "1.0.69"
524      },
525      "build_script_attrs": {
526        "data_glob": [
527          "**"
528        ]
529      },
530      "license": "MIT OR Apache-2.0",
531      "license_ids": [
532        "Apache-2.0",
533        "MIT"
534      ],
535      "license_file": "LICENSE-APACHE"
536    },
537    "quote 1.0.33": {
538      "name": "quote",
539      "version": "1.0.33",
540      "package_url": "https://github.com/dtolnay/quote",
541      "repository": {
542        "Http": {
543          "url": "https://static.crates.io/crates/quote/1.0.33/download",
544          "sha256": "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
545        }
546      },
547      "targets": [
548        {
549          "Library": {
550            "crate_name": "quote",
551            "crate_root": "src/lib.rs",
552            "srcs": {
553              "allow_empty": false,
554              "include": [
555                "**/*.rs"
556              ]
557            }
558          }
559        }
560      ],
561      "library_target_name": "quote",
562      "common_attrs": {
563        "compile_data_glob": [
564          "**"
565        ],
566        "crate_features": {
567          "common": [
568            "default",
569            "proc-macro"
570          ],
571          "selects": {}
572        },
573        "deps": {
574          "common": [
575            {
576              "id": "proc-macro2 1.0.69",
577              "target": "proc_macro2"
578            }
579          ],
580          "selects": {}
581        },
582        "edition": "2018",
583        "version": "1.0.33"
584      },
585      "license": "MIT OR Apache-2.0",
586      "license_ids": [
587        "Apache-2.0",
588        "MIT"
589      ],
590      "license_file": "LICENSE-APACHE"
591    },
592    "regex 1.10.0": {
593      "name": "regex",
594      "version": "1.10.0",
595      "package_url": "https://github.com/rust-lang/regex",
596      "repository": {
597        "Http": {
598          "url": "https://static.crates.io/crates/regex/1.10.0/download",
599          "sha256": "d119d7c7ca818f8a53c300863d4f87566aac09943aef5b355bb83969dae75d87"
600        }
601      },
602      "targets": [
603        {
604          "Library": {
605            "crate_name": "regex",
606            "crate_root": "src/lib.rs",
607            "srcs": {
608              "allow_empty": false,
609              "include": [
610                "**/*.rs"
611              ]
612            }
613          }
614        }
615      ],
616      "library_target_name": "regex",
617      "common_attrs": {
618        "compile_data_glob": [
619          "**"
620        ],
621        "crate_features": {
622          "common": [
623            "default",
624            "perf",
625            "perf-backtrack",
626            "perf-cache",
627            "perf-dfa",
628            "perf-inline",
629            "perf-literal",
630            "perf-onepass",
631            "std",
632            "unicode",
633            "unicode-age",
634            "unicode-bool",
635            "unicode-case",
636            "unicode-gencat",
637            "unicode-perl",
638            "unicode-script",
639            "unicode-segment"
640          ],
641          "selects": {}
642        },
643        "deps": {
644          "common": [
645            {
646              "id": "aho-corasick 1.1.2",
647              "target": "aho_corasick"
648            },
649            {
650              "id": "memchr 2.6.4",
651              "target": "memchr"
652            },
653            {
654              "id": "regex-automata 0.4.1",
655              "target": "regex_automata"
656            },
657            {
658              "id": "regex-syntax 0.8.1",
659              "target": "regex_syntax"
660            }
661          ],
662          "selects": {}
663        },
664        "edition": "2021",
665        "version": "1.10.0"
666      },
667      "license": "MIT OR Apache-2.0",
668      "license_ids": [
669        "Apache-2.0",
670        "MIT"
671      ],
672      "license_file": "LICENSE-APACHE"
673    },
674    "regex-automata 0.4.1": {
675      "name": "regex-automata",
676      "version": "0.4.1",
677      "package_url": "https://github.com/rust-lang/regex/tree/master/regex-automata",
678      "repository": {
679        "Http": {
680          "url": "https://static.crates.io/crates/regex-automata/0.4.1/download",
681          "sha256": "465c6fc0621e4abc4187a2bda0937bfd4f722c2730b29562e19689ea796c9a4b"
682        }
683      },
684      "targets": [
685        {
686          "Library": {
687            "crate_name": "regex_automata",
688            "crate_root": "src/lib.rs",
689            "srcs": {
690              "allow_empty": false,
691              "include": [
692                "**/*.rs"
693              ]
694            }
695          }
696        }
697      ],
698      "library_target_name": "regex_automata",
699      "common_attrs": {
700        "compile_data_glob": [
701          "**"
702        ],
703        "crate_features": {
704          "common": [
705            "alloc",
706            "dfa-onepass",
707            "hybrid",
708            "meta",
709            "nfa-backtrack",
710            "nfa-pikevm",
711            "nfa-thompson",
712            "perf-inline",
713            "perf-literal",
714            "perf-literal-multisubstring",
715            "perf-literal-substring",
716            "std",
717            "syntax",
718            "unicode",
719            "unicode-age",
720            "unicode-bool",
721            "unicode-case",
722            "unicode-gencat",
723            "unicode-perl",
724            "unicode-script",
725            "unicode-segment",
726            "unicode-word-boundary"
727          ],
728          "selects": {}
729        },
730        "deps": {
731          "common": [
732            {
733              "id": "aho-corasick 1.1.2",
734              "target": "aho_corasick"
735            },
736            {
737              "id": "memchr 2.6.4",
738              "target": "memchr"
739            },
740            {
741              "id": "regex-syntax 0.8.1",
742              "target": "regex_syntax"
743            }
744          ],
745          "selects": {}
746        },
747        "edition": "2021",
748        "version": "0.4.1"
749      },
750      "license": "MIT OR Apache-2.0",
751      "license_ids": [
752        "Apache-2.0",
753        "MIT"
754      ],
755      "license_file": "LICENSE-APACHE"
756    },
757    "regex-syntax 0.8.1": {
758      "name": "regex-syntax",
759      "version": "0.8.1",
760      "package_url": "https://github.com/rust-lang/regex/tree/master/regex-syntax",
761      "repository": {
762        "Http": {
763          "url": "https://static.crates.io/crates/regex-syntax/0.8.1/download",
764          "sha256": "56d84fdd47036b038fc80dd333d10b6aab10d5d31f4a366e20014def75328d33"
765        }
766      },
767      "targets": [
768        {
769          "Library": {
770            "crate_name": "regex_syntax",
771            "crate_root": "src/lib.rs",
772            "srcs": {
773              "allow_empty": false,
774              "include": [
775                "**/*.rs"
776              ]
777            }
778          }
779        }
780      ],
781      "library_target_name": "regex_syntax",
782      "common_attrs": {
783        "compile_data_glob": [
784          "**"
785        ],
786        "crate_features": {
787          "common": [
788            "default",
789            "std",
790            "unicode",
791            "unicode-age",
792            "unicode-bool",
793            "unicode-case",
794            "unicode-gencat",
795            "unicode-perl",
796            "unicode-script",
797            "unicode-segment"
798          ],
799          "selects": {}
800        },
801        "edition": "2021",
802        "version": "0.8.1"
803      },
804      "license": "MIT OR Apache-2.0",
805      "license_ids": [
806        "Apache-2.0",
807        "MIT"
808      ],
809      "license_file": "LICENSE-APACHE"
810    },
811    "rustversion 1.0.14": {
812      "name": "rustversion",
813      "version": "1.0.14",
814      "package_url": "https://github.com/dtolnay/rustversion",
815      "repository": {
816        "Http": {
817          "url": "https://static.crates.io/crates/rustversion/1.0.14/download",
818          "sha256": "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
819        }
820      },
821      "targets": [
822        {
823          "ProcMacro": {
824            "crate_name": "rustversion",
825            "crate_root": "src/lib.rs",
826            "srcs": {
827              "allow_empty": false,
828              "include": [
829                "**/*.rs"
830              ]
831            }
832          }
833        },
834        {
835          "BuildScript": {
836            "crate_name": "build_script_build",
837            "crate_root": "build/build.rs",
838            "srcs": {
839              "allow_empty": false,
840              "include": [
841                "**/*.rs"
842              ]
843            }
844          }
845        }
846      ],
847      "library_target_name": "rustversion",
848      "common_attrs": {
849        "compile_data_glob": [
850          "**"
851        ],
852        "deps": {
853          "common": [
854            {
855              "id": "rustversion 1.0.14",
856              "target": "build_script_build"
857            }
858          ],
859          "selects": {}
860        },
861        "edition": "2018",
862        "version": "1.0.14"
863      },
864      "build_script_attrs": {
865        "data_glob": [
866          "**"
867        ]
868      },
869      "license": "MIT OR Apache-2.0",
870      "license_ids": [
871        "Apache-2.0",
872        "MIT"
873      ],
874      "license_file": "LICENSE-APACHE"
875    },
876    "syn 2.0.43": {
877      "name": "syn",
878      "version": "2.0.43",
879      "package_url": "https://github.com/dtolnay/syn",
880      "repository": {
881        "Http": {
882          "url": "https://static.crates.io/crates/syn/2.0.43/download",
883          "sha256": "ee659fb5f3d355364e1f3e5bc10fb82068efbf824a1e9d1c9504244a6469ad53"
884        }
885      },
886      "targets": [
887        {
888          "Library": {
889            "crate_name": "syn",
890            "crate_root": "src/lib.rs",
891            "srcs": {
892              "allow_empty": false,
893              "include": [
894                "**/*.rs"
895              ]
896            }
897          }
898        }
899      ],
900      "library_target_name": "syn",
901      "common_attrs": {
902        "compile_data_glob": [
903          "**"
904        ],
905        "crate_features": {
906          "common": [
907            "clone-impls",
908            "default",
909            "derive",
910            "full",
911            "parsing",
912            "printing",
913            "proc-macro",
914            "quote"
915          ],
916          "selects": {}
917        },
918        "deps": {
919          "common": [
920            {
921              "id": "proc-macro2 1.0.69",
922              "target": "proc_macro2"
923            },
924            {
925              "id": "quote 1.0.33",
926              "target": "quote"
927            },
928            {
929              "id": "unicode-ident 1.0.12",
930              "target": "unicode_ident"
931            }
932          ],
933          "selects": {}
934        },
935        "edition": "2021",
936        "version": "2.0.43"
937      },
938      "license": "MIT OR Apache-2.0",
939      "license_ids": [
940        "Apache-2.0",
941        "MIT"
942      ],
943      "license_file": "LICENSE-APACHE"
944    },
945    "unicode-ident 1.0.12": {
946      "name": "unicode-ident",
947      "version": "1.0.12",
948      "package_url": "https://github.com/dtolnay/unicode-ident",
949      "repository": {
950        "Http": {
951          "url": "https://static.crates.io/crates/unicode-ident/1.0.12/download",
952          "sha256": "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
953        }
954      },
955      "targets": [
956        {
957          "Library": {
958            "crate_name": "unicode_ident",
959            "crate_root": "src/lib.rs",
960            "srcs": {
961              "allow_empty": false,
962              "include": [
963                "**/*.rs"
964              ]
965            }
966          }
967        }
968      ],
969      "library_target_name": "unicode_ident",
970      "common_attrs": {
971        "compile_data_glob": [
972          "**"
973        ],
974        "edition": "2018",
975        "version": "1.0.12"
976      },
977      "license": "(MIT OR Apache-2.0) AND Unicode-DFS-2016",
978      "license_ids": [
979        "Apache-2.0",
980        "MIT",
981        "Unicode-DFS-2016"
982      ],
983      "license_file": "LICENSE-APACHE"
984    }
985  },
986  "binary_crates": [],
987  "workspace_members": {
988    "direct-cargo-bazel-deps 0.0.1": ""
989  },
990  "conditions": {
991    "aarch64-apple-darwin": [
992      "aarch64-apple-darwin"
993    ],
994    "aarch64-apple-ios": [
995      "aarch64-apple-ios"
996    ],
997    "aarch64-apple-ios-sim": [
998      "aarch64-apple-ios-sim"
999    ],
1000    "aarch64-fuchsia": [
1001      "aarch64-fuchsia"
1002    ],
1003    "aarch64-linux-android": [
1004      "aarch64-linux-android"
1005    ],
1006    "aarch64-pc-windows-msvc": [
1007      "aarch64-pc-windows-msvc"
1008    ],
1009    "aarch64-unknown-linux-gnu": [
1010      "aarch64-unknown-linux-gnu"
1011    ],
1012    "aarch64-unknown-nixos-gnu": [
1013      "aarch64-unknown-nixos-gnu"
1014    ],
1015    "aarch64-unknown-nto-qnx710": [
1016      "aarch64-unknown-nto-qnx710"
1017    ],
1018    "arm-unknown-linux-gnueabi": [
1019      "arm-unknown-linux-gnueabi"
1020    ],
1021    "armv7-linux-androideabi": [
1022      "armv7-linux-androideabi"
1023    ],
1024    "armv7-unknown-linux-gnueabi": [
1025      "armv7-unknown-linux-gnueabi"
1026    ],
1027    "i686-apple-darwin": [
1028      "i686-apple-darwin"
1029    ],
1030    "i686-linux-android": [
1031      "i686-linux-android"
1032    ],
1033    "i686-pc-windows-msvc": [
1034      "i686-pc-windows-msvc"
1035    ],
1036    "i686-unknown-freebsd": [
1037      "i686-unknown-freebsd"
1038    ],
1039    "i686-unknown-linux-gnu": [
1040      "i686-unknown-linux-gnu"
1041    ],
1042    "powerpc-unknown-linux-gnu": [
1043      "powerpc-unknown-linux-gnu"
1044    ],
1045    "riscv32imc-unknown-none-elf": [
1046      "riscv32imc-unknown-none-elf"
1047    ],
1048    "riscv64gc-unknown-none-elf": [
1049      "riscv64gc-unknown-none-elf"
1050    ],
1051    "s390x-unknown-linux-gnu": [
1052      "s390x-unknown-linux-gnu"
1053    ],
1054    "thumbv7em-none-eabi": [
1055      "thumbv7em-none-eabi"
1056    ],
1057    "thumbv8m.main-none-eabi": [
1058      "thumbv8m.main-none-eabi"
1059    ],
1060    "wasm32-unknown-unknown": [
1061      "wasm32-unknown-unknown"
1062    ],
1063    "wasm32-wasi": [
1064      "wasm32-wasi"
1065    ],
1066    "x86_64-apple-darwin": [
1067      "x86_64-apple-darwin"
1068    ],
1069    "x86_64-apple-ios": [
1070      "x86_64-apple-ios"
1071    ],
1072    "x86_64-fuchsia": [
1073      "x86_64-fuchsia"
1074    ],
1075    "x86_64-linux-android": [
1076      "x86_64-linux-android"
1077    ],
1078    "x86_64-pc-windows-msvc": [
1079      "x86_64-pc-windows-msvc"
1080    ],
1081    "x86_64-unknown-freebsd": [
1082      "x86_64-unknown-freebsd"
1083    ],
1084    "x86_64-unknown-linux-gnu": [
1085      "x86_64-unknown-linux-gnu"
1086    ],
1087    "x86_64-unknown-nixos-gnu": [
1088      "x86_64-unknown-nixos-gnu"
1089    ],
1090    "x86_64-unknown-none": [
1091      "x86_64-unknown-none"
1092    ]
1093  },
1094  "direct_deps": [
1095    "googletest 0.12.0",
1096    "paste 1.0.14"
1097  ],
1098  "direct_dev_deps": []
1099}
1100