xref: /aosp_15_r20/development/tools/cargo_embargo/testdata/async-trait/cargo.metadata (revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)
1{
2  "metadata": null,
3  "packages": [
4    {
5      "authors": [
6        "David Tolnay <[email protected]>"
7      ],
8      "categories": [
9        "asynchronous",
10        "no-std"
11      ],
12      "default_run": null,
13      "dependencies": [
14        {
15          "features": [],
16          "kind": null,
17          "name": "proc-macro2",
18          "optional": false,
19          "registry": null,
20          "rename": null,
21          "req": "^1.0.63",
22          "source": "registry+https://github.com/rust-lang/crates.io-index",
23          "target": null,
24          "uses_default_features": true
25        },
26        {
27          "features": [],
28          "kind": null,
29          "name": "quote",
30          "optional": false,
31          "registry": null,
32          "rename": null,
33          "req": "^1.0.29",
34          "source": "registry+https://github.com/rust-lang/crates.io-index",
35          "target": null,
36          "uses_default_features": true
37        },
38        {
39          "features": [
40            "full",
41            "visit-mut"
42          ],
43          "kind": null,
44          "name": "syn",
45          "optional": false,
46          "registry": null,
47          "rename": null,
48          "req": "^2.0.23",
49          "source": "registry+https://github.com/rust-lang/crates.io-index",
50          "target": null,
51          "uses_default_features": true
52        },
53        {
54          "features": [],
55          "kind": "dev",
56          "name": "futures",
57          "optional": false,
58          "registry": null,
59          "rename": null,
60          "req": "^0.3.28",
61          "source": "registry+https://github.com/rust-lang/crates.io-index",
62          "target": null,
63          "uses_default_features": true
64        },
65        {
66          "features": [],
67          "kind": "dev",
68          "name": "rustversion",
69          "optional": false,
70          "registry": null,
71          "rename": null,
72          "req": "^1.0.13",
73          "source": "registry+https://github.com/rust-lang/crates.io-index",
74          "target": null,
75          "uses_default_features": true
76        },
77        {
78          "features": [],
79          "kind": "dev",
80          "name": "tracing",
81          "optional": false,
82          "registry": null,
83          "rename": null,
84          "req": "^0.1.37",
85          "source": "registry+https://github.com/rust-lang/crates.io-index",
86          "target": null,
87          "uses_default_features": true
88        },
89        {
90          "features": [],
91          "kind": "dev",
92          "name": "tracing-attributes",
93          "optional": false,
94          "registry": null,
95          "rename": null,
96          "req": "^0.1.26",
97          "source": "registry+https://github.com/rust-lang/crates.io-index",
98          "target": null,
99          "uses_default_features": true
100        },
101        {
102          "features": [
103            "diff"
104          ],
105          "kind": "dev",
106          "name": "trybuild",
107          "optional": false,
108          "registry": null,
109          "rename": null,
110          "req": "^1.0.81",
111          "source": "registry+https://github.com/rust-lang/crates.io-index",
112          "target": null,
113          "uses_default_features": true
114        }
115      ],
116      "description": "Type erasure for async trait methods",
117      "documentation": "https://docs.rs/async-trait",
118      "edition": "2021",
119      "features": {},
120      "homepage": null,
121      "id": "path+file:///usr/local/google/home/mgeisler/src/aosp/external/rust/crates/async-trait#0.1.74",
122      "keywords": [
123        "async"
124      ],
125      "license": "MIT OR Apache-2.0",
126      "license_file": null,
127      "links": null,
128      "manifest_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/async-trait/Cargo.toml",
129      "metadata": {
130        "docs": {
131          "rs": {
132            "rustdoc-args": [
133              "--generate-link-to-definition"
134            ],
135            "targets": [
136              "x86_64-unknown-linux-gnu"
137            ]
138          }
139        }
140      },
141      "name": "async-trait",
142      "publish": null,
143      "readme": "README.md",
144      "repository": "https://github.com/dtolnay/async-trait",
145      "rust_version": "1.56",
146      "source": null,
147      "targets": [
148        {
149          "crate_types": [
150            "proc-macro"
151          ],
152          "doc": true,
153          "doctest": true,
154          "edition": "2021",
155          "kind": [
156            "proc-macro"
157          ],
158          "name": "async-trait",
159          "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/async-trait/src/lib.rs",
160          "test": true
161        },
162        {
163          "crate_types": [
164            "bin"
165          ],
166          "doc": false,
167          "doctest": false,
168          "edition": "2021",
169          "kind": [
170            "test"
171          ],
172          "name": "test",
173          "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/async-trait/tests/test.rs",
174          "test": true
175        },
176        {
177          "crate_types": [
178            "bin"
179          ],
180          "doc": false,
181          "doctest": false,
182          "edition": "2021",
183          "kind": [
184            "test"
185          ],
186          "name": "compiletest",
187          "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/async-trait/tests/compiletest.rs",
188          "test": true
189        },
190        {
191          "crate_types": [
192            "bin"
193          ],
194          "doc": false,
195          "doctest": false,
196          "edition": "2021",
197          "kind": [
198            "custom-build"
199          ],
200          "name": "build-script-build",
201          "src_path": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/async-trait/build.rs",
202          "test": false
203        }
204      ],
205      "version": "0.1.74"
206    },
207    {
208      "authors": [
209        "Josh Stone <[email protected]>"
210      ],
211      "categories": [
212        "development-tools::build-utils"
213      ],
214      "default_run": null,
215      "dependencies": [],
216      "description": "Automatic cfg for Rust compiler features",
217      "documentation": "https://docs.rs/autocfg/",
218      "edition": "2015",
219      "features": {},
220      "homepage": null,
221      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
222      "keywords": [
223        "rustc",
224        "build",
225        "autoconf"
226      ],
227      "license": "Apache-2.0 OR MIT",
228      "license_file": null,
229      "links": null,
230      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/Cargo.toml",
231      "metadata": null,
232      "name": "autocfg",
233      "publish": null,
234      "readme": "README.md",
235      "repository": "https://github.com/cuviper/autocfg",
236      "rust_version": "1.0",
237      "source": "registry+https://github.com/rust-lang/crates.io-index",
238      "targets": [
239        {
240          "crate_types": [
241            "lib"
242          ],
243          "doc": true,
244          "doctest": true,
245          "edition": "2015",
246          "kind": [
247            "lib"
248          ],
249          "name": "autocfg",
250          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/src/lib.rs",
251          "test": true
252        },
253        {
254          "crate_types": [
255            "bin"
256          ],
257          "doc": false,
258          "doctest": false,
259          "edition": "2015",
260          "kind": [
261            "example"
262          ],
263          "name": "integers",
264          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/examples/integers.rs",
265          "test": false
266        },
267        {
268          "crate_types": [
269            "bin"
270          ],
271          "doc": false,
272          "doctest": false,
273          "edition": "2015",
274          "kind": [
275            "example"
276          ],
277          "name": "paths",
278          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/examples/paths.rs",
279          "test": false
280        },
281        {
282          "crate_types": [
283            "bin"
284          ],
285          "doc": false,
286          "doctest": false,
287          "edition": "2015",
288          "kind": [
289            "example"
290          ],
291          "name": "versions",
292          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/examples/versions.rs",
293          "test": false
294        },
295        {
296          "crate_types": [
297            "bin"
298          ],
299          "doc": false,
300          "doctest": false,
301          "edition": "2015",
302          "kind": [
303            "example"
304          ],
305          "name": "traits",
306          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/examples/traits.rs",
307          "test": false
308        },
309        {
310          "crate_types": [
311            "bin"
312          ],
313          "doc": false,
314          "doctest": false,
315          "edition": "2015",
316          "kind": [
317            "test"
318          ],
319          "name": "rustflags",
320          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/tests/rustflags.rs",
321          "test": true
322        },
323        {
324          "crate_types": [
325            "bin"
326          ],
327          "doc": false,
328          "doctest": false,
329          "edition": "2015",
330          "kind": [
331            "test"
332          ],
333          "name": "no_std",
334          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/tests/no_std.rs",
335          "test": true
336        },
337        {
338          "crate_types": [
339            "bin"
340          ],
341          "doc": false,
342          "doctest": false,
343          "edition": "2015",
344          "kind": [
345            "test"
346          ],
347          "name": "wrappers",
348          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/tests/wrappers.rs",
349          "test": true
350        }
351      ],
352      "version": "1.2.0"
353    },
354    {
355      "authors": [
356        "David Tolnay <[email protected]>"
357      ],
358      "categories": [
359        "algorithms",
360        "text-processing"
361      ],
362      "default_run": null,
363      "dependencies": [
364        {
365          "features": [],
366          "kind": "dev",
367          "name": "once_cell",
368          "optional": false,
369          "registry": null,
370          "rename": null,
371          "req": "^1",
372          "source": "registry+https://github.com/rust-lang/crates.io-index",
373          "target": null,
374          "uses_default_features": true
375        }
376      ],
377      "description": "Diff library with semantic cleanup, based on Google's diff-match-patch",
378      "documentation": "https://docs.rs/dissimilar",
379      "edition": "2018",
380      "features": {},
381      "homepage": null,
382      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
383      "keywords": [
384        "diff"
385      ],
386      "license": "Apache-2.0",
387      "license_file": null,
388      "links": null,
389      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dissimilar-1.0.7/Cargo.toml",
390      "metadata": {
391        "docs": {
392          "rs": {
393            "rustdoc-args": [
394              "--generate-link-to-definition"
395            ],
396            "targets": [
397              "x86_64-unknown-linux-gnu"
398            ]
399          }
400        }
401      },
402      "name": "dissimilar",
403      "publish": null,
404      "readme": "README.md",
405      "repository": "https://github.com/dtolnay/dissimilar",
406      "rust_version": "1.36",
407      "source": "registry+https://github.com/rust-lang/crates.io-index",
408      "targets": [
409        {
410          "crate_types": [
411            "lib"
412          ],
413          "doc": true,
414          "doctest": true,
415          "edition": "2018",
416          "kind": [
417            "lib"
418          ],
419          "name": "dissimilar",
420          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dissimilar-1.0.7/src/lib.rs",
421          "test": true
422        },
423        {
424          "crate_types": [
425            "bin"
426          ],
427          "doc": false,
428          "doctest": false,
429          "edition": "2018",
430          "kind": [
431            "test"
432          ],
433          "name": "test",
434          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dissimilar-1.0.7/tests/test.rs",
435          "test": true
436        },
437        {
438          "crate_types": [
439            "bin"
440          ],
441          "doc": false,
442          "doctest": false,
443          "edition": "2018",
444          "kind": [
445            "bench"
446          ],
447          "name": "bench",
448          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dissimilar-1.0.7/benches/bench.rs",
449          "test": false
450        }
451      ],
452      "version": "1.0.7"
453    },
454    {
455      "authors": [],
456      "categories": [
457        "data-structures",
458        "no-std"
459      ],
460      "default_run": null,
461      "dependencies": [],
462      "description": "Traits for key comparison in maps.",
463      "documentation": null,
464      "edition": "2015",
465      "features": {},
466      "homepage": null,
467      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
468      "keywords": [
469        "hashmap",
470        "no_std"
471      ],
472      "license": "Apache-2.0 OR MIT",
473      "license_file": null,
474      "links": null,
475      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/Cargo.toml",
476      "metadata": null,
477      "name": "equivalent",
478      "publish": null,
479      "readme": "README.md",
480      "repository": "https://github.com/cuviper/equivalent",
481      "rust_version": "1.6",
482      "source": "registry+https://github.com/rust-lang/crates.io-index",
483      "targets": [
484        {
485          "crate_types": [
486            "lib"
487          ],
488          "doc": true,
489          "doctest": true,
490          "edition": "2015",
491          "kind": [
492            "lib"
493          ],
494          "name": "equivalent",
495          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs",
496          "test": true
497        }
498      ],
499      "version": "1.0.1"
500    },
501    {
502      "authors": [],
503      "categories": [
504        "asynchronous"
505      ],
506      "default_run": null,
507      "dependencies": [
508        {
509          "features": [
510            "sink"
511          ],
512          "kind": null,
513          "name": "futures-channel",
514          "optional": false,
515          "registry": null,
516          "rename": null,
517          "req": "^0.3.30",
518          "source": "registry+https://github.com/rust-lang/crates.io-index",
519          "target": null,
520          "uses_default_features": false
521        },
522        {
523          "features": [],
524          "kind": null,
525          "name": "futures-core",
526          "optional": false,
527          "registry": null,
528          "rename": null,
529          "req": "^0.3.30",
530          "source": "registry+https://github.com/rust-lang/crates.io-index",
531          "target": null,
532          "uses_default_features": false
533        },
534        {
535          "features": [],
536          "kind": null,
537          "name": "futures-executor",
538          "optional": true,
539          "registry": null,
540          "rename": null,
541          "req": "^0.3.30",
542          "source": "registry+https://github.com/rust-lang/crates.io-index",
543          "target": null,
544          "uses_default_features": false
545        },
546        {
547          "features": [],
548          "kind": null,
549          "name": "futures-io",
550          "optional": false,
551          "registry": null,
552          "rename": null,
553          "req": "^0.3.30",
554          "source": "registry+https://github.com/rust-lang/crates.io-index",
555          "target": null,
556          "uses_default_features": false
557        },
558        {
559          "features": [],
560          "kind": null,
561          "name": "futures-sink",
562          "optional": false,
563          "registry": null,
564          "rename": null,
565          "req": "^0.3.30",
566          "source": "registry+https://github.com/rust-lang/crates.io-index",
567          "target": null,
568          "uses_default_features": false
569        },
570        {
571          "features": [],
572          "kind": null,
573          "name": "futures-task",
574          "optional": false,
575          "registry": null,
576          "rename": null,
577          "req": "^0.3.30",
578          "source": "registry+https://github.com/rust-lang/crates.io-index",
579          "target": null,
580          "uses_default_features": false
581        },
582        {
583          "features": [
584            "sink"
585          ],
586          "kind": null,
587          "name": "futures-util",
588          "optional": false,
589          "registry": null,
590          "rename": null,
591          "req": "^0.3.30",
592          "source": "registry+https://github.com/rust-lang/crates.io-index",
593          "target": null,
594          "uses_default_features": false
595        },
596        {
597          "features": [],
598          "kind": "dev",
599          "name": "assert_matches",
600          "optional": false,
601          "registry": null,
602          "rename": null,
603          "req": "^1.3.0",
604          "source": "registry+https://github.com/rust-lang/crates.io-index",
605          "target": null,
606          "uses_default_features": true
607        },
608        {
609          "features": [],
610          "kind": "dev",
611          "name": "pin-project",
612          "optional": false,
613          "registry": null,
614          "rename": null,
615          "req": "^1.0.11",
616          "source": "registry+https://github.com/rust-lang/crates.io-index",
617          "target": null,
618          "uses_default_features": true
619        },
620        {
621          "features": [],
622          "kind": "dev",
623          "name": "pin-utils",
624          "optional": false,
625          "registry": null,
626          "rename": null,
627          "req": "^0.1.0",
628          "source": "registry+https://github.com/rust-lang/crates.io-index",
629          "target": null,
630          "uses_default_features": true
631        },
632        {
633          "features": [],
634          "kind": "dev",
635          "name": "static_assertions",
636          "optional": false,
637          "registry": null,
638          "rename": null,
639          "req": "^1",
640          "source": "registry+https://github.com/rust-lang/crates.io-index",
641          "target": null,
642          "uses_default_features": true
643        },
644        {
645          "features": [],
646          "kind": "dev",
647          "name": "tokio",
648          "optional": false,
649          "registry": null,
650          "rename": null,
651          "req": "^0.1.11",
652          "source": "registry+https://github.com/rust-lang/crates.io-index",
653          "target": null,
654          "uses_default_features": true
655        }
656      ],
657      "description": "An implementation of futures and streams featuring zero allocations,\ncomposability, and iterator-like interfaces.\n",
658      "documentation": null,
659      "edition": "2018",
660      "features": {
661        "alloc": [
662          "futures-core/alloc",
663          "futures-task/alloc",
664          "futures-sink/alloc",
665          "futures-channel/alloc",
666          "futures-util/alloc"
667        ],
668        "async-await": [
669          "futures-util/async-await",
670          "futures-util/async-await-macro"
671        ],
672        "bilock": [
673          "futures-util/bilock"
674        ],
675        "cfg-target-has-atomic": [],
676        "compat": [
677          "std",
678          "futures-util/compat"
679        ],
680        "default": [
681          "std",
682          "async-await",
683          "executor"
684        ],
685        "executor": [
686          "std",
687          "futures-executor/std"
688        ],
689        "futures-executor": [
690          "dep:futures-executor"
691        ],
692        "io-compat": [
693          "compat",
694          "futures-util/io-compat"
695        ],
696        "std": [
697          "alloc",
698          "futures-core/std",
699          "futures-task/std",
700          "futures-io/std",
701          "futures-sink/std",
702          "futures-util/std",
703          "futures-util/io",
704          "futures-util/channel"
705        ],
706        "thread-pool": [
707          "executor",
708          "futures-executor/thread-pool"
709        ],
710        "unstable": [
711          "futures-core/unstable",
712          "futures-task/unstable",
713          "futures-channel/unstable",
714          "futures-io/unstable",
715          "futures-util/unstable"
716        ],
717        "write-all-vectored": [
718          "futures-util/write-all-vectored"
719        ]
720      },
721      "homepage": "https://rust-lang.github.io/futures-rs",
722      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
723      "keywords": [
724        "futures",
725        "async",
726        "future"
727      ],
728      "license": "MIT OR Apache-2.0",
729      "license_file": null,
730      "links": null,
731      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/Cargo.toml",
732      "metadata": {
733        "docs": {
734          "rs": {
735            "all-features": true,
736            "rustdoc-args": [
737              "--cfg",
738              "docsrs"
739            ]
740          }
741        },
742        "playground": {
743          "features": [
744            "std",
745            "async-await",
746            "compat",
747            "io-compat",
748            "executor",
749            "thread-pool"
750          ]
751        }
752      },
753      "name": "futures",
754      "publish": null,
755      "readme": "README.md",
756      "repository": "https://github.com/rust-lang/futures-rs",
757      "rust_version": "1.56",
758      "source": "registry+https://github.com/rust-lang/crates.io-index",
759      "targets": [
760        {
761          "crate_types": [
762            "lib"
763          ],
764          "doc": true,
765          "doctest": true,
766          "edition": "2018",
767          "kind": [
768            "lib"
769          ],
770          "name": "futures",
771          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/src/lib.rs",
772          "test": true
773        },
774        {
775          "crate_types": [
776            "bin"
777          ],
778          "doc": false,
779          "doctest": false,
780          "edition": "2018",
781          "kind": [
782            "test"
783          ],
784          "name": "io_lines",
785          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/io_lines.rs",
786          "test": true
787        },
788        {
789          "crate_types": [
790            "bin"
791          ],
792          "doc": false,
793          "doctest": false,
794          "edition": "2018",
795          "kind": [
796            "test"
797          ],
798          "name": "stream_split",
799          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/stream_split.rs",
800          "test": true
801        },
802        {
803          "crate_types": [
804            "bin"
805          ],
806          "doc": false,
807          "doctest": false,
808          "edition": "2018",
809          "kind": [
810            "test"
811          ],
812          "name": "stream_select_all",
813          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/stream_select_all.rs",
814          "test": true
815        },
816        {
817          "crate_types": [
818            "bin"
819          ],
820          "doc": false,
821          "doctest": false,
822          "edition": "2018",
823          "kind": [
824            "test"
825          ],
826          "name": "task_arc_wake",
827          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/task_arc_wake.rs",
828          "test": true
829        },
830        {
831          "crate_types": [
832            "bin"
833          ],
834          "doc": false,
835          "doctest": false,
836          "edition": "2018",
837          "kind": [
838            "test"
839          ],
840          "name": "stream_peekable",
841          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/stream_peekable.rs",
842          "test": true
843        },
844        {
845          "crate_types": [
846            "bin"
847          ],
848          "doc": false,
849          "doctest": false,
850          "edition": "2018",
851          "kind": [
852            "test"
853          ],
854          "name": "future_try_flatten_stream",
855          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/future_try_flatten_stream.rs",
856          "test": true
857        },
858        {
859          "crate_types": [
860            "bin"
861          ],
862          "doc": false,
863          "doctest": false,
864          "edition": "2018",
865          "kind": [
866            "test"
867          ],
868          "name": "ready_queue",
869          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/ready_queue.rs",
870          "test": true
871        },
872        {
873          "crate_types": [
874            "bin"
875          ],
876          "doc": false,
877          "doctest": false,
878          "edition": "2018",
879          "kind": [
880            "test"
881          ],
882          "name": "io_buf_reader",
883          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/io_buf_reader.rs",
884          "test": true
885        },
886        {
887          "crate_types": [
888            "bin"
889          ],
890          "doc": false,
891          "doctest": false,
892          "edition": "2018",
893          "kind": [
894            "test"
895          ],
896          "name": "stream",
897          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/stream.rs",
898          "test": true
899        },
900        {
901          "crate_types": [
902            "bin"
903          ],
904          "doc": false,
905          "doctest": false,
906          "edition": "2018",
907          "kind": [
908            "test"
909          ],
910          "name": "io_line_writer",
911          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/io_line_writer.rs",
912          "test": true
913        },
914        {
915          "crate_types": [
916            "bin"
917          ],
918          "doc": false,
919          "doctest": false,
920          "edition": "2018",
921          "kind": [
922            "test"
923          ],
924          "name": "io_window",
925          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/io_window.rs",
926          "test": true
927        },
928        {
929          "crate_types": [
930            "bin"
931          ],
932          "doc": false,
933          "doctest": false,
934          "edition": "2018",
935          "kind": [
936            "test"
937          ],
938          "name": "stream_buffer_unordered",
939          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/stream_buffer_unordered.rs",
940          "test": true
941        },
942        {
943          "crate_types": [
944            "bin"
945          ],
946          "doc": false,
947          "doctest": false,
948          "edition": "2018",
949          "kind": [
950            "test"
951          ],
952          "name": "future_select_all",
953          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/future_select_all.rs",
954          "test": true
955        },
956        {
957          "crate_types": [
958            "bin"
959          ],
960          "doc": false,
961          "doctest": false,
962          "edition": "2018",
963          "kind": [
964            "test"
965          ],
966          "name": "io_write",
967          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/io_write.rs",
968          "test": true
969        },
970        {
971          "crate_types": [
972            "bin"
973          ],
974          "doc": false,
975          "doctest": false,
976          "edition": "2018",
977          "kind": [
978            "test"
979          ],
980          "name": "future_try_join_all",
981          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/future_try_join_all.rs",
982          "test": true
983        },
984        {
985          "crate_types": [
986            "bin"
987          ],
988          "doc": false,
989          "doctest": false,
990          "edition": "2018",
991          "kind": [
992            "test"
993          ],
994          "name": "io_read_until",
995          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/io_read_until.rs",
996          "test": true
997        },
998        {
999          "crate_types": [
1000            "bin"
1001          ],
1002          "doc": false,
1003          "doctest": false,
1004          "edition": "2018",
1005          "kind": [
1006            "test"
1007          ],
1008          "name": "future_join_all",
1009          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/future_join_all.rs",
1010          "test": true
1011        },
1012        {
1013          "crate_types": [
1014            "bin"
1015          ],
1016          "doc": false,
1017          "doctest": false,
1018          "edition": "2018",
1019          "kind": [
1020            "test"
1021          ],
1022          "name": "io_cursor",
1023          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/io_cursor.rs",
1024          "test": true
1025        },
1026        {
1027          "crate_types": [
1028            "bin"
1029          ],
1030          "doc": false,
1031          "doctest": false,
1032          "edition": "2018",
1033          "kind": [
1034            "test"
1035          ],
1036          "name": "io_read",
1037          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/io_read.rs",
1038          "test": true
1039        },
1040        {
1041          "crate_types": [
1042            "bin"
1043          ],
1044          "doc": false,
1045          "doctest": false,
1046          "edition": "2018",
1047          "kind": [
1048            "test"
1049          ],
1050          "name": "test_macro",
1051          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/test_macro.rs",
1052          "test": true
1053        },
1054        {
1055          "crate_types": [
1056            "bin"
1057          ],
1058          "doc": false,
1059          "doctest": false,
1060          "edition": "2018",
1061          "kind": [
1062            "test"
1063          ],
1064          "name": "future_inspect",
1065          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/future_inspect.rs",
1066          "test": true
1067        },
1068        {
1069          "crate_types": [
1070            "bin"
1071          ],
1072          "doc": false,
1073          "doctest": false,
1074          "edition": "2018",
1075          "kind": [
1076            "test"
1077          ],
1078          "name": "async_await_macros",
1079          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/async_await_macros.rs",
1080          "test": true
1081        },
1082        {
1083          "crate_types": [
1084            "bin"
1085          ],
1086          "doc": false,
1087          "doctest": false,
1088          "edition": "2018",
1089          "kind": [
1090            "test"
1091          ],
1092          "name": "object_safety",
1093          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/object_safety.rs",
1094          "test": true
1095        },
1096        {
1097          "crate_types": [
1098            "bin"
1099          ],
1100          "doc": false,
1101          "doctest": false,
1102          "edition": "2018",
1103          "kind": [
1104            "test"
1105          ],
1106          "name": "io_read_to_end",
1107          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/io_read_to_end.rs",
1108          "test": true
1109        },
1110        {
1111          "crate_types": [
1112            "bin"
1113          ],
1114          "doc": false,
1115          "doctest": false,
1116          "edition": "2018",
1117          "kind": [
1118            "test"
1119          ],
1120          "name": "future_obj",
1121          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/future_obj.rs",
1122          "test": true
1123        },
1124        {
1125          "crate_types": [
1126            "bin"
1127          ],
1128          "doc": false,
1129          "doctest": false,
1130          "edition": "2018",
1131          "kind": [
1132            "test"
1133          ],
1134          "name": "stream_abortable",
1135          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/stream_abortable.rs",
1136          "test": true
1137        },
1138        {
1139          "crate_types": [
1140            "bin"
1141          ],
1142          "doc": false,
1143          "doctest": false,
1144          "edition": "2018",
1145          "kind": [
1146            "test"
1147          ],
1148          "name": "io_read_to_string",
1149          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/io_read_to_string.rs",
1150          "test": true
1151        },
1152        {
1153          "crate_types": [
1154            "bin"
1155          ],
1156          "doc": false,
1157          "doctest": false,
1158          "edition": "2018",
1159          "kind": [
1160            "test"
1161          ],
1162          "name": "try_join",
1163          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/try_join.rs",
1164          "test": true
1165        },
1166        {
1167          "crate_types": [
1168            "bin"
1169          ],
1170          "doc": false,
1171          "doctest": false,
1172          "edition": "2018",
1173          "kind": [
1174            "test"
1175          ],
1176          "name": "io_read_line",
1177          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/io_read_line.rs",
1178          "test": true
1179        },
1180        {
1181          "crate_types": [
1182            "bin"
1183          ],
1184          "doc": false,
1185          "doctest": false,
1186          "edition": "2018",
1187          "kind": [
1188            "test"
1189          ],
1190          "name": "io_read_exact",
1191          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/io_read_exact.rs",
1192          "test": true
1193        },
1194        {
1195          "crate_types": [
1196            "bin"
1197          ],
1198          "doc": false,
1199          "doctest": false,
1200          "edition": "2018",
1201          "kind": [
1202            "test"
1203          ],
1204          "name": "stream_catch_unwind",
1205          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/stream_catch_unwind.rs",
1206          "test": true
1207        },
1208        {
1209          "crate_types": [
1210            "bin"
1211          ],
1212          "doc": false,
1213          "doctest": false,
1214          "edition": "2018",
1215          "kind": [
1216            "test"
1217          ],
1218          "name": "sink_fanout",
1219          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/sink_fanout.rs",
1220          "test": true
1221        },
1222        {
1223          "crate_types": [
1224            "bin"
1225          ],
1226          "doc": false,
1227          "doctest": false,
1228          "edition": "2018",
1229          "kind": [
1230            "test"
1231          ],
1232          "name": "stream_futures_unordered",
1233          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/stream_futures_unordered.rs",
1234          "test": true
1235        },
1236        {
1237          "crate_types": [
1238            "bin"
1239          ],
1240          "doc": false,
1241          "doctest": false,
1242          "edition": "2018",
1243          "kind": [
1244            "test"
1245          ],
1246          "name": "sink",
1247          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/sink.rs",
1248          "test": true
1249        },
1250        {
1251          "crate_types": [
1252            "bin"
1253          ],
1254          "doc": false,
1255          "doctest": false,
1256          "edition": "2018",
1257          "kind": [
1258            "test"
1259          ],
1260          "name": "auto_traits",
1261          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/auto_traits.rs",
1262          "test": true
1263        },
1264        {
1265          "crate_types": [
1266            "bin"
1267          ],
1268          "doc": false,
1269          "doctest": false,
1270          "edition": "2018",
1271          "kind": [
1272            "test"
1273          ],
1274          "name": "io_buf_writer",
1275          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/io_buf_writer.rs",
1276          "test": true
1277        },
1278        {
1279          "crate_types": [
1280            "bin"
1281          ],
1282          "doc": false,
1283          "doctest": false,
1284          "edition": "2018",
1285          "kind": [
1286            "test"
1287          ],
1288          "name": "future_basic_combinators",
1289          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/future_basic_combinators.rs",
1290          "test": true
1291        },
1292        {
1293          "crate_types": [
1294            "bin"
1295          ],
1296          "doc": false,
1297          "doctest": false,
1298          "edition": "2018",
1299          "kind": [
1300            "test"
1301          ],
1302          "name": "recurse",
1303          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/recurse.rs",
1304          "test": true
1305        },
1306        {
1307          "crate_types": [
1308            "bin"
1309          ],
1310          "doc": false,
1311          "doctest": false,
1312          "edition": "2018",
1313          "kind": [
1314            "test"
1315          ],
1316          "name": "oneshot",
1317          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/oneshot.rs",
1318          "test": true
1319        },
1320        {
1321          "crate_types": [
1322            "bin"
1323          ],
1324          "doc": false,
1325          "doctest": false,
1326          "edition": "2018",
1327          "kind": [
1328            "test"
1329          ],
1330          "name": "lock_mutex",
1331          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/lock_mutex.rs",
1332          "test": true
1333        },
1334        {
1335          "crate_types": [
1336            "bin"
1337          ],
1338          "doc": false,
1339          "doctest": false,
1340          "edition": "2018",
1341          "kind": [
1342            "test"
1343          ],
1344          "name": "eager_drop",
1345          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/eager_drop.rs",
1346          "test": true
1347        },
1348        {
1349          "crate_types": [
1350            "bin"
1351          ],
1352          "doc": false,
1353          "doctest": false,
1354          "edition": "2018",
1355          "kind": [
1356            "test"
1357          ],
1358          "name": "eventual",
1359          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/eventual.rs",
1360          "test": true
1361        },
1362        {
1363          "crate_types": [
1364            "bin"
1365          ],
1366          "doc": false,
1367          "doctest": false,
1368          "edition": "2018",
1369          "kind": [
1370            "test"
1371          ],
1372          "name": "stream_futures_ordered",
1373          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/stream_futures_ordered.rs",
1374          "test": true
1375        },
1376        {
1377          "crate_types": [
1378            "bin"
1379          ],
1380          "doc": false,
1381          "doctest": false,
1382          "edition": "2018",
1383          "kind": [
1384            "test"
1385          ],
1386          "name": "task_atomic_waker",
1387          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/task_atomic_waker.rs",
1388          "test": true
1389        },
1390        {
1391          "crate_types": [
1392            "bin"
1393          ],
1394          "doc": false,
1395          "doctest": false,
1396          "edition": "2018",
1397          "kind": [
1398            "test"
1399          ],
1400          "name": "future_join",
1401          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/future_join.rs",
1402          "test": true
1403        },
1404        {
1405          "crate_types": [
1406            "bin"
1407          ],
1408          "doc": false,
1409          "doctest": false,
1410          "edition": "2018",
1411          "kind": [
1412            "test"
1413          ],
1414          "name": "_require_features",
1415          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/_require_features.rs",
1416          "test": true
1417        },
1418        {
1419          "crate_types": [
1420            "bin"
1421          ],
1422          "doc": false,
1423          "doctest": false,
1424          "edition": "2018",
1425          "kind": [
1426            "test"
1427          ],
1428          "name": "bilock",
1429          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/bilock.rs",
1430          "test": true
1431        },
1432        {
1433          "crate_types": [
1434            "bin"
1435          ],
1436          "doc": false,
1437          "doctest": false,
1438          "edition": "2018",
1439          "kind": [
1440            "test"
1441          ],
1442          "name": "macro_comma_support",
1443          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/macro_comma_support.rs",
1444          "test": true
1445        },
1446        {
1447          "crate_types": [
1448            "bin"
1449          ],
1450          "doc": false,
1451          "doctest": false,
1452          "edition": "2018",
1453          "kind": [
1454            "test"
1455          ],
1456          "name": "stream_try_stream",
1457          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/stream_try_stream.rs",
1458          "test": true
1459        },
1460        {
1461          "crate_types": [
1462            "bin"
1463          ],
1464          "doc": false,
1465          "doctest": false,
1466          "edition": "2018",
1467          "kind": [
1468            "test"
1469          ],
1470          "name": "future_select_ok",
1471          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/future_select_ok.rs",
1472          "test": true
1473        },
1474        {
1475          "crate_types": [
1476            "bin"
1477          ],
1478          "doc": false,
1479          "doctest": false,
1480          "edition": "2018",
1481          "kind": [
1482            "test"
1483          ],
1484          "name": "stream_into_async_read",
1485          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/stream_into_async_read.rs",
1486          "test": true
1487        },
1488        {
1489          "crate_types": [
1490            "bin"
1491          ],
1492          "doc": false,
1493          "doctest": false,
1494          "edition": "2018",
1495          "kind": [
1496            "test"
1497          ],
1498          "name": "future_shared",
1499          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/future_shared.rs",
1500          "test": true
1501        },
1502        {
1503          "crate_types": [
1504            "bin"
1505          ],
1506          "doc": false,
1507          "doctest": false,
1508          "edition": "2018",
1509          "kind": [
1510            "test"
1511          ],
1512          "name": "future_fuse",
1513          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/future_fuse.rs",
1514          "test": true
1515        },
1516        {
1517          "crate_types": [
1518            "bin"
1519          ],
1520          "doc": false,
1521          "doctest": false,
1522          "edition": "2018",
1523          "kind": [
1524            "test"
1525          ],
1526          "name": "stream_select_next_some",
1527          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/stream_select_next_some.rs",
1528          "test": true
1529        },
1530        {
1531          "crate_types": [
1532            "bin"
1533          ],
1534          "doc": false,
1535          "doctest": false,
1536          "edition": "2018",
1537          "kind": [
1538            "test"
1539          ],
1540          "name": "stream_unfold",
1541          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/stream_unfold.rs",
1542          "test": true
1543        },
1544        {
1545          "crate_types": [
1546            "bin"
1547          ],
1548          "doc": false,
1549          "doctest": false,
1550          "edition": "2018",
1551          "kind": [
1552            "test"
1553          ],
1554          "name": "future_abortable",
1555          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/future_abortable.rs",
1556          "test": true
1557        },
1558        {
1559          "crate_types": [
1560            "bin"
1561          ],
1562          "doc": false,
1563          "doctest": false,
1564          "edition": "2018",
1565          "kind": [
1566            "test"
1567          ],
1568          "name": "compat",
1569          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/tests/compat.rs",
1570          "test": true
1571        }
1572      ],
1573      "version": "0.3.30"
1574    },
1575    {
1576      "authors": [],
1577      "categories": [],
1578      "default_run": null,
1579      "dependencies": [
1580        {
1581          "features": [],
1582          "kind": null,
1583          "name": "futures-core",
1584          "optional": false,
1585          "registry": null,
1586          "rename": null,
1587          "req": "^0.3.30",
1588          "source": "registry+https://github.com/rust-lang/crates.io-index",
1589          "target": null,
1590          "uses_default_features": false
1591        },
1592        {
1593          "features": [],
1594          "kind": null,
1595          "name": "futures-sink",
1596          "optional": true,
1597          "registry": null,
1598          "rename": null,
1599          "req": "^0.3.30",
1600          "source": "registry+https://github.com/rust-lang/crates.io-index",
1601          "target": null,
1602          "uses_default_features": false
1603        }
1604      ],
1605      "description": "Channels for asynchronous communication using futures-rs.\n",
1606      "documentation": null,
1607      "edition": "2018",
1608      "features": {
1609        "alloc": [
1610          "futures-core/alloc"
1611        ],
1612        "cfg-target-has-atomic": [],
1613        "default": [
1614          "std"
1615        ],
1616        "futures-sink": [
1617          "dep:futures-sink"
1618        ],
1619        "sink": [
1620          "futures-sink"
1621        ],
1622        "std": [
1623          "alloc",
1624          "futures-core/std"
1625        ],
1626        "unstable": []
1627      },
1628      "homepage": "https://rust-lang.github.io/futures-rs",
1629      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
1630      "keywords": [],
1631      "license": "MIT OR Apache-2.0",
1632      "license_file": null,
1633      "links": null,
1634      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/Cargo.toml",
1635      "metadata": {
1636        "docs": {
1637          "rs": {
1638            "all-features": true,
1639            "rustdoc-args": [
1640              "--cfg",
1641              "docsrs"
1642            ]
1643          }
1644        }
1645      },
1646      "name": "futures-channel",
1647      "publish": null,
1648      "readme": "README.md",
1649      "repository": "https://github.com/rust-lang/futures-rs",
1650      "rust_version": "1.56",
1651      "source": "registry+https://github.com/rust-lang/crates.io-index",
1652      "targets": [
1653        {
1654          "crate_types": [
1655            "lib"
1656          ],
1657          "doc": true,
1658          "doctest": true,
1659          "edition": "2018",
1660          "kind": [
1661            "lib"
1662          ],
1663          "name": "futures-channel",
1664          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/src/lib.rs",
1665          "test": true
1666        },
1667        {
1668          "crate_types": [
1669            "bin"
1670          ],
1671          "doc": false,
1672          "doctest": false,
1673          "edition": "2018",
1674          "kind": [
1675            "test"
1676          ],
1677          "name": "mpsc-size_hint",
1678          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/mpsc-size_hint.rs",
1679          "test": true
1680        },
1681        {
1682          "crate_types": [
1683            "bin"
1684          ],
1685          "doc": false,
1686          "doctest": false,
1687          "edition": "2018",
1688          "kind": [
1689            "test"
1690          ],
1691          "name": "mpsc",
1692          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/mpsc.rs",
1693          "test": true
1694        },
1695        {
1696          "crate_types": [
1697            "bin"
1698          ],
1699          "doc": false,
1700          "doctest": false,
1701          "edition": "2018",
1702          "kind": [
1703            "test"
1704          ],
1705          "name": "mpsc-close",
1706          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/mpsc-close.rs",
1707          "test": true
1708        },
1709        {
1710          "crate_types": [
1711            "bin"
1712          ],
1713          "doc": false,
1714          "doctest": false,
1715          "edition": "2018",
1716          "kind": [
1717            "test"
1718          ],
1719          "name": "oneshot",
1720          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/oneshot.rs",
1721          "test": true
1722        },
1723        {
1724          "crate_types": [
1725            "bin"
1726          ],
1727          "doc": false,
1728          "doctest": false,
1729          "edition": "2018",
1730          "kind": [
1731            "test"
1732          ],
1733          "name": "channel",
1734          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/channel.rs",
1735          "test": true
1736        },
1737        {
1738          "crate_types": [
1739            "bin"
1740          ],
1741          "doc": false,
1742          "doctest": false,
1743          "edition": "2018",
1744          "kind": [
1745            "bench"
1746          ],
1747          "name": "sync_mpsc",
1748          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/benches/sync_mpsc.rs",
1749          "test": false
1750        }
1751      ],
1752      "version": "0.3.30"
1753    },
1754    {
1755      "authors": [],
1756      "categories": [],
1757      "default_run": null,
1758      "dependencies": [
1759        {
1760          "features": [
1761            "require-cas"
1762          ],
1763          "kind": null,
1764          "name": "portable-atomic",
1765          "optional": true,
1766          "registry": null,
1767          "rename": null,
1768          "req": "^1.3",
1769          "source": "registry+https://github.com/rust-lang/crates.io-index",
1770          "target": null,
1771          "uses_default_features": false
1772        }
1773      ],
1774      "description": "The core traits and types in for the `futures` library.\n",
1775      "documentation": null,
1776      "edition": "2018",
1777      "features": {
1778        "alloc": [],
1779        "cfg-target-has-atomic": [],
1780        "default": [
1781          "std"
1782        ],
1783        "portable-atomic": [
1784          "dep:portable-atomic"
1785        ],
1786        "std": [
1787          "alloc"
1788        ],
1789        "unstable": []
1790      },
1791      "homepage": "https://rust-lang.github.io/futures-rs",
1792      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
1793      "keywords": [],
1794      "license": "MIT OR Apache-2.0",
1795      "license_file": null,
1796      "links": null,
1797      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.30/Cargo.toml",
1798      "metadata": {
1799        "docs": {
1800          "rs": {
1801            "all-features": true,
1802            "rustdoc-args": [
1803              "--cfg",
1804              "docsrs"
1805            ]
1806          }
1807        }
1808      },
1809      "name": "futures-core",
1810      "publish": null,
1811      "readme": "README.md",
1812      "repository": "https://github.com/rust-lang/futures-rs",
1813      "rust_version": "1.36",
1814      "source": "registry+https://github.com/rust-lang/crates.io-index",
1815      "targets": [
1816        {
1817          "crate_types": [
1818            "lib"
1819          ],
1820          "doc": true,
1821          "doctest": true,
1822          "edition": "2018",
1823          "kind": [
1824            "lib"
1825          ],
1826          "name": "futures-core",
1827          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.30/src/lib.rs",
1828          "test": true
1829        }
1830      ],
1831      "version": "0.3.30"
1832    },
1833    {
1834      "authors": [],
1835      "categories": [],
1836      "default_run": null,
1837      "dependencies": [
1838        {
1839          "features": [],
1840          "kind": null,
1841          "name": "futures-core",
1842          "optional": false,
1843          "registry": null,
1844          "rename": null,
1845          "req": "^0.3.30",
1846          "source": "registry+https://github.com/rust-lang/crates.io-index",
1847          "target": null,
1848          "uses_default_features": false
1849        },
1850        {
1851          "features": [],
1852          "kind": null,
1853          "name": "futures-task",
1854          "optional": false,
1855          "registry": null,
1856          "rename": null,
1857          "req": "^0.3.30",
1858          "source": "registry+https://github.com/rust-lang/crates.io-index",
1859          "target": null,
1860          "uses_default_features": false
1861        },
1862        {
1863          "features": [],
1864          "kind": null,
1865          "name": "futures-util",
1866          "optional": false,
1867          "registry": null,
1868          "rename": null,
1869          "req": "^0.3.30",
1870          "source": "registry+https://github.com/rust-lang/crates.io-index",
1871          "target": null,
1872          "uses_default_features": false
1873        },
1874        {
1875          "features": [],
1876          "kind": null,
1877          "name": "num_cpus",
1878          "optional": true,
1879          "registry": null,
1880          "rename": null,
1881          "req": "^1.8.0",
1882          "source": "registry+https://github.com/rust-lang/crates.io-index",
1883          "target": null,
1884          "uses_default_features": true
1885        }
1886      ],
1887      "description": "Executors for asynchronous tasks based on the futures-rs library.\n",
1888      "documentation": null,
1889      "edition": "2018",
1890      "features": {
1891        "default": [
1892          "std"
1893        ],
1894        "num_cpus": [
1895          "dep:num_cpus"
1896        ],
1897        "std": [
1898          "futures-core/std",
1899          "futures-task/std",
1900          "futures-util/std"
1901        ],
1902        "thread-pool": [
1903          "std",
1904          "num_cpus"
1905        ]
1906      },
1907      "homepage": "https://rust-lang.github.io/futures-rs",
1908      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
1909      "keywords": [],
1910      "license": "MIT OR Apache-2.0",
1911      "license_file": null,
1912      "links": null,
1913      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30/Cargo.toml",
1914      "metadata": {
1915        "docs": {
1916          "rs": {
1917            "all-features": true,
1918            "rustdoc-args": [
1919              "--cfg",
1920              "docsrs"
1921            ]
1922          }
1923        }
1924      },
1925      "name": "futures-executor",
1926      "publish": null,
1927      "readme": "README.md",
1928      "repository": "https://github.com/rust-lang/futures-rs",
1929      "rust_version": "1.56",
1930      "source": "registry+https://github.com/rust-lang/crates.io-index",
1931      "targets": [
1932        {
1933          "crate_types": [
1934            "lib"
1935          ],
1936          "doc": true,
1937          "doctest": true,
1938          "edition": "2018",
1939          "kind": [
1940            "lib"
1941          ],
1942          "name": "futures-executor",
1943          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30/src/lib.rs",
1944          "test": true
1945        },
1946        {
1947          "crate_types": [
1948            "bin"
1949          ],
1950          "doc": false,
1951          "doctest": false,
1952          "edition": "2018",
1953          "kind": [
1954            "test"
1955          ],
1956          "name": "local_pool",
1957          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30/tests/local_pool.rs",
1958          "test": true
1959        },
1960        {
1961          "crate_types": [
1962            "bin"
1963          ],
1964          "doc": false,
1965          "doctest": false,
1966          "edition": "2018",
1967          "kind": [
1968            "bench"
1969          ],
1970          "name": "thread_notify",
1971          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30/benches/thread_notify.rs",
1972          "test": false
1973        }
1974      ],
1975      "version": "0.3.30"
1976    },
1977    {
1978      "authors": [],
1979      "categories": [],
1980      "default_run": null,
1981      "dependencies": [],
1982      "description": "The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library.\n",
1983      "documentation": null,
1984      "edition": "2018",
1985      "features": {
1986        "default": [
1987          "std"
1988        ],
1989        "std": [],
1990        "unstable": []
1991      },
1992      "homepage": "https://rust-lang.github.io/futures-rs",
1993      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
1994      "keywords": [],
1995      "license": "MIT OR Apache-2.0",
1996      "license_file": null,
1997      "links": null,
1998      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.30/Cargo.toml",
1999      "metadata": {
2000        "docs": {
2001          "rs": {
2002            "all-features": true,
2003            "rustdoc-args": [
2004              "--cfg",
2005              "docsrs"
2006            ]
2007          }
2008        }
2009      },
2010      "name": "futures-io",
2011      "publish": null,
2012      "readme": "README.md",
2013      "repository": "https://github.com/rust-lang/futures-rs",
2014      "rust_version": "1.36",
2015      "source": "registry+https://github.com/rust-lang/crates.io-index",
2016      "targets": [
2017        {
2018          "crate_types": [
2019            "lib"
2020          ],
2021          "doc": true,
2022          "doctest": true,
2023          "edition": "2018",
2024          "kind": [
2025            "lib"
2026          ],
2027          "name": "futures-io",
2028          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.30/src/lib.rs",
2029          "test": true
2030        }
2031      ],
2032      "version": "0.3.30"
2033    },
2034    {
2035      "authors": [],
2036      "categories": [],
2037      "default_run": null,
2038      "dependencies": [
2039        {
2040          "features": [],
2041          "kind": null,
2042          "name": "proc-macro2",
2043          "optional": false,
2044          "registry": null,
2045          "rename": null,
2046          "req": "^1.0.60",
2047          "source": "registry+https://github.com/rust-lang/crates.io-index",
2048          "target": null,
2049          "uses_default_features": true
2050        },
2051        {
2052          "features": [],
2053          "kind": null,
2054          "name": "quote",
2055          "optional": false,
2056          "registry": null,
2057          "rename": null,
2058          "req": "^1.0",
2059          "source": "registry+https://github.com/rust-lang/crates.io-index",
2060          "target": null,
2061          "uses_default_features": true
2062        },
2063        {
2064          "features": [
2065            "full"
2066          ],
2067          "kind": null,
2068          "name": "syn",
2069          "optional": false,
2070          "registry": null,
2071          "rename": null,
2072          "req": "^2.0.8",
2073          "source": "registry+https://github.com/rust-lang/crates.io-index",
2074          "target": null,
2075          "uses_default_features": true
2076        }
2077      ],
2078      "description": "The futures-rs procedural macro implementations.\n",
2079      "documentation": null,
2080      "edition": "2018",
2081      "features": {},
2082      "homepage": "https://rust-lang.github.io/futures-rs",
2083      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
2084      "keywords": [],
2085      "license": "MIT OR Apache-2.0",
2086      "license_file": null,
2087      "links": null,
2088      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.30/Cargo.toml",
2089      "metadata": null,
2090      "name": "futures-macro",
2091      "publish": null,
2092      "readme": null,
2093      "repository": "https://github.com/rust-lang/futures-rs",
2094      "rust_version": "1.56",
2095      "source": "registry+https://github.com/rust-lang/crates.io-index",
2096      "targets": [
2097        {
2098          "crate_types": [
2099            "proc-macro"
2100          ],
2101          "doc": true,
2102          "doctest": true,
2103          "edition": "2018",
2104          "kind": [
2105            "proc-macro"
2106          ],
2107          "name": "futures-macro",
2108          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.30/src/lib.rs",
2109          "test": true
2110        }
2111      ],
2112      "version": "0.3.30"
2113    },
2114    {
2115      "authors": [],
2116      "categories": [],
2117      "default_run": null,
2118      "dependencies": [],
2119      "description": "The asynchronous `Sink` trait for the futures-rs library.\n",
2120      "documentation": null,
2121      "edition": "2018",
2122      "features": {
2123        "alloc": [],
2124        "default": [
2125          "std"
2126        ],
2127        "std": [
2128          "alloc"
2129        ]
2130      },
2131      "homepage": "https://rust-lang.github.io/futures-rs",
2132      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
2133      "keywords": [],
2134      "license": "MIT OR Apache-2.0",
2135      "license_file": null,
2136      "links": null,
2137      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.30/Cargo.toml",
2138      "metadata": {
2139        "docs": {
2140          "rs": {
2141            "all-features": true
2142          }
2143        }
2144      },
2145      "name": "futures-sink",
2146      "publish": null,
2147      "readme": "README.md",
2148      "repository": "https://github.com/rust-lang/futures-rs",
2149      "rust_version": "1.36",
2150      "source": "registry+https://github.com/rust-lang/crates.io-index",
2151      "targets": [
2152        {
2153          "crate_types": [
2154            "lib"
2155          ],
2156          "doc": true,
2157          "doctest": true,
2158          "edition": "2018",
2159          "kind": [
2160            "lib"
2161          ],
2162          "name": "futures-sink",
2163          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.30/src/lib.rs",
2164          "test": true
2165        }
2166      ],
2167      "version": "0.3.30"
2168    },
2169    {
2170      "authors": [],
2171      "categories": [],
2172      "default_run": null,
2173      "dependencies": [],
2174      "description": "Tools for working with tasks.\n",
2175      "documentation": null,
2176      "edition": "2018",
2177      "features": {
2178        "alloc": [],
2179        "cfg-target-has-atomic": [],
2180        "default": [
2181          "std"
2182        ],
2183        "std": [
2184          "alloc"
2185        ],
2186        "unstable": []
2187      },
2188      "homepage": "https://rust-lang.github.io/futures-rs",
2189      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
2190      "keywords": [],
2191      "license": "MIT OR Apache-2.0",
2192      "license_file": null,
2193      "links": null,
2194      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.30/Cargo.toml",
2195      "metadata": {
2196        "docs": {
2197          "rs": {
2198            "all-features": true
2199          }
2200        }
2201      },
2202      "name": "futures-task",
2203      "publish": null,
2204      "readme": "README.md",
2205      "repository": "https://github.com/rust-lang/futures-rs",
2206      "rust_version": "1.56",
2207      "source": "registry+https://github.com/rust-lang/crates.io-index",
2208      "targets": [
2209        {
2210          "crate_types": [
2211            "lib"
2212          ],
2213          "doc": true,
2214          "doctest": true,
2215          "edition": "2018",
2216          "kind": [
2217            "lib"
2218          ],
2219          "name": "futures-task",
2220          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.30/src/lib.rs",
2221          "test": true
2222        }
2223      ],
2224      "version": "0.3.30"
2225    },
2226    {
2227      "authors": [],
2228      "categories": [],
2229      "default_run": null,
2230      "dependencies": [
2231        {
2232          "features": [
2233            "std"
2234          ],
2235          "kind": null,
2236          "name": "futures-channel",
2237          "optional": true,
2238          "registry": null,
2239          "rename": null,
2240          "req": "^0.3.30",
2241          "source": "registry+https://github.com/rust-lang/crates.io-index",
2242          "target": null,
2243          "uses_default_features": false
2244        },
2245        {
2246          "features": [],
2247          "kind": null,
2248          "name": "futures-core",
2249          "optional": false,
2250          "registry": null,
2251          "rename": null,
2252          "req": "^0.3.30",
2253          "source": "registry+https://github.com/rust-lang/crates.io-index",
2254          "target": null,
2255          "uses_default_features": false
2256        },
2257        {
2258          "features": [
2259            "std"
2260          ],
2261          "kind": null,
2262          "name": "futures-io",
2263          "optional": true,
2264          "registry": null,
2265          "rename": null,
2266          "req": "^0.3.30",
2267          "source": "registry+https://github.com/rust-lang/crates.io-index",
2268          "target": null,
2269          "uses_default_features": false
2270        },
2271        {
2272          "features": [],
2273          "kind": null,
2274          "name": "futures-macro",
2275          "optional": true,
2276          "registry": null,
2277          "rename": null,
2278          "req": "=0.3.30",
2279          "source": "registry+https://github.com/rust-lang/crates.io-index",
2280          "target": null,
2281          "uses_default_features": false
2282        },
2283        {
2284          "features": [],
2285          "kind": null,
2286          "name": "futures-sink",
2287          "optional": true,
2288          "registry": null,
2289          "rename": null,
2290          "req": "^0.3.30",
2291          "source": "registry+https://github.com/rust-lang/crates.io-index",
2292          "target": null,
2293          "uses_default_features": false
2294        },
2295        {
2296          "features": [],
2297          "kind": null,
2298          "name": "futures-task",
2299          "optional": false,
2300          "registry": null,
2301          "rename": null,
2302          "req": "^0.3.30",
2303          "source": "registry+https://github.com/rust-lang/crates.io-index",
2304          "target": null,
2305          "uses_default_features": false
2306        },
2307        {
2308          "features": [],
2309          "kind": null,
2310          "name": "futures",
2311          "optional": true,
2312          "registry": null,
2313          "rename": "futures_01",
2314          "req": "^0.1.25",
2315          "source": "registry+https://github.com/rust-lang/crates.io-index",
2316          "target": null,
2317          "uses_default_features": true
2318        },
2319        {
2320          "features": [],
2321          "kind": null,
2322          "name": "memchr",
2323          "optional": true,
2324          "registry": null,
2325          "rename": null,
2326          "req": "^2.2",
2327          "source": "registry+https://github.com/rust-lang/crates.io-index",
2328          "target": null,
2329          "uses_default_features": true
2330        },
2331        {
2332          "features": [],
2333          "kind": null,
2334          "name": "pin-project-lite",
2335          "optional": false,
2336          "registry": null,
2337          "rename": null,
2338          "req": "^0.2.6",
2339          "source": "registry+https://github.com/rust-lang/crates.io-index",
2340          "target": null,
2341          "uses_default_features": true
2342        },
2343        {
2344          "features": [],
2345          "kind": null,
2346          "name": "pin-utils",
2347          "optional": false,
2348          "registry": null,
2349          "rename": null,
2350          "req": "^0.1.0",
2351          "source": "registry+https://github.com/rust-lang/crates.io-index",
2352          "target": null,
2353          "uses_default_features": true
2354        },
2355        {
2356          "features": [],
2357          "kind": null,
2358          "name": "slab",
2359          "optional": true,
2360          "registry": null,
2361          "rename": null,
2362          "req": "^0.4.2",
2363          "source": "registry+https://github.com/rust-lang/crates.io-index",
2364          "target": null,
2365          "uses_default_features": true
2366        },
2367        {
2368          "features": [],
2369          "kind": null,
2370          "name": "tokio-io",
2371          "optional": true,
2372          "registry": null,
2373          "rename": null,
2374          "req": "^0.1.9",
2375          "source": "registry+https://github.com/rust-lang/crates.io-index",
2376          "target": null,
2377          "uses_default_features": true
2378        },
2379        {
2380          "features": [],
2381          "kind": "dev",
2382          "name": "tokio",
2383          "optional": false,
2384          "registry": null,
2385          "rename": null,
2386          "req": "^0.1.11",
2387          "source": "registry+https://github.com/rust-lang/crates.io-index",
2388          "target": null,
2389          "uses_default_features": true
2390        }
2391      ],
2392      "description": "Common utilities and extension traits for the futures-rs library.\n",
2393      "documentation": null,
2394      "edition": "2018",
2395      "features": {
2396        "alloc": [
2397          "futures-core/alloc",
2398          "futures-task/alloc"
2399        ],
2400        "async-await": [],
2401        "async-await-macro": [
2402          "async-await",
2403          "futures-macro"
2404        ],
2405        "bilock": [],
2406        "cfg-target-has-atomic": [],
2407        "channel": [
2408          "std",
2409          "futures-channel"
2410        ],
2411        "compat": [
2412          "std",
2413          "futures_01"
2414        ],
2415        "default": [
2416          "std",
2417          "async-await",
2418          "async-await-macro"
2419        ],
2420        "futures-channel": [
2421          "dep:futures-channel"
2422        ],
2423        "futures-io": [
2424          "dep:futures-io"
2425        ],
2426        "futures-macro": [
2427          "dep:futures-macro"
2428        ],
2429        "futures-sink": [
2430          "dep:futures-sink"
2431        ],
2432        "futures_01": [
2433          "dep:futures_01"
2434        ],
2435        "io": [
2436          "std",
2437          "futures-io",
2438          "memchr"
2439        ],
2440        "io-compat": [
2441          "io",
2442          "compat",
2443          "tokio-io"
2444        ],
2445        "memchr": [
2446          "dep:memchr"
2447        ],
2448        "portable-atomic": [
2449          "futures-core/portable-atomic"
2450        ],
2451        "sink": [
2452          "futures-sink"
2453        ],
2454        "slab": [
2455          "dep:slab"
2456        ],
2457        "std": [
2458          "alloc",
2459          "futures-core/std",
2460          "futures-task/std",
2461          "slab"
2462        ],
2463        "tokio-io": [
2464          "dep:tokio-io"
2465        ],
2466        "unstable": [
2467          "futures-core/unstable",
2468          "futures-task/unstable"
2469        ],
2470        "write-all-vectored": [
2471          "io"
2472        ]
2473      },
2474      "homepage": "https://rust-lang.github.io/futures-rs",
2475      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
2476      "keywords": [],
2477      "license": "MIT OR Apache-2.0",
2478      "license_file": null,
2479      "links": null,
2480      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/Cargo.toml",
2481      "metadata": {
2482        "docs": {
2483          "rs": {
2484            "all-features": true,
2485            "rustdoc-args": [
2486              "--cfg",
2487              "docsrs"
2488            ]
2489          }
2490        }
2491      },
2492      "name": "futures-util",
2493      "publish": null,
2494      "readme": "README.md",
2495      "repository": "https://github.com/rust-lang/futures-rs",
2496      "rust_version": "1.56",
2497      "source": "registry+https://github.com/rust-lang/crates.io-index",
2498      "targets": [
2499        {
2500          "crate_types": [
2501            "lib"
2502          ],
2503          "doc": true,
2504          "doctest": true,
2505          "edition": "2018",
2506          "kind": [
2507            "lib"
2508          ],
2509          "name": "futures-util",
2510          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/src/lib.rs",
2511          "test": true
2512        },
2513        {
2514          "crate_types": [
2515            "bin"
2516          ],
2517          "doc": false,
2518          "doctest": false,
2519          "edition": "2018",
2520          "kind": [
2521            "bench"
2522          ],
2523          "name": "futures_unordered",
2524          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/benches/futures_unordered.rs",
2525          "test": false
2526        },
2527        {
2528          "crate_types": [
2529            "bin"
2530          ],
2531          "doc": false,
2532          "doctest": false,
2533          "edition": "2018",
2534          "kind": [
2535            "bench"
2536          ],
2537          "name": "select",
2538          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/benches/select.rs",
2539          "test": false
2540        },
2541        {
2542          "crate_types": [
2543            "bin"
2544          ],
2545          "doc": false,
2546          "doctest": false,
2547          "edition": "2018",
2548          "kind": [
2549            "bench"
2550          ],
2551          "name": "flatten_unordered",
2552          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/benches/flatten_unordered.rs",
2553          "test": false
2554        },
2555        {
2556          "crate_types": [
2557            "bin"
2558          ],
2559          "doc": false,
2560          "doctest": false,
2561          "edition": "2018",
2562          "kind": [
2563            "bench"
2564          ],
2565          "name": "bilock",
2566          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/benches/bilock.rs",
2567          "test": false
2568        }
2569      ],
2570      "version": "0.3.30"
2571    },
2572    {
2573      "authors": [
2574        "The Rust Project Developers"
2575      ],
2576      "categories": [
2577        "filesystem"
2578      ],
2579      "default_run": null,
2580      "dependencies": [
2581        {
2582          "features": [],
2583          "kind": "dev",
2584          "name": "doc-comment",
2585          "optional": false,
2586          "registry": null,
2587          "rename": null,
2588          "req": "^0.3",
2589          "source": "registry+https://github.com/rust-lang/crates.io-index",
2590          "target": null,
2591          "uses_default_features": true
2592        },
2593        {
2594          "features": [],
2595          "kind": "dev",
2596          "name": "tempdir",
2597          "optional": false,
2598          "registry": null,
2599          "rename": null,
2600          "req": "^0.3",
2601          "source": "registry+https://github.com/rust-lang/crates.io-index",
2602          "target": null,
2603          "uses_default_features": true
2604        }
2605      ],
2606      "description": "Support for matching file paths against Unix shell style patterns.\n",
2607      "documentation": "https://docs.rs/glob/0.3.1",
2608      "edition": "2015",
2609      "features": {},
2610      "homepage": "https://github.com/rust-lang/glob",
2611      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
2612      "keywords": [],
2613      "license": "MIT OR Apache-2.0",
2614      "license_file": null,
2615      "links": null,
2616      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/Cargo.toml",
2617      "metadata": null,
2618      "name": "glob",
2619      "publish": null,
2620      "readme": "README.md",
2621      "repository": "https://github.com/rust-lang/glob",
2622      "rust_version": null,
2623      "source": "registry+https://github.com/rust-lang/crates.io-index",
2624      "targets": [
2625        {
2626          "crate_types": [
2627            "lib"
2628          ],
2629          "doc": true,
2630          "doctest": true,
2631          "edition": "2015",
2632          "kind": [
2633            "lib"
2634          ],
2635          "name": "glob",
2636          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/src/lib.rs",
2637          "test": true
2638        },
2639        {
2640          "crate_types": [
2641            "bin"
2642          ],
2643          "doc": false,
2644          "doctest": false,
2645          "edition": "2015",
2646          "kind": [
2647            "test"
2648          ],
2649          "name": "glob-std",
2650          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/tests/glob-std.rs",
2651          "test": true
2652        }
2653      ],
2654      "version": "0.3.1"
2655    },
2656    {
2657      "authors": [
2658        "Amanieu d'Antras <[email protected]>"
2659      ],
2660      "categories": [
2661        "data-structures",
2662        "no-std"
2663      ],
2664      "default_run": null,
2665      "dependencies": [
2666        {
2667          "features": [],
2668          "kind": null,
2669          "name": "ahash",
2670          "optional": true,
2671          "registry": null,
2672          "rename": null,
2673          "req": "^0.8.6",
2674          "source": "registry+https://github.com/rust-lang/crates.io-index",
2675          "target": null,
2676          "uses_default_features": false
2677        },
2678        {
2679          "features": [],
2680          "kind": null,
2681          "name": "rustc-std-workspace-alloc",
2682          "optional": true,
2683          "registry": null,
2684          "rename": "alloc",
2685          "req": "^1.0.0",
2686          "source": "registry+https://github.com/rust-lang/crates.io-index",
2687          "target": null,
2688          "uses_default_features": true
2689        },
2690        {
2691          "features": [
2692            "alloc"
2693          ],
2694          "kind": null,
2695          "name": "allocator-api2",
2696          "optional": true,
2697          "registry": null,
2698          "rename": null,
2699          "req": "^0.2.9",
2700          "source": "registry+https://github.com/rust-lang/crates.io-index",
2701          "target": null,
2702          "uses_default_features": false
2703        },
2704        {
2705          "features": [],
2706          "kind": null,
2707          "name": "compiler_builtins",
2708          "optional": true,
2709          "registry": null,
2710          "rename": null,
2711          "req": "^0.1.2",
2712          "source": "registry+https://github.com/rust-lang/crates.io-index",
2713          "target": null,
2714          "uses_default_features": true
2715        },
2716        {
2717          "features": [],
2718          "kind": null,
2719          "name": "rustc-std-workspace-core",
2720          "optional": true,
2721          "registry": null,
2722          "rename": "core",
2723          "req": "^1.0.0",
2724          "source": "registry+https://github.com/rust-lang/crates.io-index",
2725          "target": null,
2726          "uses_default_features": true
2727        },
2728        {
2729          "features": [],
2730          "kind": null,
2731          "name": "equivalent",
2732          "optional": true,
2733          "registry": null,
2734          "rename": null,
2735          "req": "^1.0",
2736          "source": "registry+https://github.com/rust-lang/crates.io-index",
2737          "target": null,
2738          "uses_default_features": false
2739        },
2740        {
2741          "features": [],
2742          "kind": null,
2743          "name": "rayon",
2744          "optional": true,
2745          "registry": null,
2746          "rename": null,
2747          "req": "^1.0",
2748          "source": "registry+https://github.com/rust-lang/crates.io-index",
2749          "target": null,
2750          "uses_default_features": true
2751        },
2752        {
2753          "features": [
2754            "alloc"
2755          ],
2756          "kind": null,
2757          "name": "rkyv",
2758          "optional": true,
2759          "registry": null,
2760          "rename": null,
2761          "req": "^0.7.42",
2762          "source": "registry+https://github.com/rust-lang/crates.io-index",
2763          "target": null,
2764          "uses_default_features": false
2765        },
2766        {
2767          "features": [],
2768          "kind": null,
2769          "name": "serde",
2770          "optional": true,
2771          "registry": null,
2772          "rename": null,
2773          "req": "^1.0.25",
2774          "source": "registry+https://github.com/rust-lang/crates.io-index",
2775          "target": null,
2776          "uses_default_features": false
2777        },
2778        {
2779          "features": [
2780            "allocator-api2"
2781          ],
2782          "kind": "dev",
2783          "name": "bumpalo",
2784          "optional": false,
2785          "registry": null,
2786          "rename": null,
2787          "req": "^3.13.0",
2788          "source": "registry+https://github.com/rust-lang/crates.io-index",
2789          "target": null,
2790          "uses_default_features": true
2791        },
2792        {
2793          "features": [],
2794          "kind": "dev",
2795          "name": "doc-comment",
2796          "optional": false,
2797          "registry": null,
2798          "rename": null,
2799          "req": "^0.3.1",
2800          "source": "registry+https://github.com/rust-lang/crates.io-index",
2801          "target": null,
2802          "uses_default_features": true
2803        },
2804        {
2805          "features": [],
2806          "kind": "dev",
2807          "name": "fnv",
2808          "optional": false,
2809          "registry": null,
2810          "rename": null,
2811          "req": "^1.0.7",
2812          "source": "registry+https://github.com/rust-lang/crates.io-index",
2813          "target": null,
2814          "uses_default_features": true
2815        },
2816        {
2817          "features": [],
2818          "kind": "dev",
2819          "name": "lazy_static",
2820          "optional": false,
2821          "registry": null,
2822          "rename": null,
2823          "req": "^1.4",
2824          "source": "registry+https://github.com/rust-lang/crates.io-index",
2825          "target": null,
2826          "uses_default_features": true
2827        },
2828        {
2829          "features": [
2830            "small_rng"
2831          ],
2832          "kind": "dev",
2833          "name": "rand",
2834          "optional": false,
2835          "registry": null,
2836          "rename": null,
2837          "req": "^0.8.3",
2838          "source": "registry+https://github.com/rust-lang/crates.io-index",
2839          "target": null,
2840          "uses_default_features": true
2841        },
2842        {
2843          "features": [],
2844          "kind": "dev",
2845          "name": "rayon",
2846          "optional": false,
2847          "registry": null,
2848          "rename": null,
2849          "req": "^1.0",
2850          "source": "registry+https://github.com/rust-lang/crates.io-index",
2851          "target": null,
2852          "uses_default_features": true
2853        },
2854        {
2855          "features": [
2856            "validation"
2857          ],
2858          "kind": "dev",
2859          "name": "rkyv",
2860          "optional": false,
2861          "registry": null,
2862          "rename": null,
2863          "req": "^0.7.42",
2864          "source": "registry+https://github.com/rust-lang/crates.io-index",
2865          "target": null,
2866          "uses_default_features": true
2867        },
2868        {
2869          "features": [],
2870          "kind": "dev",
2871          "name": "serde_test",
2872          "optional": false,
2873          "registry": null,
2874          "rename": null,
2875          "req": "^1.0",
2876          "source": "registry+https://github.com/rust-lang/crates.io-index",
2877          "target": null,
2878          "uses_default_features": true
2879        }
2880      ],
2881      "description": "A Rust port of Google's SwissTable hash map",
2882      "documentation": null,
2883      "edition": "2021",
2884      "features": {
2885        "ahash": [
2886          "dep:ahash"
2887        ],
2888        "alloc": [
2889          "dep:alloc"
2890        ],
2891        "allocator-api2": [
2892          "dep:allocator-api2"
2893        ],
2894        "compiler_builtins": [
2895          "dep:compiler_builtins"
2896        ],
2897        "core": [
2898          "dep:core"
2899        ],
2900        "default": [
2901          "ahash",
2902          "inline-more",
2903          "allocator-api2"
2904        ],
2905        "equivalent": [
2906          "dep:equivalent"
2907        ],
2908        "inline-more": [],
2909        "nightly": [
2910          "allocator-api2?/nightly",
2911          "bumpalo/allocator_api"
2912        ],
2913        "raw": [],
2914        "rayon": [
2915          "dep:rayon"
2916        ],
2917        "rkyv": [
2918          "dep:rkyv"
2919        ],
2920        "rustc-dep-of-std": [
2921          "nightly",
2922          "core",
2923          "compiler_builtins",
2924          "alloc",
2925          "rustc-internal-api"
2926        ],
2927        "rustc-internal-api": [],
2928        "serde": [
2929          "dep:serde"
2930        ]
2931      },
2932      "homepage": null,
2933      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
2934      "keywords": [
2935        "hash",
2936        "no_std",
2937        "hashmap",
2938        "swisstable"
2939      ],
2940      "license": "MIT OR Apache-2.0",
2941      "license_file": null,
2942      "links": null,
2943      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.3/Cargo.toml",
2944      "metadata": {
2945        "docs": {
2946          "rs": {
2947            "features": [
2948              "nightly",
2949              "rayon",
2950              "serde",
2951              "raw"
2952            ],
2953            "rustdoc-args": [
2954              "--generate-link-to-definition"
2955            ]
2956          }
2957        }
2958      },
2959      "name": "hashbrown",
2960      "publish": null,
2961      "readme": "README.md",
2962      "repository": "https://github.com/rust-lang/hashbrown",
2963      "rust_version": "1.63.0",
2964      "source": "registry+https://github.com/rust-lang/crates.io-index",
2965      "targets": [
2966        {
2967          "crate_types": [
2968            "lib"
2969          ],
2970          "doc": true,
2971          "doctest": true,
2972          "edition": "2021",
2973          "kind": [
2974            "lib"
2975          ],
2976          "name": "hashbrown",
2977          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.3/src/lib.rs",
2978          "test": true
2979        },
2980        {
2981          "crate_types": [
2982            "bin"
2983          ],
2984          "doc": false,
2985          "doctest": false,
2986          "edition": "2021",
2987          "kind": [
2988            "test"
2989          ],
2990          "name": "hasher",
2991          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.3/tests/hasher.rs",
2992          "test": true
2993        },
2994        {
2995          "crate_types": [
2996            "bin"
2997          ],
2998          "doc": false,
2999          "doctest": false,
3000          "edition": "2021",
3001          "kind": [
3002            "test"
3003          ],
3004          "name": "equivalent_trait",
3005          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.3/tests/equivalent_trait.rs",
3006          "test": true
3007        },
3008        {
3009          "crate_types": [
3010            "bin"
3011          ],
3012          "doc": false,
3013          "doctest": false,
3014          "edition": "2021",
3015          "kind": [
3016            "test"
3017          ],
3018          "name": "serde",
3019          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.3/tests/serde.rs",
3020          "test": true
3021        },
3022        {
3023          "crate_types": [
3024            "bin"
3025          ],
3026          "doc": false,
3027          "doctest": false,
3028          "edition": "2021",
3029          "kind": [
3030            "test"
3031          ],
3032          "name": "raw",
3033          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.3/tests/raw.rs",
3034          "test": true
3035        },
3036        {
3037          "crate_types": [
3038            "bin"
3039          ],
3040          "doc": false,
3041          "doctest": false,
3042          "edition": "2021",
3043          "kind": [
3044            "test"
3045          ],
3046          "name": "set",
3047          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.3/tests/set.rs",
3048          "test": true
3049        },
3050        {
3051          "crate_types": [
3052            "bin"
3053          ],
3054          "doc": false,
3055          "doctest": false,
3056          "edition": "2021",
3057          "kind": [
3058            "test"
3059          ],
3060          "name": "rayon",
3061          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.3/tests/rayon.rs",
3062          "test": true
3063        },
3064        {
3065          "crate_types": [
3066            "bin"
3067          ],
3068          "doc": false,
3069          "doctest": false,
3070          "edition": "2021",
3071          "kind": [
3072            "bench"
3073          ],
3074          "name": "bench",
3075          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.3/benches/bench.rs",
3076          "test": false
3077        },
3078        {
3079          "crate_types": [
3080            "bin"
3081          ],
3082          "doc": false,
3083          "doctest": false,
3084          "edition": "2021",
3085          "kind": [
3086            "bench"
3087          ],
3088          "name": "insert_unique_unchecked",
3089          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.3/benches/insert_unique_unchecked.rs",
3090          "test": false
3091        }
3092      ],
3093      "version": "0.14.3"
3094    },
3095    {
3096      "authors": [],
3097      "categories": [
3098        "data-structures",
3099        "no-std"
3100      ],
3101      "default_run": null,
3102      "dependencies": [
3103        {
3104          "features": [],
3105          "kind": null,
3106          "name": "arbitrary",
3107          "optional": true,
3108          "registry": null,
3109          "rename": null,
3110          "req": "^1.0",
3111          "source": "registry+https://github.com/rust-lang/crates.io-index",
3112          "target": null,
3113          "uses_default_features": false
3114        },
3115        {
3116          "features": [],
3117          "kind": null,
3118          "name": "borsh",
3119          "optional": true,
3120          "registry": null,
3121          "rename": null,
3122          "req": "^1.2",
3123          "source": "registry+https://github.com/rust-lang/crates.io-index",
3124          "target": null,
3125          "uses_default_features": false
3126        },
3127        {
3128          "features": [],
3129          "kind": null,
3130          "name": "equivalent",
3131          "optional": false,
3132          "registry": null,
3133          "rename": null,
3134          "req": "^1.0",
3135          "source": "registry+https://github.com/rust-lang/crates.io-index",
3136          "target": null,
3137          "uses_default_features": false
3138        },
3139        {
3140          "features": [
3141            "raw"
3142          ],
3143          "kind": null,
3144          "name": "hashbrown",
3145          "optional": false,
3146          "registry": null,
3147          "rename": null,
3148          "req": "^0.14.1",
3149          "source": "registry+https://github.com/rust-lang/crates.io-index",
3150          "target": null,
3151          "uses_default_features": false
3152        },
3153        {
3154          "features": [],
3155          "kind": null,
3156          "name": "quickcheck",
3157          "optional": true,
3158          "registry": null,
3159          "rename": null,
3160          "req": "^1.0",
3161          "source": "registry+https://github.com/rust-lang/crates.io-index",
3162          "target": null,
3163          "uses_default_features": false
3164        },
3165        {
3166          "features": [],
3167          "kind": null,
3168          "name": "rayon",
3169          "optional": true,
3170          "registry": null,
3171          "rename": null,
3172          "req": "^1.5.3",
3173          "source": "registry+https://github.com/rust-lang/crates.io-index",
3174          "target": null,
3175          "uses_default_features": true
3176        },
3177        {
3178          "features": [],
3179          "kind": null,
3180          "name": "rustc-rayon",
3181          "optional": true,
3182          "registry": null,
3183          "rename": "rustc-rayon",
3184          "req": "^0.5",
3185          "source": "registry+https://github.com/rust-lang/crates.io-index",
3186          "target": null,
3187          "uses_default_features": true
3188        },
3189        {
3190          "features": [],
3191          "kind": null,
3192          "name": "serde",
3193          "optional": true,
3194          "registry": null,
3195          "rename": null,
3196          "req": "^1.0",
3197          "source": "registry+https://github.com/rust-lang/crates.io-index",
3198          "target": null,
3199          "uses_default_features": false
3200        },
3201        {
3202          "features": [],
3203          "kind": "dev",
3204          "name": "fnv",
3205          "optional": false,
3206          "registry": null,
3207          "rename": null,
3208          "req": "^1.0",
3209          "source": "registry+https://github.com/rust-lang/crates.io-index",
3210          "target": null,
3211          "uses_default_features": true
3212        },
3213        {
3214          "features": [],
3215          "kind": "dev",
3216          "name": "fxhash",
3217          "optional": false,
3218          "registry": null,
3219          "rename": null,
3220          "req": "^0.2.1",
3221          "source": "registry+https://github.com/rust-lang/crates.io-index",
3222          "target": null,
3223          "uses_default_features": true
3224        },
3225        {
3226          "features": [],
3227          "kind": "dev",
3228          "name": "itertools",
3229          "optional": false,
3230          "registry": null,
3231          "rename": null,
3232          "req": "^0.12",
3233          "source": "registry+https://github.com/rust-lang/crates.io-index",
3234          "target": null,
3235          "uses_default_features": true
3236        },
3237        {
3238          "features": [],
3239          "kind": "dev",
3240          "name": "lazy_static",
3241          "optional": false,
3242          "registry": null,
3243          "rename": null,
3244          "req": "^1.3",
3245          "source": "registry+https://github.com/rust-lang/crates.io-index",
3246          "target": null,
3247          "uses_default_features": true
3248        },
3249        {
3250          "features": [],
3251          "kind": "dev",
3252          "name": "quickcheck",
3253          "optional": false,
3254          "registry": null,
3255          "rename": null,
3256          "req": "^1.0",
3257          "source": "registry+https://github.com/rust-lang/crates.io-index",
3258          "target": null,
3259          "uses_default_features": false
3260        },
3261        {
3262          "features": [
3263            "small_rng"
3264          ],
3265          "kind": "dev",
3266          "name": "rand",
3267          "optional": false,
3268          "registry": null,
3269          "rename": null,
3270          "req": "^0.8",
3271          "source": "registry+https://github.com/rust-lang/crates.io-index",
3272          "target": null,
3273          "uses_default_features": true
3274        },
3275        {
3276          "features": [],
3277          "kind": "dev",
3278          "name": "serde_derive",
3279          "optional": false,
3280          "registry": null,
3281          "rename": null,
3282          "req": "^1.0",
3283          "source": "registry+https://github.com/rust-lang/crates.io-index",
3284          "target": null,
3285          "uses_default_features": true
3286        }
3287      ],
3288      "description": "A hash table with consistent order and fast iteration.",
3289      "documentation": "https://docs.rs/indexmap/",
3290      "edition": "2021",
3291      "features": {
3292        "arbitrary": [
3293          "dep:arbitrary"
3294        ],
3295        "borsh": [
3296          "dep:borsh"
3297        ],
3298        "default": [
3299          "std"
3300        ],
3301        "quickcheck": [
3302          "dep:quickcheck"
3303        ],
3304        "rayon": [
3305          "dep:rayon"
3306        ],
3307        "rustc-rayon": [
3308          "dep:rustc-rayon"
3309        ],
3310        "serde": [
3311          "dep:serde"
3312        ],
3313        "std": [],
3314        "test_debug": []
3315      },
3316      "homepage": null,
3317      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
3318      "keywords": [
3319        "hashmap",
3320        "no_std"
3321      ],
3322      "license": "Apache-2.0 OR MIT",
3323      "license_file": null,
3324      "links": null,
3325      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/Cargo.toml",
3326      "metadata": {
3327        "docs": {
3328          "rs": {
3329            "features": [
3330              "arbitrary",
3331              "quickcheck",
3332              "serde",
3333              "borsh",
3334              "rayon"
3335            ],
3336            "rustdoc-args": [
3337              "--cfg",
3338              "docsrs"
3339            ]
3340          }
3341        },
3342        "release": {
3343          "no-dev-version": true,
3344          "tag-name": "{{version}}"
3345        }
3346      },
3347      "name": "indexmap",
3348      "publish": null,
3349      "readme": "README.md",
3350      "repository": "https://github.com/indexmap-rs/indexmap",
3351      "rust_version": "1.63",
3352      "source": "registry+https://github.com/rust-lang/crates.io-index",
3353      "targets": [
3354        {
3355          "crate_types": [
3356            "lib"
3357          ],
3358          "doc": true,
3359          "doctest": true,
3360          "edition": "2021",
3361          "kind": [
3362            "lib"
3363          ],
3364          "name": "indexmap",
3365          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/src/lib.rs",
3366          "test": true
3367        },
3368        {
3369          "crate_types": [
3370            "bin"
3371          ],
3372          "doc": false,
3373          "doctest": false,
3374          "edition": "2021",
3375          "kind": [
3376            "test"
3377          ],
3378          "name": "macros_full_path",
3379          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/tests/macros_full_path.rs",
3380          "test": true
3381        },
3382        {
3383          "crate_types": [
3384            "bin"
3385          ],
3386          "doc": false,
3387          "doctest": false,
3388          "edition": "2021",
3389          "kind": [
3390            "test"
3391          ],
3392          "name": "equivalent_trait",
3393          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/tests/equivalent_trait.rs",
3394          "test": true
3395        },
3396        {
3397          "crate_types": [
3398            "bin"
3399          ],
3400          "doc": false,
3401          "doctest": false,
3402          "edition": "2021",
3403          "kind": [
3404            "test"
3405          ],
3406          "name": "tests",
3407          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/tests/tests.rs",
3408          "test": true
3409        },
3410        {
3411          "crate_types": [
3412            "bin"
3413          ],
3414          "doc": false,
3415          "doctest": false,
3416          "edition": "2021",
3417          "kind": [
3418            "test"
3419          ],
3420          "name": "quick",
3421          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/tests/quick.rs",
3422          "test": true
3423        },
3424        {
3425          "crate_types": [
3426            "bin"
3427          ],
3428          "doc": false,
3429          "doctest": false,
3430          "edition": "2021",
3431          "kind": [
3432            "bench"
3433          ],
3434          "name": "bench",
3435          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/benches/bench.rs",
3436          "test": false
3437        },
3438        {
3439          "crate_types": [
3440            "bin"
3441          ],
3442          "doc": false,
3443          "doctest": false,
3444          "edition": "2021",
3445          "kind": [
3446            "bench"
3447          ],
3448          "name": "faststring",
3449          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/benches/faststring.rs",
3450          "test": false
3451        }
3452      ],
3453      "version": "2.2.6"
3454    },
3455    {
3456      "authors": [
3457        "David Tolnay <[email protected]>"
3458      ],
3459      "categories": [
3460        "value-formatting",
3461        "no-std",
3462        "no-std::no-alloc"
3463      ],
3464      "default_run": null,
3465      "dependencies": [
3466        {
3467          "features": [],
3468          "kind": null,
3469          "name": "no-panic",
3470          "optional": true,
3471          "registry": null,
3472          "rename": null,
3473          "req": "^0.1",
3474          "source": "registry+https://github.com/rust-lang/crates.io-index",
3475          "target": null,
3476          "uses_default_features": true
3477        }
3478      ],
3479      "description": "Fast integer primitive to string conversion",
3480      "documentation": "https://docs.rs/itoa",
3481      "edition": "2018",
3482      "features": {
3483        "no-panic": [
3484          "dep:no-panic"
3485        ]
3486      },
3487      "homepage": null,
3488      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
3489      "keywords": [
3490        "integer"
3491      ],
3492      "license": "MIT OR Apache-2.0",
3493      "license_file": null,
3494      "links": null,
3495      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/Cargo.toml",
3496      "metadata": {
3497        "docs": {
3498          "rs": {
3499            "rustdoc-args": [
3500              "--generate-link-to-definition"
3501            ],
3502            "targets": [
3503              "x86_64-unknown-linux-gnu"
3504            ]
3505          }
3506        }
3507      },
3508      "name": "itoa",
3509      "publish": null,
3510      "readme": "README.md",
3511      "repository": "https://github.com/dtolnay/itoa",
3512      "rust_version": "1.36",
3513      "source": "registry+https://github.com/rust-lang/crates.io-index",
3514      "targets": [
3515        {
3516          "crate_types": [
3517            "lib"
3518          ],
3519          "doc": true,
3520          "doctest": true,
3521          "edition": "2018",
3522          "kind": [
3523            "lib"
3524          ],
3525          "name": "itoa",
3526          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/src/lib.rs",
3527          "test": true
3528        },
3529        {
3530          "crate_types": [
3531            "bin"
3532          ],
3533          "doc": false,
3534          "doctest": false,
3535          "edition": "2018",
3536          "kind": [
3537            "test"
3538          ],
3539          "name": "test",
3540          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/tests/test.rs",
3541          "test": true
3542        },
3543        {
3544          "crate_types": [
3545            "bin"
3546          ],
3547          "doc": false,
3548          "doctest": false,
3549          "edition": "2018",
3550          "kind": [
3551            "bench"
3552          ],
3553          "name": "bench",
3554          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/benches/bench.rs",
3555          "test": false
3556        }
3557      ],
3558      "version": "1.0.11"
3559    },
3560    {
3561      "authors": [
3562        "Andrew Gallant <[email protected]>",
3563        "bluss"
3564      ],
3565      "categories": [],
3566      "default_run": null,
3567      "dependencies": [
3568        {
3569          "features": [],
3570          "kind": null,
3571          "name": "compiler_builtins",
3572          "optional": true,
3573          "registry": null,
3574          "rename": null,
3575          "req": "^0.1.2",
3576          "source": "registry+https://github.com/rust-lang/crates.io-index",
3577          "target": null,
3578          "uses_default_features": true
3579        },
3580        {
3581          "features": [],
3582          "kind": null,
3583          "name": "rustc-std-workspace-core",
3584          "optional": true,
3585          "registry": null,
3586          "rename": "core",
3587          "req": "^1.0.0",
3588          "source": "registry+https://github.com/rust-lang/crates.io-index",
3589          "target": null,
3590          "uses_default_features": true
3591        },
3592        {
3593          "features": [],
3594          "kind": null,
3595          "name": "log",
3596          "optional": true,
3597          "registry": null,
3598          "rename": null,
3599          "req": "^0.4.20",
3600          "source": "registry+https://github.com/rust-lang/crates.io-index",
3601          "target": null,
3602          "uses_default_features": true
3603        },
3604        {
3605          "features": [],
3606          "kind": "dev",
3607          "name": "quickcheck",
3608          "optional": false,
3609          "registry": null,
3610          "rename": null,
3611          "req": "^1.0.3",
3612          "source": "registry+https://github.com/rust-lang/crates.io-index",
3613          "target": null,
3614          "uses_default_features": false
3615        }
3616      ],
3617      "description": "Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for\n1, 2 or 3 byte search and single substring search.\n",
3618      "documentation": "https://docs.rs/memchr/",
3619      "edition": "2021",
3620      "features": {
3621        "alloc": [],
3622        "compiler_builtins": [
3623          "dep:compiler_builtins"
3624        ],
3625        "core": [
3626          "dep:core"
3627        ],
3628        "default": [
3629          "std"
3630        ],
3631        "libc": [],
3632        "logging": [
3633          "dep:log"
3634        ],
3635        "rustc-dep-of-std": [
3636          "core",
3637          "compiler_builtins"
3638        ],
3639        "std": [
3640          "alloc"
3641        ],
3642        "use_std": [
3643          "std"
3644        ]
3645      },
3646      "homepage": "https://github.com/BurntSushi/memchr",
3647      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
3648      "keywords": [
3649        "memchr",
3650        "memmem",
3651        "substring",
3652        "find",
3653        "search"
3654      ],
3655      "license": "Unlicense OR MIT",
3656      "license_file": null,
3657      "links": null,
3658      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.2/Cargo.toml",
3659      "metadata": {
3660        "docs": {
3661          "rs": {
3662            "rustdoc-args": [
3663              "--generate-link-to-definition"
3664            ]
3665          }
3666        }
3667      },
3668      "name": "memchr",
3669      "publish": null,
3670      "readme": "README.md",
3671      "repository": "https://github.com/BurntSushi/memchr",
3672      "rust_version": "1.61",
3673      "source": "registry+https://github.com/rust-lang/crates.io-index",
3674      "targets": [
3675        {
3676          "crate_types": [
3677            "lib"
3678          ],
3679          "doc": true,
3680          "doctest": true,
3681          "edition": "2021",
3682          "kind": [
3683            "lib"
3684          ],
3685          "name": "memchr",
3686          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.2/src/lib.rs",
3687          "test": true
3688        }
3689      ],
3690      "version": "2.7.2"
3691    },
3692    {
3693      "authors": [
3694        "Aleksey Kladov <[email protected]>"
3695      ],
3696      "categories": [
3697        "rust-patterns",
3698        "memory-management"
3699      ],
3700      "default_run": null,
3701      "dependencies": [
3702        {
3703          "features": [],
3704          "kind": null,
3705          "name": "critical-section",
3706          "optional": true,
3707          "registry": null,
3708          "rename": null,
3709          "req": "^1",
3710          "source": "registry+https://github.com/rust-lang/crates.io-index",
3711          "target": null,
3712          "uses_default_features": true
3713        },
3714        {
3715          "features": [],
3716          "kind": null,
3717          "name": "parking_lot_core",
3718          "optional": true,
3719          "registry": null,
3720          "rename": null,
3721          "req": "^0.9.3",
3722          "source": "registry+https://github.com/rust-lang/crates.io-index",
3723          "target": null,
3724          "uses_default_features": false
3725        },
3726        {
3727          "features": [],
3728          "kind": null,
3729          "name": "portable-atomic",
3730          "optional": true,
3731          "registry": null,
3732          "rename": null,
3733          "req": "^1",
3734          "source": "registry+https://github.com/rust-lang/crates.io-index",
3735          "target": null,
3736          "uses_default_features": true
3737        },
3738        {
3739          "features": [
3740            "std"
3741          ],
3742          "kind": "dev",
3743          "name": "critical-section",
3744          "optional": false,
3745          "registry": null,
3746          "rename": null,
3747          "req": "^1.1.1",
3748          "source": "registry+https://github.com/rust-lang/crates.io-index",
3749          "target": null,
3750          "uses_default_features": true
3751        },
3752        {
3753          "features": [],
3754          "kind": "dev",
3755          "name": "regex",
3756          "optional": false,
3757          "registry": null,
3758          "rename": null,
3759          "req": "^1.2.0",
3760          "source": "registry+https://github.com/rust-lang/crates.io-index",
3761          "target": null,
3762          "uses_default_features": true
3763        }
3764      ],
3765      "description": "Single assignment cells and lazy values.",
3766      "documentation": "https://docs.rs/once_cell",
3767      "edition": "2021",
3768      "features": {
3769        "alloc": [
3770          "race"
3771        ],
3772        "atomic-polyfill": [
3773          "critical-section"
3774        ],
3775        "critical-section": [
3776          "dep:critical-section",
3777          "portable-atomic"
3778        ],
3779        "default": [
3780          "std"
3781        ],
3782        "parking_lot": [
3783          "dep:parking_lot_core"
3784        ],
3785        "portable-atomic": [
3786          "dep:portable-atomic"
3787        ],
3788        "race": [],
3789        "std": [
3790          "alloc"
3791        ],
3792        "unstable": []
3793      },
3794      "homepage": null,
3795      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
3796      "keywords": [
3797        "lazy",
3798        "static"
3799      ],
3800      "license": "MIT OR Apache-2.0",
3801      "license_file": null,
3802      "links": null,
3803      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/Cargo.toml",
3804      "metadata": {
3805        "docs": {
3806          "rs": {
3807            "all-features": true,
3808            "rustdoc-args": [
3809              "--generate-link-to-definition"
3810            ]
3811          }
3812        }
3813      },
3814      "name": "once_cell",
3815      "publish": null,
3816      "readme": "README.md",
3817      "repository": "https://github.com/matklad/once_cell",
3818      "rust_version": "1.60",
3819      "source": "registry+https://github.com/rust-lang/crates.io-index",
3820      "targets": [
3821        {
3822          "crate_types": [
3823            "lib"
3824          ],
3825          "doc": true,
3826          "doctest": true,
3827          "edition": "2021",
3828          "kind": [
3829            "lib"
3830          ],
3831          "name": "once_cell",
3832          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs",
3833          "test": true
3834        },
3835        {
3836          "crate_types": [
3837            "bin"
3838          ],
3839          "doc": false,
3840          "doctest": false,
3841          "edition": "2021",
3842          "kind": [
3843            "example"
3844          ],
3845          "name": "bench",
3846          "required-features": [
3847            "std"
3848          ],
3849          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/bench.rs",
3850          "test": false
3851        },
3852        {
3853          "crate_types": [
3854            "bin"
3855          ],
3856          "doc": false,
3857          "doctest": false,
3858          "edition": "2021",
3859          "kind": [
3860            "example"
3861          ],
3862          "name": "bench_acquire",
3863          "required-features": [
3864            "std"
3865          ],
3866          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/bench_acquire.rs",
3867          "test": false
3868        },
3869        {
3870          "crate_types": [
3871            "bin"
3872          ],
3873          "doc": false,
3874          "doctest": false,
3875          "edition": "2021",
3876          "kind": [
3877            "example"
3878          ],
3879          "name": "lazy_static",
3880          "required-features": [
3881            "std"
3882          ],
3883          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/lazy_static.rs",
3884          "test": false
3885        },
3886        {
3887          "crate_types": [
3888            "bin"
3889          ],
3890          "doc": false,
3891          "doctest": false,
3892          "edition": "2021",
3893          "kind": [
3894            "example"
3895          ],
3896          "name": "reentrant_init_deadlocks",
3897          "required-features": [
3898            "std"
3899          ],
3900          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/reentrant_init_deadlocks.rs",
3901          "test": false
3902        },
3903        {
3904          "crate_types": [
3905            "bin"
3906          ],
3907          "doc": false,
3908          "doctest": false,
3909          "edition": "2021",
3910          "kind": [
3911            "example"
3912          ],
3913          "name": "regex",
3914          "required-features": [
3915            "std"
3916          ],
3917          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/regex.rs",
3918          "test": false
3919        },
3920        {
3921          "crate_types": [
3922            "bin"
3923          ],
3924          "doc": false,
3925          "doctest": false,
3926          "edition": "2021",
3927          "kind": [
3928            "example"
3929          ],
3930          "name": "test_synchronization",
3931          "required-features": [
3932            "std"
3933          ],
3934          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/test_synchronization.rs",
3935          "test": false
3936        },
3937        {
3938          "crate_types": [
3939            "bin"
3940          ],
3941          "doc": false,
3942          "doctest": false,
3943          "edition": "2021",
3944          "kind": [
3945            "test"
3946          ],
3947          "name": "it",
3948          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/tests/it/main.rs",
3949          "test": true
3950        }
3951      ],
3952      "version": "1.19.0"
3953    },
3954    {
3955      "authors": [],
3956      "categories": [
3957        "no-std",
3958        "no-std::no-alloc",
3959        "rust-patterns"
3960      ],
3961      "default_run": null,
3962      "dependencies": [
3963        {
3964          "features": [],
3965          "kind": "dev",
3966          "name": "rustversion",
3967          "optional": false,
3968          "registry": null,
3969          "rename": null,
3970          "req": "^1",
3971          "source": "registry+https://github.com/rust-lang/crates.io-index",
3972          "target": null,
3973          "uses_default_features": true
3974        },
3975        {
3976          "features": [],
3977          "kind": "dev",
3978          "name": "static_assertions",
3979          "optional": false,
3980          "registry": null,
3981          "rename": null,
3982          "req": "^1",
3983          "source": "registry+https://github.com/rust-lang/crates.io-index",
3984          "target": null,
3985          "uses_default_features": true
3986        }
3987      ],
3988      "description": "A lightweight version of pin-project written with declarative macros.\n",
3989      "documentation": null,
3990      "edition": "2018",
3991      "features": {},
3992      "homepage": null,
3993      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
3994      "keywords": [
3995        "pin",
3996        "macros"
3997      ],
3998      "license": "Apache-2.0 OR MIT",
3999      "license_file": null,
4000      "links": null,
4001      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/Cargo.toml",
4002      "metadata": {
4003        "cargo_check_external_types": {
4004          "allowed_external_types": []
4005        },
4006        "docs": {
4007          "rs": {
4008            "targets": [
4009              "x86_64-unknown-linux-gnu"
4010            ]
4011          }
4012        }
4013      },
4014      "name": "pin-project-lite",
4015      "publish": null,
4016      "readme": "README.md",
4017      "repository": "https://github.com/taiki-e/pin-project-lite",
4018      "rust_version": "1.37",
4019      "source": "registry+https://github.com/rust-lang/crates.io-index",
4020      "targets": [
4021        {
4022          "crate_types": [
4023            "lib"
4024          ],
4025          "doc": true,
4026          "doctest": true,
4027          "edition": "2018",
4028          "kind": [
4029            "lib"
4030          ],
4031          "name": "pin-project-lite",
4032          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/src/lib.rs",
4033          "test": true
4034        },
4035        {
4036          "crate_types": [
4037            "bin"
4038          ],
4039          "doc": false,
4040          "doctest": false,
4041          "edition": "2018",
4042          "kind": [
4043            "test"
4044          ],
4045          "name": "test",
4046          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/tests/test.rs",
4047          "test": true
4048        },
4049        {
4050          "crate_types": [
4051            "bin"
4052          ],
4053          "doc": false,
4054          "doctest": false,
4055          "edition": "2018",
4056          "kind": [
4057            "test"
4058          ],
4059          "name": "proper_unpin",
4060          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/tests/proper_unpin.rs",
4061          "test": true
4062        },
4063        {
4064          "crate_types": [
4065            "bin"
4066          ],
4067          "doc": false,
4068          "doctest": false,
4069          "edition": "2018",
4070          "kind": [
4071            "test"
4072          ],
4073          "name": "drop_order",
4074          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/tests/drop_order.rs",
4075          "test": true
4076        },
4077        {
4078          "crate_types": [
4079            "bin"
4080          ],
4081          "doc": false,
4082          "doctest": false,
4083          "edition": "2018",
4084          "kind": [
4085            "test"
4086          ],
4087          "name": "compiletest",
4088          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/tests/compiletest.rs",
4089          "test": true
4090        },
4091        {
4092          "crate_types": [
4093            "bin"
4094          ],
4095          "doc": false,
4096          "doctest": false,
4097          "edition": "2018",
4098          "kind": [
4099            "test"
4100          ],
4101          "name": "expandtest",
4102          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/tests/expandtest.rs",
4103          "test": true
4104        }
4105      ],
4106      "version": "0.2.14"
4107    },
4108    {
4109      "authors": [
4110        "Josef Brandl <[email protected]>"
4111      ],
4112      "categories": [],
4113      "default_run": null,
4114      "dependencies": [],
4115      "description": "Utilities for pinning\n",
4116      "documentation": "https://docs.rs/pin-utils",
4117      "edition": "2018",
4118      "features": {},
4119      "homepage": null,
4120      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
4121      "keywords": [],
4122      "license": "MIT OR Apache-2.0",
4123      "license_file": null,
4124      "links": null,
4125      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/Cargo.toml",
4126      "metadata": null,
4127      "name": "pin-utils",
4128      "publish": null,
4129      "readme": "README.md",
4130      "repository": "https://github.com/rust-lang-nursery/pin-utils",
4131      "rust_version": null,
4132      "source": "registry+https://github.com/rust-lang/crates.io-index",
4133      "targets": [
4134        {
4135          "crate_types": [
4136            "lib"
4137          ],
4138          "doc": true,
4139          "doctest": true,
4140          "edition": "2018",
4141          "kind": [
4142            "lib"
4143          ],
4144          "name": "pin-utils",
4145          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs",
4146          "test": true
4147        },
4148        {
4149          "crate_types": [
4150            "bin"
4151          ],
4152          "doc": false,
4153          "doctest": false,
4154          "edition": "2018",
4155          "kind": [
4156            "test"
4157          ],
4158          "name": "stack_pin",
4159          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/tests/stack_pin.rs",
4160          "test": true
4161        },
4162        {
4163          "crate_types": [
4164            "bin"
4165          ],
4166          "doc": false,
4167          "doctest": false,
4168          "edition": "2018",
4169          "kind": [
4170            "test"
4171          ],
4172          "name": "projection",
4173          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/tests/projection.rs",
4174          "test": true
4175        }
4176      ],
4177      "version": "0.1.0"
4178    },
4179    {
4180      "authors": [
4181        "David Tolnay <[email protected]>",
4182        "Alex Crichton <[email protected]>"
4183      ],
4184      "categories": [
4185        "development-tools::procedural-macro-helpers"
4186      ],
4187      "default_run": null,
4188      "dependencies": [
4189        {
4190          "features": [],
4191          "kind": null,
4192          "name": "unicode-ident",
4193          "optional": false,
4194          "registry": null,
4195          "rename": null,
4196          "req": "^1.0",
4197          "source": "registry+https://github.com/rust-lang/crates.io-index",
4198          "target": null,
4199          "uses_default_features": true
4200        },
4201        {
4202          "features": [],
4203          "kind": "dev",
4204          "name": "flate2",
4205          "optional": false,
4206          "registry": null,
4207          "rename": null,
4208          "req": "^1.0",
4209          "source": "registry+https://github.com/rust-lang/crates.io-index",
4210          "target": null,
4211          "uses_default_features": true
4212        },
4213        {
4214          "features": [],
4215          "kind": "dev",
4216          "name": "quote",
4217          "optional": false,
4218          "registry": null,
4219          "rename": null,
4220          "req": "^1.0",
4221          "source": "registry+https://github.com/rust-lang/crates.io-index",
4222          "target": null,
4223          "uses_default_features": false
4224        },
4225        {
4226          "features": [],
4227          "kind": "dev",
4228          "name": "rayon",
4229          "optional": false,
4230          "registry": null,
4231          "rename": null,
4232          "req": "^1.0",
4233          "source": "registry+https://github.com/rust-lang/crates.io-index",
4234          "target": null,
4235          "uses_default_features": true
4236        },
4237        {
4238          "features": [],
4239          "kind": "dev",
4240          "name": "rustversion",
4241          "optional": false,
4242          "registry": null,
4243          "rename": null,
4244          "req": "^1",
4245          "source": "registry+https://github.com/rust-lang/crates.io-index",
4246          "target": null,
4247          "uses_default_features": true
4248        },
4249        {
4250          "features": [],
4251          "kind": "dev",
4252          "name": "tar",
4253          "optional": false,
4254          "registry": null,
4255          "rename": null,
4256          "req": "^0.4",
4257          "source": "registry+https://github.com/rust-lang/crates.io-index",
4258          "target": null,
4259          "uses_default_features": true
4260        }
4261      ],
4262      "description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.",
4263      "documentation": "https://docs.rs/proc-macro2",
4264      "edition": "2021",
4265      "features": {
4266        "default": [
4267          "proc-macro"
4268        ],
4269        "nightly": [],
4270        "proc-macro": [],
4271        "span-locations": []
4272      },
4273      "homepage": null,
4274      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
4275      "keywords": [
4276        "macros",
4277        "syn"
4278      ],
4279      "license": "MIT OR Apache-2.0",
4280      "license_file": null,
4281      "links": null,
4282      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.80/Cargo.toml",
4283      "metadata": {
4284        "docs": {
4285          "rs": {
4286            "rustc-args": [
4287              "--cfg",
4288              "procmacro2_semver_exempt"
4289            ],
4290            "rustdoc-args": [
4291              "--cfg",
4292              "procmacro2_semver_exempt",
4293              "--cfg",
4294              "doc_cfg",
4295              "--generate-link-to-definition"
4296            ],
4297            "targets": [
4298              "x86_64-unknown-linux-gnu"
4299            ]
4300          }
4301        },
4302        "playground": {
4303          "features": [
4304            "span-locations"
4305          ]
4306        }
4307      },
4308      "name": "proc-macro2",
4309      "publish": null,
4310      "readme": "README.md",
4311      "repository": "https://github.com/dtolnay/proc-macro2",
4312      "rust_version": "1.56",
4313      "source": "registry+https://github.com/rust-lang/crates.io-index",
4314      "targets": [
4315        {
4316          "crate_types": [
4317            "lib"
4318          ],
4319          "doc": true,
4320          "doctest": true,
4321          "edition": "2021",
4322          "kind": [
4323            "lib"
4324          ],
4325          "name": "proc-macro2",
4326          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.80/src/lib.rs",
4327          "test": true
4328        },
4329        {
4330          "crate_types": [
4331            "bin"
4332          ],
4333          "doc": false,
4334          "doctest": false,
4335          "edition": "2021",
4336          "kind": [
4337            "test"
4338          ],
4339          "name": "test",
4340          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.80/tests/test.rs",
4341          "test": true
4342        },
4343        {
4344          "crate_types": [
4345            "bin"
4346          ],
4347          "doc": false,
4348          "doctest": false,
4349          "edition": "2021",
4350          "kind": [
4351            "test"
4352          ],
4353          "name": "marker",
4354          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.80/tests/marker.rs",
4355          "test": true
4356        },
4357        {
4358          "crate_types": [
4359            "bin"
4360          ],
4361          "doc": false,
4362          "doctest": false,
4363          "edition": "2021",
4364          "kind": [
4365            "test"
4366          ],
4367          "name": "features",
4368          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.80/tests/features.rs",
4369          "test": true
4370        },
4371        {
4372          "crate_types": [
4373            "bin"
4374          ],
4375          "doc": false,
4376          "doctest": false,
4377          "edition": "2021",
4378          "kind": [
4379            "test"
4380          ],
4381          "name": "test_size",
4382          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.80/tests/test_size.rs",
4383          "test": true
4384        },
4385        {
4386          "crate_types": [
4387            "bin"
4388          ],
4389          "doc": false,
4390          "doctest": false,
4391          "edition": "2021",
4392          "kind": [
4393            "test"
4394          ],
4395          "name": "test_fmt",
4396          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.80/tests/test_fmt.rs",
4397          "test": true
4398        },
4399        {
4400          "crate_types": [
4401            "bin"
4402          ],
4403          "doc": false,
4404          "doctest": false,
4405          "edition": "2021",
4406          "kind": [
4407            "test"
4408          ],
4409          "name": "comments",
4410          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.80/tests/comments.rs",
4411          "test": true
4412        },
4413        {
4414          "crate_types": [
4415            "bin"
4416          ],
4417          "doc": false,
4418          "doctest": false,
4419          "edition": "2021",
4420          "kind": [
4421            "custom-build"
4422          ],
4423          "name": "build-script-build",
4424          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.80/build.rs",
4425          "test": false
4426        }
4427      ],
4428      "version": "1.0.80"
4429    },
4430    {
4431      "authors": [
4432        "David Tolnay <[email protected]>"
4433      ],
4434      "categories": [
4435        "development-tools::procedural-macro-helpers"
4436      ],
4437      "default_run": null,
4438      "dependencies": [
4439        {
4440          "features": [],
4441          "kind": null,
4442          "name": "proc-macro2",
4443          "optional": false,
4444          "registry": null,
4445          "rename": null,
4446          "req": "^1.0.74",
4447          "source": "registry+https://github.com/rust-lang/crates.io-index",
4448          "target": null,
4449          "uses_default_features": false
4450        },
4451        {
4452          "features": [],
4453          "kind": "dev",
4454          "name": "rustversion",
4455          "optional": false,
4456          "registry": null,
4457          "rename": null,
4458          "req": "^1.0",
4459          "source": "registry+https://github.com/rust-lang/crates.io-index",
4460          "target": null,
4461          "uses_default_features": true
4462        },
4463        {
4464          "features": [
4465            "diff"
4466          ],
4467          "kind": "dev",
4468          "name": "trybuild",
4469          "optional": false,
4470          "registry": null,
4471          "rename": null,
4472          "req": "^1.0.66",
4473          "source": "registry+https://github.com/rust-lang/crates.io-index",
4474          "target": null,
4475          "uses_default_features": true
4476        }
4477      ],
4478      "description": "Quasi-quoting macro quote!(...)",
4479      "documentation": "https://docs.rs/quote/",
4480      "edition": "2018",
4481      "features": {
4482        "default": [
4483          "proc-macro"
4484        ],
4485        "proc-macro": [
4486          "proc-macro2/proc-macro"
4487        ]
4488      },
4489      "homepage": null,
4490      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
4491      "keywords": [
4492        "macros",
4493        "syn"
4494      ],
4495      "license": "MIT OR Apache-2.0",
4496      "license_file": null,
4497      "links": null,
4498      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.36/Cargo.toml",
4499      "metadata": {
4500        "docs": {
4501          "rs": {
4502            "rustdoc-args": [
4503              "--generate-link-to-definition"
4504            ],
4505            "targets": [
4506              "x86_64-unknown-linux-gnu"
4507            ]
4508          }
4509        }
4510      },
4511      "name": "quote",
4512      "publish": null,
4513      "readme": "README.md",
4514      "repository": "https://github.com/dtolnay/quote",
4515      "rust_version": "1.56",
4516      "source": "registry+https://github.com/rust-lang/crates.io-index",
4517      "targets": [
4518        {
4519          "crate_types": [
4520            "lib"
4521          ],
4522          "doc": true,
4523          "doctest": true,
4524          "edition": "2018",
4525          "kind": [
4526            "lib"
4527          ],
4528          "name": "quote",
4529          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.36/src/lib.rs",
4530          "test": true
4531        },
4532        {
4533          "crate_types": [
4534            "bin"
4535          ],
4536          "doc": false,
4537          "doctest": false,
4538          "edition": "2018",
4539          "kind": [
4540            "test"
4541          ],
4542          "name": "test",
4543          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.36/tests/test.rs",
4544          "test": true
4545        },
4546        {
4547          "crate_types": [
4548            "bin"
4549          ],
4550          "doc": false,
4551          "doctest": false,
4552          "edition": "2018",
4553          "kind": [
4554            "test"
4555          ],
4556          "name": "compiletest",
4557          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.36/tests/compiletest.rs",
4558          "test": true
4559        }
4560      ],
4561      "version": "1.0.36"
4562    },
4563    {
4564      "authors": [
4565        "David Tolnay <[email protected]>"
4566      ],
4567      "categories": [
4568        "development-tools::build-utils",
4569        "no-std",
4570        "no-std::no-alloc"
4571      ],
4572      "default_run": null,
4573      "dependencies": [
4574        {
4575          "features": [
4576            "diff"
4577          ],
4578          "kind": "dev",
4579          "name": "trybuild",
4580          "optional": false,
4581          "registry": null,
4582          "rename": null,
4583          "req": "^1.0.49",
4584          "source": "registry+https://github.com/rust-lang/crates.io-index",
4585          "target": null,
4586          "uses_default_features": true
4587        }
4588      ],
4589      "description": "Conditional compilation according to rustc compiler version",
4590      "documentation": "https://docs.rs/rustversion",
4591      "edition": "2018",
4592      "features": {},
4593      "homepage": null,
4594      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
4595      "keywords": [],
4596      "license": "MIT OR Apache-2.0",
4597      "license_file": null,
4598      "links": null,
4599      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.15/Cargo.toml",
4600      "metadata": {
4601        "docs": {
4602          "rs": {
4603            "rustdoc-args": [
4604              "--generate-link-to-definition"
4605            ],
4606            "targets": [
4607              "x86_64-unknown-linux-gnu"
4608            ]
4609          }
4610        }
4611      },
4612      "name": "rustversion",
4613      "publish": null,
4614      "readme": "README.md",
4615      "repository": "https://github.com/dtolnay/rustversion",
4616      "rust_version": "1.31",
4617      "source": "registry+https://github.com/rust-lang/crates.io-index",
4618      "targets": [
4619        {
4620          "crate_types": [
4621            "proc-macro"
4622          ],
4623          "doc": true,
4624          "doctest": true,
4625          "edition": "2018",
4626          "kind": [
4627            "proc-macro"
4628          ],
4629          "name": "rustversion",
4630          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.15/src/lib.rs",
4631          "test": true
4632        },
4633        {
4634          "crate_types": [
4635            "bin"
4636          ],
4637          "doc": false,
4638          "doctest": false,
4639          "edition": "2018",
4640          "kind": [
4641            "test"
4642          ],
4643          "name": "test_const",
4644          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.15/tests/test_const.rs",
4645          "test": true
4646        },
4647        {
4648          "crate_types": [
4649            "bin"
4650          ],
4651          "doc": false,
4652          "doctest": false,
4653          "edition": "2018",
4654          "kind": [
4655            "test"
4656          ],
4657          "name": "test_parse",
4658          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.15/tests/test_parse.rs",
4659          "test": true
4660        },
4661        {
4662          "crate_types": [
4663            "bin"
4664          ],
4665          "doc": false,
4666          "doctest": false,
4667          "edition": "2018",
4668          "kind": [
4669            "test"
4670          ],
4671          "name": "test_eval",
4672          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.15/tests/test_eval.rs",
4673          "test": true
4674        },
4675        {
4676          "crate_types": [
4677            "bin"
4678          ],
4679          "doc": false,
4680          "doctest": false,
4681          "edition": "2018",
4682          "kind": [
4683            "test"
4684          ],
4685          "name": "compiletest",
4686          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.15/tests/compiletest.rs",
4687          "test": true
4688        },
4689        {
4690          "crate_types": [
4691            "bin"
4692          ],
4693          "doc": false,
4694          "doctest": false,
4695          "edition": "2018",
4696          "kind": [
4697            "custom-build"
4698          ],
4699          "name": "build-script-build",
4700          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.15/build/build.rs",
4701          "test": false
4702        }
4703      ],
4704      "version": "1.0.15"
4705    },
4706    {
4707      "authors": [
4708        "David Tolnay <[email protected]>"
4709      ],
4710      "categories": [
4711        "value-formatting",
4712        "no-std",
4713        "no-std::no-alloc"
4714      ],
4715      "default_run": null,
4716      "dependencies": [
4717        {
4718          "features": [],
4719          "kind": null,
4720          "name": "no-panic",
4721          "optional": true,
4722          "registry": null,
4723          "rename": null,
4724          "req": "^0.1",
4725          "source": "registry+https://github.com/rust-lang/crates.io-index",
4726          "target": null,
4727          "uses_default_features": true
4728        },
4729        {
4730          "features": [],
4731          "kind": "dev",
4732          "name": "num_cpus",
4733          "optional": false,
4734          "registry": null,
4735          "rename": null,
4736          "req": "^1.8",
4737          "source": "registry+https://github.com/rust-lang/crates.io-index",
4738          "target": null,
4739          "uses_default_features": true
4740        },
4741        {
4742          "features": [],
4743          "kind": "dev",
4744          "name": "rand",
4745          "optional": false,
4746          "registry": null,
4747          "rename": null,
4748          "req": "^0.8",
4749          "source": "registry+https://github.com/rust-lang/crates.io-index",
4750          "target": null,
4751          "uses_default_features": true
4752        },
4753        {
4754          "features": [],
4755          "kind": "dev",
4756          "name": "rand_xorshift",
4757          "optional": false,
4758          "registry": null,
4759          "rename": null,
4760          "req": "^0.3",
4761          "source": "registry+https://github.com/rust-lang/crates.io-index",
4762          "target": null,
4763          "uses_default_features": true
4764        }
4765      ],
4766      "description": "Fast floating point to string conversion",
4767      "documentation": "https://docs.rs/ryu",
4768      "edition": "2018",
4769      "features": {
4770        "no-panic": [
4771          "dep:no-panic"
4772        ],
4773        "small": []
4774      },
4775      "homepage": null,
4776      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
4777      "keywords": [
4778        "float"
4779      ],
4780      "license": "Apache-2.0 OR BSL-1.0",
4781      "license_file": null,
4782      "links": null,
4783      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/Cargo.toml",
4784      "metadata": {
4785        "docs": {
4786          "rs": {
4787            "rustdoc-args": [
4788              "--generate-link-to-definition"
4789            ],
4790            "targets": [
4791              "x86_64-unknown-linux-gnu"
4792            ]
4793          }
4794        }
4795      },
4796      "name": "ryu",
4797      "publish": null,
4798      "readme": "README.md",
4799      "repository": "https://github.com/dtolnay/ryu",
4800      "rust_version": "1.36",
4801      "source": "registry+https://github.com/rust-lang/crates.io-index",
4802      "targets": [
4803        {
4804          "crate_types": [
4805            "lib"
4806          ],
4807          "doc": true,
4808          "doctest": true,
4809          "edition": "2018",
4810          "kind": [
4811            "lib"
4812          ],
4813          "name": "ryu",
4814          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/src/lib.rs",
4815          "test": true
4816        },
4817        {
4818          "crate_types": [
4819            "bin"
4820          ],
4821          "doc": false,
4822          "doctest": false,
4823          "edition": "2018",
4824          "kind": [
4825            "example"
4826          ],
4827          "name": "upstream_benchmark",
4828          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/examples/upstream_benchmark.rs",
4829          "test": false
4830        },
4831        {
4832          "crate_types": [
4833            "bin"
4834          ],
4835          "doc": false,
4836          "doctest": false,
4837          "edition": "2018",
4838          "kind": [
4839            "test"
4840          ],
4841          "name": "exhaustive",
4842          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/exhaustive.rs",
4843          "test": true
4844        },
4845        {
4846          "crate_types": [
4847            "bin"
4848          ],
4849          "doc": false,
4850          "doctest": false,
4851          "edition": "2018",
4852          "kind": [
4853            "test"
4854          ],
4855          "name": "common_test",
4856          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/common_test.rs",
4857          "test": true
4858        },
4859        {
4860          "crate_types": [
4861            "bin"
4862          ],
4863          "doc": false,
4864          "doctest": false,
4865          "edition": "2018",
4866          "kind": [
4867            "test"
4868          ],
4869          "name": "d2s_table_test",
4870          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/d2s_table_test.rs",
4871          "test": true
4872        },
4873        {
4874          "crate_types": [
4875            "bin"
4876          ],
4877          "doc": false,
4878          "doctest": false,
4879          "edition": "2018",
4880          "kind": [
4881            "test"
4882          ],
4883          "name": "d2s_test",
4884          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/d2s_test.rs",
4885          "test": true
4886        },
4887        {
4888          "crate_types": [
4889            "bin"
4890          ],
4891          "doc": false,
4892          "doctest": false,
4893          "edition": "2018",
4894          "kind": [
4895            "test"
4896          ],
4897          "name": "d2s_intrinsics_test",
4898          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/d2s_intrinsics_test.rs",
4899          "test": true
4900        },
4901        {
4902          "crate_types": [
4903            "bin"
4904          ],
4905          "doc": false,
4906          "doctest": false,
4907          "edition": "2018",
4908          "kind": [
4909            "test"
4910          ],
4911          "name": "s2d_test",
4912          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/s2d_test.rs",
4913          "test": true
4914        },
4915        {
4916          "crate_types": [
4917            "bin"
4918          ],
4919          "doc": false,
4920          "doctest": false,
4921          "edition": "2018",
4922          "kind": [
4923            "test"
4924          ],
4925          "name": "s2f_test",
4926          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/s2f_test.rs",
4927          "test": true
4928        },
4929        {
4930          "crate_types": [
4931            "bin"
4932          ],
4933          "doc": false,
4934          "doctest": false,
4935          "edition": "2018",
4936          "kind": [
4937            "test"
4938          ],
4939          "name": "f2s_test",
4940          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/tests/f2s_test.rs",
4941          "test": true
4942        },
4943        {
4944          "crate_types": [
4945            "bin"
4946          ],
4947          "doc": false,
4948          "doctest": false,
4949          "edition": "2018",
4950          "kind": [
4951            "bench"
4952          ],
4953          "name": "bench",
4954          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.17/benches/bench.rs",
4955          "test": false
4956        }
4957      ],
4958      "version": "1.0.17"
4959    },
4960    {
4961      "authors": [
4962        "Erick Tryzelaar <[email protected]>",
4963        "David Tolnay <[email protected]>"
4964      ],
4965      "categories": [
4966        "encoding",
4967        "no-std",
4968        "no-std::no-alloc"
4969      ],
4970      "default_run": null,
4971      "dependencies": [
4972        {
4973          "features": [],
4974          "kind": null,
4975          "name": "serde_derive",
4976          "optional": true,
4977          "registry": null,
4978          "rename": null,
4979          "req": "^1",
4980          "source": "registry+https://github.com/rust-lang/crates.io-index",
4981          "target": null,
4982          "uses_default_features": true
4983        },
4984        {
4985          "features": [],
4986          "kind": "dev",
4987          "name": "serde_derive",
4988          "optional": false,
4989          "registry": null,
4990          "rename": null,
4991          "req": "^1",
4992          "source": "registry+https://github.com/rust-lang/crates.io-index",
4993          "target": null,
4994          "uses_default_features": true
4995        },
4996        {
4997          "features": [],
4998          "kind": null,
4999          "name": "serde_derive",
5000          "optional": false,
5001          "registry": null,
5002          "rename": null,
5003          "req": "=1.0.197",
5004          "source": "registry+https://github.com/rust-lang/crates.io-index",
5005          "target": "cfg(any())",
5006          "uses_default_features": true
5007        }
5008      ],
5009      "description": "A generic serialization/deserialization framework",
5010      "documentation": "https://docs.rs/serde",
5011      "edition": "2018",
5012      "features": {
5013        "alloc": [],
5014        "default": [
5015          "std"
5016        ],
5017        "derive": [
5018          "serde_derive"
5019        ],
5020        "rc": [],
5021        "serde_derive": [
5022          "dep:serde_derive"
5023        ],
5024        "std": [],
5025        "unstable": []
5026      },
5027      "homepage": "https://serde.rs",
5028      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
5029      "keywords": [
5030        "serde",
5031        "serialization",
5032        "no_std"
5033      ],
5034      "license": "MIT OR Apache-2.0",
5035      "license_file": null,
5036      "links": null,
5037      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/Cargo.toml",
5038      "metadata": {
5039        "docs": {
5040          "rs": {
5041            "features": [
5042              "derive",
5043              "rc",
5044              "unstable"
5045            ],
5046            "rustdoc-args": [
5047              "--cfg",
5048              "doc_cfg",
5049              "--generate-link-to-definition"
5050            ],
5051            "targets": [
5052              "x86_64-unknown-linux-gnu"
5053            ]
5054          }
5055        },
5056        "playground": {
5057          "features": [
5058            "derive",
5059            "rc"
5060          ]
5061        }
5062      },
5063      "name": "serde",
5064      "publish": null,
5065      "readme": "crates-io.md",
5066      "repository": "https://github.com/serde-rs/serde",
5067      "rust_version": "1.31",
5068      "source": "registry+https://github.com/rust-lang/crates.io-index",
5069      "targets": [
5070        {
5071          "crate_types": [
5072            "lib"
5073          ],
5074          "doc": true,
5075          "doctest": true,
5076          "edition": "2018",
5077          "kind": [
5078            "lib"
5079          ],
5080          "name": "serde",
5081          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/src/lib.rs",
5082          "test": true
5083        },
5084        {
5085          "crate_types": [
5086            "bin"
5087          ],
5088          "doc": false,
5089          "doctest": false,
5090          "edition": "2018",
5091          "kind": [
5092            "custom-build"
5093          ],
5094          "name": "build-script-build",
5095          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.197/build.rs",
5096          "test": false
5097        }
5098      ],
5099      "version": "1.0.197"
5100    },
5101    {
5102      "authors": [
5103        "Erick Tryzelaar <[email protected]>",
5104        "David Tolnay <[email protected]>"
5105      ],
5106      "categories": [
5107        "no-std",
5108        "no-std::no-alloc"
5109      ],
5110      "default_run": null,
5111      "dependencies": [
5112        {
5113          "features": [
5114            "proc-macro"
5115          ],
5116          "kind": null,
5117          "name": "proc-macro2",
5118          "optional": false,
5119          "registry": null,
5120          "rename": null,
5121          "req": "^1.0.74",
5122          "source": "registry+https://github.com/rust-lang/crates.io-index",
5123          "target": null,
5124          "uses_default_features": false
5125        },
5126        {
5127          "features": [
5128            "proc-macro"
5129          ],
5130          "kind": null,
5131          "name": "quote",
5132          "optional": false,
5133          "registry": null,
5134          "rename": null,
5135          "req": "^1.0.35",
5136          "source": "registry+https://github.com/rust-lang/crates.io-index",
5137          "target": null,
5138          "uses_default_features": false
5139        },
5140        {
5141          "features": [
5142            "clone-impls",
5143            "derive",
5144            "parsing",
5145            "printing",
5146            "proc-macro"
5147          ],
5148          "kind": null,
5149          "name": "syn",
5150          "optional": false,
5151          "registry": null,
5152          "rename": null,
5153          "req": "^2.0.46",
5154          "source": "registry+https://github.com/rust-lang/crates.io-index",
5155          "target": null,
5156          "uses_default_features": false
5157        },
5158        {
5159          "features": [],
5160          "kind": "dev",
5161          "name": "serde",
5162          "optional": false,
5163          "registry": null,
5164          "rename": null,
5165          "req": "^1",
5166          "source": "registry+https://github.com/rust-lang/crates.io-index",
5167          "target": null,
5168          "uses_default_features": true
5169        }
5170      ],
5171      "description": "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]",
5172      "documentation": "https://serde.rs/derive.html",
5173      "edition": "2015",
5174      "features": {
5175        "default": [],
5176        "deserialize_in_place": []
5177      },
5178      "homepage": "https://serde.rs",
5179      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
5180      "keywords": [
5181        "serde",
5182        "serialization",
5183        "no_std",
5184        "derive"
5185      ],
5186      "license": "MIT OR Apache-2.0",
5187      "license_file": null,
5188      "links": null,
5189      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.197/Cargo.toml",
5190      "metadata": {
5191        "docs": {
5192          "rs": {
5193            "rustdoc-args": [
5194              "--generate-link-to-definition"
5195            ],
5196            "targets": [
5197              "x86_64-unknown-linux-gnu"
5198            ]
5199          }
5200        }
5201      },
5202      "name": "serde_derive",
5203      "publish": null,
5204      "readme": "crates-io.md",
5205      "repository": "https://github.com/serde-rs/serde",
5206      "rust_version": "1.56",
5207      "source": "registry+https://github.com/rust-lang/crates.io-index",
5208      "targets": [
5209        {
5210          "crate_types": [
5211            "proc-macro"
5212          ],
5213          "doc": true,
5214          "doctest": true,
5215          "edition": "2015",
5216          "kind": [
5217            "proc-macro"
5218          ],
5219          "name": "serde_derive",
5220          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.197/src/lib.rs",
5221          "test": true
5222        }
5223      ],
5224      "version": "1.0.197"
5225    },
5226    {
5227      "authors": [
5228        "Erick Tryzelaar <[email protected]>",
5229        "David Tolnay <[email protected]>"
5230      ],
5231      "categories": [
5232        "encoding",
5233        "parser-implementations",
5234        "no-std"
5235      ],
5236      "default_run": null,
5237      "dependencies": [
5238        {
5239          "features": [],
5240          "kind": null,
5241          "name": "indexmap",
5242          "optional": true,
5243          "registry": null,
5244          "rename": null,
5245          "req": "^2.2.1",
5246          "source": "registry+https://github.com/rust-lang/crates.io-index",
5247          "target": null,
5248          "uses_default_features": true
5249        },
5250        {
5251          "features": [],
5252          "kind": null,
5253          "name": "itoa",
5254          "optional": false,
5255          "registry": null,
5256          "rename": null,
5257          "req": "^1.0",
5258          "source": "registry+https://github.com/rust-lang/crates.io-index",
5259          "target": null,
5260          "uses_default_features": true
5261        },
5262        {
5263          "features": [],
5264          "kind": null,
5265          "name": "ryu",
5266          "optional": false,
5267          "registry": null,
5268          "rename": null,
5269          "req": "^1.0",
5270          "source": "registry+https://github.com/rust-lang/crates.io-index",
5271          "target": null,
5272          "uses_default_features": true
5273        },
5274        {
5275          "features": [],
5276          "kind": null,
5277          "name": "serde",
5278          "optional": false,
5279          "registry": null,
5280          "rename": null,
5281          "req": "^1.0.194",
5282          "source": "registry+https://github.com/rust-lang/crates.io-index",
5283          "target": null,
5284          "uses_default_features": false
5285        },
5286        {
5287          "features": [],
5288          "kind": "dev",
5289          "name": "automod",
5290          "optional": false,
5291          "registry": null,
5292          "rename": null,
5293          "req": "^1.0.11",
5294          "source": "registry+https://github.com/rust-lang/crates.io-index",
5295          "target": null,
5296          "uses_default_features": true
5297        },
5298        {
5299          "features": [],
5300          "kind": "dev",
5301          "name": "indoc",
5302          "optional": false,
5303          "registry": null,
5304          "rename": null,
5305          "req": "^2.0.2",
5306          "source": "registry+https://github.com/rust-lang/crates.io-index",
5307          "target": null,
5308          "uses_default_features": true
5309        },
5310        {
5311          "features": [],
5312          "kind": "dev",
5313          "name": "ref-cast",
5314          "optional": false,
5315          "registry": null,
5316          "rename": null,
5317          "req": "^1.0.18",
5318          "source": "registry+https://github.com/rust-lang/crates.io-index",
5319          "target": null,
5320          "uses_default_features": true
5321        },
5322        {
5323          "features": [],
5324          "kind": "dev",
5325          "name": "rustversion",
5326          "optional": false,
5327          "registry": null,
5328          "rename": null,
5329          "req": "^1.0.13",
5330          "source": "registry+https://github.com/rust-lang/crates.io-index",
5331          "target": null,
5332          "uses_default_features": true
5333        },
5334        {
5335          "features": [
5336            "derive"
5337          ],
5338          "kind": "dev",
5339          "name": "serde",
5340          "optional": false,
5341          "registry": null,
5342          "rename": null,
5343          "req": "^1.0.194",
5344          "source": "registry+https://github.com/rust-lang/crates.io-index",
5345          "target": null,
5346          "uses_default_features": true
5347        },
5348        {
5349          "features": [],
5350          "kind": "dev",
5351          "name": "serde_bytes",
5352          "optional": false,
5353          "registry": null,
5354          "rename": null,
5355          "req": "^0.11.10",
5356          "source": "registry+https://github.com/rust-lang/crates.io-index",
5357          "target": null,
5358          "uses_default_features": true
5359        },
5360        {
5361          "features": [],
5362          "kind": "dev",
5363          "name": "serde_derive",
5364          "optional": false,
5365          "registry": null,
5366          "rename": null,
5367          "req": "^1.0.166",
5368          "source": "registry+https://github.com/rust-lang/crates.io-index",
5369          "target": null,
5370          "uses_default_features": true
5371        },
5372        {
5373          "features": [],
5374          "kind": "dev",
5375          "name": "serde_stacker",
5376          "optional": false,
5377          "registry": null,
5378          "rename": null,
5379          "req": "^0.1.8",
5380          "source": "registry+https://github.com/rust-lang/crates.io-index",
5381          "target": null,
5382          "uses_default_features": true
5383        },
5384        {
5385          "features": [
5386            "diff"
5387          ],
5388          "kind": "dev",
5389          "name": "trybuild",
5390          "optional": false,
5391          "registry": null,
5392          "rename": null,
5393          "req": "^1.0.81",
5394          "source": "registry+https://github.com/rust-lang/crates.io-index",
5395          "target": null,
5396          "uses_default_features": true
5397        }
5398      ],
5399      "description": "A JSON serialization file format",
5400      "documentation": "https://docs.rs/serde_json",
5401      "edition": "2021",
5402      "features": {
5403        "alloc": [
5404          "serde/alloc"
5405        ],
5406        "arbitrary_precision": [],
5407        "default": [
5408          "std"
5409        ],
5410        "float_roundtrip": [],
5411        "indexmap": [
5412          "dep:indexmap"
5413        ],
5414        "preserve_order": [
5415          "indexmap",
5416          "std"
5417        ],
5418        "raw_value": [],
5419        "std": [
5420          "serde/std"
5421        ],
5422        "unbounded_depth": []
5423      },
5424      "homepage": null,
5425      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
5426      "keywords": [
5427        "json",
5428        "serde",
5429        "serialization"
5430      ],
5431      "license": "MIT OR Apache-2.0",
5432      "license_file": null,
5433      "links": null,
5434      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/Cargo.toml",
5435      "metadata": {
5436        "docs": {
5437          "rs": {
5438            "features": [
5439              "preserve_order",
5440              "raw_value",
5441              "unbounded_depth"
5442            ],
5443            "rustdoc-args": [
5444              "--cfg",
5445              "docsrs",
5446              "--generate-link-to-definition"
5447            ],
5448            "targets": [
5449              "x86_64-unknown-linux-gnu"
5450            ]
5451          }
5452        },
5453        "playground": {
5454          "features": [
5455            "raw_value"
5456          ]
5457        }
5458      },
5459      "name": "serde_json",
5460      "publish": null,
5461      "readme": "README.md",
5462      "repository": "https://github.com/serde-rs/json",
5463      "rust_version": "1.56",
5464      "source": "registry+https://github.com/rust-lang/crates.io-index",
5465      "targets": [
5466        {
5467          "crate_types": [
5468            "lib"
5469          ],
5470          "doc": true,
5471          "doctest": true,
5472          "edition": "2021",
5473          "kind": [
5474            "lib"
5475          ],
5476          "name": "serde_json",
5477          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/src/lib.rs",
5478          "test": true
5479        },
5480        {
5481          "crate_types": [
5482            "bin"
5483          ],
5484          "doc": false,
5485          "doctest": false,
5486          "edition": "2021",
5487          "kind": [
5488            "test"
5489          ],
5490          "name": "test",
5491          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/tests/test.rs",
5492          "test": true
5493        },
5494        {
5495          "crate_types": [
5496            "bin"
5497          ],
5498          "doc": false,
5499          "doctest": false,
5500          "edition": "2021",
5501          "kind": [
5502            "test"
5503          ],
5504          "name": "stream",
5505          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/tests/stream.rs",
5506          "test": true
5507        },
5508        {
5509          "crate_types": [
5510            "bin"
5511          ],
5512          "doc": false,
5513          "doctest": false,
5514          "edition": "2021",
5515          "kind": [
5516            "test"
5517          ],
5518          "name": "map",
5519          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/tests/map.rs",
5520          "test": true
5521        },
5522        {
5523          "crate_types": [
5524            "bin"
5525          ],
5526          "doc": false,
5527          "doctest": false,
5528          "edition": "2021",
5529          "kind": [
5530            "test"
5531          ],
5532          "name": "debug",
5533          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/tests/debug.rs",
5534          "test": true
5535        },
5536        {
5537          "crate_types": [
5538            "bin"
5539          ],
5540          "doc": false,
5541          "doctest": false,
5542          "edition": "2021",
5543          "kind": [
5544            "test"
5545          ],
5546          "name": "regression",
5547          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/tests/regression.rs",
5548          "test": true
5549        },
5550        {
5551          "crate_types": [
5552            "bin"
5553          ],
5554          "doc": false,
5555          "doctest": false,
5556          "edition": "2021",
5557          "kind": [
5558            "test"
5559          ],
5560          "name": "lexical",
5561          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/tests/lexical.rs",
5562          "test": true
5563        },
5564        {
5565          "crate_types": [
5566            "bin"
5567          ],
5568          "doc": false,
5569          "doctest": false,
5570          "edition": "2021",
5571          "kind": [
5572            "test"
5573          ],
5574          "name": "compiletest",
5575          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/tests/compiletest.rs",
5576          "test": true
5577        },
5578        {
5579          "crate_types": [
5580            "bin"
5581          ],
5582          "doc": false,
5583          "doctest": false,
5584          "edition": "2021",
5585          "kind": [
5586            "custom-build"
5587          ],
5588          "name": "build-script-build",
5589          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.116/build.rs",
5590          "test": false
5591        }
5592      ],
5593      "version": "1.0.116"
5594    },
5595    {
5596      "authors": [],
5597      "categories": [
5598        "encoding",
5599        "parser-implementations",
5600        "parsing",
5601        "config"
5602      ],
5603      "default_run": null,
5604      "dependencies": [
5605        {
5606          "features": [],
5607          "kind": null,
5608          "name": "serde",
5609          "optional": true,
5610          "registry": null,
5611          "rename": null,
5612          "req": "^1.0.145",
5613          "source": "registry+https://github.com/rust-lang/crates.io-index",
5614          "target": null,
5615          "uses_default_features": true
5616        },
5617        {
5618          "features": [],
5619          "kind": "dev",
5620          "name": "serde",
5621          "optional": false,
5622          "registry": null,
5623          "rename": null,
5624          "req": "^1",
5625          "source": "registry+https://github.com/rust-lang/crates.io-index",
5626          "target": null,
5627          "uses_default_features": true
5628        },
5629        {
5630          "features": [],
5631          "kind": "dev",
5632          "name": "serde-untagged",
5633          "optional": false,
5634          "registry": null,
5635          "rename": null,
5636          "req": "^0.1",
5637          "source": "registry+https://github.com/rust-lang/crates.io-index",
5638          "target": null,
5639          "uses_default_features": true
5640        },
5641        {
5642          "features": [],
5643          "kind": "dev",
5644          "name": "serde_derive",
5645          "optional": false,
5646          "registry": null,
5647          "rename": null,
5648          "req": "^1",
5649          "source": "registry+https://github.com/rust-lang/crates.io-index",
5650          "target": null,
5651          "uses_default_features": true
5652        }
5653      ],
5654      "description": "Serde-compatible spanned Value",
5655      "documentation": null,
5656      "edition": "2021",
5657      "features": {
5658        "serde": [
5659          "dep:serde"
5660        ]
5661      },
5662      "homepage": "https://github.com/toml-rs/toml",
5663      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
5664      "keywords": [
5665        "serde",
5666        "span"
5667      ],
5668      "license": "MIT OR Apache-2.0",
5669      "license_file": null,
5670      "links": null,
5671      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.5/Cargo.toml",
5672      "metadata": {
5673        "docs": {
5674          "rs": {
5675            "all-features": true,
5676            "rustdoc-args": [
5677              "--cfg",
5678              "docsrs"
5679            ]
5680          }
5681        },
5682        "release": {
5683          "pre-release-replacements": [
5684            {
5685              "file": "CHANGELOG.md",
5686              "min": 1,
5687              "replace": "{{version}}",
5688              "search": "Unreleased"
5689            },
5690            {
5691              "exactly": 1,
5692              "file": "CHANGELOG.md",
5693              "replace": "...{{tag_name}}",
5694              "search": "\\.\\.\\.HEAD"
5695            },
5696            {
5697              "file": "CHANGELOG.md",
5698              "min": 1,
5699              "replace": "{{date}}",
5700              "search": "ReleaseDate"
5701            },
5702            {
5703              "exactly": 1,
5704              "file": "CHANGELOG.md",
5705              "replace": "<!-- next-header -->\n## [Unreleased] - ReleaseDate\n",
5706              "search": "<!-- next-header -->"
5707            },
5708            {
5709              "exactly": 1,
5710              "file": "CHANGELOG.md",
5711              "replace": "<!-- next-url -->\n[Unreleased]: https://github.com/toml-rs/toml/compare/{{tag_name}}...HEAD",
5712              "search": "<!-- next-url -->"
5713            }
5714          ]
5715        }
5716      },
5717      "name": "serde_spanned",
5718      "publish": null,
5719      "readme": "README.md",
5720      "repository": "https://github.com/toml-rs/toml",
5721      "rust_version": "1.67",
5722      "source": "registry+https://github.com/rust-lang/crates.io-index",
5723      "targets": [
5724        {
5725          "crate_types": [
5726            "lib"
5727          ],
5728          "doc": true,
5729          "doctest": true,
5730          "edition": "2021",
5731          "kind": [
5732            "lib"
5733          ],
5734          "name": "serde_spanned",
5735          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.5/src/lib.rs",
5736          "test": true
5737        }
5738      ],
5739      "version": "0.6.5"
5740    },
5741    {
5742      "authors": [
5743        "Carl Lerche <[email protected]>"
5744      ],
5745      "categories": [
5746        "memory-management",
5747        "data-structures",
5748        "no-std"
5749      ],
5750      "default_run": null,
5751      "dependencies": [
5752        {
5753          "features": [
5754            "alloc"
5755          ],
5756          "kind": null,
5757          "name": "serde",
5758          "optional": true,
5759          "registry": null,
5760          "rename": null,
5761          "req": "^1.0.95",
5762          "source": "registry+https://github.com/rust-lang/crates.io-index",
5763          "target": null,
5764          "uses_default_features": false
5765        },
5766        {
5767          "features": [],
5768          "kind": "dev",
5769          "name": "rustversion",
5770          "optional": false,
5771          "registry": null,
5772          "rename": null,
5773          "req": "^1",
5774          "source": "registry+https://github.com/rust-lang/crates.io-index",
5775          "target": null,
5776          "uses_default_features": true
5777        },
5778        {
5779          "features": [
5780            "derive"
5781          ],
5782          "kind": "dev",
5783          "name": "serde",
5784          "optional": false,
5785          "registry": null,
5786          "rename": null,
5787          "req": "^1",
5788          "source": "registry+https://github.com/rust-lang/crates.io-index",
5789          "target": null,
5790          "uses_default_features": true
5791        },
5792        {
5793          "features": [],
5794          "kind": "dev",
5795          "name": "serde_test",
5796          "optional": false,
5797          "registry": null,
5798          "rename": null,
5799          "req": "^1",
5800          "source": "registry+https://github.com/rust-lang/crates.io-index",
5801          "target": null,
5802          "uses_default_features": true
5803        },
5804        {
5805          "features": [],
5806          "kind": "build",
5807          "name": "autocfg",
5808          "optional": false,
5809          "registry": null,
5810          "rename": null,
5811          "req": "^1",
5812          "source": "registry+https://github.com/rust-lang/crates.io-index",
5813          "target": null,
5814          "uses_default_features": true
5815        }
5816      ],
5817      "description": "Pre-allocated storage for a uniform data type",
5818      "documentation": null,
5819      "edition": "2018",
5820      "features": {
5821        "default": [
5822          "std"
5823        ],
5824        "serde": [
5825          "dep:serde"
5826        ],
5827        "std": []
5828      },
5829      "homepage": null,
5830      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
5831      "keywords": [
5832        "slab",
5833        "allocator",
5834        "no_std"
5835      ],
5836      "license": "MIT",
5837      "license_file": null,
5838      "links": null,
5839      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/Cargo.toml",
5840      "metadata": null,
5841      "name": "slab",
5842      "publish": null,
5843      "readme": "README.md",
5844      "repository": "https://github.com/tokio-rs/slab",
5845      "rust_version": "1.31",
5846      "source": "registry+https://github.com/rust-lang/crates.io-index",
5847      "targets": [
5848        {
5849          "crate_types": [
5850            "lib"
5851          ],
5852          "doc": true,
5853          "doctest": true,
5854          "edition": "2018",
5855          "kind": [
5856            "lib"
5857          ],
5858          "name": "slab",
5859          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs",
5860          "test": true
5861        },
5862        {
5863          "crate_types": [
5864            "bin"
5865          ],
5866          "doc": false,
5867          "doctest": false,
5868          "edition": "2018",
5869          "kind": [
5870            "test"
5871          ],
5872          "name": "slab",
5873          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/tests/slab.rs",
5874          "test": true
5875        },
5876        {
5877          "crate_types": [
5878            "bin"
5879          ],
5880          "doc": false,
5881          "doctest": false,
5882          "edition": "2018",
5883          "kind": [
5884            "test"
5885          ],
5886          "name": "serde",
5887          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/tests/serde.rs",
5888          "test": true
5889        },
5890        {
5891          "crate_types": [
5892            "bin"
5893          ],
5894          "doc": false,
5895          "doctest": false,
5896          "edition": "2018",
5897          "kind": [
5898            "custom-build"
5899          ],
5900          "name": "build-script-build",
5901          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs",
5902          "test": false
5903        }
5904      ],
5905      "version": "0.4.9"
5906    },
5907    {
5908      "authors": [
5909        "David Tolnay <[email protected]>"
5910      ],
5911      "categories": [
5912        "development-tools::procedural-macro-helpers",
5913        "parser-implementations"
5914      ],
5915      "default_run": null,
5916      "dependencies": [
5917        {
5918          "features": [],
5919          "kind": null,
5920          "name": "proc-macro2",
5921          "optional": false,
5922          "registry": null,
5923          "rename": null,
5924          "req": "^1.0.80",
5925          "source": "registry+https://github.com/rust-lang/crates.io-index",
5926          "target": null,
5927          "uses_default_features": false
5928        },
5929        {
5930          "features": [],
5931          "kind": null,
5932          "name": "quote",
5933          "optional": true,
5934          "registry": null,
5935          "rename": null,
5936          "req": "^1.0.35",
5937          "source": "registry+https://github.com/rust-lang/crates.io-index",
5938          "target": null,
5939          "uses_default_features": false
5940        },
5941        {
5942          "features": [],
5943          "kind": null,
5944          "name": "unicode-ident",
5945          "optional": false,
5946          "registry": null,
5947          "rename": null,
5948          "req": "^1",
5949          "source": "registry+https://github.com/rust-lang/crates.io-index",
5950          "target": null,
5951          "uses_default_features": true
5952        },
5953        {
5954          "features": [],
5955          "kind": "dev",
5956          "name": "anyhow",
5957          "optional": false,
5958          "registry": null,
5959          "rename": null,
5960          "req": "^1",
5961          "source": "registry+https://github.com/rust-lang/crates.io-index",
5962          "target": null,
5963          "uses_default_features": true
5964        },
5965        {
5966          "features": [],
5967          "kind": "dev",
5968          "name": "automod",
5969          "optional": false,
5970          "registry": null,
5971          "rename": null,
5972          "req": "^1",
5973          "source": "registry+https://github.com/rust-lang/crates.io-index",
5974          "target": null,
5975          "uses_default_features": true
5976        },
5977        {
5978          "features": [],
5979          "kind": "dev",
5980          "name": "flate2",
5981          "optional": false,
5982          "registry": null,
5983          "rename": null,
5984          "req": "^1",
5985          "source": "registry+https://github.com/rust-lang/crates.io-index",
5986          "target": null,
5987          "uses_default_features": true
5988        },
5989        {
5990          "features": [],
5991          "kind": "dev",
5992          "name": "insta",
5993          "optional": false,
5994          "registry": null,
5995          "rename": null,
5996          "req": "^1",
5997          "source": "registry+https://github.com/rust-lang/crates.io-index",
5998          "target": null,
5999          "uses_default_features": true
6000        },
6001        {
6002          "features": [],
6003          "kind": "dev",
6004          "name": "rayon",
6005          "optional": false,
6006          "registry": null,
6007          "rename": null,
6008          "req": "^1",
6009          "source": "registry+https://github.com/rust-lang/crates.io-index",
6010          "target": null,
6011          "uses_default_features": true
6012        },
6013        {
6014          "features": [],
6015          "kind": "dev",
6016          "name": "ref-cast",
6017          "optional": false,
6018          "registry": null,
6019          "rename": null,
6020          "req": "^1",
6021          "source": "registry+https://github.com/rust-lang/crates.io-index",
6022          "target": null,
6023          "uses_default_features": true
6024        },
6025        {
6026          "features": [
6027            "blocking"
6028          ],
6029          "kind": "dev",
6030          "name": "reqwest",
6031          "optional": false,
6032          "registry": null,
6033          "rename": null,
6034          "req": "^0.12",
6035          "source": "registry+https://github.com/rust-lang/crates.io-index",
6036          "target": null,
6037          "uses_default_features": true
6038        },
6039        {
6040          "features": [],
6041          "kind": "dev",
6042          "name": "rustversion",
6043          "optional": false,
6044          "registry": null,
6045          "rename": null,
6046          "req": "^1",
6047          "source": "registry+https://github.com/rust-lang/crates.io-index",
6048          "target": null,
6049          "uses_default_features": true
6050        },
6051        {
6052          "features": [],
6053          "kind": "dev",
6054          "name": "syn-test-suite",
6055          "optional": false,
6056          "registry": null,
6057          "rename": null,
6058          "req": "^0",
6059          "source": "registry+https://github.com/rust-lang/crates.io-index",
6060          "target": null,
6061          "uses_default_features": true
6062        },
6063        {
6064          "features": [],
6065          "kind": "dev",
6066          "name": "tar",
6067          "optional": false,
6068          "registry": null,
6069          "rename": null,
6070          "req": "^0.4.16",
6071          "source": "registry+https://github.com/rust-lang/crates.io-index",
6072          "target": null,
6073          "uses_default_features": true
6074        },
6075        {
6076          "features": [],
6077          "kind": "dev",
6078          "name": "termcolor",
6079          "optional": false,
6080          "registry": null,
6081          "rename": null,
6082          "req": "^1",
6083          "source": "registry+https://github.com/rust-lang/crates.io-index",
6084          "target": null,
6085          "uses_default_features": true
6086        },
6087        {
6088          "features": [],
6089          "kind": "dev",
6090          "name": "walkdir",
6091          "optional": false,
6092          "registry": null,
6093          "rename": null,
6094          "req": "^2.3.2",
6095          "source": "registry+https://github.com/rust-lang/crates.io-index",
6096          "target": null,
6097          "uses_default_features": true
6098        }
6099      ],
6100      "description": "Parser for Rust source code",
6101      "documentation": "https://docs.rs/syn",
6102      "edition": "2021",
6103      "features": {
6104        "clone-impls": [],
6105        "default": [
6106          "derive",
6107          "parsing",
6108          "printing",
6109          "clone-impls",
6110          "proc-macro"
6111        ],
6112        "derive": [],
6113        "extra-traits": [],
6114        "fold": [],
6115        "full": [],
6116        "parsing": [],
6117        "printing": [
6118          "dep:quote"
6119        ],
6120        "proc-macro": [
6121          "proc-macro2/proc-macro",
6122          "quote?/proc-macro"
6123        ],
6124        "test": [
6125          "syn-test-suite/all-features"
6126        ],
6127        "visit": [],
6128        "visit-mut": []
6129      },
6130      "homepage": null,
6131      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
6132      "keywords": [
6133        "macros",
6134        "syn"
6135      ],
6136      "license": "MIT OR Apache-2.0",
6137      "license_file": null,
6138      "links": null,
6139      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/Cargo.toml",
6140      "metadata": {
6141        "docs": {
6142          "rs": {
6143            "all-features": true,
6144            "rustdoc-args": [
6145              "--cfg",
6146              "doc_cfg",
6147              "--generate-link-to-definition"
6148            ],
6149            "targets": [
6150              "x86_64-unknown-linux-gnu"
6151            ]
6152          }
6153        },
6154        "playground": {
6155          "features": [
6156            "full",
6157            "visit",
6158            "visit-mut",
6159            "fold",
6160            "extra-traits"
6161          ]
6162        }
6163      },
6164      "name": "syn",
6165      "publish": null,
6166      "readme": "README.md",
6167      "repository": "https://github.com/dtolnay/syn",
6168      "rust_version": "1.60",
6169      "source": "registry+https://github.com/rust-lang/crates.io-index",
6170      "targets": [
6171        {
6172          "crate_types": [
6173            "lib"
6174          ],
6175          "doc": true,
6176          "doctest": true,
6177          "edition": "2021",
6178          "kind": [
6179            "lib"
6180          ],
6181          "name": "syn",
6182          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/src/lib.rs",
6183          "test": true
6184        },
6185        {
6186          "crate_types": [
6187            "bin"
6188          ],
6189          "doc": false,
6190          "doctest": false,
6191          "edition": "2021",
6192          "kind": [
6193            "test"
6194          ],
6195          "name": "test_parse_buffer",
6196          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_parse_buffer.rs",
6197          "test": true
6198        },
6199        {
6200          "crate_types": [
6201            "bin"
6202          ],
6203          "doc": false,
6204          "doctest": false,
6205          "edition": "2021",
6206          "kind": [
6207            "test"
6208          ],
6209          "name": "test_round_trip",
6210          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_round_trip.rs",
6211          "test": true
6212        },
6213        {
6214          "crate_types": [
6215            "bin"
6216          ],
6217          "doc": false,
6218          "doctest": false,
6219          "edition": "2021",
6220          "kind": [
6221            "test"
6222          ],
6223          "name": "test_precedence",
6224          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_precedence.rs",
6225          "test": true
6226        },
6227        {
6228          "crate_types": [
6229            "bin"
6230          ],
6231          "doc": false,
6232          "doctest": false,
6233          "edition": "2021",
6234          "kind": [
6235            "test"
6236          ],
6237          "name": "zzz_stable",
6238          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/zzz_stable.rs",
6239          "test": true
6240        },
6241        {
6242          "crate_types": [
6243            "bin"
6244          ],
6245          "doc": false,
6246          "doctest": false,
6247          "edition": "2021",
6248          "kind": [
6249            "test"
6250          ],
6251          "name": "test_shebang",
6252          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_shebang.rs",
6253          "test": true
6254        },
6255        {
6256          "crate_types": [
6257            "bin"
6258          ],
6259          "doc": false,
6260          "doctest": false,
6261          "edition": "2021",
6262          "kind": [
6263            "test"
6264          ],
6265          "name": "test_generics",
6266          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_generics.rs",
6267          "test": true
6268        },
6269        {
6270          "crate_types": [
6271            "bin"
6272          ],
6273          "doc": false,
6274          "doctest": false,
6275          "edition": "2021",
6276          "kind": [
6277            "test"
6278          ],
6279          "name": "test_ty",
6280          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_ty.rs",
6281          "test": true
6282        },
6283        {
6284          "crate_types": [
6285            "bin"
6286          ],
6287          "doc": false,
6288          "doctest": false,
6289          "edition": "2021",
6290          "kind": [
6291            "test"
6292          ],
6293          "name": "test_visibility",
6294          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_visibility.rs",
6295          "test": true
6296        },
6297        {
6298          "crate_types": [
6299            "bin"
6300          ],
6301          "doc": false,
6302          "doctest": false,
6303          "edition": "2021",
6304          "kind": [
6305            "test"
6306          ],
6307          "name": "test_receiver",
6308          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_receiver.rs",
6309          "test": true
6310        },
6311        {
6312          "crate_types": [
6313            "bin"
6314          ],
6315          "doc": false,
6316          "doctest": false,
6317          "edition": "2021",
6318          "kind": [
6319            "test"
6320          ],
6321          "name": "test_size",
6322          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_size.rs",
6323          "test": true
6324        },
6325        {
6326          "crate_types": [
6327            "bin"
6328          ],
6329          "doc": false,
6330          "doctest": false,
6331          "edition": "2021",
6332          "kind": [
6333            "test"
6334          ],
6335          "name": "test_item",
6336          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_item.rs",
6337          "test": true
6338        },
6339        {
6340          "crate_types": [
6341            "bin"
6342          ],
6343          "doc": false,
6344          "doctest": false,
6345          "edition": "2021",
6346          "kind": [
6347            "test"
6348          ],
6349          "name": "test_pat",
6350          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_pat.rs",
6351          "test": true
6352        },
6353        {
6354          "crate_types": [
6355            "bin"
6356          ],
6357          "doc": false,
6358          "doctest": false,
6359          "edition": "2021",
6360          "kind": [
6361            "test"
6362          ],
6363          "name": "test_stmt",
6364          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_stmt.rs",
6365          "test": true
6366        },
6367        {
6368          "crate_types": [
6369            "bin"
6370          ],
6371          "doc": false,
6372          "doctest": false,
6373          "edition": "2021",
6374          "kind": [
6375            "test"
6376          ],
6377          "name": "test_ident",
6378          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_ident.rs",
6379          "test": true
6380        },
6381        {
6382          "crate_types": [
6383            "bin"
6384          ],
6385          "doc": false,
6386          "doctest": false,
6387          "edition": "2021",
6388          "kind": [
6389            "test"
6390          ],
6391          "name": "test_parse_quote",
6392          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_parse_quote.rs",
6393          "test": true
6394        },
6395        {
6396          "crate_types": [
6397            "bin"
6398          ],
6399          "doc": false,
6400          "doctest": false,
6401          "edition": "2021",
6402          "kind": [
6403            "test"
6404          ],
6405          "name": "test_iterators",
6406          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_iterators.rs",
6407          "test": true
6408        },
6409        {
6410          "crate_types": [
6411            "bin"
6412          ],
6413          "doc": false,
6414          "doctest": false,
6415          "edition": "2021",
6416          "kind": [
6417            "test"
6418          ],
6419          "name": "test_grouping",
6420          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_grouping.rs",
6421          "test": true
6422        },
6423        {
6424          "crate_types": [
6425            "bin"
6426          ],
6427          "doc": false,
6428          "doctest": false,
6429          "edition": "2021",
6430          "kind": [
6431            "test"
6432          ],
6433          "name": "test_path",
6434          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_path.rs",
6435          "test": true
6436        },
6437        {
6438          "crate_types": [
6439            "bin"
6440          ],
6441          "doc": false,
6442          "doctest": false,
6443          "edition": "2021",
6444          "kind": [
6445            "test"
6446          ],
6447          "name": "test_asyncness",
6448          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_asyncness.rs",
6449          "test": true
6450        },
6451        {
6452          "crate_types": [
6453            "bin"
6454          ],
6455          "doc": false,
6456          "doctest": false,
6457          "edition": "2021",
6458          "kind": [
6459            "test"
6460          ],
6461          "name": "regression",
6462          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/regression.rs",
6463          "test": true
6464        },
6465        {
6466          "crate_types": [
6467            "bin"
6468          ],
6469          "doc": false,
6470          "doctest": false,
6471          "edition": "2021",
6472          "kind": [
6473            "test"
6474          ],
6475          "name": "test_lit",
6476          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_lit.rs",
6477          "test": true
6478        },
6479        {
6480          "crate_types": [
6481            "bin"
6482          ],
6483          "doc": false,
6484          "doctest": false,
6485          "edition": "2021",
6486          "kind": [
6487            "test"
6488          ],
6489          "name": "test_parse_stream",
6490          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_parse_stream.rs",
6491          "test": true
6492        },
6493        {
6494          "crate_types": [
6495            "bin"
6496          ],
6497          "doc": false,
6498          "doctest": false,
6499          "edition": "2021",
6500          "kind": [
6501            "test"
6502          ],
6503          "name": "test_attribute",
6504          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_attribute.rs",
6505          "test": true
6506        },
6507        {
6508          "crate_types": [
6509            "bin"
6510          ],
6511          "doc": false,
6512          "doctest": false,
6513          "edition": "2021",
6514          "kind": [
6515            "test"
6516          ],
6517          "name": "test_derive_input",
6518          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_derive_input.rs",
6519          "test": true
6520        },
6521        {
6522          "crate_types": [
6523            "bin"
6524          ],
6525          "doc": false,
6526          "doctest": false,
6527          "edition": "2021",
6528          "kind": [
6529            "test"
6530          ],
6531          "name": "test_token_trees",
6532          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_token_trees.rs",
6533          "test": true
6534        },
6535        {
6536          "crate_types": [
6537            "bin"
6538          ],
6539          "doc": false,
6540          "doctest": false,
6541          "edition": "2021",
6542          "kind": [
6543            "test"
6544          ],
6545          "name": "test_meta",
6546          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_meta.rs",
6547          "test": true
6548        },
6549        {
6550          "crate_types": [
6551            "bin"
6552          ],
6553          "doc": false,
6554          "doctest": false,
6555          "edition": "2021",
6556          "kind": [
6557            "test"
6558          ],
6559          "name": "test_expr",
6560          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/tests/test_expr.rs",
6561          "test": true
6562        },
6563        {
6564          "crate_types": [
6565            "bin"
6566          ],
6567          "doc": false,
6568          "doctest": false,
6569          "edition": "2021",
6570          "kind": [
6571            "bench"
6572          ],
6573          "name": "rust",
6574          "required-features": [
6575            "full",
6576            "parsing"
6577          ],
6578          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/benches/rust.rs",
6579          "test": false
6580        },
6581        {
6582          "crate_types": [
6583            "bin"
6584          ],
6585          "doc": false,
6586          "doctest": false,
6587          "edition": "2021",
6588          "kind": [
6589            "bench"
6590          ],
6591          "name": "file",
6592          "required-features": [
6593            "full",
6594            "parsing"
6595          ],
6596          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.59/benches/file.rs",
6597          "test": false
6598        }
6599      ],
6600      "version": "2.0.59"
6601    },
6602    {
6603      "authors": [
6604        "Andrew Gallant <[email protected]>"
6605      ],
6606      "categories": [],
6607      "default_run": null,
6608      "dependencies": [
6609        {
6610          "features": [],
6611          "kind": null,
6612          "name": "winapi-util",
6613          "optional": false,
6614          "registry": null,
6615          "rename": null,
6616          "req": "^0.1.3",
6617          "source": "registry+https://github.com/rust-lang/crates.io-index",
6618          "target": "cfg(windows)",
6619          "uses_default_features": true
6620        }
6621      ],
6622      "description": "A simple cross platform library for writing colored text to a terminal.\n",
6623      "documentation": "https://docs.rs/termcolor",
6624      "edition": "2018",
6625      "features": {},
6626      "homepage": "https://github.com/BurntSushi/termcolor",
6627      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
6628      "keywords": [
6629        "windows",
6630        "win",
6631        "color",
6632        "ansi",
6633        "console"
6634      ],
6635      "license": "Unlicense OR MIT",
6636      "license_file": null,
6637      "links": null,
6638      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.4.1/Cargo.toml",
6639      "metadata": null,
6640      "name": "termcolor",
6641      "publish": null,
6642      "readme": "README.md",
6643      "repository": "https://github.com/BurntSushi/termcolor",
6644      "rust_version": null,
6645      "source": "registry+https://github.com/rust-lang/crates.io-index",
6646      "targets": [
6647        {
6648          "crate_types": [
6649            "lib"
6650          ],
6651          "doc": true,
6652          "doctest": true,
6653          "edition": "2018",
6654          "kind": [
6655            "lib"
6656          ],
6657          "name": "termcolor",
6658          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.4.1/src/lib.rs",
6659          "test": true
6660        }
6661      ],
6662      "version": "1.4.1"
6663    },
6664    {
6665      "authors": [
6666        "Alex Crichton <[email protected]>"
6667      ],
6668      "categories": [
6669        "encoding",
6670        "parser-implementations",
6671        "parsing",
6672        "config"
6673      ],
6674      "default_run": null,
6675      "dependencies": [
6676        {
6677          "features": [],
6678          "kind": null,
6679          "name": "indexmap",
6680          "optional": true,
6681          "registry": null,
6682          "rename": null,
6683          "req": "^2.0.0",
6684          "source": "registry+https://github.com/rust-lang/crates.io-index",
6685          "target": null,
6686          "uses_default_features": true
6687        },
6688        {
6689          "features": [],
6690          "kind": null,
6691          "name": "serde",
6692          "optional": false,
6693          "registry": null,
6694          "rename": null,
6695          "req": "^1.0.145",
6696          "source": "registry+https://github.com/rust-lang/crates.io-index",
6697          "target": null,
6698          "uses_default_features": true
6699        },
6700        {
6701          "features": [
6702            "serde"
6703          ],
6704          "kind": null,
6705          "name": "serde_spanned",
6706          "optional": false,
6707          "registry": null,
6708          "rename": null,
6709          "req": "^0.6.5",
6710          "source": "registry+https://github.com/rust-lang/crates.io-index",
6711          "target": null,
6712          "uses_default_features": true
6713        },
6714        {
6715          "features": [
6716            "serde"
6717          ],
6718          "kind": null,
6719          "name": "toml_datetime",
6720          "optional": false,
6721          "registry": null,
6722          "rename": null,
6723          "req": "^0.6.5",
6724          "source": "registry+https://github.com/rust-lang/crates.io-index",
6725          "target": null,
6726          "uses_default_features": true
6727        },
6728        {
6729          "features": [
6730            "serde"
6731          ],
6732          "kind": null,
6733          "name": "toml_edit",
6734          "optional": true,
6735          "registry": null,
6736          "rename": null,
6737          "req": "^0.22.8",
6738          "source": "registry+https://github.com/rust-lang/crates.io-index",
6739          "target": null,
6740          "uses_default_features": false
6741        },
6742        {
6743          "features": [
6744            "derive"
6745          ],
6746          "kind": "dev",
6747          "name": "serde",
6748          "optional": false,
6749          "registry": null,
6750          "rename": null,
6751          "req": "^1.0.197",
6752          "source": "registry+https://github.com/rust-lang/crates.io-index",
6753          "target": null,
6754          "uses_default_features": true
6755        },
6756        {
6757          "features": [],
6758          "kind": "dev",
6759          "name": "serde_json",
6760          "optional": false,
6761          "registry": null,
6762          "rename": null,
6763          "req": "^1.0.114",
6764          "source": "registry+https://github.com/rust-lang/crates.io-index",
6765          "target": null,
6766          "uses_default_features": true
6767        },
6768        {
6769          "features": [],
6770          "kind": "dev",
6771          "name": "snapbox",
6772          "optional": false,
6773          "registry": null,
6774          "rename": null,
6775          "req": "^0.4.16",
6776          "source": "registry+https://github.com/rust-lang/crates.io-index",
6777          "target": null,
6778          "uses_default_features": true
6779        },
6780        {
6781          "features": [],
6782          "kind": "dev",
6783          "name": "toml-test-data",
6784          "optional": false,
6785          "registry": null,
6786          "rename": null,
6787          "req": "^1.8.0",
6788          "source": "registry+https://github.com/rust-lang/crates.io-index",
6789          "target": null,
6790          "uses_default_features": true
6791        },
6792        {
6793          "features": [],
6794          "kind": "dev",
6795          "name": "toml-test-harness",
6796          "optional": false,
6797          "registry": null,
6798          "rename": null,
6799          "req": "^0.4.8",
6800          "source": "registry+https://github.com/rust-lang/crates.io-index",
6801          "target": null,
6802          "uses_default_features": true
6803        }
6804      ],
6805      "description": "A native Rust encoder and decoder of TOML-formatted files and streams. Provides\nimplementations of the standard Serialize/Deserialize traits for TOML data to\nfacilitate deserializing and serializing Rust structures.\n",
6806      "documentation": null,
6807      "edition": "2021",
6808      "features": {
6809        "default": [
6810          "parse",
6811          "display"
6812        ],
6813        "display": [
6814          "dep:toml_edit",
6815          "toml_edit?/display"
6816        ],
6817        "indexmap": [
6818          "dep:indexmap"
6819        ],
6820        "parse": [
6821          "dep:toml_edit",
6822          "toml_edit?/parse"
6823        ],
6824        "preserve_order": [
6825          "indexmap"
6826        ]
6827      },
6828      "homepage": "https://github.com/toml-rs/toml",
6829      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
6830      "keywords": [
6831        "encoding",
6832        "toml"
6833      ],
6834      "license": "MIT OR Apache-2.0",
6835      "license_file": null,
6836      "links": null,
6837      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.12/Cargo.toml",
6838      "metadata": {
6839        "docs": {
6840          "rs": {
6841            "all-features": true,
6842            "rustdoc-args": [
6843              "--cfg",
6844              "docsrs"
6845            ]
6846          }
6847        },
6848        "release": {
6849          "pre-release-replacements": [
6850            {
6851              "file": "CHANGELOG.md",
6852              "min": 1,
6853              "replace": "{{version}}",
6854              "search": "Unreleased"
6855            },
6856            {
6857              "exactly": 1,
6858              "file": "CHANGELOG.md",
6859              "replace": "...{{tag_name}}",
6860              "search": "\\.\\.\\.HEAD"
6861            },
6862            {
6863              "file": "CHANGELOG.md",
6864              "min": 1,
6865              "replace": "{{date}}",
6866              "search": "ReleaseDate"
6867            },
6868            {
6869              "exactly": 1,
6870              "file": "CHANGELOG.md",
6871              "replace": "<!-- next-header -->\n## [Unreleased] - ReleaseDate\n",
6872              "search": "<!-- next-header -->"
6873            },
6874            {
6875              "exactly": 1,
6876              "file": "CHANGELOG.md",
6877              "replace": "<!-- next-url -->\n[Unreleased]: https://github.com/toml-rs/toml/compare/{{tag_name}}...HEAD",
6878              "search": "<!-- next-url -->"
6879            }
6880          ]
6881        }
6882      },
6883      "name": "toml",
6884      "publish": null,
6885      "readme": "README.md",
6886      "repository": "https://github.com/toml-rs/toml",
6887      "rust_version": "1.70",
6888      "source": "registry+https://github.com/rust-lang/crates.io-index",
6889      "targets": [
6890        {
6891          "crate_types": [
6892            "lib"
6893          ],
6894          "doc": true,
6895          "doctest": true,
6896          "edition": "2021",
6897          "kind": [
6898            "lib"
6899          ],
6900          "name": "toml",
6901          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.12/src/lib.rs",
6902          "test": true
6903        },
6904        {
6905          "crate_types": [
6906            "bin"
6907          ],
6908          "doc": false,
6909          "doctest": false,
6910          "edition": "2021",
6911          "kind": [
6912            "example"
6913          ],
6914          "name": "decode",
6915          "required-features": [
6916            "parse",
6917            "display"
6918          ],
6919          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.12/examples/decode.rs",
6920          "test": false
6921        },
6922        {
6923          "crate_types": [
6924            "bin"
6925          ],
6926          "doc": false,
6927          "doctest": false,
6928          "edition": "2021",
6929          "kind": [
6930            "example"
6931          ],
6932          "name": "enum_external",
6933          "required-features": [
6934            "parse",
6935            "display"
6936          ],
6937          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.12/examples/enum_external.rs",
6938          "test": false
6939        },
6940        {
6941          "crate_types": [
6942            "bin"
6943          ],
6944          "doc": false,
6945          "doctest": false,
6946          "edition": "2021",
6947          "kind": [
6948            "example"
6949          ],
6950          "name": "toml2json",
6951          "required-features": [
6952            "parse",
6953            "display"
6954          ],
6955          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.12/examples/toml2json.rs",
6956          "test": false
6957        },
6958        {
6959          "crate_types": [
6960            "bin"
6961          ],
6962          "doc": false,
6963          "doctest": false,
6964          "edition": "2021",
6965          "kind": [
6966            "test"
6967          ],
6968          "name": "decoder_compliance",
6969          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.12/tests/decoder_compliance.rs",
6970          "test": true
6971        },
6972        {
6973          "crate_types": [
6974            "bin"
6975          ],
6976          "doc": false,
6977          "doctest": false,
6978          "edition": "2021",
6979          "kind": [
6980            "test"
6981          ],
6982          "name": "encoder_compliance",
6983          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.12/tests/encoder_compliance.rs",
6984          "test": true
6985        },
6986        {
6987          "crate_types": [
6988            "bin"
6989          ],
6990          "doc": false,
6991          "doctest": false,
6992          "edition": "2021",
6993          "kind": [
6994            "test"
6995          ],
6996          "name": "testsuite",
6997          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.12/tests/testsuite/main.rs",
6998          "test": true
6999        },
7000        {
7001          "crate_types": [
7002            "bin"
7003          ],
7004          "doc": false,
7005          "doctest": false,
7006          "edition": "2021",
7007          "kind": [
7008            "test"
7009          ],
7010          "name": "encoder",
7011          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.12/tests/encoder.rs",
7012          "test": true
7013        },
7014        {
7015          "crate_types": [
7016            "bin"
7017          ],
7018          "doc": false,
7019          "doctest": false,
7020          "edition": "2021",
7021          "kind": [
7022            "test"
7023          ],
7024          "name": "decoder",
7025          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.12/tests/decoder.rs",
7026          "test": true
7027        }
7028      ],
7029      "version": "0.8.12"
7030    },
7031    {
7032      "authors": [
7033        "Alex Crichton <[email protected]>"
7034      ],
7035      "categories": [
7036        "encoding",
7037        "parser-implementations",
7038        "parsing",
7039        "config"
7040      ],
7041      "default_run": null,
7042      "dependencies": [
7043        {
7044          "features": [],
7045          "kind": null,
7046          "name": "serde",
7047          "optional": true,
7048          "registry": null,
7049          "rename": null,
7050          "req": "^1.0.145",
7051          "source": "registry+https://github.com/rust-lang/crates.io-index",
7052          "target": null,
7053          "uses_default_features": true
7054        }
7055      ],
7056      "description": "A TOML-compatible datetime type",
7057      "documentation": null,
7058      "edition": "2021",
7059      "features": {
7060        "serde": [
7061          "dep:serde"
7062        ]
7063      },
7064      "homepage": "https://github.com/toml-rs/toml",
7065      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
7066      "keywords": [
7067        "encoding",
7068        "toml"
7069      ],
7070      "license": "MIT OR Apache-2.0",
7071      "license_file": null,
7072      "links": null,
7073      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.5/Cargo.toml",
7074      "metadata": {
7075        "docs": {
7076          "rs": {
7077            "all-features": true,
7078            "rustdoc-args": [
7079              "--cfg",
7080              "docsrs"
7081            ]
7082          }
7083        },
7084        "release": {
7085          "pre-release-replacements": [
7086            {
7087              "file": "CHANGELOG.md",
7088              "min": 1,
7089              "replace": "{{version}}",
7090              "search": "Unreleased"
7091            },
7092            {
7093              "exactly": 1,
7094              "file": "CHANGELOG.md",
7095              "replace": "...{{tag_name}}",
7096              "search": "\\.\\.\\.HEAD"
7097            },
7098            {
7099              "file": "CHANGELOG.md",
7100              "min": 1,
7101              "replace": "{{date}}",
7102              "search": "ReleaseDate"
7103            },
7104            {
7105              "exactly": 1,
7106              "file": "CHANGELOG.md",
7107              "replace": "<!-- next-header -->\n## [Unreleased] - ReleaseDate\n",
7108              "search": "<!-- next-header -->"
7109            },
7110            {
7111              "exactly": 1,
7112              "file": "CHANGELOG.md",
7113              "replace": "<!-- next-url -->\n[Unreleased]: https://github.com/toml-rs/toml/compare/{{tag_name}}...HEAD",
7114              "search": "<!-- next-url -->"
7115            }
7116          ]
7117        }
7118      },
7119      "name": "toml_datetime",
7120      "publish": null,
7121      "readme": "README.md",
7122      "repository": "https://github.com/toml-rs/toml",
7123      "rust_version": "1.67",
7124      "source": "registry+https://github.com/rust-lang/crates.io-index",
7125      "targets": [
7126        {
7127          "crate_types": [
7128            "lib"
7129          ],
7130          "doc": true,
7131          "doctest": true,
7132          "edition": "2021",
7133          "kind": [
7134            "lib"
7135          ],
7136          "name": "toml_datetime",
7137          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.5/src/lib.rs",
7138          "test": true
7139        }
7140      ],
7141      "version": "0.6.5"
7142    },
7143    {
7144      "authors": [
7145        "Andronik Ordian <[email protected]>",
7146        "Ed Page <[email protected]>"
7147      ],
7148      "categories": [
7149        "encoding",
7150        "parser-implementations",
7151        "parsing",
7152        "config"
7153      ],
7154      "default_run": null,
7155      "dependencies": [
7156        {
7157          "features": [
7158            "std"
7159          ],
7160          "kind": null,
7161          "name": "indexmap",
7162          "optional": false,
7163          "registry": null,
7164          "rename": null,
7165          "req": "^2.0.0",
7166          "source": "registry+https://github.com/rust-lang/crates.io-index",
7167          "target": null,
7168          "uses_default_features": true
7169        },
7170        {
7171          "features": [
7172            "max_inline"
7173          ],
7174          "kind": null,
7175          "name": "kstring",
7176          "optional": true,
7177          "registry": null,
7178          "rename": null,
7179          "req": "^2.0.0",
7180          "source": "registry+https://github.com/rust-lang/crates.io-index",
7181          "target": null,
7182          "uses_default_features": true
7183        },
7184        {
7185          "features": [],
7186          "kind": null,
7187          "name": "serde",
7188          "optional": true,
7189          "registry": null,
7190          "rename": null,
7191          "req": "^1.0.145",
7192          "source": "registry+https://github.com/rust-lang/crates.io-index",
7193          "target": null,
7194          "uses_default_features": true
7195        },
7196        {
7197          "features": [
7198            "serde"
7199          ],
7200          "kind": null,
7201          "name": "serde_spanned",
7202          "optional": true,
7203          "registry": null,
7204          "rename": null,
7205          "req": "^0.6.5",
7206          "source": "registry+https://github.com/rust-lang/crates.io-index",
7207          "target": null,
7208          "uses_default_features": true
7209        },
7210        {
7211          "features": [],
7212          "kind": null,
7213          "name": "toml_datetime",
7214          "optional": false,
7215          "registry": null,
7216          "rename": null,
7217          "req": "^0.6.5",
7218          "source": "registry+https://github.com/rust-lang/crates.io-index",
7219          "target": null,
7220          "uses_default_features": true
7221        },
7222        {
7223          "features": [],
7224          "kind": null,
7225          "name": "winnow",
7226          "optional": true,
7227          "registry": null,
7228          "rename": null,
7229          "req": "^0.6.0",
7230          "source": "registry+https://github.com/rust-lang/crates.io-index",
7231          "target": null,
7232          "uses_default_features": true
7233        },
7234        {
7235          "features": [],
7236          "kind": "dev",
7237          "name": "libtest-mimic",
7238          "optional": false,
7239          "registry": null,
7240          "rename": null,
7241          "req": "^0.7.0",
7242          "source": "registry+https://github.com/rust-lang/crates.io-index",
7243          "target": null,
7244          "uses_default_features": true
7245        },
7246        {
7247          "features": [],
7248          "kind": "dev",
7249          "name": "serde_json",
7250          "optional": false,
7251          "registry": null,
7252          "rename": null,
7253          "req": "^1.0.114",
7254          "source": "registry+https://github.com/rust-lang/crates.io-index",
7255          "target": null,
7256          "uses_default_features": true
7257        },
7258        {
7259          "features": [
7260            "harness"
7261          ],
7262          "kind": "dev",
7263          "name": "snapbox",
7264          "optional": false,
7265          "registry": null,
7266          "rename": null,
7267          "req": "^0.4.16",
7268          "source": "registry+https://github.com/rust-lang/crates.io-index",
7269          "target": null,
7270          "uses_default_features": true
7271        },
7272        {
7273          "features": [],
7274          "kind": "dev",
7275          "name": "toml-test-data",
7276          "optional": false,
7277          "registry": null,
7278          "rename": null,
7279          "req": "^1.8.0",
7280          "source": "registry+https://github.com/rust-lang/crates.io-index",
7281          "target": null,
7282          "uses_default_features": true
7283        },
7284        {
7285          "features": [],
7286          "kind": "dev",
7287          "name": "toml-test-harness",
7288          "optional": false,
7289          "registry": null,
7290          "rename": null,
7291          "req": "^0.4.8",
7292          "source": "registry+https://github.com/rust-lang/crates.io-index",
7293          "target": null,
7294          "uses_default_features": true
7295        }
7296      ],
7297      "description": "Yet another format-preserving TOML parser.",
7298      "documentation": null,
7299      "edition": "2021",
7300      "features": {
7301        "default": [
7302          "parse",
7303          "display"
7304        ],
7305        "display": [],
7306        "parse": [
7307          "dep:winnow"
7308        ],
7309        "perf": [
7310          "dep:kstring"
7311        ],
7312        "serde": [
7313          "dep:serde",
7314          "toml_datetime/serde",
7315          "dep:serde_spanned"
7316        ],
7317        "unbounded": []
7318      },
7319      "homepage": null,
7320      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
7321      "keywords": [
7322        "encoding",
7323        "toml"
7324      ],
7325      "license": "MIT OR Apache-2.0",
7326      "license_file": null,
7327      "links": null,
7328      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.9/Cargo.toml",
7329      "metadata": {
7330        "docs": {
7331          "rs": {
7332            "features": [
7333              "serde"
7334            ],
7335            "rustdoc-args": [
7336              "--cfg",
7337              "docsrs"
7338            ]
7339          }
7340        },
7341        "release": {
7342          "pre-release-replacements": [
7343            {
7344              "file": "CHANGELOG.md",
7345              "min": 1,
7346              "replace": "{{version}}",
7347              "search": "Unreleased"
7348            },
7349            {
7350              "exactly": 1,
7351              "file": "CHANGELOG.md",
7352              "replace": "...{{tag_name}}",
7353              "search": "\\.\\.\\.HEAD"
7354            },
7355            {
7356              "file": "CHANGELOG.md",
7357              "min": 1,
7358              "replace": "{{date}}",
7359              "search": "ReleaseDate"
7360            },
7361            {
7362              "exactly": 1,
7363              "file": "CHANGELOG.md",
7364              "replace": "<!-- next-header -->\n## [Unreleased] - ReleaseDate\n",
7365              "search": "<!-- next-header -->"
7366            },
7367            {
7368              "exactly": 1,
7369              "file": "CHANGELOG.md",
7370              "replace": "<!-- next-url -->\n[Unreleased]: https://github.com/toml-rs/toml/compare/{{tag_name}}...HEAD",
7371              "search": "<!-- next-url -->"
7372            }
7373          ],
7374          "tag-name": "v{{version}}"
7375        }
7376      },
7377      "name": "toml_edit",
7378      "publish": null,
7379      "readme": "README.md",
7380      "repository": "https://github.com/toml-rs/toml",
7381      "rust_version": "1.70",
7382      "source": "registry+https://github.com/rust-lang/crates.io-index",
7383      "targets": [
7384        {
7385          "crate_types": [
7386            "lib"
7387          ],
7388          "doc": true,
7389          "doctest": true,
7390          "edition": "2021",
7391          "kind": [
7392            "lib"
7393          ],
7394          "name": "toml_edit",
7395          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.9/src/lib.rs",
7396          "test": true
7397        },
7398        {
7399          "crate_types": [
7400            "bin"
7401          ],
7402          "doc": false,
7403          "doctest": false,
7404          "edition": "2021",
7405          "kind": [
7406            "example"
7407          ],
7408          "name": "visit",
7409          "required-features": [
7410            "parse",
7411            "display"
7412          ],
7413          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.9/examples/visit.rs",
7414          "test": true
7415        },
7416        {
7417          "crate_types": [
7418            "bin"
7419          ],
7420          "doc": false,
7421          "doctest": false,
7422          "edition": "2021",
7423          "kind": [
7424            "test"
7425          ],
7426          "name": "testsuite",
7427          "required-features": [
7428            "parse",
7429            "display"
7430          ],
7431          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.9/tests/testsuite/main.rs",
7432          "test": true
7433        },
7434        {
7435          "crate_types": [
7436            "bin"
7437          ],
7438          "doc": false,
7439          "doctest": false,
7440          "edition": "2021",
7441          "kind": [
7442            "test"
7443          ],
7444          "name": "decoder_compliance",
7445          "required-features": [
7446            "parse"
7447          ],
7448          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.9/tests/decoder_compliance.rs",
7449          "test": true
7450        },
7451        {
7452          "crate_types": [
7453            "bin"
7454          ],
7455          "doc": false,
7456          "doctest": false,
7457          "edition": "2021",
7458          "kind": [
7459            "test"
7460          ],
7461          "name": "encoder_compliance",
7462          "required-features": [
7463            "parse",
7464            "display"
7465          ],
7466          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.9/tests/encoder_compliance.rs",
7467          "test": true
7468        },
7469        {
7470          "crate_types": [
7471            "bin"
7472          ],
7473          "doc": false,
7474          "doctest": false,
7475          "edition": "2021",
7476          "kind": [
7477            "test"
7478          ],
7479          "name": "invalid",
7480          "required-features": [
7481            "parse"
7482          ],
7483          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.9/tests/invalid.rs",
7484          "test": true
7485        }
7486      ],
7487      "version": "0.22.9"
7488    },
7489    {
7490      "authors": [
7491        "Eliza Weisman <[email protected]>",
7492        "Tokio Contributors <[email protected]>"
7493      ],
7494      "categories": [
7495        "development-tools::debugging",
7496        "development-tools::profiling",
7497        "asynchronous",
7498        "no-std"
7499      ],
7500      "default_run": null,
7501      "dependencies": [
7502        {
7503          "features": [],
7504          "kind": null,
7505          "name": "log",
7506          "optional": true,
7507          "registry": null,
7508          "rename": null,
7509          "req": "^0.4.17",
7510          "source": "registry+https://github.com/rust-lang/crates.io-index",
7511          "target": null,
7512          "uses_default_features": true
7513        },
7514        {
7515          "features": [],
7516          "kind": null,
7517          "name": "pin-project-lite",
7518          "optional": false,
7519          "registry": null,
7520          "rename": null,
7521          "req": "^0.2.9",
7522          "source": "registry+https://github.com/rust-lang/crates.io-index",
7523          "target": null,
7524          "uses_default_features": true
7525        },
7526        {
7527          "features": [],
7528          "kind": null,
7529          "name": "tracing-attributes",
7530          "optional": true,
7531          "registry": null,
7532          "rename": null,
7533          "req": "^0.1.27",
7534          "source": "registry+https://github.com/rust-lang/crates.io-index",
7535          "target": null,
7536          "uses_default_features": true
7537        },
7538        {
7539          "features": [],
7540          "kind": null,
7541          "name": "tracing-core",
7542          "optional": false,
7543          "registry": null,
7544          "rename": null,
7545          "req": "^0.1.32",
7546          "source": "registry+https://github.com/rust-lang/crates.io-index",
7547          "target": null,
7548          "uses_default_features": false
7549        },
7550        {
7551          "features": [],
7552          "kind": "dev",
7553          "name": "criterion",
7554          "optional": false,
7555          "registry": null,
7556          "rename": null,
7557          "req": "^0.3.6",
7558          "source": "registry+https://github.com/rust-lang/crates.io-index",
7559          "target": null,
7560          "uses_default_features": false
7561        },
7562        {
7563          "features": [],
7564          "kind": "dev",
7565          "name": "futures",
7566          "optional": false,
7567          "registry": null,
7568          "rename": null,
7569          "req": "^0.3.21",
7570          "source": "registry+https://github.com/rust-lang/crates.io-index",
7571          "target": null,
7572          "uses_default_features": false
7573        },
7574        {
7575          "features": [],
7576          "kind": "dev",
7577          "name": "log",
7578          "optional": false,
7579          "registry": null,
7580          "rename": null,
7581          "req": "^0.4.17",
7582          "source": "registry+https://github.com/rust-lang/crates.io-index",
7583          "target": null,
7584          "uses_default_features": true
7585        },
7586        {
7587          "features": [],
7588          "kind": "dev",
7589          "name": "wasm-bindgen-test",
7590          "optional": false,
7591          "registry": null,
7592          "rename": null,
7593          "req": "^0.3",
7594          "source": "registry+https://github.com/rust-lang/crates.io-index",
7595          "target": "cfg(target_arch = \"wasm32\")",
7596          "uses_default_features": true
7597        }
7598      ],
7599      "description": "Application-level tracing for Rust.\n",
7600      "documentation": null,
7601      "edition": "2018",
7602      "features": {
7603        "async-await": [],
7604        "attributes": [
7605          "tracing-attributes"
7606        ],
7607        "default": [
7608          "std",
7609          "attributes"
7610        ],
7611        "log": [
7612          "dep:log"
7613        ],
7614        "log-always": [
7615          "log"
7616        ],
7617        "max_level_debug": [],
7618        "max_level_error": [],
7619        "max_level_info": [],
7620        "max_level_off": [],
7621        "max_level_trace": [],
7622        "max_level_warn": [],
7623        "release_max_level_debug": [],
7624        "release_max_level_error": [],
7625        "release_max_level_info": [],
7626        "release_max_level_off": [],
7627        "release_max_level_trace": [],
7628        "release_max_level_warn": [],
7629        "std": [
7630          "tracing-core/std"
7631        ],
7632        "tracing-attributes": [
7633          "dep:tracing-attributes"
7634        ],
7635        "valuable": [
7636          "tracing-core/valuable"
7637        ]
7638      },
7639      "homepage": "https://tokio.rs",
7640      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
7641      "keywords": [
7642        "logging",
7643        "tracing",
7644        "metrics",
7645        "async"
7646      ],
7647      "license": "MIT",
7648      "license_file": null,
7649      "links": null,
7650      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/Cargo.toml",
7651      "metadata": {
7652        "docs": {
7653          "rs": {
7654            "all-features": true,
7655            "rustc-args": [
7656              "--cfg",
7657              "tracing_unstable"
7658            ],
7659            "rustdoc-args": [
7660              "--cfg",
7661              "docsrs",
7662              "--cfg",
7663              "tracing_unstable"
7664            ]
7665          }
7666        }
7667      },
7668      "name": "tracing",
7669      "publish": null,
7670      "readme": "README.md",
7671      "repository": "https://github.com/tokio-rs/tracing",
7672      "rust_version": "1.56.0",
7673      "source": "registry+https://github.com/rust-lang/crates.io-index",
7674      "targets": [
7675        {
7676          "crate_types": [
7677            "lib"
7678          ],
7679          "doc": true,
7680          "doctest": true,
7681          "edition": "2018",
7682          "kind": [
7683            "lib"
7684          ],
7685          "name": "tracing",
7686          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs",
7687          "test": true
7688        },
7689        {
7690          "crate_types": [
7691            "bin"
7692          ],
7693          "doc": false,
7694          "doctest": false,
7695          "edition": "2018",
7696          "kind": [
7697            "test"
7698          ],
7699          "name": "future_send",
7700          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/future_send.rs",
7701          "test": true
7702        },
7703        {
7704          "crate_types": [
7705            "bin"
7706          ],
7707          "doc": false,
7708          "doctest": false,
7709          "edition": "2018",
7710          "kind": [
7711            "test"
7712          ],
7713          "name": "filter_caching_is_lexically_scoped",
7714          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/filter_caching_is_lexically_scoped.rs",
7715          "test": true
7716        },
7717        {
7718          "crate_types": [
7719            "bin"
7720          ],
7721          "doc": false,
7722          "doctest": false,
7723          "edition": "2018",
7724          "kind": [
7725            "test"
7726          ],
7727          "name": "filters_are_reevaluated_for_different_call_sites",
7728          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/filters_are_reevaluated_for_different_call_sites.rs",
7729          "test": true
7730        },
7731        {
7732          "crate_types": [
7733            "bin"
7734          ],
7735          "doc": false,
7736          "doctest": false,
7737          "edition": "2018",
7738          "kind": [
7739            "test"
7740          ],
7741          "name": "filters_are_not_reevaluated_for_the_same_span",
7742          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/filters_are_not_reevaluated_for_the_same_span.rs",
7743          "test": true
7744        },
7745        {
7746          "crate_types": [
7747            "bin"
7748          ],
7749          "doc": false,
7750          "doctest": false,
7751          "edition": "2018",
7752          "kind": [
7753            "test"
7754          ],
7755          "name": "multiple_max_level_hints",
7756          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/multiple_max_level_hints.rs",
7757          "test": true
7758        },
7759        {
7760          "crate_types": [
7761            "bin"
7762          ],
7763          "doc": false,
7764          "doctest": false,
7765          "edition": "2018",
7766          "kind": [
7767            "test"
7768          ],
7769          "name": "max_level_hint",
7770          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/max_level_hint.rs",
7771          "test": true
7772        },
7773        {
7774          "crate_types": [
7775            "bin"
7776          ],
7777          "doc": false,
7778          "doctest": false,
7779          "edition": "2018",
7780          "kind": [
7781            "test"
7782          ],
7783          "name": "enabled",
7784          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/enabled.rs",
7785          "test": true
7786        },
7787        {
7788          "crate_types": [
7789            "bin"
7790          ],
7791          "doc": false,
7792          "doctest": false,
7793          "edition": "2018",
7794          "kind": [
7795            "test"
7796          ],
7797          "name": "event",
7798          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/event.rs",
7799          "test": true
7800        },
7801        {
7802          "crate_types": [
7803            "bin"
7804          ],
7805          "doc": false,
7806          "doctest": false,
7807          "edition": "2018",
7808          "kind": [
7809            "test"
7810          ],
7811          "name": "subscriber",
7812          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/subscriber.rs",
7813          "test": true
7814        },
7815        {
7816          "crate_types": [
7817            "bin"
7818          ],
7819          "doc": false,
7820          "doctest": false,
7821          "edition": "2018",
7822          "kind": [
7823            "test"
7824          ],
7825          "name": "register_callsite_deadlock",
7826          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/register_callsite_deadlock.rs",
7827          "test": true
7828        },
7829        {
7830          "crate_types": [
7831            "bin"
7832          ],
7833          "doc": false,
7834          "doctest": false,
7835          "edition": "2018",
7836          "kind": [
7837            "test"
7838          ],
7839          "name": "filters_dont_leak",
7840          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/filters_dont_leak.rs",
7841          "test": true
7842        },
7843        {
7844          "crate_types": [
7845            "bin"
7846          ],
7847          "doc": false,
7848          "doctest": false,
7849          "edition": "2018",
7850          "kind": [
7851            "test"
7852          ],
7853          "name": "instrument",
7854          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/instrument.rs",
7855          "test": true
7856        },
7857        {
7858          "crate_types": [
7859            "bin"
7860          ],
7861          "doc": false,
7862          "doctest": false,
7863          "edition": "2018",
7864          "kind": [
7865            "test"
7866          ],
7867          "name": "scoped_clobbers_default",
7868          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/scoped_clobbers_default.rs",
7869          "test": true
7870        },
7871        {
7872          "crate_types": [
7873            "bin"
7874          ],
7875          "doc": false,
7876          "doctest": false,
7877          "edition": "2018",
7878          "kind": [
7879            "test"
7880          ],
7881          "name": "no_subscriber",
7882          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/no_subscriber.rs",
7883          "test": true
7884        },
7885        {
7886          "crate_types": [
7887            "bin"
7888          ],
7889          "doc": false,
7890          "doctest": false,
7891          "edition": "2018",
7892          "kind": [
7893            "test"
7894          ],
7895          "name": "macro_imports",
7896          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/macro_imports.rs",
7897          "test": true
7898        },
7899        {
7900          "crate_types": [
7901            "bin"
7902          ],
7903          "doc": false,
7904          "doctest": false,
7905          "edition": "2018",
7906          "kind": [
7907            "test"
7908          ],
7909          "name": "macros",
7910          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/macros.rs",
7911          "test": true
7912        },
7913        {
7914          "crate_types": [
7915            "bin"
7916          ],
7917          "doc": false,
7918          "doctest": false,
7919          "edition": "2018",
7920          "kind": [
7921            "test"
7922          ],
7923          "name": "macros_incompatible_concat",
7924          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/macros_incompatible_concat.rs",
7925          "test": true
7926        },
7927        {
7928          "crate_types": [
7929            "bin"
7930          ],
7931          "doc": false,
7932          "doctest": false,
7933          "edition": "2018",
7934          "kind": [
7935            "test"
7936          ],
7937          "name": "span",
7938          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/span.rs",
7939          "test": true
7940        },
7941        {
7942          "crate_types": [
7943            "bin"
7944          ],
7945          "doc": false,
7946          "doctest": false,
7947          "edition": "2018",
7948          "kind": [
7949            "bench"
7950          ],
7951          "name": "baseline",
7952          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/baseline.rs",
7953          "test": false
7954        },
7955        {
7956          "crate_types": [
7957            "bin"
7958          ],
7959          "doc": false,
7960          "doctest": false,
7961          "edition": "2018",
7962          "kind": [
7963            "bench"
7964          ],
7965          "name": "dispatch_get_clone",
7966          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/dispatch_get_clone.rs",
7967          "test": false
7968        },
7969        {
7970          "crate_types": [
7971            "bin"
7972          ],
7973          "doc": false,
7974          "doctest": false,
7975          "edition": "2018",
7976          "kind": [
7977            "bench"
7978          ],
7979          "name": "dispatch_get_ref",
7980          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/dispatch_get_ref.rs",
7981          "test": false
7982        },
7983        {
7984          "crate_types": [
7985            "bin"
7986          ],
7987          "doc": false,
7988          "doctest": false,
7989          "edition": "2018",
7990          "kind": [
7991            "bench"
7992          ],
7993          "name": "empty_span",
7994          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/empty_span.rs",
7995          "test": false
7996        },
7997        {
7998          "crate_types": [
7999            "bin"
8000          ],
8001          "doc": false,
8002          "doctest": false,
8003          "edition": "2018",
8004          "kind": [
8005            "bench"
8006          ],
8007          "name": "enter_span",
8008          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/enter_span.rs",
8009          "test": false
8010        },
8011        {
8012          "crate_types": [
8013            "bin"
8014          ],
8015          "doc": false,
8016          "doctest": false,
8017          "edition": "2018",
8018          "kind": [
8019            "bench"
8020          ],
8021          "name": "event",
8022          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/event.rs",
8023          "test": false
8024        },
8025        {
8026          "crate_types": [
8027            "bin"
8028          ],
8029          "doc": false,
8030          "doctest": false,
8031          "edition": "2018",
8032          "kind": [
8033            "bench"
8034          ],
8035          "name": "span_fields",
8036          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/span_fields.rs",
8037          "test": false
8038        },
8039        {
8040          "crate_types": [
8041            "bin"
8042          ],
8043          "doc": false,
8044          "doctest": false,
8045          "edition": "2018",
8046          "kind": [
8047            "bench"
8048          ],
8049          "name": "span_no_fields",
8050          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/span_no_fields.rs",
8051          "test": false
8052        },
8053        {
8054          "crate_types": [
8055            "bin"
8056          ],
8057          "doc": false,
8058          "doctest": false,
8059          "edition": "2018",
8060          "kind": [
8061            "bench"
8062          ],
8063          "name": "span_repeated",
8064          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/span_repeated.rs",
8065          "test": false
8066        },
8067        {
8068          "crate_types": [
8069            "bin"
8070          ],
8071          "doc": false,
8072          "doctest": false,
8073          "edition": "2018",
8074          "kind": [
8075            "bench"
8076          ],
8077          "name": "shared",
8078          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/shared.rs",
8079          "test": false
8080        }
8081      ],
8082      "version": "0.1.40"
8083    },
8084    {
8085      "authors": [
8086        "Tokio Contributors <[email protected]>",
8087        "Eliza Weisman <[email protected]>",
8088        "David Barsky <[email protected]>"
8089      ],
8090      "categories": [
8091        "development-tools::debugging",
8092        "development-tools::profiling",
8093        "asynchronous"
8094      ],
8095      "default_run": null,
8096      "dependencies": [
8097        {
8098          "features": [],
8099          "kind": null,
8100          "name": "proc-macro2",
8101          "optional": false,
8102          "registry": null,
8103          "rename": null,
8104          "req": "^1.0.60",
8105          "source": "registry+https://github.com/rust-lang/crates.io-index",
8106          "target": null,
8107          "uses_default_features": true
8108        },
8109        {
8110          "features": [],
8111          "kind": null,
8112          "name": "quote",
8113          "optional": false,
8114          "registry": null,
8115          "rename": null,
8116          "req": "^1.0.20",
8117          "source": "registry+https://github.com/rust-lang/crates.io-index",
8118          "target": null,
8119          "uses_default_features": true
8120        },
8121        {
8122          "features": [
8123            "full",
8124            "parsing",
8125            "printing",
8126            "visit-mut",
8127            "clone-impls",
8128            "extra-traits",
8129            "proc-macro"
8130          ],
8131          "kind": null,
8132          "name": "syn",
8133          "optional": false,
8134          "registry": null,
8135          "rename": null,
8136          "req": "^2.0",
8137          "source": "registry+https://github.com/rust-lang/crates.io-index",
8138          "target": null,
8139          "uses_default_features": false
8140        },
8141        {
8142          "features": [],
8143          "kind": "dev",
8144          "name": "async-trait",
8145          "optional": false,
8146          "registry": null,
8147          "rename": null,
8148          "req": "^0.1.67",
8149          "source": "registry+https://github.com/rust-lang/crates.io-index",
8150          "target": null,
8151          "uses_default_features": true
8152        },
8153        {
8154          "features": [],
8155          "kind": "dev",
8156          "name": "rustversion",
8157          "optional": false,
8158          "registry": null,
8159          "rename": null,
8160          "req": "^1.0.9",
8161          "source": "registry+https://github.com/rust-lang/crates.io-index",
8162          "target": null,
8163          "uses_default_features": true
8164        },
8165        {
8166          "features": [],
8167          "kind": "dev",
8168          "name": "tokio-test",
8169          "optional": false,
8170          "registry": null,
8171          "rename": null,
8172          "req": "^0.4.2",
8173          "source": "registry+https://github.com/rust-lang/crates.io-index",
8174          "target": null,
8175          "uses_default_features": true
8176        },
8177        {
8178          "features": [],
8179          "kind": "dev",
8180          "name": "tracing",
8181          "optional": false,
8182          "registry": null,
8183          "rename": null,
8184          "req": "^0.1.35",
8185          "source": "registry+https://github.com/rust-lang/crates.io-index",
8186          "target": null,
8187          "uses_default_features": true
8188        },
8189        {
8190          "features": [
8191            "env-filter"
8192          ],
8193          "kind": "dev",
8194          "name": "tracing-subscriber",
8195          "optional": false,
8196          "registry": null,
8197          "rename": null,
8198          "req": "^0.3.0",
8199          "source": "registry+https://github.com/rust-lang/crates.io-index",
8200          "target": null,
8201          "uses_default_features": true
8202        },
8203        {
8204          "features": [],
8205          "kind": "dev",
8206          "name": "trybuild",
8207          "optional": false,
8208          "registry": null,
8209          "rename": null,
8210          "req": "^1.0.64",
8211          "source": "registry+https://github.com/rust-lang/crates.io-index",
8212          "target": null,
8213          "uses_default_features": true
8214        }
8215      ],
8216      "description": "Procedural macro attributes for automatically instrumenting functions.\n",
8217      "documentation": null,
8218      "edition": "2018",
8219      "features": {
8220        "async-await": []
8221      },
8222      "homepage": "https://tokio.rs",
8223      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
8224      "keywords": [
8225        "logging",
8226        "tracing",
8227        "macro",
8228        "instrument",
8229        "log"
8230      ],
8231      "license": "MIT",
8232      "license_file": null,
8233      "links": null,
8234      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/Cargo.toml",
8235      "metadata": null,
8236      "name": "tracing-attributes",
8237      "publish": null,
8238      "readme": "README.md",
8239      "repository": "https://github.com/tokio-rs/tracing",
8240      "rust_version": "1.56.0",
8241      "source": "registry+https://github.com/rust-lang/crates.io-index",
8242      "targets": [
8243        {
8244          "crate_types": [
8245            "proc-macro"
8246          ],
8247          "doc": true,
8248          "doctest": true,
8249          "edition": "2018",
8250          "kind": [
8251            "proc-macro"
8252          ],
8253          "name": "tracing-attributes",
8254          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/src/lib.rs",
8255          "test": true
8256        },
8257        {
8258          "crate_types": [
8259            "bin"
8260          ],
8261          "doc": false,
8262          "doctest": false,
8263          "edition": "2018",
8264          "kind": [
8265            "test"
8266          ],
8267          "name": "ret",
8268          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/ret.rs",
8269          "test": true
8270        },
8271        {
8272          "crate_types": [
8273            "bin"
8274          ],
8275          "doc": false,
8276          "doctest": false,
8277          "edition": "2018",
8278          "kind": [
8279            "test"
8280          ],
8281          "name": "parents",
8282          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/parents.rs",
8283          "test": true
8284        },
8285        {
8286          "crate_types": [
8287            "bin"
8288          ],
8289          "doc": false,
8290          "doctest": false,
8291          "edition": "2018",
8292          "kind": [
8293            "test"
8294          ],
8295          "name": "async_fn",
8296          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/async_fn.rs",
8297          "test": true
8298        },
8299        {
8300          "crate_types": [
8301            "bin"
8302          ],
8303          "doc": false,
8304          "doctest": false,
8305          "edition": "2018",
8306          "kind": [
8307            "test"
8308          ],
8309          "name": "destructuring",
8310          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/destructuring.rs",
8311          "test": true
8312        },
8313        {
8314          "crate_types": [
8315            "bin"
8316          ],
8317          "doc": false,
8318          "doctest": false,
8319          "edition": "2018",
8320          "kind": [
8321            "test"
8322          ],
8323          "name": "targets",
8324          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/targets.rs",
8325          "test": true
8326        },
8327        {
8328          "crate_types": [
8329            "bin"
8330          ],
8331          "doc": false,
8332          "doctest": false,
8333          "edition": "2018",
8334          "kind": [
8335            "test"
8336          ],
8337          "name": "follows_from",
8338          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/follows_from.rs",
8339          "test": true
8340        },
8341        {
8342          "crate_types": [
8343            "bin"
8344          ],
8345          "doc": false,
8346          "doctest": false,
8347          "edition": "2018",
8348          "kind": [
8349            "test"
8350          ],
8351          "name": "fields",
8352          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/fields.rs",
8353          "test": true
8354        },
8355        {
8356          "crate_types": [
8357            "bin"
8358          ],
8359          "doc": false,
8360          "doctest": false,
8361          "edition": "2018",
8362          "kind": [
8363            "test"
8364          ],
8365          "name": "err",
8366          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/err.rs",
8367          "test": true
8368        },
8369        {
8370          "crate_types": [
8371            "bin"
8372          ],
8373          "doc": false,
8374          "doctest": false,
8375          "edition": "2018",
8376          "kind": [
8377            "test"
8378          ],
8379          "name": "levels",
8380          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/levels.rs",
8381          "test": true
8382        },
8383        {
8384          "crate_types": [
8385            "bin"
8386          ],
8387          "doc": false,
8388          "doctest": false,
8389          "edition": "2018",
8390          "kind": [
8391            "test"
8392          ],
8393          "name": "ui",
8394          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/ui.rs",
8395          "test": true
8396        },
8397        {
8398          "crate_types": [
8399            "bin"
8400          ],
8401          "doc": false,
8402          "doctest": false,
8403          "edition": "2018",
8404          "kind": [
8405            "test"
8406          ],
8407          "name": "instrument",
8408          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/instrument.rs",
8409          "test": true
8410        },
8411        {
8412          "crate_types": [
8413            "bin"
8414          ],
8415          "doc": false,
8416          "doctest": false,
8417          "edition": "2018",
8418          "kind": [
8419            "test"
8420          ],
8421          "name": "names",
8422          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/names.rs",
8423          "test": true
8424        }
8425      ],
8426      "version": "0.1.27"
8427    },
8428    {
8429      "authors": [
8430        "Tokio Contributors <[email protected]>"
8431      ],
8432      "categories": [
8433        "development-tools::debugging",
8434        "development-tools::profiling",
8435        "asynchronous"
8436      ],
8437      "default_run": null,
8438      "dependencies": [
8439        {
8440          "features": [],
8441          "kind": null,
8442          "name": "once_cell",
8443          "optional": true,
8444          "registry": null,
8445          "rename": null,
8446          "req": "^1.13.0",
8447          "source": "registry+https://github.com/rust-lang/crates.io-index",
8448          "target": null,
8449          "uses_default_features": true
8450        },
8451        {
8452          "features": [],
8453          "kind": null,
8454          "name": "valuable",
8455          "optional": true,
8456          "registry": null,
8457          "rename": null,
8458          "req": "^0.1.0",
8459          "source": "registry+https://github.com/rust-lang/crates.io-index",
8460          "target": "cfg(tracing_unstable)",
8461          "uses_default_features": false
8462        }
8463      ],
8464      "description": "Core primitives for application-level tracing.\n",
8465      "documentation": null,
8466      "edition": "2018",
8467      "features": {
8468        "default": [
8469          "std",
8470          "valuable/std"
8471        ],
8472        "once_cell": [
8473          "dep:once_cell"
8474        ],
8475        "std": [
8476          "once_cell"
8477        ],
8478        "valuable": [
8479          "dep:valuable"
8480        ]
8481      },
8482      "homepage": "https://tokio.rs",
8483      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
8484      "keywords": [
8485        "logging",
8486        "tracing",
8487        "profiling"
8488      ],
8489      "license": "MIT",
8490      "license_file": null,
8491      "links": null,
8492      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/Cargo.toml",
8493      "metadata": {
8494        "docs": {
8495          "rs": {
8496            "all-features": true,
8497            "rustc-args": [
8498              "--cfg",
8499              "tracing_unstable"
8500            ],
8501            "rustdoc-args": [
8502              "--cfg",
8503              "docsrs",
8504              "--cfg",
8505              "tracing_unstable"
8506            ]
8507          }
8508        }
8509      },
8510      "name": "tracing-core",
8511      "publish": null,
8512      "readme": "README.md",
8513      "repository": "https://github.com/tokio-rs/tracing",
8514      "rust_version": "1.56.0",
8515      "source": "registry+https://github.com/rust-lang/crates.io-index",
8516      "targets": [
8517        {
8518          "crate_types": [
8519            "lib"
8520          ],
8521          "doc": true,
8522          "doctest": true,
8523          "edition": "2018",
8524          "kind": [
8525            "lib"
8526          ],
8527          "name": "tracing-core",
8528          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs",
8529          "test": true
8530        },
8531        {
8532          "crate_types": [
8533            "bin"
8534          ],
8535          "doc": false,
8536          "doctest": false,
8537          "edition": "2018",
8538          "kind": [
8539            "test"
8540          ],
8541          "name": "local_dispatch_before_init",
8542          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/tests/local_dispatch_before_init.rs",
8543          "test": true
8544        },
8545        {
8546          "crate_types": [
8547            "bin"
8548          ],
8549          "doc": false,
8550          "doctest": false,
8551          "edition": "2018",
8552          "kind": [
8553            "test"
8554          ],
8555          "name": "dispatch",
8556          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/tests/dispatch.rs",
8557          "test": true
8558        },
8559        {
8560          "crate_types": [
8561            "bin"
8562          ],
8563          "doc": false,
8564          "doctest": false,
8565          "edition": "2018",
8566          "kind": [
8567            "test"
8568          ],
8569          "name": "global_dispatch",
8570          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/tests/global_dispatch.rs",
8571          "test": true
8572        },
8573        {
8574          "crate_types": [
8575            "bin"
8576          ],
8577          "doc": false,
8578          "doctest": false,
8579          "edition": "2018",
8580          "kind": [
8581            "test"
8582          ],
8583          "name": "macros",
8584          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/tests/macros.rs",
8585          "test": true
8586        }
8587      ],
8588      "version": "0.1.32"
8589    },
8590    {
8591      "authors": [
8592        "David Tolnay <[email protected]>"
8593      ],
8594      "categories": [
8595        "development-tools::testing"
8596      ],
8597      "default_run": null,
8598      "dependencies": [
8599        {
8600          "features": [],
8601          "kind": null,
8602          "name": "dissimilar",
8603          "optional": true,
8604          "registry": null,
8605          "rename": null,
8606          "req": "^1.0",
8607          "source": "registry+https://github.com/rust-lang/crates.io-index",
8608          "target": null,
8609          "uses_default_features": true
8610        },
8611        {
8612          "features": [],
8613          "kind": null,
8614          "name": "glob",
8615          "optional": false,
8616          "registry": null,
8617          "rename": null,
8618          "req": "^0.3",
8619          "source": "registry+https://github.com/rust-lang/crates.io-index",
8620          "target": null,
8621          "uses_default_features": true
8622        },
8623        {
8624          "features": [],
8625          "kind": null,
8626          "name": "once_cell",
8627          "optional": false,
8628          "registry": null,
8629          "rename": null,
8630          "req": "^1.9",
8631          "source": "registry+https://github.com/rust-lang/crates.io-index",
8632          "target": null,
8633          "uses_default_features": true
8634        },
8635        {
8636          "features": [],
8637          "kind": null,
8638          "name": "serde",
8639          "optional": false,
8640          "registry": null,
8641          "rename": null,
8642          "req": "^1.0.194",
8643          "source": "registry+https://github.com/rust-lang/crates.io-index",
8644          "target": null,
8645          "uses_default_features": true
8646        },
8647        {
8648          "features": [],
8649          "kind": null,
8650          "name": "serde_derive",
8651          "optional": false,
8652          "registry": null,
8653          "rename": null,
8654          "req": "^1.0.194",
8655          "source": "registry+https://github.com/rust-lang/crates.io-index",
8656          "target": null,
8657          "uses_default_features": true
8658        },
8659        {
8660          "features": [],
8661          "kind": null,
8662          "name": "serde_json",
8663          "optional": false,
8664          "registry": null,
8665          "rename": null,
8666          "req": "^1.0.110",
8667          "source": "registry+https://github.com/rust-lang/crates.io-index",
8668          "target": null,
8669          "uses_default_features": true
8670        },
8671        {
8672          "features": [],
8673          "kind": null,
8674          "name": "termcolor",
8675          "optional": false,
8676          "registry": null,
8677          "rename": null,
8678          "req": "^1.0.4",
8679          "source": "registry+https://github.com/rust-lang/crates.io-index",
8680          "target": null,
8681          "uses_default_features": true
8682        },
8683        {
8684          "features": [],
8685          "kind": null,
8686          "name": "toml",
8687          "optional": false,
8688          "registry": null,
8689          "rename": null,
8690          "req": "^0.8",
8691          "source": "registry+https://github.com/rust-lang/crates.io-index",
8692          "target": null,
8693          "uses_default_features": true
8694        },
8695        {
8696          "features": [],
8697          "kind": "dev",
8698          "name": "automod",
8699          "optional": false,
8700          "registry": null,
8701          "rename": null,
8702          "req": "^1.0.10",
8703          "source": "registry+https://github.com/rust-lang/crates.io-index",
8704          "target": null,
8705          "uses_default_features": true
8706        }
8707      ],
8708      "description": "Test harness for ui tests of compiler diagnostics",
8709      "documentation": "https://docs.rs/trybuild",
8710      "edition": "2021",
8711      "features": {
8712        "diff": [
8713          "dissimilar"
8714        ],
8715        "dissimilar": [
8716          "dep:dissimilar"
8717        ]
8718      },
8719      "homepage": null,
8720      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
8721      "keywords": [
8722        "macros",
8723        "testing",
8724        "dev-dependencies"
8725      ],
8726      "license": "MIT OR Apache-2.0",
8727      "license_file": null,
8728      "links": null,
8729      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.91/Cargo.toml",
8730      "metadata": {
8731        "docs": {
8732          "rs": {
8733            "rustdoc-args": [
8734              "--generate-link-to-definition"
8735            ],
8736            "targets": [
8737              "x86_64-unknown-linux-gnu"
8738            ]
8739          }
8740        }
8741      },
8742      "name": "trybuild",
8743      "publish": null,
8744      "readme": "README.md",
8745      "repository": "https://github.com/dtolnay/trybuild",
8746      "rust_version": "1.70",
8747      "source": "registry+https://github.com/rust-lang/crates.io-index",
8748      "targets": [
8749        {
8750          "crate_types": [
8751            "lib"
8752          ],
8753          "doc": true,
8754          "doctest": true,
8755          "edition": "2021",
8756          "kind": [
8757            "lib"
8758          ],
8759          "name": "trybuild",
8760          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.91/src/lib.rs",
8761          "test": true
8762        },
8763        {
8764          "crate_types": [
8765            "bin"
8766          ],
8767          "doc": false,
8768          "doctest": false,
8769          "edition": "2021",
8770          "kind": [
8771            "test"
8772          ],
8773          "name": "test",
8774          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.91/tests/test.rs",
8775          "test": true
8776        },
8777        {
8778          "crate_types": [
8779            "bin"
8780          ],
8781          "doc": false,
8782          "doctest": false,
8783          "edition": "2021",
8784          "kind": [
8785            "custom-build"
8786          ],
8787          "name": "build-script-build",
8788          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.91/build.rs",
8789          "test": false
8790        }
8791      ],
8792      "version": "1.0.91"
8793    },
8794    {
8795      "authors": [
8796        "David Tolnay <[email protected]>"
8797      ],
8798      "categories": [
8799        "development-tools::procedural-macro-helpers",
8800        "no-std",
8801        "no-std::no-alloc"
8802      ],
8803      "default_run": null,
8804      "dependencies": [
8805        {
8806          "features": [],
8807          "kind": "dev",
8808          "name": "criterion",
8809          "optional": false,
8810          "registry": null,
8811          "rename": null,
8812          "req": "^0.5",
8813          "source": "registry+https://github.com/rust-lang/crates.io-index",
8814          "target": null,
8815          "uses_default_features": false
8816        },
8817        {
8818          "features": [],
8819          "kind": "dev",
8820          "name": "fst",
8821          "optional": false,
8822          "registry": null,
8823          "rename": null,
8824          "req": "^0.4",
8825          "source": "registry+https://github.com/rust-lang/crates.io-index",
8826          "target": null,
8827          "uses_default_features": true
8828        },
8829        {
8830          "features": [
8831            "small_rng"
8832          ],
8833          "kind": "dev",
8834          "name": "rand",
8835          "optional": false,
8836          "registry": null,
8837          "rename": null,
8838          "req": "^0.8",
8839          "source": "registry+https://github.com/rust-lang/crates.io-index",
8840          "target": null,
8841          "uses_default_features": true
8842        },
8843        {
8844          "features": [],
8845          "kind": "dev",
8846          "name": "roaring",
8847          "optional": false,
8848          "registry": null,
8849          "rename": null,
8850          "req": "^0.10",
8851          "source": "registry+https://github.com/rust-lang/crates.io-index",
8852          "target": null,
8853          "uses_default_features": true
8854        },
8855        {
8856          "features": [],
8857          "kind": "dev",
8858          "name": "ucd-trie",
8859          "optional": false,
8860          "registry": null,
8861          "rename": null,
8862          "req": "^0.1",
8863          "source": "registry+https://github.com/rust-lang/crates.io-index",
8864          "target": null,
8865          "uses_default_features": false
8866        },
8867        {
8868          "features": [],
8869          "kind": "dev",
8870          "name": "unicode-xid",
8871          "optional": false,
8872          "registry": null,
8873          "rename": null,
8874          "req": "^0.2.4",
8875          "source": "registry+https://github.com/rust-lang/crates.io-index",
8876          "target": null,
8877          "uses_default_features": true
8878        }
8879      ],
8880      "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31",
8881      "documentation": "https://docs.rs/unicode-ident",
8882      "edition": "2018",
8883      "features": {},
8884      "homepage": null,
8885      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
8886      "keywords": [
8887        "unicode",
8888        "xid"
8889      ],
8890      "license": "(MIT OR Apache-2.0) AND Unicode-DFS-2016",
8891      "license_file": null,
8892      "links": null,
8893      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/Cargo.toml",
8894      "metadata": {
8895        "docs": {
8896          "rs": {
8897            "rustdoc-args": [
8898              "--generate-link-to-definition"
8899            ],
8900            "targets": [
8901              "x86_64-unknown-linux-gnu"
8902            ]
8903          }
8904        }
8905      },
8906      "name": "unicode-ident",
8907      "publish": null,
8908      "readme": "README.md",
8909      "repository": "https://github.com/dtolnay/unicode-ident",
8910      "rust_version": "1.31",
8911      "source": "registry+https://github.com/rust-lang/crates.io-index",
8912      "targets": [
8913        {
8914          "crate_types": [
8915            "lib"
8916          ],
8917          "doc": true,
8918          "doctest": true,
8919          "edition": "2018",
8920          "kind": [
8921            "lib"
8922          ],
8923          "name": "unicode-ident",
8924          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs",
8925          "test": true
8926        },
8927        {
8928          "crate_types": [
8929            "bin"
8930          ],
8931          "doc": false,
8932          "doctest": false,
8933          "edition": "2018",
8934          "kind": [
8935            "test"
8936          ],
8937          "name": "compare",
8938          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/tests/compare.rs",
8939          "test": true
8940        },
8941        {
8942          "crate_types": [
8943            "bin"
8944          ],
8945          "doc": false,
8946          "doctest": false,
8947          "edition": "2018",
8948          "kind": [
8949            "test"
8950          ],
8951          "name": "static_size",
8952          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/tests/static_size.rs",
8953          "test": true
8954        },
8955        {
8956          "crate_types": [
8957            "bin"
8958          ],
8959          "doc": false,
8960          "doctest": false,
8961          "edition": "2018",
8962          "kind": [
8963            "bench"
8964          ],
8965          "name": "xid",
8966          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/benches/xid.rs",
8967          "test": false
8968        }
8969      ],
8970      "version": "1.0.12"
8971    },
8972    {
8973      "authors": [
8974        "Peter Atashian <[email protected]>"
8975      ],
8976      "categories": [
8977        "external-ffi-bindings",
8978        "no-std",
8979        "os::windows-apis"
8980      ],
8981      "default_run": null,
8982      "dependencies": [
8983        {
8984          "features": [],
8985          "kind": null,
8986          "name": "winapi-i686-pc-windows-gnu",
8987          "optional": false,
8988          "registry": null,
8989          "rename": null,
8990          "req": "^0.4",
8991          "source": "registry+https://github.com/rust-lang/crates.io-index",
8992          "target": "i686-pc-windows-gnu",
8993          "uses_default_features": true
8994        },
8995        {
8996          "features": [],
8997          "kind": null,
8998          "name": "winapi-x86_64-pc-windows-gnu",
8999          "optional": false,
9000          "registry": null,
9001          "rename": null,
9002          "req": "^0.4",
9003          "source": "registry+https://github.com/rust-lang/crates.io-index",
9004          "target": "x86_64-pc-windows-gnu",
9005          "uses_default_features": true
9006        }
9007      ],
9008      "description": "Raw FFI bindings for all of Windows API.",
9009      "documentation": "https://docs.rs/winapi/",
9010      "edition": "2015",
9011      "features": {
9012        "accctrl": [],
9013        "aclapi": [],
9014        "activation": [],
9015        "adhoc": [],
9016        "appmgmt": [],
9017        "audioclient": [],
9018        "audiosessiontypes": [],
9019        "avrt": [],
9020        "basetsd": [],
9021        "bcrypt": [],
9022        "bits": [],
9023        "bits10_1": [],
9024        "bits1_5": [],
9025        "bits2_0": [],
9026        "bits2_5": [],
9027        "bits3_0": [],
9028        "bits4_0": [],
9029        "bits5_0": [],
9030        "bitscfg": [],
9031        "bitsmsg": [],
9032        "bluetoothapis": [],
9033        "bluetoothleapis": [],
9034        "bthdef": [],
9035        "bthioctl": [],
9036        "bthledef": [],
9037        "bthsdpdef": [],
9038        "bugcodes": [],
9039        "cderr": [],
9040        "cfg": [],
9041        "cfgmgr32": [],
9042        "cguid": [],
9043        "combaseapi": [],
9044        "coml2api": [],
9045        "commapi": [],
9046        "commctrl": [],
9047        "commdlg": [],
9048        "commoncontrols": [],
9049        "consoleapi": [],
9050        "corecrt": [],
9051        "corsym": [],
9052        "d2d1": [],
9053        "d2d1_1": [],
9054        "d2d1_2": [],
9055        "d2d1_3": [],
9056        "d2d1effectauthor": [],
9057        "d2d1effects": [],
9058        "d2d1effects_1": [],
9059        "d2d1effects_2": [],
9060        "d2d1svg": [],
9061        "d2dbasetypes": [],
9062        "d3d": [],
9063        "d3d10": [],
9064        "d3d10_1": [],
9065        "d3d10_1shader": [],
9066        "d3d10effect": [],
9067        "d3d10misc": [],
9068        "d3d10sdklayers": [],
9069        "d3d10shader": [],
9070        "d3d11": [],
9071        "d3d11_1": [],
9072        "d3d11_2": [],
9073        "d3d11_3": [],
9074        "d3d11_4": [],
9075        "d3d11on12": [],
9076        "d3d11sdklayers": [],
9077        "d3d11shader": [],
9078        "d3d11tokenizedprogramformat": [],
9079        "d3d12": [],
9080        "d3d12sdklayers": [],
9081        "d3d12shader": [],
9082        "d3d9": [],
9083        "d3d9caps": [],
9084        "d3d9types": [],
9085        "d3dcommon": [],
9086        "d3dcompiler": [],
9087        "d3dcsx": [],
9088        "d3dkmdt": [],
9089        "d3dkmthk": [],
9090        "d3dukmdt": [],
9091        "d3dx10core": [],
9092        "d3dx10math": [],
9093        "d3dx10mesh": [],
9094        "datetimeapi": [],
9095        "davclnt": [],
9096        "dbghelp": [],
9097        "dbt": [],
9098        "dcommon": [],
9099        "dcomp": [],
9100        "dcompanimation": [],
9101        "dcomptypes": [],
9102        "dde": [],
9103        "ddraw": [],
9104        "ddrawi": [],
9105        "ddrawint": [],
9106        "debug": [
9107          "impl-debug"
9108        ],
9109        "debugapi": [],
9110        "devguid": [],
9111        "devicetopology": [],
9112        "devpkey": [],
9113        "devpropdef": [],
9114        "dinput": [],
9115        "dinputd": [],
9116        "dispex": [],
9117        "dmksctl": [],
9118        "dmusicc": [],
9119        "docobj": [],
9120        "documenttarget": [],
9121        "dot1x": [],
9122        "dpa_dsa": [],
9123        "dpapi": [],
9124        "dsgetdc": [],
9125        "dsound": [],
9126        "dsrole": [],
9127        "dvp": [],
9128        "dwmapi": [],
9129        "dwrite": [],
9130        "dwrite_1": [],
9131        "dwrite_2": [],
9132        "dwrite_3": [],
9133        "dxdiag": [],
9134        "dxfile": [],
9135        "dxgi": [],
9136        "dxgi1_2": [],
9137        "dxgi1_3": [],
9138        "dxgi1_4": [],
9139        "dxgi1_5": [],
9140        "dxgi1_6": [],
9141        "dxgidebug": [],
9142        "dxgiformat": [],
9143        "dxgitype": [],
9144        "dxva2api": [],
9145        "dxvahd": [],
9146        "eaptypes": [],
9147        "enclaveapi": [],
9148        "endpointvolume": [],
9149        "errhandlingapi": [],
9150        "everything": [],
9151        "evntcons": [],
9152        "evntprov": [],
9153        "evntrace": [],
9154        "excpt": [],
9155        "exdisp": [],
9156        "fibersapi": [],
9157        "fileapi": [],
9158        "functiondiscoverykeys_devpkey": [],
9159        "gl-gl": [],
9160        "guiddef": [],
9161        "handleapi": [],
9162        "heapapi": [],
9163        "hidclass": [],
9164        "hidpi": [],
9165        "hidsdi": [],
9166        "hidusage": [],
9167        "highlevelmonitorconfigurationapi": [],
9168        "hstring": [],
9169        "http": [],
9170        "ifdef": [],
9171        "ifmib": [],
9172        "imm": [],
9173        "impl-debug": [],
9174        "impl-default": [],
9175        "in6addr": [],
9176        "inaddr": [],
9177        "inspectable": [],
9178        "interlockedapi": [],
9179        "intsafe": [],
9180        "ioapiset": [],
9181        "ipexport": [],
9182        "iphlpapi": [],
9183        "ipifcons": [],
9184        "ipmib": [],
9185        "iprtrmib": [],
9186        "iptypes": [],
9187        "jobapi": [],
9188        "jobapi2": [],
9189        "knownfolders": [],
9190        "ks": [],
9191        "ksmedia": [],
9192        "ktmtypes": [],
9193        "ktmw32": [],
9194        "l2cmn": [],
9195        "libloaderapi": [],
9196        "limits": [],
9197        "lmaccess": [],
9198        "lmalert": [],
9199        "lmapibuf": [],
9200        "lmat": [],
9201        "lmcons": [],
9202        "lmdfs": [],
9203        "lmerrlog": [],
9204        "lmjoin": [],
9205        "lmmsg": [],
9206        "lmremutl": [],
9207        "lmrepl": [],
9208        "lmserver": [],
9209        "lmshare": [],
9210        "lmstats": [],
9211        "lmsvc": [],
9212        "lmuse": [],
9213        "lmwksta": [],
9214        "lowlevelmonitorconfigurationapi": [],
9215        "lsalookup": [],
9216        "memoryapi": [],
9217        "minschannel": [],
9218        "minwinbase": [],
9219        "minwindef": [],
9220        "mmdeviceapi": [],
9221        "mmeapi": [],
9222        "mmreg": [],
9223        "mmsystem": [],
9224        "mprapidef": [],
9225        "msaatext": [],
9226        "mscat": [],
9227        "mschapp": [],
9228        "mssip": [],
9229        "mstcpip": [],
9230        "mswsock": [],
9231        "mswsockdef": [],
9232        "namedpipeapi": [],
9233        "namespaceapi": [],
9234        "nb30": [],
9235        "ncrypt": [],
9236        "netioapi": [],
9237        "nldef": [],
9238        "ntddndis": [],
9239        "ntddscsi": [],
9240        "ntddser": [],
9241        "ntdef": [],
9242        "ntlsa": [],
9243        "ntsecapi": [],
9244        "ntstatus": [],
9245        "oaidl": [],
9246        "objbase": [],
9247        "objidl": [],
9248        "objidlbase": [],
9249        "ocidl": [],
9250        "ole2": [],
9251        "oleauto": [],
9252        "olectl": [],
9253        "oleidl": [],
9254        "opmapi": [],
9255        "pdh": [],
9256        "perflib": [],
9257        "physicalmonitorenumerationapi": [],
9258        "playsoundapi": [],
9259        "portabledevice": [],
9260        "portabledeviceapi": [],
9261        "portabledevicetypes": [],
9262        "powerbase": [],
9263        "powersetting": [],
9264        "powrprof": [],
9265        "processenv": [],
9266        "processsnapshot": [],
9267        "processthreadsapi": [],
9268        "processtopologyapi": [],
9269        "profileapi": [],
9270        "propidl": [],
9271        "propkey": [],
9272        "propkeydef": [],
9273        "propsys": [],
9274        "prsht": [],
9275        "psapi": [],
9276        "qos": [],
9277        "realtimeapiset": [],
9278        "reason": [],
9279        "restartmanager": [],
9280        "restrictederrorinfo": [],
9281        "rmxfguid": [],
9282        "roapi": [],
9283        "robuffer": [],
9284        "roerrorapi": [],
9285        "rpc": [],
9286        "rpcdce": [],
9287        "rpcndr": [],
9288        "rtinfo": [],
9289        "sapi": [],
9290        "sapi51": [],
9291        "sapi53": [],
9292        "sapiddk": [],
9293        "sapiddk51": [],
9294        "schannel": [],
9295        "sddl": [],
9296        "securityappcontainer": [],
9297        "securitybaseapi": [],
9298        "servprov": [],
9299        "setupapi": [],
9300        "shellapi": [],
9301        "shellscalingapi": [],
9302        "shlobj": [],
9303        "shobjidl": [],
9304        "shobjidl_core": [],
9305        "shtypes": [],
9306        "softpub": [],
9307        "spapidef": [],
9308        "spellcheck": [],
9309        "sporder": [],
9310        "sql": [],
9311        "sqlext": [],
9312        "sqltypes": [],
9313        "sqlucode": [],
9314        "sspi": [],
9315        "std": [],
9316        "stralign": [],
9317        "stringapiset": [],
9318        "strmif": [],
9319        "subauth": [],
9320        "synchapi": [],
9321        "sysinfoapi": [],
9322        "systemtopologyapi": [],
9323        "taskschd": [],
9324        "tcpestats": [],
9325        "tcpmib": [],
9326        "textstor": [],
9327        "threadpoolapiset": [],
9328        "threadpoollegacyapiset": [],
9329        "timeapi": [],
9330        "timezoneapi": [],
9331        "tlhelp32": [],
9332        "transportsettingcommon": [],
9333        "tvout": [],
9334        "udpmib": [],
9335        "unknwnbase": [],
9336        "urlhist": [],
9337        "urlmon": [],
9338        "usb": [],
9339        "usbioctl": [],
9340        "usbiodef": [],
9341        "usbscan": [],
9342        "usbspec": [],
9343        "userenv": [],
9344        "usp10": [],
9345        "utilapiset": [],
9346        "uxtheme": [],
9347        "vadefs": [],
9348        "vcruntime": [],
9349        "vsbackup": [],
9350        "vss": [],
9351        "vsserror": [],
9352        "vswriter": [],
9353        "wbemads": [],
9354        "wbemcli": [],
9355        "wbemdisp": [],
9356        "wbemprov": [],
9357        "wbemtran": [],
9358        "wct": [],
9359        "werapi": [],
9360        "winbase": [],
9361        "wincodec": [],
9362        "wincodecsdk": [],
9363        "wincon": [],
9364        "wincontypes": [],
9365        "wincred": [],
9366        "wincrypt": [],
9367        "windef": [],
9368        "windot11": [],
9369        "windowsceip": [],
9370        "windowsx": [],
9371        "winefs": [],
9372        "winerror": [],
9373        "winevt": [],
9374        "wingdi": [],
9375        "winhttp": [],
9376        "wininet": [],
9377        "winineti": [],
9378        "winioctl": [],
9379        "winnetwk": [],
9380        "winnls": [],
9381        "winnt": [],
9382        "winreg": [],
9383        "winsafer": [],
9384        "winscard": [],
9385        "winsmcrd": [],
9386        "winsock2": [],
9387        "winspool": [],
9388        "winstring": [],
9389        "winsvc": [],
9390        "wintrust": [],
9391        "winusb": [],
9392        "winusbio": [],
9393        "winuser": [],
9394        "winver": [],
9395        "wlanapi": [],
9396        "wlanihv": [],
9397        "wlanihvtypes": [],
9398        "wlantypes": [],
9399        "wlclient": [],
9400        "wmistr": [],
9401        "wnnc": [],
9402        "wow64apiset": [],
9403        "wpdmtpextensions": [],
9404        "ws2bth": [],
9405        "ws2def": [],
9406        "ws2ipdef": [],
9407        "ws2spi": [],
9408        "ws2tcpip": [],
9409        "wtsapi32": [],
9410        "wtypes": [],
9411        "wtypesbase": [],
9412        "xinput": []
9413      },
9414      "homepage": null,
9415      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
9416      "keywords": [
9417        "windows",
9418        "ffi",
9419        "win32",
9420        "com",
9421        "directx"
9422      ],
9423      "license": "MIT/Apache-2.0",
9424      "license_file": null,
9425      "links": null,
9426      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/Cargo.toml",
9427      "metadata": {
9428        "docs": {
9429          "rs": {
9430            "default-target": "x86_64-pc-windows-msvc",
9431            "features": [
9432              "everything",
9433              "impl-debug",
9434              "impl-default"
9435            ],
9436            "targets": [
9437              "aarch64-pc-windows-msvc",
9438              "i686-pc-windows-msvc",
9439              "x86_64-pc-windows-msvc"
9440            ]
9441          }
9442        }
9443      },
9444      "name": "winapi",
9445      "publish": null,
9446      "readme": "README.md",
9447      "repository": "https://github.com/retep998/winapi-rs",
9448      "rust_version": null,
9449      "source": "registry+https://github.com/rust-lang/crates.io-index",
9450      "targets": [
9451        {
9452          "crate_types": [
9453            "lib"
9454          ],
9455          "doc": true,
9456          "doctest": true,
9457          "edition": "2015",
9458          "kind": [
9459            "lib"
9460          ],
9461          "name": "winapi",
9462          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/src/lib.rs",
9463          "test": true
9464        },
9465        {
9466          "crate_types": [
9467            "bin"
9468          ],
9469          "doc": false,
9470          "doctest": false,
9471          "edition": "2015",
9472          "kind": [
9473            "custom-build"
9474          ],
9475          "name": "build-script-build",
9476          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/build.rs",
9477          "test": false
9478        }
9479      ],
9480      "version": "0.3.9"
9481    },
9482    {
9483      "authors": [
9484        "Peter Atashian <[email protected]>"
9485      ],
9486      "categories": [],
9487      "default_run": null,
9488      "dependencies": [],
9489      "description": "Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.",
9490      "documentation": null,
9491      "edition": "2015",
9492      "features": {},
9493      "homepage": null,
9494      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
9495      "keywords": [
9496        "windows"
9497      ],
9498      "license": "MIT/Apache-2.0",
9499      "license_file": null,
9500      "links": null,
9501      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/Cargo.toml",
9502      "metadata": null,
9503      "name": "winapi-i686-pc-windows-gnu",
9504      "publish": null,
9505      "readme": null,
9506      "repository": "https://github.com/retep998/winapi-rs",
9507      "rust_version": null,
9508      "source": "registry+https://github.com/rust-lang/crates.io-index",
9509      "targets": [
9510        {
9511          "crate_types": [
9512            "lib"
9513          ],
9514          "doc": true,
9515          "doctest": true,
9516          "edition": "2015",
9517          "kind": [
9518            "lib"
9519          ],
9520          "name": "winapi-i686-pc-windows-gnu",
9521          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/src/lib.rs",
9522          "test": true
9523        },
9524        {
9525          "crate_types": [
9526            "bin"
9527          ],
9528          "doc": false,
9529          "doctest": false,
9530          "edition": "2015",
9531          "kind": [
9532            "custom-build"
9533          ],
9534          "name": "build-script-build",
9535          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/build.rs",
9536          "test": false
9537        }
9538      ],
9539      "version": "0.4.0"
9540    },
9541    {
9542      "authors": [
9543        "Andrew Gallant <[email protected]>"
9544      ],
9545      "categories": [
9546        "os::windows-apis",
9547        "external-ffi-bindings"
9548      ],
9549      "default_run": null,
9550      "dependencies": [
9551        {
9552          "features": [
9553            "std",
9554            "consoleapi",
9555            "errhandlingapi",
9556            "fileapi",
9557            "minwindef",
9558            "processenv",
9559            "sysinfoapi",
9560            "winbase",
9561            "wincon",
9562            "winerror",
9563            "winnt"
9564          ],
9565          "kind": null,
9566          "name": "winapi",
9567          "optional": false,
9568          "registry": null,
9569          "rename": null,
9570          "req": "^0.3",
9571          "source": "registry+https://github.com/rust-lang/crates.io-index",
9572          "target": "cfg(windows)",
9573          "uses_default_features": true
9574        }
9575      ],
9576      "description": "A dumping ground for high level safe wrappers over winapi.",
9577      "documentation": "https://docs.rs/winapi-util",
9578      "edition": "2021",
9579      "features": {},
9580      "homepage": "https://github.com/BurntSushi/winapi-util",
9581      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
9582      "keywords": [
9583        "windows",
9584        "winapi",
9585        "util",
9586        "win"
9587      ],
9588      "license": "Unlicense/MIT",
9589      "license_file": null,
9590      "links": null,
9591      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-util-0.1.6/Cargo.toml",
9592      "metadata": {
9593        "docs": {
9594          "rs": {
9595            "targets": [
9596              "x86_64-pc-windows-msvc"
9597            ]
9598          }
9599        }
9600      },
9601      "name": "winapi-util",
9602      "publish": null,
9603      "readme": "README.md",
9604      "repository": "https://github.com/BurntSushi/winapi-util",
9605      "rust_version": null,
9606      "source": "registry+https://github.com/rust-lang/crates.io-index",
9607      "targets": [
9608        {
9609          "crate_types": [
9610            "lib"
9611          ],
9612          "doc": true,
9613          "doctest": true,
9614          "edition": "2021",
9615          "kind": [
9616            "lib"
9617          ],
9618          "name": "winapi-util",
9619          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-util-0.1.6/src/lib.rs",
9620          "test": true
9621        }
9622      ],
9623      "version": "0.1.6"
9624    },
9625    {
9626      "authors": [
9627        "Peter Atashian <[email protected]>"
9628      ],
9629      "categories": [],
9630      "default_run": null,
9631      "dependencies": [],
9632      "description": "Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.",
9633      "documentation": null,
9634      "edition": "2015",
9635      "features": {},
9636      "homepage": null,
9637      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
9638      "keywords": [
9639        "windows"
9640      ],
9641      "license": "MIT/Apache-2.0",
9642      "license_file": null,
9643      "links": null,
9644      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/Cargo.toml",
9645      "metadata": null,
9646      "name": "winapi-x86_64-pc-windows-gnu",
9647      "publish": null,
9648      "readme": null,
9649      "repository": "https://github.com/retep998/winapi-rs",
9650      "rust_version": null,
9651      "source": "registry+https://github.com/rust-lang/crates.io-index",
9652      "targets": [
9653        {
9654          "crate_types": [
9655            "lib"
9656          ],
9657          "doc": true,
9658          "doctest": true,
9659          "edition": "2015",
9660          "kind": [
9661            "lib"
9662          ],
9663          "name": "winapi-x86_64-pc-windows-gnu",
9664          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/src/lib.rs",
9665          "test": true
9666        },
9667        {
9668          "crate_types": [
9669            "bin"
9670          ],
9671          "doc": false,
9672          "doctest": false,
9673          "edition": "2015",
9674          "kind": [
9675            "custom-build"
9676          ],
9677          "name": "build-script-build",
9678          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/build.rs",
9679          "test": false
9680        }
9681      ],
9682      "version": "0.4.0"
9683    },
9684    {
9685      "authors": [],
9686      "categories": [
9687        "parsing"
9688      ],
9689      "default_run": null,
9690      "dependencies": [
9691        {
9692          "features": [],
9693          "kind": null,
9694          "name": "anstream",
9695          "optional": true,
9696          "registry": null,
9697          "rename": null,
9698          "req": "^0.3.2",
9699          "source": "registry+https://github.com/rust-lang/crates.io-index",
9700          "target": null,
9701          "uses_default_features": true
9702        },
9703        {
9704          "features": [],
9705          "kind": null,
9706          "name": "anstyle",
9707          "optional": true,
9708          "registry": null,
9709          "rename": null,
9710          "req": "^1.0.1",
9711          "source": "registry+https://github.com/rust-lang/crates.io-index",
9712          "target": null,
9713          "uses_default_features": true
9714        },
9715        {
9716          "features": [],
9717          "kind": null,
9718          "name": "is-terminal",
9719          "optional": true,
9720          "registry": null,
9721          "rename": null,
9722          "req": "^0.4.9",
9723          "source": "registry+https://github.com/rust-lang/crates.io-index",
9724          "target": null,
9725          "uses_default_features": true
9726        },
9727        {
9728          "features": [],
9729          "kind": null,
9730          "name": "memchr",
9731          "optional": true,
9732          "registry": null,
9733          "rename": null,
9734          "req": "^2.5",
9735          "source": "registry+https://github.com/rust-lang/crates.io-index",
9736          "target": null,
9737          "uses_default_features": false
9738        },
9739        {
9740          "features": [],
9741          "kind": null,
9742          "name": "terminal_size",
9743          "optional": true,
9744          "registry": null,
9745          "rename": null,
9746          "req": "^0.2.6",
9747          "source": "registry+https://github.com/rust-lang/crates.io-index",
9748          "target": null,
9749          "uses_default_features": true
9750        },
9751        {
9752          "features": [],
9753          "kind": "dev",
9754          "name": "circular",
9755          "optional": false,
9756          "registry": null,
9757          "rename": null,
9758          "req": "^0.3.0",
9759          "source": "registry+https://github.com/rust-lang/crates.io-index",
9760          "target": null,
9761          "uses_default_features": true
9762        },
9763        {
9764          "features": [],
9765          "kind": "dev",
9766          "name": "criterion",
9767          "optional": false,
9768          "registry": null,
9769          "rename": null,
9770          "req": "^0.5.1",
9771          "source": "registry+https://github.com/rust-lang/crates.io-index",
9772          "target": null,
9773          "uses_default_features": true
9774        },
9775        {
9776          "features": [],
9777          "kind": "dev",
9778          "name": "doc-comment",
9779          "optional": false,
9780          "registry": null,
9781          "rename": null,
9782          "req": "^0.3",
9783          "source": "registry+https://github.com/rust-lang/crates.io-index",
9784          "target": null,
9785          "uses_default_features": true
9786        },
9787        {
9788          "features": [],
9789          "kind": "dev",
9790          "name": "lexopt",
9791          "optional": false,
9792          "registry": null,
9793          "rename": null,
9794          "req": "^0.3.0",
9795          "source": "registry+https://github.com/rust-lang/crates.io-index",
9796          "target": null,
9797          "uses_default_features": true
9798        },
9799        {
9800          "features": [],
9801          "kind": "dev",
9802          "name": "proptest",
9803          "optional": false,
9804          "registry": null,
9805          "rename": null,
9806          "req": "^1.2.0",
9807          "source": "registry+https://github.com/rust-lang/crates.io-index",
9808          "target": null,
9809          "uses_default_features": true
9810        },
9811        {
9812          "features": [],
9813          "kind": "dev",
9814          "name": "rustc-hash",
9815          "optional": false,
9816          "registry": null,
9817          "rename": null,
9818          "req": "^1.1.0",
9819          "source": "registry+https://github.com/rust-lang/crates.io-index",
9820          "target": null,
9821          "uses_default_features": true
9822        },
9823        {
9824          "features": [
9825            "examples"
9826          ],
9827          "kind": "dev",
9828          "name": "snapbox",
9829          "optional": false,
9830          "registry": null,
9831          "rename": null,
9832          "req": "^0.4.11",
9833          "source": "registry+https://github.com/rust-lang/crates.io-index",
9834          "target": null,
9835          "uses_default_features": true
9836        },
9837        {
9838          "features": [],
9839          "kind": "dev",
9840          "name": "term-transcript",
9841          "optional": false,
9842          "registry": null,
9843          "rename": null,
9844          "req": "^0.2.0",
9845          "source": "registry+https://github.com/rust-lang/crates.io-index",
9846          "target": null,
9847          "uses_default_features": true
9848        }
9849      ],
9850      "description": "A byte-oriented, zero-copy, parser combinators library",
9851      "documentation": null,
9852      "edition": "2021",
9853      "features": {
9854        "alloc": [],
9855        "debug": [
9856          "dep:anstream",
9857          "dep:anstyle",
9858          "dep:is-terminal",
9859          "dep:terminal_size"
9860        ],
9861        "default": [
9862          "std"
9863        ],
9864        "simd": [
9865          "dep:memchr"
9866        ],
9867        "std": [
9868          "alloc",
9869          "memchr?/std"
9870        ],
9871        "unstable-doc": [
9872          "alloc",
9873          "std",
9874          "simd",
9875          "unstable-recover"
9876        ],
9877        "unstable-recover": []
9878      },
9879      "homepage": null,
9880      "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
9881      "keywords": [
9882        "parser",
9883        "parser-combinators",
9884        "parsing",
9885        "streaming",
9886        "bit"
9887      ],
9888      "license": "MIT",
9889      "license_file": null,
9890      "links": null,
9891      "manifest_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.6/Cargo.toml",
9892      "metadata": {
9893        "docs": {
9894          "rs": {
9895            "cargo-args": [
9896              "-Zunstable-options",
9897              "-Zrustdoc-scrape-examples"
9898            ],
9899            "features": [
9900              "unstable-doc"
9901            ],
9902            "rustdoc-args": [
9903              "--cfg",
9904              "docsrs"
9905            ]
9906          }
9907        },
9908        "release": {
9909          "pre-release-replacements": [
9910            {
9911              "file": "CHANGELOG.md",
9912              "min": 1,
9913              "replace": "{{version}}",
9914              "search": "Unreleased"
9915            },
9916            {
9917              "exactly": 1,
9918              "file": "CHANGELOG.md",
9919              "replace": "...{{tag_name}}",
9920              "search": "\\.\\.\\.HEAD"
9921            },
9922            {
9923              "file": "CHANGELOG.md",
9924              "min": 1,
9925              "replace": "{{date}}",
9926              "search": "ReleaseDate"
9927            },
9928            {
9929              "exactly": 1,
9930              "file": "CHANGELOG.md",
9931              "replace": "<!-- next-header -->\n## [Unreleased] - ReleaseDate\n",
9932              "search": "<!-- next-header -->"
9933            },
9934            {
9935              "exactly": 1,
9936              "file": "CHANGELOG.md",
9937              "replace": "<!-- next-url -->\n[Unreleased]: https://github.com/winnow-rs/winnow/compare/{{tag_name}}...HEAD",
9938              "search": "<!-- next-url -->"
9939            },
9940            {
9941              "exactly": 1,
9942              "file": "src/lib.rs",
9943              "replace": "blob/v{{version}}/CHANGELOG.md",
9944              "search": "blob/v.+\\..+\\..+/CHANGELOG.md"
9945            }
9946          ]
9947        }
9948      },
9949      "name": "winnow",
9950      "publish": null,
9951      "readme": "README.md",
9952      "repository": "https://github.com/winnow-rs/winnow",
9953      "rust_version": "1.64.0",
9954      "source": "registry+https://github.com/rust-lang/crates.io-index",
9955      "targets": [
9956        {
9957          "crate_types": [
9958            "lib"
9959          ],
9960          "doc": true,
9961          "doctest": true,
9962          "edition": "2021",
9963          "kind": [
9964            "lib"
9965          ],
9966          "name": "winnow",
9967          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.6/src/lib.rs",
9968          "test": true
9969        },
9970        {
9971          "crate_types": [
9972            "bin"
9973          ],
9974          "doc": false,
9975          "doctest": false,
9976          "edition": "2021",
9977          "kind": [
9978            "example"
9979          ],
9980          "name": "arithmetic",
9981          "required-features": [
9982            "alloc"
9983          ],
9984          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.6/examples/arithmetic/main.rs",
9985          "test": true
9986        },
9987        {
9988          "crate_types": [
9989            "bin"
9990          ],
9991          "doc": false,
9992          "doctest": false,
9993          "edition": "2021",
9994          "kind": [
9995            "example"
9996          ],
9997          "name": "css",
9998          "required-features": [
9999            "alloc"
10000          ],
10001          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.6/examples/css/main.rs",
10002          "test": true
10003        },
10004        {
10005          "crate_types": [
10006            "bin"
10007          ],
10008          "doc": false,
10009          "doctest": false,
10010          "edition": "2021",
10011          "kind": [
10012            "example"
10013          ],
10014          "name": "custom_error",
10015          "required-features": [
10016            "alloc"
10017          ],
10018          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.6/examples/custom_error.rs",
10019          "test": true
10020        },
10021        {
10022          "crate_types": [
10023            "bin"
10024          ],
10025          "doc": false,
10026          "doctest": false,
10027          "edition": "2021",
10028          "kind": [
10029            "example"
10030          ],
10031          "name": "http",
10032          "required-features": [
10033            "alloc"
10034          ],
10035          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.6/examples/http/main.rs",
10036          "test": false
10037        },
10038        {
10039          "crate_types": [
10040            "bin"
10041          ],
10042          "doc": false,
10043          "doctest": false,
10044          "edition": "2021",
10045          "kind": [
10046            "example"
10047          ],
10048          "name": "ini",
10049          "required-features": [
10050            "std"
10051          ],
10052          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.6/examples/ini/main.rs",
10053          "test": true
10054        },
10055        {
10056          "crate_types": [
10057            "bin"
10058          ],
10059          "doc": false,
10060          "doctest": false,
10061          "edition": "2021",
10062          "kind": [
10063            "example"
10064          ],
10065          "name": "json",
10066          "required-features": [
10067            "std"
10068          ],
10069          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.6/examples/json/main.rs",
10070          "test": true
10071        },
10072        {
10073          "crate_types": [
10074            "bin"
10075          ],
10076          "doc": false,
10077          "doctest": false,
10078          "edition": "2021",
10079          "kind": [
10080            "example"
10081          ],
10082          "name": "ndjson",
10083          "required-features": [
10084            "std"
10085          ],
10086          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.6/examples/ndjson/main.rs",
10087          "test": true
10088        },
10089        {
10090          "crate_types": [
10091            "bin"
10092          ],
10093          "doc": false,
10094          "doctest": false,
10095          "edition": "2021",
10096          "kind": [
10097            "example"
10098          ],
10099          "name": "json_iterator",
10100          "required-features": [
10101            "std"
10102          ],
10103          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.6/examples/json_iterator.rs",
10104          "test": false
10105        },
10106        {
10107          "crate_types": [
10108            "bin"
10109          ],
10110          "doc": false,
10111          "doctest": false,
10112          "edition": "2021",
10113          "kind": [
10114            "example"
10115          ],
10116          "name": "iterator",
10117          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.6/examples/iterator.rs",
10118          "test": false
10119        },
10120        {
10121          "crate_types": [
10122            "bin"
10123          ],
10124          "doc": false,
10125          "doctest": false,
10126          "edition": "2021",
10127          "kind": [
10128            "example"
10129          ],
10130          "name": "s_expression",
10131          "required-features": [
10132            "alloc"
10133          ],
10134          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.6/examples/s_expression/main.rs",
10135          "test": false
10136        },
10137        {
10138          "crate_types": [
10139            "bin"
10140          ],
10141          "doc": false,
10142          "doctest": false,
10143          "edition": "2021",
10144          "kind": [
10145            "example"
10146          ],
10147          "name": "string",
10148          "required-features": [
10149            "alloc"
10150          ],
10151          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.6/examples/string/main.rs",
10152          "test": false
10153        },
10154        {
10155          "crate_types": [
10156            "bin"
10157          ],
10158          "doc": false,
10159          "doctest": false,
10160          "edition": "2021",
10161          "kind": [
10162            "bench"
10163          ],
10164          "name": "arithmetic",
10165          "required-features": [
10166            "alloc"
10167          ],
10168          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.6/examples/arithmetic/bench.rs",
10169          "test": false
10170        },
10171        {
10172          "crate_types": [
10173            "bin"
10174          ],
10175          "doc": false,
10176          "doctest": false,
10177          "edition": "2021",
10178          "kind": [
10179            "bench"
10180          ],
10181          "name": "contains_token",
10182          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.6/benches/contains_token.rs",
10183          "test": false
10184        },
10185        {
10186          "crate_types": [
10187            "bin"
10188          ],
10189          "doc": false,
10190          "doctest": false,
10191          "edition": "2021",
10192          "kind": [
10193            "bench"
10194          ],
10195          "name": "find_slice",
10196          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.6/benches/find_slice.rs",
10197          "test": false
10198        },
10199        {
10200          "crate_types": [
10201            "bin"
10202          ],
10203          "doc": false,
10204          "doctest": false,
10205          "edition": "2021",
10206          "kind": [
10207            "bench"
10208          ],
10209          "name": "iter",
10210          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.6/benches/iter.rs",
10211          "test": false
10212        },
10213        {
10214          "crate_types": [
10215            "bin"
10216          ],
10217          "doc": false,
10218          "doctest": false,
10219          "edition": "2021",
10220          "kind": [
10221            "bench"
10222          ],
10223          "name": "next_slice",
10224          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.6/benches/next_slice.rs",
10225          "test": false
10226        },
10227        {
10228          "crate_types": [
10229            "bin"
10230          ],
10231          "doc": false,
10232          "doctest": false,
10233          "edition": "2021",
10234          "kind": [
10235            "bench"
10236          ],
10237          "name": "number",
10238          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.6/benches/number.rs",
10239          "test": false
10240        },
10241        {
10242          "crate_types": [
10243            "bin"
10244          ],
10245          "doc": false,
10246          "doctest": false,
10247          "edition": "2021",
10248          "kind": [
10249            "bench"
10250          ],
10251          "name": "http",
10252          "required-features": [
10253            "alloc"
10254          ],
10255          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.6/examples/http/bench.rs",
10256          "test": false
10257        },
10258        {
10259          "crate_types": [
10260            "bin"
10261          ],
10262          "doc": false,
10263          "doctest": false,
10264          "edition": "2021",
10265          "kind": [
10266            "bench"
10267          ],
10268          "name": "ini",
10269          "required-features": [
10270            "std"
10271          ],
10272          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.6/examples/ini/bench.rs",
10273          "test": false
10274        },
10275        {
10276          "crate_types": [
10277            "bin"
10278          ],
10279          "doc": false,
10280          "doctest": false,
10281          "edition": "2021",
10282          "kind": [
10283            "bench"
10284          ],
10285          "name": "json",
10286          "required-features": [
10287            "std"
10288          ],
10289          "src_path": "/usr/local/google/home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.6/examples/json/bench.rs",
10290          "test": false
10291        }
10292      ],
10293      "version": "0.6.6"
10294    }
10295  ],
10296  "resolve": {
10297    "nodes": [
10298      {
10299        "dependencies": [
10300          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
10301          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
10302          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
10303          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
10304          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
10305          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
10306          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
10307          "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10308        ],
10309        "deps": [
10310          {
10311            "dep_kinds": [
10312              {
10313                "kind": "dev",
10314                "target": null
10315              }
10316            ],
10317            "name": "futures",
10318            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10319          },
10320          {
10321            "dep_kinds": [
10322              {
10323                "kind": null,
10324                "target": null
10325              }
10326            ],
10327            "name": "proc_macro2",
10328            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10329          },
10330          {
10331            "dep_kinds": [
10332              {
10333                "kind": null,
10334                "target": null
10335              }
10336            ],
10337            "name": "quote",
10338            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10339          },
10340          {
10341            "dep_kinds": [
10342              {
10343                "kind": "dev",
10344                "target": null
10345              }
10346            ],
10347            "name": "rustversion",
10348            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10349          },
10350          {
10351            "dep_kinds": [
10352              {
10353                "kind": null,
10354                "target": null
10355              }
10356            ],
10357            "name": "syn",
10358            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10359          },
10360          {
10361            "dep_kinds": [
10362              {
10363                "kind": "dev",
10364                "target": null
10365              }
10366            ],
10367            "name": "tracing",
10368            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10369          },
10370          {
10371            "dep_kinds": [
10372              {
10373                "kind": "dev",
10374                "target": null
10375              }
10376            ],
10377            "name": "tracing_attributes",
10378            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10379          },
10380          {
10381            "dep_kinds": [
10382              {
10383                "kind": "dev",
10384                "target": null
10385              }
10386            ],
10387            "name": "trybuild",
10388            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10389          }
10390        ],
10391        "features": [],
10392        "id": "path+file:///usr/local/google/home/mgeisler/src/aosp/external/rust/crates/async-trait#0.1.74"
10393      },
10394      {
10395        "dependencies": [],
10396        "deps": [],
10397        "features": [],
10398        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10399      },
10400      {
10401        "dependencies": [],
10402        "deps": [],
10403        "features": [],
10404        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10405      },
10406      {
10407        "dependencies": [],
10408        "deps": [],
10409        "features": [],
10410        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10411      },
10412      {
10413        "dependencies": [
10414          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
10415          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
10416          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
10417          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
10418          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
10419          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
10420          "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10421        ],
10422        "deps": [
10423          {
10424            "dep_kinds": [
10425              {
10426                "kind": null,
10427                "target": null
10428              }
10429            ],
10430            "name": "futures_channel",
10431            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10432          },
10433          {
10434            "dep_kinds": [
10435              {
10436                "kind": null,
10437                "target": null
10438              }
10439            ],
10440            "name": "futures_core",
10441            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10442          },
10443          {
10444            "dep_kinds": [
10445              {
10446                "kind": null,
10447                "target": null
10448              }
10449            ],
10450            "name": "futures_executor",
10451            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10452          },
10453          {
10454            "dep_kinds": [
10455              {
10456                "kind": null,
10457                "target": null
10458              }
10459            ],
10460            "name": "futures_io",
10461            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10462          },
10463          {
10464            "dep_kinds": [
10465              {
10466                "kind": null,
10467                "target": null
10468              }
10469            ],
10470            "name": "futures_sink",
10471            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10472          },
10473          {
10474            "dep_kinds": [
10475              {
10476                "kind": null,
10477                "target": null
10478              }
10479            ],
10480            "name": "futures_task",
10481            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10482          },
10483          {
10484            "dep_kinds": [
10485              {
10486                "kind": null,
10487                "target": null
10488              }
10489            ],
10490            "name": "futures_util",
10491            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10492          }
10493        ],
10494        "features": [
10495          "alloc",
10496          "async-await",
10497          "default",
10498          "executor",
10499          "futures-executor",
10500          "std"
10501        ],
10502        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10503      },
10504      {
10505        "dependencies": [
10506          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
10507          "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10508        ],
10509        "deps": [
10510          {
10511            "dep_kinds": [
10512              {
10513                "kind": null,
10514                "target": null
10515              }
10516            ],
10517            "name": "futures_core",
10518            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10519          },
10520          {
10521            "dep_kinds": [
10522              {
10523                "kind": null,
10524                "target": null
10525              }
10526            ],
10527            "name": "futures_sink",
10528            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10529          }
10530        ],
10531        "features": [
10532          "alloc",
10533          "futures-sink",
10534          "sink",
10535          "std"
10536        ],
10537        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10538      },
10539      {
10540        "dependencies": [],
10541        "deps": [],
10542        "features": [
10543          "alloc",
10544          "std"
10545        ],
10546        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10547      },
10548      {
10549        "dependencies": [
10550          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
10551          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
10552          "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10553        ],
10554        "deps": [
10555          {
10556            "dep_kinds": [
10557              {
10558                "kind": null,
10559                "target": null
10560              }
10561            ],
10562            "name": "futures_core",
10563            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10564          },
10565          {
10566            "dep_kinds": [
10567              {
10568                "kind": null,
10569                "target": null
10570              }
10571            ],
10572            "name": "futures_task",
10573            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10574          },
10575          {
10576            "dep_kinds": [
10577              {
10578                "kind": null,
10579                "target": null
10580              }
10581            ],
10582            "name": "futures_util",
10583            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10584          }
10585        ],
10586        "features": [
10587          "std"
10588        ],
10589        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10590      },
10591      {
10592        "dependencies": [],
10593        "deps": [],
10594        "features": [
10595          "std"
10596        ],
10597        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10598      },
10599      {
10600        "dependencies": [
10601          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
10602          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
10603          "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10604        ],
10605        "deps": [
10606          {
10607            "dep_kinds": [
10608              {
10609                "kind": null,
10610                "target": null
10611              }
10612            ],
10613            "name": "proc_macro2",
10614            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10615          },
10616          {
10617            "dep_kinds": [
10618              {
10619                "kind": null,
10620                "target": null
10621              }
10622            ],
10623            "name": "quote",
10624            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10625          },
10626          {
10627            "dep_kinds": [
10628              {
10629                "kind": null,
10630                "target": null
10631              }
10632            ],
10633            "name": "syn",
10634            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10635          }
10636        ],
10637        "features": [],
10638        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10639      },
10640      {
10641        "dependencies": [],
10642        "deps": [],
10643        "features": [
10644          "alloc",
10645          "std"
10646        ],
10647        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10648      },
10649      {
10650        "dependencies": [],
10651        "deps": [],
10652        "features": [
10653          "alloc",
10654          "std"
10655        ],
10656        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10657      },
10658      {
10659        "dependencies": [
10660          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
10661          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
10662          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
10663          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
10664          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
10665          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
10666          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
10667          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
10668          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
10669          "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10670        ],
10671        "deps": [
10672          {
10673            "dep_kinds": [
10674              {
10675                "kind": null,
10676                "target": null
10677              }
10678            ],
10679            "name": "futures_channel",
10680            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10681          },
10682          {
10683            "dep_kinds": [
10684              {
10685                "kind": null,
10686                "target": null
10687              }
10688            ],
10689            "name": "futures_core",
10690            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10691          },
10692          {
10693            "dep_kinds": [
10694              {
10695                "kind": null,
10696                "target": null
10697              }
10698            ],
10699            "name": "futures_io",
10700            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10701          },
10702          {
10703            "dep_kinds": [
10704              {
10705                "kind": null,
10706                "target": null
10707              }
10708            ],
10709            "name": "futures_macro",
10710            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10711          },
10712          {
10713            "dep_kinds": [
10714              {
10715                "kind": null,
10716                "target": null
10717              }
10718            ],
10719            "name": "futures_sink",
10720            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10721          },
10722          {
10723            "dep_kinds": [
10724              {
10725                "kind": null,
10726                "target": null
10727              }
10728            ],
10729            "name": "futures_task",
10730            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10731          },
10732          {
10733            "dep_kinds": [
10734              {
10735                "kind": null,
10736                "target": null
10737              }
10738            ],
10739            "name": "memchr",
10740            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10741          },
10742          {
10743            "dep_kinds": [
10744              {
10745                "kind": null,
10746                "target": null
10747              }
10748            ],
10749            "name": "pin_project_lite",
10750            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10751          },
10752          {
10753            "dep_kinds": [
10754              {
10755                "kind": null,
10756                "target": null
10757              }
10758            ],
10759            "name": "pin_utils",
10760            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10761          },
10762          {
10763            "dep_kinds": [
10764              {
10765                "kind": null,
10766                "target": null
10767              }
10768            ],
10769            "name": "slab",
10770            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10771          }
10772        ],
10773        "features": [
10774          "alloc",
10775          "async-await",
10776          "async-await-macro",
10777          "channel",
10778          "futures-channel",
10779          "futures-io",
10780          "futures-macro",
10781          "futures-sink",
10782          "io",
10783          "memchr",
10784          "sink",
10785          "slab",
10786          "std"
10787        ],
10788        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10789      },
10790      {
10791        "dependencies": [],
10792        "deps": [],
10793        "features": [],
10794        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10795      },
10796      {
10797        "dependencies": [],
10798        "deps": [],
10799        "features": [
10800          "raw"
10801        ],
10802        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10803      },
10804      {
10805        "dependencies": [
10806          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
10807          "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10808        ],
10809        "deps": [
10810          {
10811            "dep_kinds": [
10812              {
10813                "kind": null,
10814                "target": null
10815              }
10816            ],
10817            "name": "equivalent",
10818            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10819          },
10820          {
10821            "dep_kinds": [
10822              {
10823                "kind": null,
10824                "target": null
10825              }
10826            ],
10827            "name": "hashbrown",
10828            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10829          }
10830        ],
10831        "features": [
10832          "default",
10833          "std"
10834        ],
10835        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10836      },
10837      {
10838        "dependencies": [],
10839        "deps": [],
10840        "features": [],
10841        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10842      },
10843      {
10844        "dependencies": [],
10845        "deps": [],
10846        "features": [
10847          "alloc",
10848          "default",
10849          "std"
10850        ],
10851        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10852      },
10853      {
10854        "dependencies": [],
10855        "deps": [],
10856        "features": [
10857          "alloc",
10858          "default",
10859          "race",
10860          "std"
10861        ],
10862        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10863      },
10864      {
10865        "dependencies": [],
10866        "deps": [],
10867        "features": [],
10868        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10869      },
10870      {
10871        "dependencies": [],
10872        "deps": [],
10873        "features": [],
10874        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10875      },
10876      {
10877        "dependencies": [
10878          "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10879        ],
10880        "deps": [
10881          {
10882            "dep_kinds": [
10883              {
10884                "kind": null,
10885                "target": null
10886              }
10887            ],
10888            "name": "unicode_ident",
10889            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10890          }
10891        ],
10892        "features": [
10893          "default",
10894          "proc-macro"
10895        ],
10896        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10897      },
10898      {
10899        "dependencies": [
10900          "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10901        ],
10902        "deps": [
10903          {
10904            "dep_kinds": [
10905              {
10906                "kind": null,
10907                "target": null
10908              }
10909            ],
10910            "name": "proc_macro2",
10911            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10912          }
10913        ],
10914        "features": [
10915          "default",
10916          "proc-macro"
10917        ],
10918        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10919      },
10920      {
10921        "dependencies": [],
10922        "deps": [],
10923        "features": [],
10924        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10925      },
10926      {
10927        "dependencies": [],
10928        "deps": [],
10929        "features": [],
10930        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10931      },
10932      {
10933        "dependencies": [
10934          "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10935        ],
10936        "deps": [
10937          {
10938            "dep_kinds": [
10939              {
10940                "kind": null,
10941                "target": "cfg(any())"
10942              }
10943            ],
10944            "name": "serde_derive",
10945            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10946          }
10947        ],
10948        "features": [
10949          "default",
10950          "std"
10951        ],
10952        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10953      },
10954      {
10955        "dependencies": [
10956          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
10957          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
10958          "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10959        ],
10960        "deps": [
10961          {
10962            "dep_kinds": [
10963              {
10964                "kind": null,
10965                "target": null
10966              }
10967            ],
10968            "name": "proc_macro2",
10969            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10970          },
10971          {
10972            "dep_kinds": [
10973              {
10974                "kind": null,
10975                "target": null
10976              }
10977            ],
10978            "name": "quote",
10979            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10980          },
10981          {
10982            "dep_kinds": [
10983              {
10984                "kind": null,
10985                "target": null
10986              }
10987            ],
10988            "name": "syn",
10989            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10990          }
10991        ],
10992        "features": [
10993          "default"
10994        ],
10995        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
10996      },
10997      {
10998        "dependencies": [
10999          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
11000          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
11001          "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11002        ],
11003        "deps": [
11004          {
11005            "dep_kinds": [
11006              {
11007                "kind": null,
11008                "target": null
11009              }
11010            ],
11011            "name": "itoa",
11012            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11013          },
11014          {
11015            "dep_kinds": [
11016              {
11017                "kind": null,
11018                "target": null
11019              }
11020            ],
11021            "name": "ryu",
11022            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11023          },
11024          {
11025            "dep_kinds": [
11026              {
11027                "kind": null,
11028                "target": null
11029              }
11030            ],
11031            "name": "serde",
11032            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11033          }
11034        ],
11035        "features": [
11036          "default",
11037          "std"
11038        ],
11039        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11040      },
11041      {
11042        "dependencies": [
11043          "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11044        ],
11045        "deps": [
11046          {
11047            "dep_kinds": [
11048              {
11049                "kind": null,
11050                "target": null
11051              }
11052            ],
11053            "name": "serde",
11054            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11055          }
11056        ],
11057        "features": [
11058          "serde"
11059        ],
11060        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11061      },
11062      {
11063        "dependencies": [
11064          "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11065        ],
11066        "deps": [
11067          {
11068            "dep_kinds": [
11069              {
11070                "kind": "build",
11071                "target": null
11072              }
11073            ],
11074            "name": "autocfg",
11075            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11076          }
11077        ],
11078        "features": [
11079          "default",
11080          "std"
11081        ],
11082        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11083      },
11084      {
11085        "dependencies": [
11086          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
11087          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
11088          "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11089        ],
11090        "deps": [
11091          {
11092            "dep_kinds": [
11093              {
11094                "kind": null,
11095                "target": null
11096              }
11097            ],
11098            "name": "proc_macro2",
11099            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11100          },
11101          {
11102            "dep_kinds": [
11103              {
11104                "kind": null,
11105                "target": null
11106              }
11107            ],
11108            "name": "quote",
11109            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11110          },
11111          {
11112            "dep_kinds": [
11113              {
11114                "kind": null,
11115                "target": null
11116              }
11117            ],
11118            "name": "unicode_ident",
11119            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11120          }
11121        ],
11122        "features": [
11123          "clone-impls",
11124          "default",
11125          "derive",
11126          "extra-traits",
11127          "full",
11128          "parsing",
11129          "printing",
11130          "proc-macro",
11131          "visit-mut"
11132        ],
11133        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11134      },
11135      {
11136        "dependencies": [
11137          "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11138        ],
11139        "deps": [
11140          {
11141            "dep_kinds": [
11142              {
11143                "kind": null,
11144                "target": "cfg(windows)"
11145              }
11146            ],
11147            "name": "winapi_util",
11148            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11149          }
11150        ],
11151        "features": [],
11152        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11153      },
11154      {
11155        "dependencies": [
11156          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
11157          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
11158          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
11159          "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11160        ],
11161        "deps": [
11162          {
11163            "dep_kinds": [
11164              {
11165                "kind": null,
11166                "target": null
11167              }
11168            ],
11169            "name": "serde",
11170            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11171          },
11172          {
11173            "dep_kinds": [
11174              {
11175                "kind": null,
11176                "target": null
11177              }
11178            ],
11179            "name": "serde_spanned",
11180            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11181          },
11182          {
11183            "dep_kinds": [
11184              {
11185                "kind": null,
11186                "target": null
11187              }
11188            ],
11189            "name": "toml_datetime",
11190            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11191          },
11192          {
11193            "dep_kinds": [
11194              {
11195                "kind": null,
11196                "target": null
11197              }
11198            ],
11199            "name": "toml_edit",
11200            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11201          }
11202        ],
11203        "features": [
11204          "default",
11205          "display",
11206          "parse"
11207        ],
11208        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11209      },
11210      {
11211        "dependencies": [
11212          "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11213        ],
11214        "deps": [
11215          {
11216            "dep_kinds": [
11217              {
11218                "kind": null,
11219                "target": null
11220              }
11221            ],
11222            "name": "serde",
11223            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11224          }
11225        ],
11226        "features": [
11227          "serde"
11228        ],
11229        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11230      },
11231      {
11232        "dependencies": [
11233          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
11234          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
11235          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
11236          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
11237          "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11238        ],
11239        "deps": [
11240          {
11241            "dep_kinds": [
11242              {
11243                "kind": null,
11244                "target": null
11245              }
11246            ],
11247            "name": "indexmap",
11248            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11249          },
11250          {
11251            "dep_kinds": [
11252              {
11253                "kind": null,
11254                "target": null
11255              }
11256            ],
11257            "name": "serde",
11258            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11259          },
11260          {
11261            "dep_kinds": [
11262              {
11263                "kind": null,
11264                "target": null
11265              }
11266            ],
11267            "name": "serde_spanned",
11268            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11269          },
11270          {
11271            "dep_kinds": [
11272              {
11273                "kind": null,
11274                "target": null
11275              }
11276            ],
11277            "name": "toml_datetime",
11278            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11279          },
11280          {
11281            "dep_kinds": [
11282              {
11283                "kind": null,
11284                "target": null
11285              }
11286            ],
11287            "name": "winnow",
11288            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11289          }
11290        ],
11291        "features": [
11292          "display",
11293          "parse",
11294          "serde"
11295        ],
11296        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11297      },
11298      {
11299        "dependencies": [
11300          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
11301          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
11302          "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11303        ],
11304        "deps": [
11305          {
11306            "dep_kinds": [
11307              {
11308                "kind": null,
11309                "target": null
11310              }
11311            ],
11312            "name": "pin_project_lite",
11313            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11314          },
11315          {
11316            "dep_kinds": [
11317              {
11318                "kind": null,
11319                "target": null
11320              }
11321            ],
11322            "name": "tracing_attributes",
11323            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11324          },
11325          {
11326            "dep_kinds": [
11327              {
11328                "kind": null,
11329                "target": null
11330              }
11331            ],
11332            "name": "tracing_core",
11333            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11334          }
11335        ],
11336        "features": [
11337          "attributes",
11338          "default",
11339          "std",
11340          "tracing-attributes"
11341        ],
11342        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11343      },
11344      {
11345        "dependencies": [
11346          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
11347          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
11348          "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11349        ],
11350        "deps": [
11351          {
11352            "dep_kinds": [
11353              {
11354                "kind": null,
11355                "target": null
11356              }
11357            ],
11358            "name": "proc_macro2",
11359            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11360          },
11361          {
11362            "dep_kinds": [
11363              {
11364                "kind": null,
11365                "target": null
11366              }
11367            ],
11368            "name": "quote",
11369            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11370          },
11371          {
11372            "dep_kinds": [
11373              {
11374                "kind": null,
11375                "target": null
11376              }
11377            ],
11378            "name": "syn",
11379            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11380          }
11381        ],
11382        "features": [],
11383        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11384      },
11385      {
11386        "dependencies": [
11387          "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11388        ],
11389        "deps": [
11390          {
11391            "dep_kinds": [
11392              {
11393                "kind": null,
11394                "target": null
11395              }
11396            ],
11397            "name": "once_cell",
11398            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11399          }
11400        ],
11401        "features": [
11402          "once_cell",
11403          "std"
11404        ],
11405        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11406      },
11407      {
11408        "dependencies": [
11409          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
11410          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
11411          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
11412          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
11413          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
11414          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
11415          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
11416          "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11417        ],
11418        "deps": [
11419          {
11420            "dep_kinds": [
11421              {
11422                "kind": null,
11423                "target": null
11424              }
11425            ],
11426            "name": "dissimilar",
11427            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11428          },
11429          {
11430            "dep_kinds": [
11431              {
11432                "kind": null,
11433                "target": null
11434              }
11435            ],
11436            "name": "glob",
11437            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11438          },
11439          {
11440            "dep_kinds": [
11441              {
11442                "kind": null,
11443                "target": null
11444              }
11445            ],
11446            "name": "once_cell",
11447            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11448          },
11449          {
11450            "dep_kinds": [
11451              {
11452                "kind": null,
11453                "target": null
11454              }
11455            ],
11456            "name": "serde",
11457            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11458          },
11459          {
11460            "dep_kinds": [
11461              {
11462                "kind": null,
11463                "target": null
11464              }
11465            ],
11466            "name": "serde_derive",
11467            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11468          },
11469          {
11470            "dep_kinds": [
11471              {
11472                "kind": null,
11473                "target": null
11474              }
11475            ],
11476            "name": "serde_json",
11477            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11478          },
11479          {
11480            "dep_kinds": [
11481              {
11482                "kind": null,
11483                "target": null
11484              }
11485            ],
11486            "name": "termcolor",
11487            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11488          },
11489          {
11490            "dep_kinds": [
11491              {
11492                "kind": null,
11493                "target": null
11494              }
11495            ],
11496            "name": "toml",
11497            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11498          }
11499        ],
11500        "features": [
11501          "diff",
11502          "dissimilar"
11503        ],
11504        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11505      },
11506      {
11507        "dependencies": [],
11508        "deps": [],
11509        "features": [],
11510        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11511      },
11512      {
11513        "dependencies": [
11514          "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
11515          "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11516        ],
11517        "deps": [
11518          {
11519            "dep_kinds": [
11520              {
11521                "kind": null,
11522                "target": "i686-pc-windows-gnu"
11523              }
11524            ],
11525            "name": "winapi_i686_pc_windows_gnu",
11526            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11527          },
11528          {
11529            "dep_kinds": [
11530              {
11531                "kind": null,
11532                "target": "x86_64-pc-windows-gnu"
11533              }
11534            ],
11535            "name": "winapi_x86_64_pc_windows_gnu",
11536            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11537          }
11538        ],
11539        "features": [
11540          "consoleapi",
11541          "errhandlingapi",
11542          "fileapi",
11543          "minwindef",
11544          "processenv",
11545          "std",
11546          "sysinfoapi",
11547          "winbase",
11548          "wincon",
11549          "winerror",
11550          "winnt"
11551        ],
11552        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11553      },
11554      {
11555        "dependencies": [],
11556        "deps": [],
11557        "features": [],
11558        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11559      },
11560      {
11561        "dependencies": [
11562          "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11563        ],
11564        "deps": [
11565          {
11566            "dep_kinds": [
11567              {
11568                "kind": null,
11569                "target": "cfg(windows)"
11570              }
11571            ],
11572            "name": "winapi",
11573            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11574          }
11575        ],
11576        "features": [],
11577        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11578      },
11579      {
11580        "dependencies": [],
11581        "deps": [],
11582        "features": [],
11583        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11584      },
11585      {
11586        "dependencies": [
11587          "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11588        ],
11589        "deps": [
11590          {
11591            "dep_kinds": [
11592              {
11593                "kind": null,
11594                "target": null
11595              }
11596            ],
11597            "name": "memchr",
11598            "pkg": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11599          }
11600        ],
11601        "features": [
11602          "alloc",
11603          "default",
11604          "std"
11605        ],
11606        "id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]"
11607      }
11608    ],
11609    "root": "path+file:///usr/local/google/home/mgeisler/src/aosp/external/rust/crates/async-trait#0.1.74"
11610  },
11611  "target_directory": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/async-trait/target",
11612  "version": 1,
11613  "workspace_default_members": [
11614    "path+file:///usr/local/google/home/mgeisler/src/aosp/external/rust/crates/async-trait#0.1.74"
11615  ],
11616  "workspace_members": [
11617    "path+file:///usr/local/google/home/mgeisler/src/aosp/external/rust/crates/async-trait#0.1.74"
11618  ],
11619  "workspace_root": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/async-trait"
11620}
11621