• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "metadata": null,
3    "packages": [
4        {
5            "authors": [
6                "Alex Crichton <alex@alexcrichton.com>"
7            ],
8            "categories": [],
9            "default_run": null,
10            "dependencies": [
11                {
12                    "features": [],
13                    "kind": null,
14                    "name": "compiler_builtins",
15                    "optional": true,
16                    "registry": null,
17                    "rename": null,
18                    "req": "^0.1.2",
19                    "source": "registry+https://github.com/rust-lang/crates.io-index",
20                    "target": null,
21                    "uses_default_features": true
22                },
23                {
24                    "features": [],
25                    "kind": null,
26                    "name": "rustc-std-workspace-core",
27                    "optional": true,
28                    "registry": null,
29                    "rename": "core",
30                    "req": "^1.0.0",
31                    "source": "registry+https://github.com/rust-lang/crates.io-index",
32                    "target": null,
33                    "uses_default_features": true
34                }
35            ],
36            "description": "A macro to ergonomically define an item depending on a large number of #[cfg]\nparameters. Structured like an if-else chain, the first matching branch is the\nitem that gets emitted.\n",
37            "documentation": "https://docs.rs/cfg-if",
38            "edition": "2018",
39            "features": {
40                "compiler_builtins": [
41                    "dep:compiler_builtins"
42                ],
43                "core": [
44                    "dep:core"
45                ],
46                "rustc-dep-of-std": [
47                    "core",
48                    "compiler_builtins"
49                ]
50            },
51            "homepage": "https://github.com/alexcrichton/cfg-if",
52            "id": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
53            "keywords": [],
54            "license": "MIT/Apache-2.0",
55            "license_file": null,
56            "links": null,
57            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/Cargo.toml",
58            "metadata": null,
59            "name": "cfg-if",
60            "publish": null,
61            "readme": "README.md",
62            "repository": "https://github.com/alexcrichton/cfg-if",
63            "rust_version": null,
64            "source": "registry+https://github.com/rust-lang/crates.io-index",
65            "targets": [
66                {
67                    "crate_types": [
68                        "lib"
69                    ],
70                    "doc": true,
71                    "doctest": true,
72                    "edition": "2018",
73                    "kind": [
74                        "lib"
75                    ],
76                    "name": "cfg-if",
77                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs",
78                    "test": true
79                },
80                {
81                    "crate_types": [
82                        "bin"
83                    ],
84                    "doc": false,
85                    "doctest": false,
86                    "edition": "2018",
87                    "kind": [
88                        "test"
89                    ],
90                    "name": "xcrate",
91                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/tests/xcrate.rs",
92                    "test": true
93                }
94            ],
95            "version": "1.0.0"
96        },
97        {
98            "authors": [],
99            "categories": [],
100            "default_run": null,
101            "dependencies": [
102                {
103                    "features": [],
104                    "kind": null,
105                    "name": "tracing",
106                    "optional": false,
107                    "registry": null,
108                    "rename": null,
109                    "req": "*",
110                    "source": "git+https://github.com/tokio-rs/tracing.git?branch=master",
111                    "target": null,
112                    "uses_default_features": true
113                }
114            ],
115            "description": null,
116            "documentation": null,
117            "edition": "2018",
118            "features": {},
119            "homepage": null,
120            "id": "git-repos 0.1.0 (path+file://{TEMP_DIR}/git_repos)",
121            "keywords": [],
122            "license": null,
123            "license_file": null,
124            "links": null,
125            "manifest_path": "{TEMP_DIR}/git_repos/Cargo.toml",
126            "metadata": null,
127            "name": "git-repos",
128            "publish": null,
129            "readme": null,
130            "repository": null,
131            "rust_version": null,
132            "source": null,
133            "targets": [
134                {
135                    "crate_types": [
136                        "lib"
137                    ],
138                    "doc": true,
139                    "doctest": true,
140                    "edition": "2018",
141                    "kind": [
142                        "lib"
143                    ],
144                    "name": "git-repos",
145                    "src_path": "{TEMP_DIR}/git_repos/lib.rs",
146                    "test": true
147                }
148            ],
149            "version": "0.1.0"
150        },
151        {
152            "authors": [
153                "Marvin L\u00f6bel <loebel.marvin@gmail.com>"
154            ],
155            "categories": [
156                "no-std",
157                "rust-patterns",
158                "memory-management"
159            ],
160            "default_run": null,
161            "dependencies": [
162                {
163                    "features": [],
164                    "kind": null,
165                    "name": "spin",
166                    "optional": true,
167                    "registry": null,
168                    "rename": null,
169                    "req": "^0.5.0",
170                    "source": "registry+https://github.com/rust-lang/crates.io-index",
171                    "target": null,
172                    "uses_default_features": true
173                },
174                {
175                    "features": [],
176                    "kind": "dev",
177                    "name": "doc-comment",
178                    "optional": false,
179                    "registry": null,
180                    "rename": null,
181                    "req": "^0.3.1",
182                    "source": "registry+https://github.com/rust-lang/crates.io-index",
183                    "target": null,
184                    "uses_default_features": true
185                }
186            ],
187            "description": "A macro for declaring lazily evaluated statics in Rust.",
188            "documentation": "https://docs.rs/lazy_static",
189            "edition": "2015",
190            "features": {
191                "spin": [
192                    "dep:spin"
193                ],
194                "spin_no_std": [
195                    "spin"
196                ]
197            },
198            "homepage": null,
199            "id": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
200            "keywords": [
201                "macro",
202                "lazy",
203                "static"
204            ],
205            "license": "MIT/Apache-2.0",
206            "license_file": null,
207            "links": null,
208            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/Cargo.toml",
209            "metadata": null,
210            "name": "lazy_static",
211            "publish": null,
212            "readme": "README.md",
213            "repository": "https://github.com/rust-lang-nursery/lazy-static.rs",
214            "rust_version": null,
215            "source": "registry+https://github.com/rust-lang/crates.io-index",
216            "targets": [
217                {
218                    "crate_types": [
219                        "lib"
220                    ],
221                    "doc": true,
222                    "doctest": true,
223                    "edition": "2015",
224                    "kind": [
225                        "lib"
226                    ],
227                    "name": "lazy_static",
228                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/src/lib.rs",
229                    "test": true
230                },
231                {
232                    "crate_types": [
233                        "bin"
234                    ],
235                    "doc": false,
236                    "doctest": false,
237                    "edition": "2015",
238                    "kind": [
239                        "test"
240                    ],
241                    "name": "test",
242                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/tests/test.rs",
243                    "test": true
244                },
245                {
246                    "crate_types": [
247                        "bin"
248                    ],
249                    "doc": false,
250                    "doctest": false,
251                    "edition": "2015",
252                    "kind": [
253                        "test"
254                    ],
255                    "name": "no_std",
256                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/tests/no_std.rs",
257                    "test": true
258                }
259            ],
260            "version": "1.4.0"
261        },
262        {
263            "authors": [],
264            "categories": [
265                "no-std",
266                "rust-patterns"
267            ],
268            "default_run": null,
269            "dependencies": [
270                {
271                    "features": [],
272                    "kind": "dev",
273                    "name": "macrotest",
274                    "optional": false,
275                    "registry": null,
276                    "rename": null,
277                    "req": "^1.0.8",
278                    "source": "registry+https://github.com/rust-lang/crates.io-index",
279                    "target": null,
280                    "uses_default_features": true
281                },
282                {
283                    "features": [],
284                    "kind": "dev",
285                    "name": "rustversion",
286                    "optional": false,
287                    "registry": null,
288                    "rename": null,
289                    "req": "^1",
290                    "source": "registry+https://github.com/rust-lang/crates.io-index",
291                    "target": null,
292                    "uses_default_features": true
293                },
294                {
295                    "features": [],
296                    "kind": "dev",
297                    "name": "static_assertions",
298                    "optional": false,
299                    "registry": null,
300                    "rename": null,
301                    "req": "^1",
302                    "source": "registry+https://github.com/rust-lang/crates.io-index",
303                    "target": null,
304                    "uses_default_features": true
305                },
306                {
307                    "features": [],
308                    "kind": "dev",
309                    "name": "trybuild",
310                    "optional": false,
311                    "registry": null,
312                    "rename": null,
313                    "req": "^1.0.49",
314                    "source": "registry+https://github.com/rust-lang/crates.io-index",
315                    "target": null,
316                    "uses_default_features": true
317                }
318            ],
319            "description": "A lightweight version of pin-project written with declarative macros.\n",
320            "documentation": null,
321            "edition": "2018",
322            "features": {},
323            "homepage": null,
324            "id": "pin-project-lite 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
325            "keywords": [
326                "pin",
327                "macros"
328            ],
329            "license": "Apache-2.0 OR MIT",
330            "license_file": null,
331            "links": null,
332            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.8/Cargo.toml",
333            "metadata": {
334                "docs": {
335                    "rs": {
336                        "targets": [
337                            "x86_64-unknown-linux-gnu"
338                        ]
339                    }
340                }
341            },
342            "name": "pin-project-lite",
343            "publish": null,
344            "readme": "README.md",
345            "repository": "https://github.com/taiki-e/pin-project-lite",
346            "rust_version": "1.37",
347            "source": "registry+https://github.com/rust-lang/crates.io-index",
348            "targets": [
349                {
350                    "crate_types": [
351                        "lib"
352                    ],
353                    "doc": true,
354                    "doctest": true,
355                    "edition": "2018",
356                    "kind": [
357                        "lib"
358                    ],
359                    "name": "pin-project-lite",
360                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.8/src/lib.rs",
361                    "test": true
362                },
363                {
364                    "crate_types": [
365                        "bin"
366                    ],
367                    "doc": false,
368                    "doctest": false,
369                    "edition": "2018",
370                    "kind": [
371                        "test"
372                    ],
373                    "name": "proper_unpin",
374                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.8/tests/proper_unpin.rs",
375                    "test": true
376                },
377                {
378                    "crate_types": [
379                        "bin"
380                    ],
381                    "doc": false,
382                    "doctest": false,
383                    "edition": "2018",
384                    "kind": [
385                        "test"
386                    ],
387                    "name": "drop_order",
388                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.8/tests/drop_order.rs",
389                    "test": true
390                },
391                {
392                    "crate_types": [
393                        "bin"
394                    ],
395                    "doc": false,
396                    "doctest": false,
397                    "edition": "2018",
398                    "kind": [
399                        "test"
400                    ],
401                    "name": "test",
402                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.8/tests/test.rs",
403                    "test": true
404                },
405                {
406                    "crate_types": [
407                        "bin"
408                    ],
409                    "doc": false,
410                    "doctest": false,
411                    "edition": "2018",
412                    "kind": [
413                        "test"
414                    ],
415                    "name": "expandtest",
416                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.8/tests/expandtest.rs",
417                    "test": true
418                },
419                {
420                    "crate_types": [
421                        "bin"
422                    ],
423                    "doc": false,
424                    "doctest": false,
425                    "edition": "2018",
426                    "kind": [
427                        "test"
428                    ],
429                    "name": "lint",
430                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.8/tests/lint.rs",
431                    "test": true
432                },
433                {
434                    "crate_types": [
435                        "bin"
436                    ],
437                    "doc": false,
438                    "doctest": false,
439                    "edition": "2018",
440                    "kind": [
441                        "test"
442                    ],
443                    "name": "compiletest",
444                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.8/tests/compiletest.rs",
445                    "test": true
446                }
447            ],
448            "version": "0.2.8"
449        },
450        {
451            "authors": [
452                "David Tolnay <dtolnay@gmail.com>",
453                "Alex Crichton <alex@alexcrichton.com>"
454            ],
455            "categories": [
456                "development-tools::procedural-macro-helpers"
457            ],
458            "default_run": null,
459            "dependencies": [
460                {
461                    "features": [],
462                    "kind": null,
463                    "name": "unicode-xid",
464                    "optional": false,
465                    "registry": null,
466                    "rename": null,
467                    "req": "^0.2",
468                    "source": "registry+https://github.com/rust-lang/crates.io-index",
469                    "target": null,
470                    "uses_default_features": true
471                },
472                {
473                    "features": [],
474                    "kind": "dev",
475                    "name": "quote",
476                    "optional": false,
477                    "registry": null,
478                    "rename": null,
479                    "req": "^1.0",
480                    "source": "registry+https://github.com/rust-lang/crates.io-index",
481                    "target": null,
482                    "uses_default_features": false
483                }
484            ],
485            "description": "A substitute implementation of the compiler's `proc_macro` API to decouple\ntoken-based libraries from the procedural macro use case.\n",
486            "documentation": "https://docs.rs/proc-macro2",
487            "edition": "2018",
488            "features": {
489                "default": [
490                    "proc-macro"
491                ],
492                "nightly": [],
493                "proc-macro": [],
494                "span-locations": []
495            },
496            "homepage": null,
497            "id": "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)",
498            "keywords": [
499                "macros"
500            ],
501            "license": "MIT OR Apache-2.0",
502            "license_file": null,
503            "links": null,
504            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.36/Cargo.toml",
505            "metadata": {
506                "docs": {
507                    "rs": {
508                        "rustc-args": [
509                            "--cfg",
510                            "procmacro2_semver_exempt"
511                        ],
512                        "rustdoc-args": [
513                            "--cfg",
514                            "procmacro2_semver_exempt",
515                            "--cfg",
516                            "doc_cfg"
517                        ],
518                        "targets": [
519                            "x86_64-unknown-linux-gnu"
520                        ]
521                    }
522                },
523                "playground": {
524                    "features": [
525                        "span-locations"
526                    ]
527                }
528            },
529            "name": "proc-macro2",
530            "publish": null,
531            "readme": "README.md",
532            "repository": "https://github.com/dtolnay/proc-macro2",
533            "rust_version": "1.31",
534            "source": "registry+https://github.com/rust-lang/crates.io-index",
535            "targets": [
536                {
537                    "crate_types": [
538                        "lib"
539                    ],
540                    "doc": true,
541                    "doctest": true,
542                    "edition": "2018",
543                    "kind": [
544                        "lib"
545                    ],
546                    "name": "proc-macro2",
547                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.36/src/lib.rs",
548                    "test": true
549                },
550                {
551                    "crate_types": [
552                        "bin"
553                    ],
554                    "doc": false,
555                    "doctest": false,
556                    "edition": "2018",
557                    "kind": [
558                        "test"
559                    ],
560                    "name": "features",
561                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.36/tests/features.rs",
562                    "test": true
563                },
564                {
565                    "crate_types": [
566                        "bin"
567                    ],
568                    "doc": false,
569                    "doctest": false,
570                    "edition": "2018",
571                    "kind": [
572                        "test"
573                    ],
574                    "name": "test",
575                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.36/tests/test.rs",
576                    "test": true
577                },
578                {
579                    "crate_types": [
580                        "bin"
581                    ],
582                    "doc": false,
583                    "doctest": false,
584                    "edition": "2018",
585                    "kind": [
586                        "test"
587                    ],
588                    "name": "test_fmt",
589                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.36/tests/test_fmt.rs",
590                    "test": true
591                },
592                {
593                    "crate_types": [
594                        "bin"
595                    ],
596                    "doc": false,
597                    "doctest": false,
598                    "edition": "2018",
599                    "kind": [
600                        "test"
601                    ],
602                    "name": "comments",
603                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.36/tests/comments.rs",
604                    "test": true
605                },
606                {
607                    "crate_types": [
608                        "bin"
609                    ],
610                    "doc": false,
611                    "doctest": false,
612                    "edition": "2018",
613                    "kind": [
614                        "test"
615                    ],
616                    "name": "marker",
617                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.36/tests/marker.rs",
618                    "test": true
619                },
620                {
621                    "crate_types": [
622                        "bin"
623                    ],
624                    "doc": false,
625                    "doctest": false,
626                    "edition": "2018",
627                    "kind": [
628                        "custom-build"
629                    ],
630                    "name": "build-script-build",
631                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.36/build.rs",
632                    "test": false
633                }
634            ],
635            "version": "1.0.36"
636        },
637        {
638            "authors": [
639                "David Tolnay <dtolnay@gmail.com>"
640            ],
641            "categories": [
642                "development-tools::procedural-macro-helpers"
643            ],
644            "default_run": null,
645            "dependencies": [
646                {
647                    "features": [],
648                    "kind": null,
649                    "name": "proc-macro2",
650                    "optional": false,
651                    "registry": null,
652                    "rename": null,
653                    "req": "^1.0.36",
654                    "source": "registry+https://github.com/rust-lang/crates.io-index",
655                    "target": null,
656                    "uses_default_features": false
657                },
658                {
659                    "features": [],
660                    "kind": "dev",
661                    "name": "rustversion",
662                    "optional": false,
663                    "registry": null,
664                    "rename": null,
665                    "req": "^1.0",
666                    "source": "registry+https://github.com/rust-lang/crates.io-index",
667                    "target": null,
668                    "uses_default_features": true
669                },
670                {
671                    "features": [
672                        "diff"
673                    ],
674                    "kind": "dev",
675                    "name": "trybuild",
676                    "optional": false,
677                    "registry": null,
678                    "rename": null,
679                    "req": "^1.0.52",
680                    "source": "registry+https://github.com/rust-lang/crates.io-index",
681                    "target": null,
682                    "uses_default_features": true
683                }
684            ],
685            "description": "Quasi-quoting macro quote!(...)",
686            "documentation": "https://docs.rs/quote/",
687            "edition": "2018",
688            "features": {
689                "default": [
690                    "proc-macro"
691                ],
692                "proc-macro": [
693                    "proc-macro2/proc-macro"
694                ]
695            },
696            "homepage": null,
697            "id": "quote 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
698            "keywords": [
699                "syn"
700            ],
701            "license": "MIT OR Apache-2.0",
702            "license_file": null,
703            "links": null,
704            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.14/Cargo.toml",
705            "metadata": {
706                "docs": {
707                    "rs": {
708                        "targets": [
709                            "x86_64-unknown-linux-gnu"
710                        ]
711                    }
712                }
713            },
714            "name": "quote",
715            "publish": null,
716            "readme": "README.md",
717            "repository": "https://github.com/dtolnay/quote",
718            "rust_version": "1.31",
719            "source": "registry+https://github.com/rust-lang/crates.io-index",
720            "targets": [
721                {
722                    "crate_types": [
723                        "lib"
724                    ],
725                    "doc": true,
726                    "doctest": true,
727                    "edition": "2018",
728                    "kind": [
729                        "lib"
730                    ],
731                    "name": "quote",
732                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.14/src/lib.rs",
733                    "test": true
734                },
735                {
736                    "crate_types": [
737                        "bin"
738                    ],
739                    "doc": false,
740                    "doctest": false,
741                    "edition": "2018",
742                    "kind": [
743                        "test"
744                    ],
745                    "name": "test",
746                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.14/tests/test.rs",
747                    "test": true
748                },
749                {
750                    "crate_types": [
751                        "bin"
752                    ],
753                    "doc": false,
754                    "doctest": false,
755                    "edition": "2018",
756                    "kind": [
757                        "test"
758                    ],
759                    "name": "compiletest",
760                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.14/tests/compiletest.rs",
761                    "test": true
762                }
763            ],
764            "version": "1.0.14"
765        },
766        {
767            "authors": [
768                "David Tolnay <dtolnay@gmail.com>"
769            ],
770            "categories": [
771                "development-tools::procedural-macro-helpers"
772            ],
773            "default_run": null,
774            "dependencies": [
775                {
776                    "features": [],
777                    "kind": null,
778                    "name": "proc-macro2",
779                    "optional": false,
780                    "registry": null,
781                    "rename": null,
782                    "req": "^1.0.32",
783                    "source": "registry+https://github.com/rust-lang/crates.io-index",
784                    "target": null,
785                    "uses_default_features": false
786                },
787                {
788                    "features": [],
789                    "kind": null,
790                    "name": "quote",
791                    "optional": true,
792                    "registry": null,
793                    "rename": null,
794                    "req": "^1.0",
795                    "source": "registry+https://github.com/rust-lang/crates.io-index",
796                    "target": null,
797                    "uses_default_features": false
798                },
799                {
800                    "features": [],
801                    "kind": null,
802                    "name": "unicode-xid",
803                    "optional": false,
804                    "registry": null,
805                    "rename": null,
806                    "req": "^0.2",
807                    "source": "registry+https://github.com/rust-lang/crates.io-index",
808                    "target": null,
809                    "uses_default_features": true
810                },
811                {
812                    "features": [],
813                    "kind": "dev",
814                    "name": "anyhow",
815                    "optional": false,
816                    "registry": null,
817                    "rename": null,
818                    "req": "^1.0",
819                    "source": "registry+https://github.com/rust-lang/crates.io-index",
820                    "target": null,
821                    "uses_default_features": true
822                },
823                {
824                    "features": [],
825                    "kind": "dev",
826                    "name": "automod",
827                    "optional": false,
828                    "registry": null,
829                    "rename": null,
830                    "req": "^1.0",
831                    "source": "registry+https://github.com/rust-lang/crates.io-index",
832                    "target": null,
833                    "uses_default_features": true
834                },
835                {
836                    "features": [],
837                    "kind": "dev",
838                    "name": "flate2",
839                    "optional": false,
840                    "registry": null,
841                    "rename": null,
842                    "req": "^1.0",
843                    "source": "registry+https://github.com/rust-lang/crates.io-index",
844                    "target": null,
845                    "uses_default_features": true
846                },
847                {
848                    "features": [],
849                    "kind": "dev",
850                    "name": "insta",
851                    "optional": false,
852                    "registry": null,
853                    "rename": null,
854                    "req": "^1.0",
855                    "source": "registry+https://github.com/rust-lang/crates.io-index",
856                    "target": null,
857                    "uses_default_features": true
858                },
859                {
860                    "features": [],
861                    "kind": "dev",
862                    "name": "rayon",
863                    "optional": false,
864                    "registry": null,
865                    "rename": null,
866                    "req": "^1.0",
867                    "source": "registry+https://github.com/rust-lang/crates.io-index",
868                    "target": null,
869                    "uses_default_features": true
870                },
871                {
872                    "features": [],
873                    "kind": "dev",
874                    "name": "ref-cast",
875                    "optional": false,
876                    "registry": null,
877                    "rename": null,
878                    "req": "^1.0",
879                    "source": "registry+https://github.com/rust-lang/crates.io-index",
880                    "target": null,
881                    "uses_default_features": true
882                },
883                {
884                    "features": [],
885                    "kind": "dev",
886                    "name": "regex",
887                    "optional": false,
888                    "registry": null,
889                    "rename": null,
890                    "req": "^1.0",
891                    "source": "registry+https://github.com/rust-lang/crates.io-index",
892                    "target": null,
893                    "uses_default_features": true
894                },
895                {
896                    "features": [
897                        "blocking"
898                    ],
899                    "kind": "dev",
900                    "name": "reqwest",
901                    "optional": false,
902                    "registry": null,
903                    "rename": null,
904                    "req": "^0.11",
905                    "source": "registry+https://github.com/rust-lang/crates.io-index",
906                    "target": null,
907                    "uses_default_features": true
908                },
909                {
910                    "features": [],
911                    "kind": "dev",
912                    "name": "syn-test-suite",
913                    "optional": false,
914                    "registry": null,
915                    "rename": null,
916                    "req": "^0",
917                    "source": "registry+https://github.com/rust-lang/crates.io-index",
918                    "target": null,
919                    "uses_default_features": true
920                },
921                {
922                    "features": [],
923                    "kind": "dev",
924                    "name": "tar",
925                    "optional": false,
926                    "registry": null,
927                    "rename": null,
928                    "req": "^0.4.16",
929                    "source": "registry+https://github.com/rust-lang/crates.io-index",
930                    "target": null,
931                    "uses_default_features": true
932                },
933                {
934                    "features": [],
935                    "kind": "dev",
936                    "name": "termcolor",
937                    "optional": false,
938                    "registry": null,
939                    "rename": null,
940                    "req": "^1.0",
941                    "source": "registry+https://github.com/rust-lang/crates.io-index",
942                    "target": null,
943                    "uses_default_features": true
944                },
945                {
946                    "features": [],
947                    "kind": "dev",
948                    "name": "walkdir",
949                    "optional": false,
950                    "registry": null,
951                    "rename": null,
952                    "req": "^2.1",
953                    "source": "registry+https://github.com/rust-lang/crates.io-index",
954                    "target": null,
955                    "uses_default_features": true
956                }
957            ],
958            "description": "Parser for Rust source code",
959            "documentation": "https://docs.rs/syn",
960            "edition": "2018",
961            "features": {
962                "clone-impls": [],
963                "default": [
964                    "derive",
965                    "parsing",
966                    "printing",
967                    "clone-impls",
968                    "proc-macro"
969                ],
970                "derive": [],
971                "extra-traits": [],
972                "fold": [],
973                "full": [],
974                "parsing": [],
975                "printing": [
976                    "quote"
977                ],
978                "proc-macro": [
979                    "proc-macro2/proc-macro",
980                    "quote/proc-macro"
981                ],
982                "quote": [
983                    "dep:quote"
984                ],
985                "test": [
986                    "syn-test-suite/all-features"
987                ],
988                "visit": [],
989                "visit-mut": []
990            },
991            "homepage": null,
992            "id": "syn 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)",
993            "keywords": [],
994            "license": "MIT OR Apache-2.0",
995            "license_file": null,
996            "links": null,
997            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/Cargo.toml",
998            "metadata": {
999                "docs": {
1000                    "rs": {
1001                        "all-features": true,
1002                        "rustdoc-args": [
1003                            "--cfg",
1004                            "doc_cfg"
1005                        ],
1006                        "targets": [
1007                            "x86_64-unknown-linux-gnu"
1008                        ]
1009                    }
1010                },
1011                "playground": {
1012                    "features": [
1013                        "full",
1014                        "visit",
1015                        "visit-mut",
1016                        "fold",
1017                        "extra-traits"
1018                    ]
1019                }
1020            },
1021            "name": "syn",
1022            "publish": null,
1023            "readme": "README.md",
1024            "repository": "https://github.com/dtolnay/syn",
1025            "rust_version": "1.31",
1026            "source": "registry+https://github.com/rust-lang/crates.io-index",
1027            "targets": [
1028                {
1029                    "crate_types": [
1030                        "lib"
1031                    ],
1032                    "doc": true,
1033                    "doctest": true,
1034                    "edition": "2018",
1035                    "kind": [
1036                        "lib"
1037                    ],
1038                    "name": "syn",
1039                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/src/lib.rs",
1040                    "test": true
1041                },
1042                {
1043                    "crate_types": [
1044                        "bin"
1045                    ],
1046                    "doc": false,
1047                    "doctest": false,
1048                    "edition": "2018",
1049                    "kind": [
1050                        "test"
1051                    ],
1052                    "name": "test_should_parse",
1053                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_should_parse.rs",
1054                    "test": true
1055                },
1056                {
1057                    "crate_types": [
1058                        "bin"
1059                    ],
1060                    "doc": false,
1061                    "doctest": false,
1062                    "edition": "2018",
1063                    "kind": [
1064                        "test"
1065                    ],
1066                    "name": "test_visibility",
1067                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_visibility.rs",
1068                    "test": true
1069                },
1070                {
1071                    "crate_types": [
1072                        "bin"
1073                    ],
1074                    "doc": false,
1075                    "doctest": false,
1076                    "edition": "2018",
1077                    "kind": [
1078                        "test"
1079                    ],
1080                    "name": "test_stmt",
1081                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_stmt.rs",
1082                    "test": true
1083                },
1084                {
1085                    "crate_types": [
1086                        "bin"
1087                    ],
1088                    "doc": false,
1089                    "doctest": false,
1090                    "edition": "2018",
1091                    "kind": [
1092                        "test"
1093                    ],
1094                    "name": "test_round_trip",
1095                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_round_trip.rs",
1096                    "test": true
1097                },
1098                {
1099                    "crate_types": [
1100                        "bin"
1101                    ],
1102                    "doc": false,
1103                    "doctest": false,
1104                    "edition": "2018",
1105                    "kind": [
1106                        "test"
1107                    ],
1108                    "name": "test_size",
1109                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_size.rs",
1110                    "test": true
1111                },
1112                {
1113                    "crate_types": [
1114                        "bin"
1115                    ],
1116                    "doc": false,
1117                    "doctest": false,
1118                    "edition": "2018",
1119                    "kind": [
1120                        "test"
1121                    ],
1122                    "name": "test_shebang",
1123                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_shebang.rs",
1124                    "test": true
1125                },
1126                {
1127                    "crate_types": [
1128                        "bin"
1129                    ],
1130                    "doc": false,
1131                    "doctest": false,
1132                    "edition": "2018",
1133                    "kind": [
1134                        "test"
1135                    ],
1136                    "name": "test_pat",
1137                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_pat.rs",
1138                    "test": true
1139                },
1140                {
1141                    "crate_types": [
1142                        "bin"
1143                    ],
1144                    "doc": false,
1145                    "doctest": false,
1146                    "edition": "2018",
1147                    "kind": [
1148                        "test"
1149                    ],
1150                    "name": "test_receiver",
1151                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_receiver.rs",
1152                    "test": true
1153                },
1154                {
1155                    "crate_types": [
1156                        "bin"
1157                    ],
1158                    "doc": false,
1159                    "doctest": false,
1160                    "edition": "2018",
1161                    "kind": [
1162                        "test"
1163                    ],
1164                    "name": "test_precedence",
1165                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_precedence.rs",
1166                    "test": true
1167                },
1168                {
1169                    "crate_types": [
1170                        "bin"
1171                    ],
1172                    "doc": false,
1173                    "doctest": false,
1174                    "edition": "2018",
1175                    "kind": [
1176                        "test"
1177                    ],
1178                    "name": "test_lit",
1179                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_lit.rs",
1180                    "test": true
1181                },
1182                {
1183                    "crate_types": [
1184                        "bin"
1185                    ],
1186                    "doc": false,
1187                    "doctest": false,
1188                    "edition": "2018",
1189                    "kind": [
1190                        "test"
1191                    ],
1192                    "name": "regression",
1193                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/regression.rs",
1194                    "test": true
1195                },
1196                {
1197                    "crate_types": [
1198                        "bin"
1199                    ],
1200                    "doc": false,
1201                    "doctest": false,
1202                    "edition": "2018",
1203                    "kind": [
1204                        "test"
1205                    ],
1206                    "name": "test_parse_stream",
1207                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_parse_stream.rs",
1208                    "test": true
1209                },
1210                {
1211                    "crate_types": [
1212                        "bin"
1213                    ],
1214                    "doc": false,
1215                    "doctest": false,
1216                    "edition": "2018",
1217                    "kind": [
1218                        "test"
1219                    ],
1220                    "name": "test_grouping",
1221                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_grouping.rs",
1222                    "test": true
1223                },
1224                {
1225                    "crate_types": [
1226                        "bin"
1227                    ],
1228                    "doc": false,
1229                    "doctest": false,
1230                    "edition": "2018",
1231                    "kind": [
1232                        "test"
1233                    ],
1234                    "name": "test_ident",
1235                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_ident.rs",
1236                    "test": true
1237                },
1238                {
1239                    "crate_types": [
1240                        "bin"
1241                    ],
1242                    "doc": false,
1243                    "doctest": false,
1244                    "edition": "2018",
1245                    "kind": [
1246                        "test"
1247                    ],
1248                    "name": "test_iterators",
1249                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_iterators.rs",
1250                    "test": true
1251                },
1252                {
1253                    "crate_types": [
1254                        "bin"
1255                    ],
1256                    "doc": false,
1257                    "doctest": false,
1258                    "edition": "2018",
1259                    "kind": [
1260                        "test"
1261                    ],
1262                    "name": "test_parse_buffer",
1263                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_parse_buffer.rs",
1264                    "test": true
1265                },
1266                {
1267                    "crate_types": [
1268                        "bin"
1269                    ],
1270                    "doc": false,
1271                    "doctest": false,
1272                    "edition": "2018",
1273                    "kind": [
1274                        "test"
1275                    ],
1276                    "name": "test_asyncness",
1277                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_asyncness.rs",
1278                    "test": true
1279                },
1280                {
1281                    "crate_types": [
1282                        "bin"
1283                    ],
1284                    "doc": false,
1285                    "doctest": false,
1286                    "edition": "2018",
1287                    "kind": [
1288                        "test"
1289                    ],
1290                    "name": "test_token_trees",
1291                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_token_trees.rs",
1292                    "test": true
1293                },
1294                {
1295                    "crate_types": [
1296                        "bin"
1297                    ],
1298                    "doc": false,
1299                    "doctest": false,
1300                    "edition": "2018",
1301                    "kind": [
1302                        "test"
1303                    ],
1304                    "name": "test_ty",
1305                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_ty.rs",
1306                    "test": true
1307                },
1308                {
1309                    "crate_types": [
1310                        "bin"
1311                    ],
1312                    "doc": false,
1313                    "doctest": false,
1314                    "edition": "2018",
1315                    "kind": [
1316                        "test"
1317                    ],
1318                    "name": "zzz_stable",
1319                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/zzz_stable.rs",
1320                    "test": true
1321                },
1322                {
1323                    "crate_types": [
1324                        "bin"
1325                    ],
1326                    "doc": false,
1327                    "doctest": false,
1328                    "edition": "2018",
1329                    "kind": [
1330                        "test"
1331                    ],
1332                    "name": "test_meta",
1333                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_meta.rs",
1334                    "test": true
1335                },
1336                {
1337                    "crate_types": [
1338                        "bin"
1339                    ],
1340                    "doc": false,
1341                    "doctest": false,
1342                    "edition": "2018",
1343                    "kind": [
1344                        "test"
1345                    ],
1346                    "name": "test_expr",
1347                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_expr.rs",
1348                    "test": true
1349                },
1350                {
1351                    "crate_types": [
1352                        "bin"
1353                    ],
1354                    "doc": false,
1355                    "doctest": false,
1356                    "edition": "2018",
1357                    "kind": [
1358                        "test"
1359                    ],
1360                    "name": "test_item",
1361                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_item.rs",
1362                    "test": true
1363                },
1364                {
1365                    "crate_types": [
1366                        "bin"
1367                    ],
1368                    "doc": false,
1369                    "doctest": false,
1370                    "edition": "2018",
1371                    "kind": [
1372                        "test"
1373                    ],
1374                    "name": "test_path",
1375                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_path.rs",
1376                    "test": true
1377                },
1378                {
1379                    "crate_types": [
1380                        "bin"
1381                    ],
1382                    "doc": false,
1383                    "doctest": false,
1384                    "edition": "2018",
1385                    "kind": [
1386                        "test"
1387                    ],
1388                    "name": "test_derive_input",
1389                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_derive_input.rs",
1390                    "test": true
1391                },
1392                {
1393                    "crate_types": [
1394                        "bin"
1395                    ],
1396                    "doc": false,
1397                    "doctest": false,
1398                    "edition": "2018",
1399                    "kind": [
1400                        "test"
1401                    ],
1402                    "name": "test_generics",
1403                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_generics.rs",
1404                    "test": true
1405                },
1406                {
1407                    "crate_types": [
1408                        "bin"
1409                    ],
1410                    "doc": false,
1411                    "doctest": false,
1412                    "edition": "2018",
1413                    "kind": [
1414                        "test"
1415                    ],
1416                    "name": "test_attribute",
1417                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/tests/test_attribute.rs",
1418                    "test": true
1419                },
1420                {
1421                    "crate_types": [
1422                        "bin"
1423                    ],
1424                    "doc": false,
1425                    "doctest": false,
1426                    "edition": "2018",
1427                    "kind": [
1428                        "bench"
1429                    ],
1430                    "name": "rust",
1431                    "required-features": [
1432                        "full",
1433                        "parsing"
1434                    ],
1435                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/benches/rust.rs",
1436                    "test": false
1437                },
1438                {
1439                    "crate_types": [
1440                        "bin"
1441                    ],
1442                    "doc": false,
1443                    "doctest": false,
1444                    "edition": "2018",
1445                    "kind": [
1446                        "bench"
1447                    ],
1448                    "name": "file",
1449                    "required-features": [
1450                        "full",
1451                        "parsing"
1452                    ],
1453                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/benches/file.rs",
1454                    "test": false
1455                },
1456                {
1457                    "crate_types": [
1458                        "bin"
1459                    ],
1460                    "doc": false,
1461                    "doctest": false,
1462                    "edition": "2018",
1463                    "kind": [
1464                        "custom-build"
1465                    ],
1466                    "name": "build-script-build",
1467                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.85/build.rs",
1468                    "test": false
1469                }
1470            ],
1471            "version": "1.0.85"
1472        },
1473        {
1474            "authors": [
1475                "Eliza Weisman <eliza@buoyant.io>",
1476                "Tokio Contributors <team@tokio.rs>"
1477            ],
1478            "categories": [
1479                "development-tools::debugging",
1480                "development-tools::profiling",
1481                "asynchronous",
1482                "no-std"
1483            ],
1484            "default_run": null,
1485            "dependencies": [
1486                {
1487                    "features": [],
1488                    "kind": null,
1489                    "name": "cfg-if",
1490                    "optional": false,
1491                    "registry": null,
1492                    "rename": null,
1493                    "req": "^1.0.0",
1494                    "source": "registry+https://github.com/rust-lang/crates.io-index",
1495                    "target": null,
1496                    "uses_default_features": true
1497                },
1498                {
1499                    "features": [],
1500                    "kind": null,
1501                    "name": "log",
1502                    "optional": true,
1503                    "registry": null,
1504                    "rename": null,
1505                    "req": "^0.4",
1506                    "source": "registry+https://github.com/rust-lang/crates.io-index",
1507                    "target": null,
1508                    "uses_default_features": true
1509                },
1510                {
1511                    "features": [],
1512                    "kind": null,
1513                    "name": "pin-project-lite",
1514                    "optional": false,
1515                    "registry": null,
1516                    "rename": null,
1517                    "req": "^0.2",
1518                    "source": "registry+https://github.com/rust-lang/crates.io-index",
1519                    "target": null,
1520                    "uses_default_features": true
1521                },
1522                {
1523                    "features": [],
1524                    "kind": null,
1525                    "name": "tracing-attributes",
1526                    "optional": true,
1527                    "registry": null,
1528                    "rename": null,
1529                    "req": "^0.2",
1530                    "source": "git+https://github.com/tokio-rs/tracing.git?branch=master#1e09e50e8d15580b5929adbade9c782a6833e4a0",
1531                    "target": null,
1532                    "uses_default_features": true
1533                },
1534                {
1535                    "features": [],
1536                    "kind": null,
1537                    "name": "tracing-core",
1538                    "optional": false,
1539                    "registry": null,
1540                    "rename": null,
1541                    "req": "^0.2",
1542                    "source": "git+https://github.com/tokio-rs/tracing.git?branch=master#1e09e50e8d15580b5929adbade9c782a6833e4a0",
1543                    "target": null,
1544                    "uses_default_features": false
1545                },
1546                {
1547                    "features": [],
1548                    "kind": "dev",
1549                    "name": "criterion",
1550                    "optional": false,
1551                    "registry": null,
1552                    "rename": null,
1553                    "req": "^0.3",
1554                    "source": "registry+https://github.com/rust-lang/crates.io-index",
1555                    "target": null,
1556                    "uses_default_features": false
1557                },
1558                {
1559                    "features": [],
1560                    "kind": "dev",
1561                    "name": "futures",
1562                    "optional": false,
1563                    "registry": null,
1564                    "rename": null,
1565                    "req": "^0.1",
1566                    "source": "registry+https://github.com/rust-lang/crates.io-index",
1567                    "target": null,
1568                    "uses_default_features": true
1569                },
1570                {
1571                    "features": [],
1572                    "kind": "dev",
1573                    "name": "log",
1574                    "optional": false,
1575                    "registry": null,
1576                    "rename": null,
1577                    "req": "^0.4",
1578                    "source": "registry+https://github.com/rust-lang/crates.io-index",
1579                    "target": null,
1580                    "uses_default_features": true
1581                },
1582                {
1583                    "features": [
1584                        "rt-core"
1585                    ],
1586                    "kind": "dev",
1587                    "name": "tokio",
1588                    "optional": false,
1589                    "registry": null,
1590                    "rename": null,
1591                    "req": "^0.2.21",
1592                    "source": "registry+https://github.com/rust-lang/crates.io-index",
1593                    "target": null,
1594                    "uses_default_features": true
1595                },
1596                {
1597                    "features": [],
1598                    "kind": "dev",
1599                    "name": "wasm-bindgen-test",
1600                    "optional": false,
1601                    "registry": null,
1602                    "rename": null,
1603                    "req": "^0.3",
1604                    "source": "registry+https://github.com/rust-lang/crates.io-index",
1605                    "target": "cfg(target_arch = \"wasm32\")",
1606                    "uses_default_features": true
1607                }
1608            ],
1609            "description": "Application-level tracing for Rust.\n",
1610            "documentation": null,
1611            "edition": "2018",
1612            "features": {
1613                "alloc": [
1614                    "tracing-core/alloc"
1615                ],
1616                "attributes": [
1617                    "tracing-attributes"
1618                ],
1619                "default": [
1620                    "std",
1621                    "attributes"
1622                ],
1623                "log": [
1624                    "dep:log"
1625                ],
1626                "log-always": [
1627                    "log"
1628                ],
1629                "max_level_debug": [],
1630                "max_level_error": [],
1631                "max_level_info": [],
1632                "max_level_off": [],
1633                "max_level_trace": [],
1634                "max_level_warn": [],
1635                "release_max_level_debug": [],
1636                "release_max_level_error": [],
1637                "release_max_level_info": [],
1638                "release_max_level_off": [],
1639                "release_max_level_trace": [],
1640                "release_max_level_warn": [],
1641                "std": [
1642                    "tracing-core/std",
1643                    "alloc"
1644                ],
1645                "tracing-attributes": [
1646                    "dep:tracing-attributes"
1647                ]
1648            },
1649            "homepage": "https://tokio.rs",
1650            "id": "tracing 0.2.0 (git+https://github.com/tokio-rs/tracing.git?branch=master#1e09e50e8d15580b5929adbade9c782a6833e4a0)",
1651            "keywords": [
1652                "logging",
1653                "tracing",
1654                "metrics",
1655                "async"
1656            ],
1657            "license": "MIT",
1658            "license_file": null,
1659            "links": null,
1660            "manifest_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/Cargo.toml",
1661            "metadata": {
1662                "docs": {
1663                    "rs": {
1664                        "all-features": true,
1665                        "rustdoc-args": [
1666                            "--cfg",
1667                            "docsrs"
1668                        ]
1669                    }
1670                }
1671            },
1672            "name": "tracing",
1673            "publish": null,
1674            "readme": "README.md",
1675            "repository": "https://github.com/tokio-rs/tracing",
1676            "rust_version": null,
1677            "source": "git+https://github.com/tokio-rs/tracing.git?branch=master#1e09e50e8d15580b5929adbade9c782a6833e4a0",
1678            "targets": [
1679                {
1680                    "crate_types": [
1681                        "lib"
1682                    ],
1683                    "doc": true,
1684                    "doctest": true,
1685                    "edition": "2018",
1686                    "kind": [
1687                        "lib"
1688                    ],
1689                    "name": "tracing",
1690                    "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/src/lib.rs",
1691                    "test": true
1692                },
1693                {
1694                    "crate_types": [
1695                        "bin"
1696                    ],
1697                    "doc": false,
1698                    "doctest": false,
1699                    "edition": "2018",
1700                    "kind": [
1701                        "test"
1702                    ],
1703                    "name": "collector",
1704                    "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/tests/collector.rs",
1705                    "test": true
1706                },
1707                {
1708                    "crate_types": [
1709                        "bin"
1710                    ],
1711                    "doc": false,
1712                    "doctest": false,
1713                    "edition": "2018",
1714                    "kind": [
1715                        "test"
1716                    ],
1717                    "name": "max_level_hint",
1718                    "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/tests/max_level_hint.rs",
1719                    "test": true
1720                },
1721                {
1722                    "crate_types": [
1723                        "bin"
1724                    ],
1725                    "doc": false,
1726                    "doctest": false,
1727                    "edition": "2018",
1728                    "kind": [
1729                        "test"
1730                    ],
1731                    "name": "filter_caching_is_lexically_scoped",
1732                    "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/tests/filter_caching_is_lexically_scoped.rs",
1733                    "test": true
1734                },
1735                {
1736                    "crate_types": [
1737                        "bin"
1738                    ],
1739                    "doc": false,
1740                    "doctest": false,
1741                    "edition": "2018",
1742                    "kind": [
1743                        "test"
1744                    ],
1745                    "name": "filters_dont_leak",
1746                    "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/tests/filters_dont_leak.rs",
1747                    "test": true
1748                },
1749                {
1750                    "crate_types": [
1751                        "bin"
1752                    ],
1753                    "doc": false,
1754                    "doctest": false,
1755                    "edition": "2018",
1756                    "kind": [
1757                        "test"
1758                    ],
1759                    "name": "filters_are_reevaluated_for_different_call_sites",
1760                    "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/tests/filters_are_reevaluated_for_different_call_sites.rs",
1761                    "test": true
1762                },
1763                {
1764                    "crate_types": [
1765                        "bin"
1766                    ],
1767                    "doc": false,
1768                    "doctest": false,
1769                    "edition": "2018",
1770                    "kind": [
1771                        "test"
1772                    ],
1773                    "name": "event",
1774                    "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/tests/event.rs",
1775                    "test": true
1776                },
1777                {
1778                    "crate_types": [
1779                        "bin"
1780                    ],
1781                    "doc": false,
1782                    "doctest": false,
1783                    "edition": "2018",
1784                    "kind": [
1785                        "test"
1786                    ],
1787                    "name": "multiple_max_level_hints",
1788                    "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/tests/multiple_max_level_hints.rs",
1789                    "test": true
1790                },
1791                {
1792                    "crate_types": [
1793                        "bin"
1794                    ],
1795                    "doc": false,
1796                    "doctest": false,
1797                    "edition": "2018",
1798                    "kind": [
1799                        "test"
1800                    ],
1801                    "name": "filters_are_not_reevaluated_for_the_same_span",
1802                    "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/tests/filters_are_not_reevaluated_for_the_same_span.rs",
1803                    "test": true
1804                },
1805                {
1806                    "crate_types": [
1807                        "bin"
1808                    ],
1809                    "doc": false,
1810                    "doctest": false,
1811                    "edition": "2018",
1812                    "kind": [
1813                        "test"
1814                    ],
1815                    "name": "span",
1816                    "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/tests/span.rs",
1817                    "test": true
1818                },
1819                {
1820                    "crate_types": [
1821                        "bin"
1822                    ],
1823                    "doc": false,
1824                    "doctest": false,
1825                    "edition": "2018",
1826                    "kind": [
1827                        "test"
1828                    ],
1829                    "name": "macro_imports",
1830                    "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/tests/macro_imports.rs",
1831                    "test": true
1832                },
1833                {
1834                    "crate_types": [
1835                        "bin"
1836                    ],
1837                    "doc": false,
1838                    "doctest": false,
1839                    "edition": "2018",
1840                    "kind": [
1841                        "test"
1842                    ],
1843                    "name": "macros",
1844                    "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/tests/macros.rs",
1845                    "test": true
1846                },
1847                {
1848                    "crate_types": [
1849                        "bin"
1850                    ],
1851                    "doc": false,
1852                    "doctest": false,
1853                    "edition": "2018",
1854                    "kind": [
1855                        "bench"
1856                    ],
1857                    "name": "subscriber",
1858                    "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/benches/subscriber.rs",
1859                    "test": false
1860                },
1861                {
1862                    "crate_types": [
1863                        "bin"
1864                    ],
1865                    "doc": false,
1866                    "doctest": false,
1867                    "edition": "2018",
1868                    "kind": [
1869                        "bench"
1870                    ],
1871                    "name": "no_subscriber",
1872                    "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/benches/no_subscriber.rs",
1873                    "test": false
1874                },
1875                {
1876                    "crate_types": [
1877                        "bin"
1878                    ],
1879                    "doc": false,
1880                    "doctest": false,
1881                    "edition": "2018",
1882                    "kind": [
1883                        "bench"
1884                    ],
1885                    "name": "global_subscriber",
1886                    "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing/benches/global_subscriber.rs",
1887                    "test": false
1888                }
1889            ],
1890            "version": "0.2.0"
1891        },
1892        {
1893            "authors": [
1894                "Tokio Contributors <team@tokio.rs>",
1895                "Eliza Weisman <eliza@buoyant.io>",
1896                "David Barsky <dbarsky@amazon.com>"
1897            ],
1898            "categories": [
1899                "development-tools::debugging",
1900                "development-tools::profiling",
1901                "asynchronous"
1902            ],
1903            "default_run": null,
1904            "dependencies": [
1905                {
1906                    "features": [],
1907                    "kind": null,
1908                    "name": "proc-macro2",
1909                    "optional": false,
1910                    "registry": null,
1911                    "rename": null,
1912                    "req": "^1",
1913                    "source": "registry+https://github.com/rust-lang/crates.io-index",
1914                    "target": null,
1915                    "uses_default_features": true
1916                },
1917                {
1918                    "features": [],
1919                    "kind": null,
1920                    "name": "quote",
1921                    "optional": false,
1922                    "registry": null,
1923                    "rename": null,
1924                    "req": "^1",
1925                    "source": "registry+https://github.com/rust-lang/crates.io-index",
1926                    "target": null,
1927                    "uses_default_features": true
1928                },
1929                {
1930                    "features": [
1931                        "full",
1932                        "parsing",
1933                        "printing",
1934                        "visit",
1935                        "visit-mut",
1936                        "clone-impls",
1937                        "extra-traits",
1938                        "proc-macro"
1939                    ],
1940                    "kind": null,
1941                    "name": "syn",
1942                    "optional": false,
1943                    "registry": null,
1944                    "rename": null,
1945                    "req": "^1",
1946                    "source": "registry+https://github.com/rust-lang/crates.io-index",
1947                    "target": null,
1948                    "uses_default_features": false
1949                },
1950                {
1951                    "features": [],
1952                    "kind": "dev",
1953                    "name": "async-trait",
1954                    "optional": false,
1955                    "registry": null,
1956                    "rename": null,
1957                    "req": "^0.1.44",
1958                    "source": "registry+https://github.com/rust-lang/crates.io-index",
1959                    "target": null,
1960                    "uses_default_features": true
1961                },
1962                {
1963                    "features": [],
1964                    "kind": "dev",
1965                    "name": "tokio-test",
1966                    "optional": false,
1967                    "registry": null,
1968                    "rename": null,
1969                    "req": "^0.2.0",
1970                    "source": "registry+https://github.com/rust-lang/crates.io-index",
1971                    "target": null,
1972                    "uses_default_features": true
1973                },
1974                {
1975                    "features": [],
1976                    "kind": "dev",
1977                    "name": "tracing",
1978                    "optional": false,
1979                    "registry": null,
1980                    "rename": null,
1981                    "req": "^0.2",
1982                    "source": "git+https://github.com/tokio-rs/tracing.git?branch=master#1e09e50e8d15580b5929adbade9c782a6833e4a0",
1983                    "target": null,
1984                    "uses_default_features": true
1985                },
1986                {
1987                    "features": [],
1988                    "kind": "dev",
1989                    "name": "tracing-core",
1990                    "optional": false,
1991                    "registry": null,
1992                    "rename": null,
1993                    "req": "^0.2",
1994                    "source": "git+https://github.com/tokio-rs/tracing.git?branch=master#1e09e50e8d15580b5929adbade9c782a6833e4a0",
1995                    "target": null,
1996                    "uses_default_features": true
1997                }
1998            ],
1999            "description": "Procedural macro attributes for automatically instrumenting functions.\n",
2000            "documentation": null,
2001            "edition": "2018",
2002            "features": {},
2003            "homepage": "https://tokio.rs",
2004            "id": "tracing-attributes 0.2.0 (git+https://github.com/tokio-rs/tracing.git?branch=master#1e09e50e8d15580b5929adbade9c782a6833e4a0)",
2005            "keywords": [
2006                "logging",
2007                "tracing",
2008                "macro",
2009                "instrument",
2010                "log"
2011            ],
2012            "license": "MIT",
2013            "license_file": null,
2014            "links": null,
2015            "manifest_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-attributes/Cargo.toml",
2016            "metadata": null,
2017            "name": "tracing-attributes",
2018            "publish": null,
2019            "readme": "README.md",
2020            "repository": "https://github.com/tokio-rs/tracing",
2021            "rust_version": null,
2022            "source": "git+https://github.com/tokio-rs/tracing.git?branch=master#1e09e50e8d15580b5929adbade9c782a6833e4a0",
2023            "targets": [
2024                {
2025                    "crate_types": [
2026                        "proc-macro"
2027                    ],
2028                    "doc": true,
2029                    "doctest": true,
2030                    "edition": "2018",
2031                    "kind": [
2032                        "proc-macro"
2033                    ],
2034                    "name": "tracing-attributes",
2035                    "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-attributes/src/lib.rs",
2036                    "test": true
2037                },
2038                {
2039                    "crate_types": [
2040                        "bin"
2041                    ],
2042                    "doc": false,
2043                    "doctest": false,
2044                    "edition": "2018",
2045                    "kind": [
2046                        "test"
2047                    ],
2048                    "name": "async_fn",
2049                    "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-attributes/tests/async_fn.rs",
2050                    "test": true
2051                },
2052                {
2053                    "crate_types": [
2054                        "bin"
2055                    ],
2056                    "doc": false,
2057                    "doctest": false,
2058                    "edition": "2018",
2059                    "kind": [
2060                        "test"
2061                    ],
2062                    "name": "targets",
2063                    "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-attributes/tests/targets.rs",
2064                    "test": true
2065                },
2066                {
2067                    "crate_types": [
2068                        "bin"
2069                    ],
2070                    "doc": false,
2071                    "doctest": false,
2072                    "edition": "2018",
2073                    "kind": [
2074                        "test"
2075                    ],
2076                    "name": "support",
2077                    "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-attributes/tests/support.rs",
2078                    "test": true
2079                },
2080                {
2081                    "crate_types": [
2082                        "bin"
2083                    ],
2084                    "doc": false,
2085                    "doctest": false,
2086                    "edition": "2018",
2087                    "kind": [
2088                        "test"
2089                    ],
2090                    "name": "fields",
2091                    "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-attributes/tests/fields.rs",
2092                    "test": true
2093                },
2094                {
2095                    "crate_types": [
2096                        "bin"
2097                    ],
2098                    "doc": false,
2099                    "doctest": false,
2100                    "edition": "2018",
2101                    "kind": [
2102                        "test"
2103                    ],
2104                    "name": "destructuring",
2105                    "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-attributes/tests/destructuring.rs",
2106                    "test": true
2107                },
2108                {
2109                    "crate_types": [
2110                        "bin"
2111                    ],
2112                    "doc": false,
2113                    "doctest": false,
2114                    "edition": "2018",
2115                    "kind": [
2116                        "test"
2117                    ],
2118                    "name": "err",
2119                    "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-attributes/tests/err.rs",
2120                    "test": true
2121                },
2122                {
2123                    "crate_types": [
2124                        "bin"
2125                    ],
2126                    "doc": false,
2127                    "doctest": false,
2128                    "edition": "2018",
2129                    "kind": [
2130                        "test"
2131                    ],
2132                    "name": "levels",
2133                    "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-attributes/tests/levels.rs",
2134                    "test": true
2135                },
2136                {
2137                    "crate_types": [
2138                        "bin"
2139                    ],
2140                    "doc": false,
2141                    "doctest": false,
2142                    "edition": "2018",
2143                    "kind": [
2144                        "test"
2145                    ],
2146                    "name": "instrument",
2147                    "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-attributes/tests/instrument.rs",
2148                    "test": true
2149                },
2150                {
2151                    "crate_types": [
2152                        "bin"
2153                    ],
2154                    "doc": false,
2155                    "doctest": false,
2156                    "edition": "2018",
2157                    "kind": [
2158                        "test"
2159                    ],
2160                    "name": "names",
2161                    "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-attributes/tests/names.rs",
2162                    "test": true
2163                }
2164            ],
2165            "version": "0.2.0"
2166        },
2167        {
2168            "authors": [
2169                "Tokio Contributors <team@tokio.rs>"
2170            ],
2171            "categories": [
2172                "development-tools::debugging",
2173                "development-tools::profiling",
2174                "asynchronous"
2175            ],
2176            "default_run": null,
2177            "dependencies": [
2178                {
2179                    "features": [],
2180                    "kind": null,
2181                    "name": "lazy_static",
2182                    "optional": true,
2183                    "registry": null,
2184                    "rename": null,
2185                    "req": "^1",
2186                    "source": "registry+https://github.com/rust-lang/crates.io-index",
2187                    "target": null,
2188                    "uses_default_features": true
2189                }
2190            ],
2191            "description": "Core primitives for application-level tracing.\n",
2192            "documentation": null,
2193            "edition": "2018",
2194            "features": {
2195                "alloc": [],
2196                "default": [
2197                    "std"
2198                ],
2199                "lazy_static": [
2200                    "dep:lazy_static"
2201                ],
2202                "std": [
2203                    "lazy_static",
2204                    "alloc"
2205                ]
2206            },
2207            "homepage": "https://tokio.rs",
2208            "id": "tracing-core 0.2.0 (git+https://github.com/tokio-rs/tracing.git?branch=master#1e09e50e8d15580b5929adbade9c782a6833e4a0)",
2209            "keywords": [
2210                "logging",
2211                "tracing",
2212                "profiling"
2213            ],
2214            "license": "MIT",
2215            "license_file": null,
2216            "links": null,
2217            "manifest_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-core/Cargo.toml",
2218            "metadata": {
2219                "docs": {
2220                    "rs": {
2221                        "all-features": true,
2222                        "rustdoc-args": [
2223                            "--cfg",
2224                            "docsrs"
2225                        ]
2226                    }
2227                }
2228            },
2229            "name": "tracing-core",
2230            "publish": null,
2231            "readme": "README.md",
2232            "repository": "https://github.com/tokio-rs/tracing",
2233            "rust_version": null,
2234            "source": "git+https://github.com/tokio-rs/tracing.git?branch=master#1e09e50e8d15580b5929adbade9c782a6833e4a0",
2235            "targets": [
2236                {
2237                    "crate_types": [
2238                        "lib"
2239                    ],
2240                    "doc": true,
2241                    "doctest": true,
2242                    "edition": "2018",
2243                    "kind": [
2244                        "lib"
2245                    ],
2246                    "name": "tracing-core",
2247                    "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-core/src/lib.rs",
2248                    "test": true
2249                },
2250                {
2251                    "crate_types": [
2252                        "bin"
2253                    ],
2254                    "doc": false,
2255                    "doctest": false,
2256                    "edition": "2018",
2257                    "kind": [
2258                        "test"
2259                    ],
2260                    "name": "dispatch",
2261                    "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-core/tests/dispatch.rs",
2262                    "test": true
2263                },
2264                {
2265                    "crate_types": [
2266                        "bin"
2267                    ],
2268                    "doc": false,
2269                    "doctest": false,
2270                    "edition": "2018",
2271                    "kind": [
2272                        "test"
2273                    ],
2274                    "name": "macros",
2275                    "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-core/tests/macros.rs",
2276                    "test": true
2277                },
2278                {
2279                    "crate_types": [
2280                        "bin"
2281                    ],
2282                    "doc": false,
2283                    "doctest": false,
2284                    "edition": "2018",
2285                    "kind": [
2286                        "test"
2287                    ],
2288                    "name": "global_dispatch",
2289                    "src_path": "{CARGO_HOME}/git/checkouts/tracing-e9bbb56ea31f0c18/1e09e50/tracing-core/tests/global_dispatch.rs",
2290                    "test": true
2291                }
2292            ],
2293            "version": "0.2.0"
2294        },
2295        {
2296            "authors": [
2297                "erick.tryzelaar <erick.tryzelaar@gmail.com>",
2298                "kwantam <kwantam@gmail.com>",
2299                "Manish Goregaokar <manishsmail@gmail.com>"
2300            ],
2301            "categories": [],
2302            "default_run": null,
2303            "dependencies": [
2304                {
2305                    "features": [],
2306                    "kind": "dev",
2307                    "name": "criterion",
2308                    "optional": false,
2309                    "registry": null,
2310                    "rename": null,
2311                    "req": "^0.3",
2312                    "source": "registry+https://github.com/rust-lang/crates.io-index",
2313                    "target": null,
2314                    "uses_default_features": true
2315                }
2316            ],
2317            "description": "Determine whether characters have the XID_Start\nor XID_Continue properties according to\nUnicode Standard Annex #31.\n",
2318            "documentation": "https://unicode-rs.github.io/unicode-xid",
2319            "edition": "2015",
2320            "features": {
2321                "bench": [],
2322                "default": [],
2323                "no_std": []
2324            },
2325            "homepage": "https://github.com/unicode-rs/unicode-xid",
2326            "id": "unicode-xid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
2327            "keywords": [
2328                "text",
2329                "unicode",
2330                "xid"
2331            ],
2332            "license": "MIT OR Apache-2.0",
2333            "license_file": null,
2334            "links": null,
2335            "manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.2/Cargo.toml",
2336            "metadata": null,
2337            "name": "unicode-xid",
2338            "publish": null,
2339            "readme": "README.md",
2340            "repository": "https://github.com/unicode-rs/unicode-xid",
2341            "rust_version": null,
2342            "source": "registry+https://github.com/rust-lang/crates.io-index",
2343            "targets": [
2344                {
2345                    "crate_types": [
2346                        "lib"
2347                    ],
2348                    "doc": true,
2349                    "doctest": true,
2350                    "edition": "2015",
2351                    "kind": [
2352                        "lib"
2353                    ],
2354                    "name": "unicode-xid",
2355                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.2/src/lib.rs",
2356                    "test": true
2357                },
2358                {
2359                    "crate_types": [
2360                        "bin"
2361                    ],
2362                    "doc": false,
2363                    "doctest": false,
2364                    "edition": "2015",
2365                    "kind": [
2366                        "test"
2367                    ],
2368                    "name": "exhaustive_tests",
2369                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.2/tests/exhaustive_tests.rs",
2370                    "test": true
2371                },
2372                {
2373                    "crate_types": [
2374                        "bin"
2375                    ],
2376                    "doc": false,
2377                    "doctest": false,
2378                    "edition": "2015",
2379                    "kind": [
2380                        "bench"
2381                    ],
2382                    "name": "xid",
2383                    "src_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.2/benches/xid.rs",
2384                    "test": false
2385                }
2386            ],
2387            "version": "0.2.2"
2388        }
2389    ],
2390    "resolve": {
2391        "nodes": [
2392            {
2393                "dependencies": [],
2394                "deps": [],
2395                "features": [],
2396                "id": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)"
2397            },
2398            {
2399                "dependencies": [
2400                    "tracing 0.2.0 (git+https://github.com/tokio-rs/tracing.git?branch=master#1e09e50e8d15580b5929adbade9c782a6833e4a0)"
2401                ],
2402                "deps": [
2403                    {
2404                        "dep_kinds": [
2405                            {
2406                                "kind": null,
2407                                "target": null
2408                            }
2409                        ],
2410                        "name": "tracing",
2411                        "pkg": "tracing 0.2.0 (git+https://github.com/tokio-rs/tracing.git?branch=master#1e09e50e8d15580b5929adbade9c782a6833e4a0)"
2412                    }
2413                ],
2414                "features": [],
2415                "id": "git-repos 0.1.0 (path+file://{TEMP_DIR}/git_repos)"
2416            },
2417            {
2418                "dependencies": [],
2419                "deps": [],
2420                "features": [],
2421                "id": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)"
2422            },
2423            {
2424                "dependencies": [],
2425                "deps": [],
2426                "features": [],
2427                "id": "pin-project-lite 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)"
2428            },
2429            {
2430                "dependencies": [
2431                    "unicode-xid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)"
2432                ],
2433                "deps": [
2434                    {
2435                        "dep_kinds": [
2436                            {
2437                                "kind": null,
2438                                "target": null
2439                            }
2440                        ],
2441                        "name": "unicode_xid",
2442                        "pkg": "unicode-xid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)"
2443                    }
2444                ],
2445                "features": [
2446                    "default",
2447                    "proc-macro"
2448                ],
2449                "id": "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)"
2450            },
2451            {
2452                "dependencies": [
2453                    "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)"
2454                ],
2455                "deps": [
2456                    {
2457                        "dep_kinds": [
2458                            {
2459                                "kind": null,
2460                                "target": null
2461                            }
2462                        ],
2463                        "name": "proc_macro2",
2464                        "pkg": "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)"
2465                    }
2466                ],
2467                "features": [
2468                    "default",
2469                    "proc-macro"
2470                ],
2471                "id": "quote 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)"
2472            },
2473            {
2474                "dependencies": [
2475                    "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)",
2476                    "quote 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
2477                    "unicode-xid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)"
2478                ],
2479                "deps": [
2480                    {
2481                        "dep_kinds": [
2482                            {
2483                                "kind": null,
2484                                "target": null
2485                            }
2486                        ],
2487                        "name": "proc_macro2",
2488                        "pkg": "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)"
2489                    },
2490                    {
2491                        "dep_kinds": [
2492                            {
2493                                "kind": null,
2494                                "target": null
2495                            }
2496                        ],
2497                        "name": "quote",
2498                        "pkg": "quote 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)"
2499                    },
2500                    {
2501                        "dep_kinds": [
2502                            {
2503                                "kind": null,
2504                                "target": null
2505                            }
2506                        ],
2507                        "name": "unicode_xid",
2508                        "pkg": "unicode-xid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)"
2509                    }
2510                ],
2511                "features": [
2512                    "clone-impls",
2513                    "extra-traits",
2514                    "full",
2515                    "parsing",
2516                    "printing",
2517                    "proc-macro",
2518                    "quote",
2519                    "visit",
2520                    "visit-mut"
2521                ],
2522                "id": "syn 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)"
2523            },
2524            {
2525                "dependencies": [
2526                    "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2527                    "pin-project-lite 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
2528                    "tracing-attributes 0.2.0 (git+https://github.com/tokio-rs/tracing.git?branch=master#1e09e50e8d15580b5929adbade9c782a6833e4a0)",
2529                    "tracing-core 0.2.0 (git+https://github.com/tokio-rs/tracing.git?branch=master#1e09e50e8d15580b5929adbade9c782a6833e4a0)"
2530                ],
2531                "deps": [
2532                    {
2533                        "dep_kinds": [
2534                            {
2535                                "kind": null,
2536                                "target": null
2537                            }
2538                        ],
2539                        "name": "cfg_if",
2540                        "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)"
2541                    },
2542                    {
2543                        "dep_kinds": [
2544                            {
2545                                "kind": null,
2546                                "target": null
2547                            }
2548                        ],
2549                        "name": "pin_project_lite",
2550                        "pkg": "pin-project-lite 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)"
2551                    },
2552                    {
2553                        "dep_kinds": [
2554                            {
2555                                "kind": null,
2556                                "target": null
2557                            }
2558                        ],
2559                        "name": "tracing_attributes",
2560                        "pkg": "tracing-attributes 0.2.0 (git+https://github.com/tokio-rs/tracing.git?branch=master#1e09e50e8d15580b5929adbade9c782a6833e4a0)"
2561                    },
2562                    {
2563                        "dep_kinds": [
2564                            {
2565                                "kind": null,
2566                                "target": null
2567                            }
2568                        ],
2569                        "name": "tracing_core",
2570                        "pkg": "tracing-core 0.2.0 (git+https://github.com/tokio-rs/tracing.git?branch=master#1e09e50e8d15580b5929adbade9c782a6833e4a0)"
2571                    }
2572                ],
2573                "features": [
2574                    "alloc",
2575                    "attributes",
2576                    "default",
2577                    "std",
2578                    "tracing-attributes"
2579                ],
2580                "id": "tracing 0.2.0 (git+https://github.com/tokio-rs/tracing.git?branch=master#1e09e50e8d15580b5929adbade9c782a6833e4a0)"
2581            },
2582            {
2583                "dependencies": [
2584                    "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)",
2585                    "quote 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
2586                    "syn 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)"
2587                ],
2588                "deps": [
2589                    {
2590                        "dep_kinds": [
2591                            {
2592                                "kind": null,
2593                                "target": null
2594                            }
2595                        ],
2596                        "name": "proc_macro2",
2597                        "pkg": "proc-macro2 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)"
2598                    },
2599                    {
2600                        "dep_kinds": [
2601                            {
2602                                "kind": null,
2603                                "target": null
2604                            }
2605                        ],
2606                        "name": "quote",
2607                        "pkg": "quote 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)"
2608                    },
2609                    {
2610                        "dep_kinds": [
2611                            {
2612                                "kind": null,
2613                                "target": null
2614                            }
2615                        ],
2616                        "name": "syn",
2617                        "pkg": "syn 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)"
2618                    }
2619                ],
2620                "features": [],
2621                "id": "tracing-attributes 0.2.0 (git+https://github.com/tokio-rs/tracing.git?branch=master#1e09e50e8d15580b5929adbade9c782a6833e4a0)"
2622            },
2623            {
2624                "dependencies": [
2625                    "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)"
2626                ],
2627                "deps": [
2628                    {
2629                        "dep_kinds": [
2630                            {
2631                                "kind": null,
2632                                "target": null
2633                            }
2634                        ],
2635                        "name": "lazy_static",
2636                        "pkg": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)"
2637                    }
2638                ],
2639                "features": [
2640                    "alloc",
2641                    "lazy_static",
2642                    "std"
2643                ],
2644                "id": "tracing-core 0.2.0 (git+https://github.com/tokio-rs/tracing.git?branch=master#1e09e50e8d15580b5929adbade9c782a6833e4a0)"
2645            },
2646            {
2647                "dependencies": [],
2648                "deps": [],
2649                "features": [
2650                    "default"
2651                ],
2652                "id": "unicode-xid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)"
2653            }
2654        ],
2655        "root": "git-repos 0.1.0 (path+file://{TEMP_DIR}/git_repos)"
2656    },
2657    "target_directory": "{TEMP_DIR}/git_repos/target",
2658    "version": 1,
2659    "workspace_default_members": [
2660        "git-repos 0.1.0 (path+file://{TEMP_DIR}/git_repos)"
2661    ],
2662    "workspace_members": [
2663        "git-repos 0.1.0 (path+file://{TEMP_DIR}/git_repos)"
2664    ],
2665    "workspace_root": "{TEMP_DIR}/git_repos"
2666}
2667