blob: a287466e2e99e7ca376d8c0904bc2f44c5c93b28 [file] [log] [blame]
Hong Shin5e2f4fa2023-10-16 10:53:16 -07001{
Krasimir Georgiev5eecee22023-10-20 09:35:03 -07002 "checksum": "f93f5d1848bc00c6384273f9fb5273cc1b7fc0cb4dbc2afd776d2feb7b37f3ae",
Hong Shin5e2f4fa2023-10-16 10:53:16 -07003 "crates": {
4 "aho-corasick 1.1.2": {
5 "name": "aho-corasick",
6 "version": "1.1.2",
7 "repository": {
8 "Http": {
9 "url": "https://crates.io/api/v1/crates/aho-corasick/1.1.2/download",
10 "sha256": "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
11 }
12 },
13 "targets": [
14 {
15 "Library": {
16 "crate_name": "aho_corasick",
17 "crate_root": "src/lib.rs",
18 "srcs": [
19 "**/*.rs"
20 ]
21 }
22 }
23 ],
24 "library_target_name": "aho_corasick",
25 "common_attrs": {
26 "compile_data_glob": [
27 "**"
28 ],
29 "crate_features": {
30 "common": [
31 "default",
32 "perf-literal",
33 "std"
34 ],
35 "selects": {}
36 },
37 "deps": {
38 "common": [
39 {
40 "id": "memchr 2.6.4",
41 "target": "memchr"
42 }
43 ],
44 "selects": {}
45 },
46 "edition": "2021",
47 "version": "1.1.2"
48 },
49 "license": "Unlicense OR MIT"
50 },
51 "autocfg 1.1.0": {
52 "name": "autocfg",
53 "version": "1.1.0",
54 "repository": {
55 "Http": {
56 "url": "https://crates.io/api/v1/crates/autocfg/1.1.0/download",
57 "sha256": "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
58 }
59 },
60 "targets": [
61 {
62 "Library": {
63 "crate_name": "autocfg",
64 "crate_root": "src/lib.rs",
65 "srcs": [
66 "**/*.rs"
67 ]
68 }
69 }
70 ],
71 "library_target_name": "autocfg",
72 "common_attrs": {
73 "compile_data_glob": [
74 "**"
75 ],
76 "edition": "2015",
77 "version": "1.1.0"
78 },
79 "license": "Apache-2.0 OR MIT"
80 },
81 "direct-cargo-bazel-deps 0.0.1": {
82 "name": "direct-cargo-bazel-deps",
83 "version": "0.0.1",
84 "repository": null,
85 "targets": [
86 {
87 "Library": {
88 "crate_name": "direct_cargo_bazel_deps",
89 "crate_root": ".direct_cargo_bazel_deps.rs",
90 "srcs": [
91 "**/*.rs"
92 ]
93 }
94 }
95 ],
96 "library_target_name": "direct_cargo_bazel_deps",
97 "common_attrs": {
98 "compile_data_glob": [
99 "**"
100 ],
101 "deps": {
102 "common": [
103 {
104 "id": "googletest 0.10.0",
105 "target": "googletest"
106 }
107 ],
108 "selects": {}
109 },
110 "edition": "2018",
Protobuf Team Bote1bb7d62023-10-17 14:15:37 -0700111 "proc_macro_deps": {
112 "common": [
113 {
114 "id": "paste 1.0.14",
115 "target": "paste"
116 }
117 ],
118 "selects": {}
119 },
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700120 "version": "0.0.1"
121 },
122 "license": null
123 },
124 "googletest 0.10.0": {
125 "name": "googletest",
126 "version": "0.10.0",
127 "repository": {
128 "Http": {
129 "url": "https://crates.io/api/v1/crates/googletest/0.10.0/download",
130 "sha256": "09213705c85aa0e4b4fff44a3a826a556979a34a266df6bcda703a49c69fb61e"
131 }
132 },
133 "targets": [
134 {
135 "Library": {
136 "crate_name": "googletest",
137 "crate_root": "src/lib.rs",
138 "srcs": [
139 "**/*.rs"
140 ]
141 }
142 }
143 ],
144 "library_target_name": "googletest",
145 "common_attrs": {
146 "compile_data_glob": [
147 "**"
148 ],
149 "deps": {
150 "common": [
151 {
152 "id": "num-traits 0.2.17",
153 "target": "num_traits"
154 },
155 {
156 "id": "regex 1.10.0",
157 "target": "regex"
158 }
159 ],
160 "selects": {}
161 },
162 "edition": "2021",
163 "proc_macro_deps": {
164 "common": [
165 {
166 "id": "googletest_macro 0.10.0",
167 "target": "googletest_macro"
168 },
169 {
170 "id": "rustversion 1.0.14",
171 "target": "rustversion"
172 }
173 ],
174 "selects": {}
175 },
176 "version": "0.10.0"
177 },
178 "license": "Apache-2.0"
179 },
180 "googletest_macro 0.10.0": {
181 "name": "googletest_macro",
182 "version": "0.10.0",
183 "repository": {
184 "Http": {
185 "url": "https://crates.io/api/v1/crates/googletest_macro/0.10.0/download",
186 "sha256": "005e4cb962c56efd249bdeeb4ac232b11e1c45a2e49793bba2b2982dcc3f2e9d"
187 }
188 },
189 "targets": [
190 {
191 "ProcMacro": {
192 "crate_name": "googletest_macro",
193 "crate_root": "src/lib.rs",
194 "srcs": [
195 "**/*.rs"
196 ]
197 }
198 }
199 ],
200 "library_target_name": "googletest_macro",
201 "common_attrs": {
202 "compile_data_glob": [
203 "**"
204 ],
205 "deps": {
206 "common": [
207 {
208 "id": "quote 1.0.33",
209 "target": "quote"
210 },
211 {
212 "id": "syn 2.0.38",
213 "target": "syn"
214 }
215 ],
216 "selects": {}
217 },
218 "edition": "2021",
219 "version": "0.10.0"
220 },
221 "license": "Apache-2.0"
222 },
223 "memchr 2.6.4": {
224 "name": "memchr",
225 "version": "2.6.4",
226 "repository": {
227 "Http": {
228 "url": "https://crates.io/api/v1/crates/memchr/2.6.4/download",
229 "sha256": "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
230 }
231 },
232 "targets": [
233 {
234 "Library": {
235 "crate_name": "memchr",
236 "crate_root": "src/lib.rs",
237 "srcs": [
238 "**/*.rs"
239 ]
240 }
241 }
242 ],
243 "library_target_name": "memchr",
244 "common_attrs": {
245 "compile_data_glob": [
246 "**"
247 ],
248 "crate_features": {
249 "common": [
250 "alloc",
251 "default",
252 "std"
253 ],
254 "selects": {}
255 },
256 "edition": "2021",
257 "version": "2.6.4"
258 },
259 "license": "Unlicense OR MIT"
260 },
261 "num-traits 0.2.17": {
262 "name": "num-traits",
263 "version": "0.2.17",
264 "repository": {
265 "Http": {
266 "url": "https://crates.io/api/v1/crates/num-traits/0.2.17/download",
267 "sha256": "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
268 }
269 },
270 "targets": [
271 {
272 "Library": {
273 "crate_name": "num_traits",
274 "crate_root": "src/lib.rs",
275 "srcs": [
276 "**/*.rs"
277 ]
278 }
279 },
280 {
281 "BuildScript": {
282 "crate_name": "build_script_build",
283 "crate_root": "build.rs",
284 "srcs": [
285 "**/*.rs"
286 ]
287 }
288 }
289 ],
290 "library_target_name": "num_traits",
291 "common_attrs": {
292 "compile_data_glob": [
293 "**"
294 ],
295 "crate_features": {
296 "common": [
297 "default",
298 "std"
299 ],
300 "selects": {}
301 },
302 "deps": {
303 "common": [
304 {
305 "id": "num-traits 0.2.17",
306 "target": "build_script_build"
307 }
308 ],
309 "selects": {}
310 },
311 "edition": "2018",
312 "version": "0.2.17"
313 },
314 "build_script_attrs": {
315 "data_glob": [
316 "**"
317 ],
318 "deps": {
319 "common": [
320 {
321 "id": "autocfg 1.1.0",
322 "target": "autocfg"
323 }
324 ],
325 "selects": {}
326 }
327 },
328 "license": "MIT OR Apache-2.0"
329 },
Protobuf Team Bote1bb7d62023-10-17 14:15:37 -0700330 "paste 1.0.14": {
331 "name": "paste",
332 "version": "1.0.14",
333 "repository": {
334 "Http": {
335 "url": "https://crates.io/api/v1/crates/paste/1.0.14/download",
336 "sha256": "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
337 }
338 },
339 "targets": [
340 {
341 "ProcMacro": {
342 "crate_name": "paste",
343 "crate_root": "src/lib.rs",
344 "srcs": [
345 "**/*.rs"
346 ]
347 }
348 },
349 {
350 "BuildScript": {
351 "crate_name": "build_script_build",
352 "crate_root": "build.rs",
353 "srcs": [
354 "**/*.rs"
355 ]
356 }
357 }
358 ],
359 "library_target_name": "paste",
360 "common_attrs": {
361 "compile_data_glob": [
362 "**"
363 ],
364 "deps": {
365 "common": [
366 {
367 "id": "paste 1.0.14",
368 "target": "build_script_build"
369 }
370 ],
371 "selects": {}
372 },
373 "edition": "2018",
374 "version": "1.0.14"
375 },
376 "build_script_attrs": {
377 "data_glob": [
378 "**"
379 ]
380 },
381 "license": "MIT OR Apache-2.0"
382 },
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700383 "proc-macro2 1.0.69": {
384 "name": "proc-macro2",
385 "version": "1.0.69",
386 "repository": {
387 "Http": {
388 "url": "https://crates.io/api/v1/crates/proc-macro2/1.0.69/download",
389 "sha256": "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
390 }
391 },
392 "targets": [
393 {
394 "Library": {
395 "crate_name": "proc_macro2",
396 "crate_root": "src/lib.rs",
397 "srcs": [
398 "**/*.rs"
399 ]
400 }
401 },
402 {
403 "BuildScript": {
404 "crate_name": "build_script_build",
405 "crate_root": "build.rs",
406 "srcs": [
407 "**/*.rs"
408 ]
409 }
410 }
411 ],
412 "library_target_name": "proc_macro2",
413 "common_attrs": {
414 "compile_data_glob": [
415 "**"
416 ],
417 "crate_features": {
418 "common": [
419 "proc-macro"
420 ],
421 "selects": {}
422 },
423 "deps": {
424 "common": [
425 {
426 "id": "proc-macro2 1.0.69",
427 "target": "build_script_build"
428 },
429 {
430 "id": "unicode-ident 1.0.12",
431 "target": "unicode_ident"
432 }
433 ],
434 "selects": {}
435 },
436 "edition": "2021",
437 "version": "1.0.69"
438 },
439 "build_script_attrs": {
440 "data_glob": [
441 "**"
442 ]
443 },
444 "license": "MIT OR Apache-2.0"
445 },
446 "quote 1.0.33": {
447 "name": "quote",
448 "version": "1.0.33",
449 "repository": {
450 "Http": {
451 "url": "https://crates.io/api/v1/crates/quote/1.0.33/download",
452 "sha256": "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
453 }
454 },
455 "targets": [
456 {
457 "Library": {
458 "crate_name": "quote",
459 "crate_root": "src/lib.rs",
460 "srcs": [
461 "**/*.rs"
462 ]
463 }
464 }
465 ],
466 "library_target_name": "quote",
467 "common_attrs": {
468 "compile_data_glob": [
469 "**"
470 ],
471 "crate_features": {
472 "common": [
473 "default",
474 "proc-macro"
475 ],
476 "selects": {}
477 },
478 "deps": {
479 "common": [
480 {
481 "id": "proc-macro2 1.0.69",
482 "target": "proc_macro2"
483 }
484 ],
485 "selects": {}
486 },
487 "edition": "2018",
488 "version": "1.0.33"
489 },
490 "license": "MIT OR Apache-2.0"
491 },
492 "regex 1.10.0": {
493 "name": "regex",
494 "version": "1.10.0",
495 "repository": {
496 "Http": {
497 "url": "https://crates.io/api/v1/crates/regex/1.10.0/download",
498 "sha256": "d119d7c7ca818f8a53c300863d4f87566aac09943aef5b355bb83969dae75d87"
499 }
500 },
501 "targets": [
502 {
503 "Library": {
504 "crate_name": "regex",
505 "crate_root": "src/lib.rs",
506 "srcs": [
507 "**/*.rs"
508 ]
509 }
510 }
511 ],
512 "library_target_name": "regex",
513 "common_attrs": {
514 "compile_data_glob": [
515 "**"
516 ],
517 "crate_features": {
518 "common": [
519 "default",
520 "perf",
521 "perf-backtrack",
522 "perf-cache",
523 "perf-dfa",
524 "perf-inline",
525 "perf-literal",
526 "perf-onepass",
527 "std",
528 "unicode",
529 "unicode-age",
530 "unicode-bool",
531 "unicode-case",
532 "unicode-gencat",
533 "unicode-perl",
534 "unicode-script",
535 "unicode-segment"
536 ],
537 "selects": {}
538 },
539 "deps": {
540 "common": [
541 {
542 "id": "aho-corasick 1.1.2",
543 "target": "aho_corasick"
544 },
545 {
546 "id": "memchr 2.6.4",
547 "target": "memchr"
548 },
549 {
550 "id": "regex-automata 0.4.1",
551 "target": "regex_automata"
552 },
553 {
554 "id": "regex-syntax 0.8.1",
555 "target": "regex_syntax"
556 }
557 ],
558 "selects": {}
559 },
560 "edition": "2021",
561 "version": "1.10.0"
562 },
563 "license": "MIT OR Apache-2.0"
564 },
565 "regex-automata 0.4.1": {
566 "name": "regex-automata",
567 "version": "0.4.1",
568 "repository": {
569 "Http": {
570 "url": "https://crates.io/api/v1/crates/regex-automata/0.4.1/download",
571 "sha256": "465c6fc0621e4abc4187a2bda0937bfd4f722c2730b29562e19689ea796c9a4b"
572 }
573 },
574 "targets": [
575 {
576 "Library": {
577 "crate_name": "regex_automata",
578 "crate_root": "src/lib.rs",
579 "srcs": [
580 "**/*.rs"
581 ]
582 }
583 }
584 ],
585 "library_target_name": "regex_automata",
586 "common_attrs": {
587 "compile_data_glob": [
588 "**"
589 ],
590 "crate_features": {
591 "common": [
592 "alloc",
593 "dfa-onepass",
594 "hybrid",
595 "meta",
596 "nfa-backtrack",
597 "nfa-pikevm",
598 "nfa-thompson",
599 "perf-inline",
600 "perf-literal",
601 "perf-literal-multisubstring",
602 "perf-literal-substring",
603 "std",
604 "syntax",
605 "unicode",
606 "unicode-age",
607 "unicode-bool",
608 "unicode-case",
609 "unicode-gencat",
610 "unicode-perl",
611 "unicode-script",
612 "unicode-segment",
613 "unicode-word-boundary"
614 ],
615 "selects": {}
616 },
617 "deps": {
618 "common": [
619 {
620 "id": "aho-corasick 1.1.2",
621 "target": "aho_corasick"
622 },
623 {
624 "id": "memchr 2.6.4",
625 "target": "memchr"
626 },
627 {
628 "id": "regex-syntax 0.8.1",
629 "target": "regex_syntax"
630 }
631 ],
632 "selects": {}
633 },
634 "edition": "2021",
635 "version": "0.4.1"
636 },
637 "license": "MIT OR Apache-2.0"
638 },
639 "regex-syntax 0.8.1": {
640 "name": "regex-syntax",
641 "version": "0.8.1",
642 "repository": {
643 "Http": {
644 "url": "https://crates.io/api/v1/crates/regex-syntax/0.8.1/download",
645 "sha256": "56d84fdd47036b038fc80dd333d10b6aab10d5d31f4a366e20014def75328d33"
646 }
647 },
648 "targets": [
649 {
650 "Library": {
651 "crate_name": "regex_syntax",
652 "crate_root": "src/lib.rs",
653 "srcs": [
654 "**/*.rs"
655 ]
656 }
657 }
658 ],
659 "library_target_name": "regex_syntax",
660 "common_attrs": {
661 "compile_data_glob": [
662 "**"
663 ],
664 "crate_features": {
665 "common": [
666 "default",
667 "std",
668 "unicode",
669 "unicode-age",
670 "unicode-bool",
671 "unicode-case",
672 "unicode-gencat",
673 "unicode-perl",
674 "unicode-script",
675 "unicode-segment"
676 ],
677 "selects": {}
678 },
679 "edition": "2021",
680 "version": "0.8.1"
681 },
682 "license": "MIT OR Apache-2.0"
683 },
684 "rustversion 1.0.14": {
685 "name": "rustversion",
686 "version": "1.0.14",
687 "repository": {
688 "Http": {
689 "url": "https://crates.io/api/v1/crates/rustversion/1.0.14/download",
690 "sha256": "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
691 }
692 },
693 "targets": [
694 {
695 "ProcMacro": {
696 "crate_name": "rustversion",
697 "crate_root": "src/lib.rs",
698 "srcs": [
699 "**/*.rs"
700 ]
701 }
702 },
703 {
704 "BuildScript": {
705 "crate_name": "build_script_build",
706 "crate_root": "build/build.rs",
707 "srcs": [
708 "**/*.rs"
709 ]
710 }
711 }
712 ],
713 "library_target_name": "rustversion",
714 "common_attrs": {
715 "compile_data_glob": [
716 "**"
717 ],
718 "deps": {
719 "common": [
720 {
721 "id": "rustversion 1.0.14",
722 "target": "build_script_build"
723 }
724 ],
725 "selects": {}
726 },
727 "edition": "2018",
728 "version": "1.0.14"
729 },
730 "build_script_attrs": {
731 "data_glob": [
732 "**"
733 ]
734 },
735 "license": "MIT OR Apache-2.0"
736 },
737 "syn 2.0.38": {
738 "name": "syn",
739 "version": "2.0.38",
740 "repository": {
741 "Http": {
742 "url": "https://crates.io/api/v1/crates/syn/2.0.38/download",
743 "sha256": "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b"
744 }
745 },
746 "targets": [
747 {
748 "Library": {
749 "crate_name": "syn",
750 "crate_root": "src/lib.rs",
751 "srcs": [
752 "**/*.rs"
753 ]
754 }
755 }
756 ],
757 "library_target_name": "syn",
758 "common_attrs": {
759 "compile_data_glob": [
760 "**"
761 ],
762 "crate_features": {
763 "common": [
764 "clone-impls",
765 "default",
766 "derive",
767 "full",
768 "parsing",
769 "printing",
770 "proc-macro",
771 "quote"
772 ],
773 "selects": {}
774 },
775 "deps": {
776 "common": [
777 {
778 "id": "proc-macro2 1.0.69",
779 "target": "proc_macro2"
780 },
781 {
782 "id": "quote 1.0.33",
783 "target": "quote"
784 },
785 {
786 "id": "unicode-ident 1.0.12",
787 "target": "unicode_ident"
788 }
789 ],
790 "selects": {}
791 },
792 "edition": "2021",
793 "version": "2.0.38"
794 },
795 "license": "MIT OR Apache-2.0"
796 },
797 "unicode-ident 1.0.12": {
798 "name": "unicode-ident",
799 "version": "1.0.12",
800 "repository": {
801 "Http": {
802 "url": "https://crates.io/api/v1/crates/unicode-ident/1.0.12/download",
803 "sha256": "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
804 }
805 },
806 "targets": [
807 {
808 "Library": {
809 "crate_name": "unicode_ident",
810 "crate_root": "src/lib.rs",
811 "srcs": [
812 "**/*.rs"
813 ]
814 }
815 }
816 ],
817 "library_target_name": "unicode_ident",
818 "common_attrs": {
819 "compile_data_glob": [
820 "**"
821 ],
822 "edition": "2018",
823 "version": "1.0.12"
824 },
825 "license": "(MIT OR Apache-2.0) AND Unicode-DFS-2016"
826 }
827 },
828 "binary_crates": [],
829 "workspace_members": {
830 "direct-cargo-bazel-deps 0.0.1": ""
831 },
Krasimir Georgiev5eecee22023-10-20 09:35:03 -0700832 "conditions": {
833 "aarch64-apple-darwin": [
834 "aarch64-apple-darwin"
835 ],
836 "aarch64-apple-ios": [
837 "aarch64-apple-ios"
838 ],
839 "aarch64-apple-ios-sim": [
840 "aarch64-apple-ios-sim"
841 ],
842 "aarch64-fuchsia": [
843 "aarch64-fuchsia"
844 ],
845 "aarch64-linux-android": [
846 "aarch64-linux-android"
847 ],
848 "aarch64-pc-windows-msvc": [
849 "aarch64-pc-windows-msvc"
850 ],
851 "aarch64-unknown-linux-gnu": [
852 "aarch64-unknown-linux-gnu"
853 ],
854 "arm-unknown-linux-gnueabi": [
855 "arm-unknown-linux-gnueabi"
856 ],
857 "armv7-linux-androideabi": [
858 "armv7-linux-androideabi"
859 ],
860 "armv7-unknown-linux-gnueabi": [
861 "armv7-unknown-linux-gnueabi"
862 ],
863 "i686-apple-darwin": [
864 "i686-apple-darwin"
865 ],
866 "i686-linux-android": [
867 "i686-linux-android"
868 ],
869 "i686-pc-windows-msvc": [
870 "i686-pc-windows-msvc"
871 ],
872 "i686-unknown-freebsd": [
873 "i686-unknown-freebsd"
874 ],
875 "i686-unknown-linux-gnu": [
876 "i686-unknown-linux-gnu"
877 ],
878 "powerpc-unknown-linux-gnu": [
879 "powerpc-unknown-linux-gnu"
880 ],
881 "riscv32imc-unknown-none-elf": [
882 "riscv32imc-unknown-none-elf"
883 ],
884 "riscv64gc-unknown-none-elf": [
885 "riscv64gc-unknown-none-elf"
886 ],
887 "s390x-unknown-linux-gnu": [
888 "s390x-unknown-linux-gnu"
889 ],
890 "thumbv7em-none-eabi": [
891 "thumbv7em-none-eabi"
892 ],
893 "thumbv8m.main-none-eabi": [
894 "thumbv8m.main-none-eabi"
895 ],
896 "wasm32-unknown-unknown": [
897 "wasm32-unknown-unknown"
898 ],
899 "wasm32-wasi": [
900 "wasm32-wasi"
901 ],
902 "x86_64-apple-darwin": [
903 "x86_64-apple-darwin"
904 ],
905 "x86_64-apple-ios": [
906 "x86_64-apple-ios"
907 ],
908 "x86_64-fuchsia": [
909 "x86_64-fuchsia"
910 ],
911 "x86_64-linux-android": [
912 "x86_64-linux-android"
913 ],
914 "x86_64-pc-windows-msvc": [
915 "x86_64-pc-windows-msvc"
916 ],
917 "x86_64-unknown-freebsd": [
918 "x86_64-unknown-freebsd"
919 ],
920 "x86_64-unknown-linux-gnu": [
921 "x86_64-unknown-linux-gnu"
922 ],
923 "x86_64-unknown-none": [
924 "x86_64-unknown-none"
925 ]
926 }
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700927}