blob: 3855576c787854425f8193a3224d33c1d3fd7208 [file] [log] [blame]
Hong Shin5e2f4fa2023-10-16 10:53:16 -07001{
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -07002 "checksum": "8863e5b8f3da7cf4502f68bea0d455dec4834bf25ff070caaa58a8e1c5ea1a3d",
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": {
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -07009 "url": "https://static.crates.io/crates/aho-corasick/1.1.2/download",
Hong Shin5e2f4fa2023-10-16 10:53:16 -070010 "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": {
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -070056 "url": "https://static.crates.io/crates/autocfg/1.1.0/download",
Hong Shin5e2f4fa2023-10-16 10:53:16 -070057 "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 {
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700104 "id": "googletest 0.11.0",
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700105 "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 },
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700124 "googletest 0.11.0": {
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700125 "name": "googletest",
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700126 "version": "0.11.0",
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700127 "repository": {
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700128 "Git": {
129 "remote": "https://github.com/google/googletest-rust",
130 "commitish": {
131 "Rev": "471d4a2a8e8bc74f6d7d9c8eecb4d4e3157b2a9f"
132 },
133 "strip_prefix": "googletest"
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700134 }
135 },
136 "targets": [
137 {
138 "Library": {
139 "crate_name": "googletest",
140 "crate_root": "src/lib.rs",
141 "srcs": [
142 "**/*.rs"
143 ]
144 }
145 }
146 ],
147 "library_target_name": "googletest",
148 "common_attrs": {
149 "compile_data_glob": [
150 "**"
151 ],
152 "deps": {
153 "common": [
154 {
155 "id": "num-traits 0.2.17",
156 "target": "num_traits"
157 },
158 {
159 "id": "regex 1.10.0",
160 "target": "regex"
161 }
162 ],
163 "selects": {}
164 },
165 "edition": "2021",
166 "proc_macro_deps": {
167 "common": [
168 {
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700169 "id": "googletest_macro 0.11.0",
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700170 "target": "googletest_macro"
171 },
172 {
173 "id": "rustversion 1.0.14",
174 "target": "rustversion"
175 }
176 ],
177 "selects": {}
178 },
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700179 "version": "0.11.0"
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700180 },
181 "license": "Apache-2.0"
182 },
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700183 "googletest_macro 0.11.0": {
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700184 "name": "googletest_macro",
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700185 "version": "0.11.0",
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700186 "repository": {
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700187 "Git": {
188 "remote": "https://github.com/google/googletest-rust",
189 "commitish": {
190 "Rev": "471d4a2a8e8bc74f6d7d9c8eecb4d4e3157b2a9f"
191 },
192 "strip_prefix": "googletest_macro"
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700193 }
194 },
195 "targets": [
196 {
197 "ProcMacro": {
198 "crate_name": "googletest_macro",
199 "crate_root": "src/lib.rs",
200 "srcs": [
201 "**/*.rs"
202 ]
203 }
204 }
205 ],
206 "library_target_name": "googletest_macro",
207 "common_attrs": {
208 "compile_data_glob": [
209 "**"
210 ],
211 "deps": {
212 "common": [
213 {
214 "id": "quote 1.0.33",
215 "target": "quote"
216 },
217 {
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700218 "id": "syn 2.0.43",
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700219 "target": "syn"
220 }
221 ],
222 "selects": {}
223 },
224 "edition": "2021",
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700225 "version": "0.11.0"
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700226 },
227 "license": "Apache-2.0"
228 },
229 "memchr 2.6.4": {
230 "name": "memchr",
231 "version": "2.6.4",
232 "repository": {
233 "Http": {
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700234 "url": "https://static.crates.io/crates/memchr/2.6.4/download",
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700235 "sha256": "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
236 }
237 },
238 "targets": [
239 {
240 "Library": {
241 "crate_name": "memchr",
242 "crate_root": "src/lib.rs",
243 "srcs": [
244 "**/*.rs"
245 ]
246 }
247 }
248 ],
249 "library_target_name": "memchr",
250 "common_attrs": {
251 "compile_data_glob": [
252 "**"
253 ],
254 "crate_features": {
255 "common": [
256 "alloc",
257 "default",
258 "std"
259 ],
260 "selects": {}
261 },
262 "edition": "2021",
263 "version": "2.6.4"
264 },
265 "license": "Unlicense OR MIT"
266 },
267 "num-traits 0.2.17": {
268 "name": "num-traits",
269 "version": "0.2.17",
270 "repository": {
271 "Http": {
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700272 "url": "https://static.crates.io/crates/num-traits/0.2.17/download",
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700273 "sha256": "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
274 }
275 },
276 "targets": [
277 {
278 "Library": {
279 "crate_name": "num_traits",
280 "crate_root": "src/lib.rs",
281 "srcs": [
282 "**/*.rs"
283 ]
284 }
285 },
286 {
287 "BuildScript": {
288 "crate_name": "build_script_build",
289 "crate_root": "build.rs",
290 "srcs": [
291 "**/*.rs"
292 ]
293 }
294 }
295 ],
296 "library_target_name": "num_traits",
297 "common_attrs": {
298 "compile_data_glob": [
299 "**"
300 ],
301 "crate_features": {
302 "common": [
303 "default",
304 "std"
305 ],
306 "selects": {}
307 },
308 "deps": {
309 "common": [
310 {
311 "id": "num-traits 0.2.17",
312 "target": "build_script_build"
313 }
314 ],
315 "selects": {}
316 },
317 "edition": "2018",
318 "version": "0.2.17"
319 },
320 "build_script_attrs": {
321 "data_glob": [
322 "**"
323 ],
324 "deps": {
325 "common": [
326 {
327 "id": "autocfg 1.1.0",
328 "target": "autocfg"
329 }
330 ],
331 "selects": {}
332 }
333 },
334 "license": "MIT OR Apache-2.0"
335 },
Protobuf Team Bote1bb7d62023-10-17 14:15:37 -0700336 "paste 1.0.14": {
337 "name": "paste",
338 "version": "1.0.14",
339 "repository": {
340 "Http": {
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700341 "url": "https://static.crates.io/crates/paste/1.0.14/download",
Protobuf Team Bote1bb7d62023-10-17 14:15:37 -0700342 "sha256": "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
343 }
344 },
345 "targets": [
346 {
347 "ProcMacro": {
348 "crate_name": "paste",
349 "crate_root": "src/lib.rs",
350 "srcs": [
351 "**/*.rs"
352 ]
353 }
354 },
355 {
356 "BuildScript": {
357 "crate_name": "build_script_build",
358 "crate_root": "build.rs",
359 "srcs": [
360 "**/*.rs"
361 ]
362 }
363 }
364 ],
365 "library_target_name": "paste",
366 "common_attrs": {
367 "compile_data_glob": [
368 "**"
369 ],
370 "deps": {
371 "common": [
372 {
373 "id": "paste 1.0.14",
374 "target": "build_script_build"
375 }
376 ],
377 "selects": {}
378 },
379 "edition": "2018",
380 "version": "1.0.14"
381 },
382 "build_script_attrs": {
383 "data_glob": [
384 "**"
385 ]
386 },
387 "license": "MIT OR Apache-2.0"
388 },
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700389 "proc-macro2 1.0.69": {
390 "name": "proc-macro2",
391 "version": "1.0.69",
392 "repository": {
393 "Http": {
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700394 "url": "https://static.crates.io/crates/proc-macro2/1.0.69/download",
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700395 "sha256": "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
396 }
397 },
398 "targets": [
399 {
400 "Library": {
401 "crate_name": "proc_macro2",
402 "crate_root": "src/lib.rs",
403 "srcs": [
404 "**/*.rs"
405 ]
406 }
407 },
408 {
409 "BuildScript": {
410 "crate_name": "build_script_build",
411 "crate_root": "build.rs",
412 "srcs": [
413 "**/*.rs"
414 ]
415 }
416 }
417 ],
418 "library_target_name": "proc_macro2",
419 "common_attrs": {
420 "compile_data_glob": [
421 "**"
422 ],
423 "crate_features": {
424 "common": [
425 "proc-macro"
426 ],
427 "selects": {}
428 },
429 "deps": {
430 "common": [
431 {
432 "id": "proc-macro2 1.0.69",
433 "target": "build_script_build"
434 },
435 {
436 "id": "unicode-ident 1.0.12",
437 "target": "unicode_ident"
438 }
439 ],
440 "selects": {}
441 },
442 "edition": "2021",
443 "version": "1.0.69"
444 },
445 "build_script_attrs": {
446 "data_glob": [
447 "**"
448 ]
449 },
450 "license": "MIT OR Apache-2.0"
451 },
452 "quote 1.0.33": {
453 "name": "quote",
454 "version": "1.0.33",
455 "repository": {
456 "Http": {
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700457 "url": "https://static.crates.io/crates/quote/1.0.33/download",
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700458 "sha256": "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
459 }
460 },
461 "targets": [
462 {
463 "Library": {
464 "crate_name": "quote",
465 "crate_root": "src/lib.rs",
466 "srcs": [
467 "**/*.rs"
468 ]
469 }
470 }
471 ],
472 "library_target_name": "quote",
473 "common_attrs": {
474 "compile_data_glob": [
475 "**"
476 ],
477 "crate_features": {
478 "common": [
479 "default",
480 "proc-macro"
481 ],
482 "selects": {}
483 },
484 "deps": {
485 "common": [
486 {
487 "id": "proc-macro2 1.0.69",
488 "target": "proc_macro2"
489 }
490 ],
491 "selects": {}
492 },
493 "edition": "2018",
494 "version": "1.0.33"
495 },
496 "license": "MIT OR Apache-2.0"
497 },
498 "regex 1.10.0": {
499 "name": "regex",
500 "version": "1.10.0",
501 "repository": {
502 "Http": {
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700503 "url": "https://static.crates.io/crates/regex/1.10.0/download",
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700504 "sha256": "d119d7c7ca818f8a53c300863d4f87566aac09943aef5b355bb83969dae75d87"
505 }
506 },
507 "targets": [
508 {
509 "Library": {
510 "crate_name": "regex",
511 "crate_root": "src/lib.rs",
512 "srcs": [
513 "**/*.rs"
514 ]
515 }
516 }
517 ],
518 "library_target_name": "regex",
519 "common_attrs": {
520 "compile_data_glob": [
521 "**"
522 ],
523 "crate_features": {
524 "common": [
525 "default",
526 "perf",
527 "perf-backtrack",
528 "perf-cache",
529 "perf-dfa",
530 "perf-inline",
531 "perf-literal",
532 "perf-onepass",
533 "std",
534 "unicode",
535 "unicode-age",
536 "unicode-bool",
537 "unicode-case",
538 "unicode-gencat",
539 "unicode-perl",
540 "unicode-script",
541 "unicode-segment"
542 ],
543 "selects": {}
544 },
545 "deps": {
546 "common": [
547 {
548 "id": "aho-corasick 1.1.2",
549 "target": "aho_corasick"
550 },
551 {
552 "id": "memchr 2.6.4",
553 "target": "memchr"
554 },
555 {
556 "id": "regex-automata 0.4.1",
557 "target": "regex_automata"
558 },
559 {
560 "id": "regex-syntax 0.8.1",
561 "target": "regex_syntax"
562 }
563 ],
564 "selects": {}
565 },
566 "edition": "2021",
567 "version": "1.10.0"
568 },
569 "license": "MIT OR Apache-2.0"
570 },
571 "regex-automata 0.4.1": {
572 "name": "regex-automata",
573 "version": "0.4.1",
574 "repository": {
575 "Http": {
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700576 "url": "https://static.crates.io/crates/regex-automata/0.4.1/download",
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700577 "sha256": "465c6fc0621e4abc4187a2bda0937bfd4f722c2730b29562e19689ea796c9a4b"
578 }
579 },
580 "targets": [
581 {
582 "Library": {
583 "crate_name": "regex_automata",
584 "crate_root": "src/lib.rs",
585 "srcs": [
586 "**/*.rs"
587 ]
588 }
589 }
590 ],
591 "library_target_name": "regex_automata",
592 "common_attrs": {
593 "compile_data_glob": [
594 "**"
595 ],
596 "crate_features": {
597 "common": [
598 "alloc",
599 "dfa-onepass",
600 "hybrid",
601 "meta",
602 "nfa-backtrack",
603 "nfa-pikevm",
604 "nfa-thompson",
605 "perf-inline",
606 "perf-literal",
607 "perf-literal-multisubstring",
608 "perf-literal-substring",
609 "std",
610 "syntax",
611 "unicode",
612 "unicode-age",
613 "unicode-bool",
614 "unicode-case",
615 "unicode-gencat",
616 "unicode-perl",
617 "unicode-script",
618 "unicode-segment",
619 "unicode-word-boundary"
620 ],
621 "selects": {}
622 },
623 "deps": {
624 "common": [
625 {
626 "id": "aho-corasick 1.1.2",
627 "target": "aho_corasick"
628 },
629 {
630 "id": "memchr 2.6.4",
631 "target": "memchr"
632 },
633 {
634 "id": "regex-syntax 0.8.1",
635 "target": "regex_syntax"
636 }
637 ],
638 "selects": {}
639 },
640 "edition": "2021",
641 "version": "0.4.1"
642 },
643 "license": "MIT OR Apache-2.0"
644 },
645 "regex-syntax 0.8.1": {
646 "name": "regex-syntax",
647 "version": "0.8.1",
648 "repository": {
649 "Http": {
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700650 "url": "https://static.crates.io/crates/regex-syntax/0.8.1/download",
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700651 "sha256": "56d84fdd47036b038fc80dd333d10b6aab10d5d31f4a366e20014def75328d33"
652 }
653 },
654 "targets": [
655 {
656 "Library": {
657 "crate_name": "regex_syntax",
658 "crate_root": "src/lib.rs",
659 "srcs": [
660 "**/*.rs"
661 ]
662 }
663 }
664 ],
665 "library_target_name": "regex_syntax",
666 "common_attrs": {
667 "compile_data_glob": [
668 "**"
669 ],
670 "crate_features": {
671 "common": [
672 "default",
673 "std",
674 "unicode",
675 "unicode-age",
676 "unicode-bool",
677 "unicode-case",
678 "unicode-gencat",
679 "unicode-perl",
680 "unicode-script",
681 "unicode-segment"
682 ],
683 "selects": {}
684 },
685 "edition": "2021",
686 "version": "0.8.1"
687 },
688 "license": "MIT OR Apache-2.0"
689 },
690 "rustversion 1.0.14": {
691 "name": "rustversion",
692 "version": "1.0.14",
693 "repository": {
694 "Http": {
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700695 "url": "https://static.crates.io/crates/rustversion/1.0.14/download",
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700696 "sha256": "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
697 }
698 },
699 "targets": [
700 {
701 "ProcMacro": {
702 "crate_name": "rustversion",
703 "crate_root": "src/lib.rs",
704 "srcs": [
705 "**/*.rs"
706 ]
707 }
708 },
709 {
710 "BuildScript": {
711 "crate_name": "build_script_build",
712 "crate_root": "build/build.rs",
713 "srcs": [
714 "**/*.rs"
715 ]
716 }
717 }
718 ],
719 "library_target_name": "rustversion",
720 "common_attrs": {
721 "compile_data_glob": [
722 "**"
723 ],
724 "deps": {
725 "common": [
726 {
727 "id": "rustversion 1.0.14",
728 "target": "build_script_build"
729 }
730 ],
731 "selects": {}
732 },
733 "edition": "2018",
734 "version": "1.0.14"
735 },
736 "build_script_attrs": {
737 "data_glob": [
738 "**"
739 ]
740 },
741 "license": "MIT OR Apache-2.0"
742 },
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700743 "syn 2.0.43": {
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700744 "name": "syn",
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700745 "version": "2.0.43",
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700746 "repository": {
747 "Http": {
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700748 "url": "https://static.crates.io/crates/syn/2.0.43/download",
749 "sha256": "ee659fb5f3d355364e1f3e5bc10fb82068efbf824a1e9d1c9504244a6469ad53"
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700750 }
751 },
752 "targets": [
753 {
754 "Library": {
755 "crate_name": "syn",
756 "crate_root": "src/lib.rs",
757 "srcs": [
758 "**/*.rs"
759 ]
760 }
761 }
762 ],
763 "library_target_name": "syn",
764 "common_attrs": {
765 "compile_data_glob": [
766 "**"
767 ],
768 "crate_features": {
769 "common": [
770 "clone-impls",
771 "default",
772 "derive",
773 "full",
774 "parsing",
775 "printing",
776 "proc-macro",
777 "quote"
778 ],
779 "selects": {}
780 },
781 "deps": {
782 "common": [
783 {
784 "id": "proc-macro2 1.0.69",
785 "target": "proc_macro2"
786 },
787 {
788 "id": "quote 1.0.33",
789 "target": "quote"
790 },
791 {
792 "id": "unicode-ident 1.0.12",
793 "target": "unicode_ident"
794 }
795 ],
796 "selects": {}
797 },
798 "edition": "2021",
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700799 "version": "2.0.43"
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700800 },
801 "license": "MIT OR Apache-2.0"
802 },
803 "unicode-ident 1.0.12": {
804 "name": "unicode-ident",
805 "version": "1.0.12",
806 "repository": {
807 "Http": {
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700808 "url": "https://static.crates.io/crates/unicode-ident/1.0.12/download",
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700809 "sha256": "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
810 }
811 },
812 "targets": [
813 {
814 "Library": {
815 "crate_name": "unicode_ident",
816 "crate_root": "src/lib.rs",
817 "srcs": [
818 "**/*.rs"
819 ]
820 }
821 }
822 ],
823 "library_target_name": "unicode_ident",
824 "common_attrs": {
825 "compile_data_glob": [
826 "**"
827 ],
828 "edition": "2018",
829 "version": "1.0.12"
830 },
831 "license": "(MIT OR Apache-2.0) AND Unicode-DFS-2016"
832 }
833 },
834 "binary_crates": [],
835 "workspace_members": {
836 "direct-cargo-bazel-deps 0.0.1": ""
837 },
Krasimir Georgiev5eecee22023-10-20 09:35:03 -0700838 "conditions": {
839 "aarch64-apple-darwin": [
840 "aarch64-apple-darwin"
841 ],
842 "aarch64-apple-ios": [
843 "aarch64-apple-ios"
844 ],
845 "aarch64-apple-ios-sim": [
846 "aarch64-apple-ios-sim"
847 ],
848 "aarch64-fuchsia": [
849 "aarch64-fuchsia"
850 ],
851 "aarch64-linux-android": [
852 "aarch64-linux-android"
853 ],
854 "aarch64-pc-windows-msvc": [
855 "aarch64-pc-windows-msvc"
856 ],
857 "aarch64-unknown-linux-gnu": [
858 "aarch64-unknown-linux-gnu"
859 ],
860 "arm-unknown-linux-gnueabi": [
861 "arm-unknown-linux-gnueabi"
862 ],
863 "armv7-linux-androideabi": [
864 "armv7-linux-androideabi"
865 ],
866 "armv7-unknown-linux-gnueabi": [
867 "armv7-unknown-linux-gnueabi"
868 ],
869 "i686-apple-darwin": [
870 "i686-apple-darwin"
871 ],
872 "i686-linux-android": [
873 "i686-linux-android"
874 ],
875 "i686-pc-windows-msvc": [
876 "i686-pc-windows-msvc"
877 ],
878 "i686-unknown-freebsd": [
879 "i686-unknown-freebsd"
880 ],
881 "i686-unknown-linux-gnu": [
882 "i686-unknown-linux-gnu"
883 ],
884 "powerpc-unknown-linux-gnu": [
885 "powerpc-unknown-linux-gnu"
886 ],
887 "riscv32imc-unknown-none-elf": [
888 "riscv32imc-unknown-none-elf"
889 ],
890 "riscv64gc-unknown-none-elf": [
891 "riscv64gc-unknown-none-elf"
892 ],
893 "s390x-unknown-linux-gnu": [
894 "s390x-unknown-linux-gnu"
895 ],
896 "thumbv7em-none-eabi": [
897 "thumbv7em-none-eabi"
898 ],
899 "thumbv8m.main-none-eabi": [
900 "thumbv8m.main-none-eabi"
901 ],
902 "wasm32-unknown-unknown": [
903 "wasm32-unknown-unknown"
904 ],
905 "wasm32-wasi": [
906 "wasm32-wasi"
907 ],
908 "x86_64-apple-darwin": [
909 "x86_64-apple-darwin"
910 ],
911 "x86_64-apple-ios": [
912 "x86_64-apple-ios"
913 ],
914 "x86_64-fuchsia": [
915 "x86_64-fuchsia"
916 ],
917 "x86_64-linux-android": [
918 "x86_64-linux-android"
919 ],
920 "x86_64-pc-windows-msvc": [
921 "x86_64-pc-windows-msvc"
922 ],
923 "x86_64-unknown-freebsd": [
924 "x86_64-unknown-freebsd"
925 ],
926 "x86_64-unknown-linux-gnu": [
927 "x86_64-unknown-linux-gnu"
928 ],
929 "x86_64-unknown-none": [
930 "x86_64-unknown-none"
931 ]
932 }
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700933}