blob: 23fe9e5ef7f436f095fbbe260eece20e15502347 [file] [log] [blame]
Hong Shin5e2f4fa2023-10-16 10:53:16 -07001{
Dmitri Gribenko744c9dd2024-08-12 01:43:18 -07002 "checksum": "ca8913cc78d0ec771c537fae8d8e7b4505ab91bd61ddc886cc66dbeb264ff626",
Hong Shin5e2f4fa2023-10-16 10:53:16 -07003 "crates": {
4 "aho-corasick 1.1.2": {
5 "name": "aho-corasick",
6 "version": "1.1.2",
Marcel Hlopko6b7e8142024-06-20 05:54:09 -07007 "package_url": "https://github.com/BurntSushi/aho-corasick",
Hong Shin5e2f4fa2023-10-16 10:53:16 -07008 "repository": {
9 "Http": {
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -070010 "url": "https://static.crates.io/crates/aho-corasick/1.1.2/download",
Hong Shin5e2f4fa2023-10-16 10:53:16 -070011 "sha256": "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
12 }
13 },
14 "targets": [
15 {
16 "Library": {
17 "crate_name": "aho_corasick",
18 "crate_root": "src/lib.rs",
Marcel Hlopko6b7e8142024-06-20 05:54:09 -070019 "srcs": {
20 "allow_empty": false,
21 "include": [
22 "**/*.rs"
23 ]
24 }
Hong Shin5e2f4fa2023-10-16 10:53:16 -070025 }
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 },
Marcel Hlopko6b7e8142024-06-20 05:54:09 -070053 "license": "Unlicense OR MIT",
54 "license_ids": [
55 "MIT",
56 "Unlicense"
57 ],
58 "license_file": "LICENSE-MIT"
Hong Shin5e2f4fa2023-10-16 10:53:16 -070059 },
60 "autocfg 1.1.0": {
61 "name": "autocfg",
62 "version": "1.1.0",
Marcel Hlopko6b7e8142024-06-20 05:54:09 -070063 "package_url": "https://github.com/cuviper/autocfg",
Hong Shin5e2f4fa2023-10-16 10:53:16 -070064 "repository": {
65 "Http": {
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -070066 "url": "https://static.crates.io/crates/autocfg/1.1.0/download",
Hong Shin5e2f4fa2023-10-16 10:53:16 -070067 "sha256": "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
68 }
69 },
70 "targets": [
71 {
72 "Library": {
73 "crate_name": "autocfg",
74 "crate_root": "src/lib.rs",
Marcel Hlopko6b7e8142024-06-20 05:54:09 -070075 "srcs": {
76 "allow_empty": false,
77 "include": [
78 "**/*.rs"
79 ]
80 }
Hong Shin5e2f4fa2023-10-16 10:53:16 -070081 }
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 },
Marcel Hlopko6b7e8142024-06-20 05:54:09 -070092 "license": "Apache-2.0 OR MIT",
93 "license_ids": [
94 "Apache-2.0",
95 "MIT"
96 ],
97 "license_file": "LICENSE-APACHE"
Hong Shin5e2f4fa2023-10-16 10:53:16 -070098 },
99 "direct-cargo-bazel-deps 0.0.1": {
100 "name": "direct-cargo-bazel-deps",
101 "version": "0.0.1",
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700102 "package_url": null,
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700103 "repository": null,
104 "targets": [
105 {
106 "Library": {
107 "crate_name": "direct_cargo_bazel_deps",
108 "crate_root": ".direct_cargo_bazel_deps.rs",
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700109 "srcs": {
110 "allow_empty": false,
111 "include": [
112 "**/*.rs"
113 ]
114 }
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700115 }
116 }
117 ],
118 "library_target_name": "direct_cargo_bazel_deps",
119 "common_attrs": {
120 "compile_data_glob": [
121 "**"
122 ],
123 "deps": {
124 "common": [
125 {
Dmitri Gribenko744c9dd2024-08-12 01:43:18 -0700126 "id": "googletest 0.12.0",
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700127 "target": "googletest"
128 }
129 ],
130 "selects": {}
131 },
132 "edition": "2018",
Protobuf Team Bote1bb7d62023-10-17 14:15:37 -0700133 "proc_macro_deps": {
134 "common": [
135 {
136 "id": "paste 1.0.14",
137 "target": "paste"
138 }
139 ],
140 "selects": {}
141 },
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700142 "version": "0.0.1"
143 },
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700144 "license": null,
145 "license_ids": [],
146 "license_file": null
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700147 },
Dmitri Gribenko744c9dd2024-08-12 01:43:18 -0700148 "googletest 0.12.0": {
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700149 "name": "googletest",
Dmitri Gribenko744c9dd2024-08-12 01:43:18 -0700150 "version": "0.12.0",
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700151 "package_url": "https://github.com/google/googletest-rust",
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700152 "repository": {
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700153 "Git": {
154 "remote": "https://github.com/google/googletest-rust",
155 "commitish": {
Dmitri Gribenko744c9dd2024-08-12 01:43:18 -0700156 "Rev": "b407f3b5774defb8917d714bfb7af485e117d621"
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700157 },
158 "strip_prefix": "googletest"
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700159 }
160 },
161 "targets": [
162 {
163 "Library": {
164 "crate_name": "googletest",
165 "crate_root": "src/lib.rs",
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700166 "srcs": {
167 "allow_empty": false,
168 "include": [
169 "**/*.rs"
170 ]
171 }
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700172 }
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 {
Dmitri Gribenko744c9dd2024-08-12 01:43:18 -0700197 "id": "googletest_macro 0.12.0",
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700198 "target": "googletest_macro"
199 },
200 {
201 "id": "rustversion 1.0.14",
202 "target": "rustversion"
203 }
204 ],
205 "selects": {}
206 },
Dmitri Gribenko744c9dd2024-08-12 01:43:18 -0700207 "version": "0.12.0"
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700208 },
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700209 "license": "Apache-2.0",
210 "license_ids": [
211 "Apache-2.0"
212 ],
213 "license_file": "LICENSE"
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700214 },
Dmitri Gribenko744c9dd2024-08-12 01:43:18 -0700215 "googletest_macro 0.12.0": {
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700216 "name": "googletest_macro",
Dmitri Gribenko744c9dd2024-08-12 01:43:18 -0700217 "version": "0.12.0",
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700218 "package_url": "https://github.com/google/googletest-rust",
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700219 "repository": {
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700220 "Git": {
221 "remote": "https://github.com/google/googletest-rust",
222 "commitish": {
Dmitri Gribenko744c9dd2024-08-12 01:43:18 -0700223 "Rev": "b407f3b5774defb8917d714bfb7af485e117d621"
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700224 },
225 "strip_prefix": "googletest_macro"
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700226 }
227 },
228 "targets": [
229 {
230 "ProcMacro": {
231 "crate_name": "googletest_macro",
232 "crate_root": "src/lib.rs",
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700233 "srcs": {
234 "allow_empty": false,
235 "include": [
236 "**/*.rs"
237 ]
238 }
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700239 }
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 {
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700254 "id": "syn 2.0.43",
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700255 "target": "syn"
256 }
257 ],
258 "selects": {}
259 },
260 "edition": "2021",
Dmitri Gribenko744c9dd2024-08-12 01:43:18 -0700261 "version": "0.12.0"
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700262 },
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700263 "license": "Apache-2.0",
264 "license_ids": [
265 "Apache-2.0"
266 ],
267 "license_file": "LICENSE"
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700268 },
269 "memchr 2.6.4": {
270 "name": "memchr",
271 "version": "2.6.4",
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700272 "package_url": "https://github.com/BurntSushi/memchr",
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700273 "repository": {
274 "Http": {
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700275 "url": "https://static.crates.io/crates/memchr/2.6.4/download",
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700276 "sha256": "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
277 }
278 },
279 "targets": [
280 {
281 "Library": {
282 "crate_name": "memchr",
283 "crate_root": "src/lib.rs",
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700284 "srcs": {
285 "allow_empty": false,
286 "include": [
287 "**/*.rs"
288 ]
289 }
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700290 }
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 },
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700309 "license": "Unlicense OR MIT",
310 "license_ids": [
311 "MIT",
312 "Unlicense"
313 ],
314 "license_file": "LICENSE-MIT"
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700315 },
316 "num-traits 0.2.17": {
317 "name": "num-traits",
318 "version": "0.2.17",
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700319 "package_url": "https://github.com/rust-num/num-traits",
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700320 "repository": {
321 "Http": {
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700322 "url": "https://static.crates.io/crates/num-traits/0.2.17/download",
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700323 "sha256": "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
324 }
325 },
326 "targets": [
327 {
328 "Library": {
329 "crate_name": "num_traits",
330 "crate_root": "src/lib.rs",
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700331 "srcs": {
332 "allow_empty": false,
333 "include": [
334 "**/*.rs"
335 ]
336 }
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700337 }
338 },
339 {
340 "BuildScript": {
341 "crate_name": "build_script_build",
342 "crate_root": "build.rs",
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700343 "srcs": {
344 "allow_empty": false,
345 "include": [
346 "**/*.rs"
347 ]
348 }
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700349 }
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 },
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700390 "license": "MIT OR Apache-2.0",
391 "license_ids": [
392 "Apache-2.0",
393 "MIT"
394 ],
395 "license_file": "LICENSE-APACHE"
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700396 },
Protobuf Team Bote1bb7d62023-10-17 14:15:37 -0700397 "paste 1.0.14": {
398 "name": "paste",
399 "version": "1.0.14",
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700400 "package_url": "https://github.com/dtolnay/paste",
Protobuf Team Bote1bb7d62023-10-17 14:15:37 -0700401 "repository": {
402 "Http": {
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700403 "url": "https://static.crates.io/crates/paste/1.0.14/download",
Protobuf Team Bote1bb7d62023-10-17 14:15:37 -0700404 "sha256": "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
405 }
406 },
407 "targets": [
408 {
409 "ProcMacro": {
410 "crate_name": "paste",
411 "crate_root": "src/lib.rs",
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700412 "srcs": {
413 "allow_empty": false,
414 "include": [
415 "**/*.rs"
416 ]
417 }
Protobuf Team Bote1bb7d62023-10-17 14:15:37 -0700418 }
419 },
420 {
421 "BuildScript": {
422 "crate_name": "build_script_build",
423 "crate_root": "build.rs",
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700424 "srcs": {
425 "allow_empty": false,
426 "include": [
427 "**/*.rs"
428 ]
429 }
Protobuf Team Bote1bb7d62023-10-17 14:15:37 -0700430 }
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 },
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700455 "license": "MIT OR Apache-2.0",
456 "license_ids": [
457 "Apache-2.0",
458 "MIT"
459 ],
460 "license_file": "LICENSE-APACHE"
Protobuf Team Bote1bb7d62023-10-17 14:15:37 -0700461 },
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700462 "proc-macro2 1.0.69": {
463 "name": "proc-macro2",
464 "version": "1.0.69",
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700465 "package_url": "https://github.com/dtolnay/proc-macro2",
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700466 "repository": {
467 "Http": {
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700468 "url": "https://static.crates.io/crates/proc-macro2/1.0.69/download",
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700469 "sha256": "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
470 }
471 },
472 "targets": [
473 {
474 "Library": {
475 "crate_name": "proc_macro2",
476 "crate_root": "src/lib.rs",
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700477 "srcs": {
478 "allow_empty": false,
479 "include": [
480 "**/*.rs"
481 ]
482 }
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700483 }
484 },
485 {
486 "BuildScript": {
487 "crate_name": "build_script_build",
488 "crate_root": "build.rs",
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700489 "srcs": {
490 "allow_empty": false,
491 "include": [
492 "**/*.rs"
493 ]
494 }
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700495 }
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 },
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700530 "license": "MIT OR Apache-2.0",
531 "license_ids": [
532 "Apache-2.0",
533 "MIT"
534 ],
535 "license_file": "LICENSE-APACHE"
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700536 },
537 "quote 1.0.33": {
538 "name": "quote",
539 "version": "1.0.33",
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700540 "package_url": "https://github.com/dtolnay/quote",
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700541 "repository": {
542 "Http": {
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700543 "url": "https://static.crates.io/crates/quote/1.0.33/download",
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700544 "sha256": "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
545 }
546 },
547 "targets": [
548 {
549 "Library": {
550 "crate_name": "quote",
551 "crate_root": "src/lib.rs",
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700552 "srcs": {
553 "allow_empty": false,
554 "include": [
555 "**/*.rs"
556 ]
557 }
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700558 }
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 },
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700585 "license": "MIT OR Apache-2.0",
586 "license_ids": [
587 "Apache-2.0",
588 "MIT"
589 ],
590 "license_file": "LICENSE-APACHE"
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700591 },
592 "regex 1.10.0": {
593 "name": "regex",
594 "version": "1.10.0",
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700595 "package_url": "https://github.com/rust-lang/regex",
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700596 "repository": {
597 "Http": {
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700598 "url": "https://static.crates.io/crates/regex/1.10.0/download",
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700599 "sha256": "d119d7c7ca818f8a53c300863d4f87566aac09943aef5b355bb83969dae75d87"
600 }
601 },
602 "targets": [
603 {
604 "Library": {
605 "crate_name": "regex",
606 "crate_root": "src/lib.rs",
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700607 "srcs": {
608 "allow_empty": false,
609 "include": [
610 "**/*.rs"
611 ]
612 }
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700613 }
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 },
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700667 "license": "MIT OR Apache-2.0",
668 "license_ids": [
669 "Apache-2.0",
670 "MIT"
671 ],
672 "license_file": "LICENSE-APACHE"
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700673 },
674 "regex-automata 0.4.1": {
675 "name": "regex-automata",
676 "version": "0.4.1",
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700677 "package_url": "https://github.com/rust-lang/regex/tree/master/regex-automata",
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700678 "repository": {
679 "Http": {
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700680 "url": "https://static.crates.io/crates/regex-automata/0.4.1/download",
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700681 "sha256": "465c6fc0621e4abc4187a2bda0937bfd4f722c2730b29562e19689ea796c9a4b"
682 }
683 },
684 "targets": [
685 {
686 "Library": {
687 "crate_name": "regex_automata",
688 "crate_root": "src/lib.rs",
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700689 "srcs": {
690 "allow_empty": false,
691 "include": [
692 "**/*.rs"
693 ]
694 }
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700695 }
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 },
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700750 "license": "MIT OR Apache-2.0",
751 "license_ids": [
752 "Apache-2.0",
753 "MIT"
754 ],
755 "license_file": "LICENSE-APACHE"
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700756 },
757 "regex-syntax 0.8.1": {
758 "name": "regex-syntax",
759 "version": "0.8.1",
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700760 "package_url": "https://github.com/rust-lang/regex/tree/master/regex-syntax",
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700761 "repository": {
762 "Http": {
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700763 "url": "https://static.crates.io/crates/regex-syntax/0.8.1/download",
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700764 "sha256": "56d84fdd47036b038fc80dd333d10b6aab10d5d31f4a366e20014def75328d33"
765 }
766 },
767 "targets": [
768 {
769 "Library": {
770 "crate_name": "regex_syntax",
771 "crate_root": "src/lib.rs",
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700772 "srcs": {
773 "allow_empty": false,
774 "include": [
775 "**/*.rs"
776 ]
777 }
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700778 }
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 },
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700804 "license": "MIT OR Apache-2.0",
805 "license_ids": [
806 "Apache-2.0",
807 "MIT"
808 ],
809 "license_file": "LICENSE-APACHE"
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700810 },
811 "rustversion 1.0.14": {
812 "name": "rustversion",
813 "version": "1.0.14",
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700814 "package_url": "https://github.com/dtolnay/rustversion",
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700815 "repository": {
816 "Http": {
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700817 "url": "https://static.crates.io/crates/rustversion/1.0.14/download",
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700818 "sha256": "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
819 }
820 },
821 "targets": [
822 {
823 "ProcMacro": {
824 "crate_name": "rustversion",
825 "crate_root": "src/lib.rs",
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700826 "srcs": {
827 "allow_empty": false,
828 "include": [
829 "**/*.rs"
830 ]
831 }
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700832 }
833 },
834 {
835 "BuildScript": {
836 "crate_name": "build_script_build",
837 "crate_root": "build/build.rs",
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700838 "srcs": {
839 "allow_empty": false,
840 "include": [
841 "**/*.rs"
842 ]
843 }
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700844 }
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 },
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700869 "license": "MIT OR Apache-2.0",
870 "license_ids": [
871 "Apache-2.0",
872 "MIT"
873 ],
874 "license_file": "LICENSE-APACHE"
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700875 },
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700876 "syn 2.0.43": {
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700877 "name": "syn",
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700878 "version": "2.0.43",
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700879 "package_url": "https://github.com/dtolnay/syn",
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700880 "repository": {
881 "Http": {
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700882 "url": "https://static.crates.io/crates/syn/2.0.43/download",
883 "sha256": "ee659fb5f3d355364e1f3e5bc10fb82068efbf824a1e9d1c9504244a6469ad53"
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700884 }
885 },
886 "targets": [
887 {
888 "Library": {
889 "crate_name": "syn",
890 "crate_root": "src/lib.rs",
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700891 "srcs": {
892 "allow_empty": false,
893 "include": [
894 "**/*.rs"
895 ]
896 }
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700897 }
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",
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700936 "version": "2.0.43"
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700937 },
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700938 "license": "MIT OR Apache-2.0",
939 "license_ids": [
940 "Apache-2.0",
941 "MIT"
942 ],
943 "license_file": "LICENSE-APACHE"
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700944 },
945 "unicode-ident 1.0.12": {
946 "name": "unicode-ident",
947 "version": "1.0.12",
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700948 "package_url": "https://github.com/dtolnay/unicode-ident",
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700949 "repository": {
950 "Http": {
Bastien Jacot-Guillarmod7b3682f2024-05-03 09:50:45 -0700951 "url": "https://static.crates.io/crates/unicode-ident/1.0.12/download",
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700952 "sha256": "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
953 }
954 },
955 "targets": [
956 {
957 "Library": {
958 "crate_name": "unicode_ident",
959 "crate_root": "src/lib.rs",
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700960 "srcs": {
961 "allow_empty": false,
962 "include": [
963 "**/*.rs"
964 ]
965 }
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700966 }
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 },
Marcel Hlopko6b7e8142024-06-20 05:54:09 -0700977 "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"
Hong Shin5e2f4fa2023-10-16 10:53:16 -0700984 }
985 },
986 "binary_crates": [],
987 "workspace_members": {
988 "direct-cargo-bazel-deps 0.0.1": ""
989 },
Krasimir Georgiev5eecee22023-10-20 09:35:03 -0700990 "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 ],
Marcel Hlopko6b7e8142024-06-20 05:54:09 -07001012 "aarch64-unknown-nixos-gnu": [
1013 "aarch64-unknown-nixos-gnu"
1014 ],
1015 "aarch64-unknown-nto-qnx710": [
1016 "aarch64-unknown-nto-qnx710"
1017 ],
Krasimir Georgiev5eecee22023-10-20 09:35:03 -07001018 "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 ],
Marcel Hlopko6b7e8142024-06-20 05:54:09 -07001087 "x86_64-unknown-nixos-gnu": [
1088 "x86_64-unknown-nixos-gnu"
1089 ],
Krasimir Georgiev5eecee22023-10-20 09:35:03 -07001090 "x86_64-unknown-none": [
1091 "x86_64-unknown-none"
1092 ]
Marcel Hlopko6b7e8142024-06-20 05:54:09 -07001093 },
1094 "direct_deps": [
Dmitri Gribenko744c9dd2024-08-12 01:43:18 -07001095 "googletest 0.12.0",
Marcel Hlopko6b7e8142024-06-20 05:54:09 -07001096 "paste 1.0.14"
1097 ],
1098 "direct_dev_deps": []
Dmitri Gribenko744c9dd2024-08-12 01:43:18 -07001099}