xref: /aosp_15_r20/external/bazelbuild-rules_rust/examples/musl_cross_compiling/Cargo.Bazel.lock.json (revision d4726bddaa87cc4778e7472feed243fa4b6c267f)
1{
2  "checksum": "8baf77c337c6bcb99a30354a681f892140a66ea24aa0f5bdb1b520f58f2e9578",
3  "crates": {
4    "aes 0.8.4": {
5      "name": "aes",
6      "version": "0.8.4",
7      "package_url": "https://github.com/RustCrypto/block-ciphers",
8      "repository": {
9        "Http": {
10          "url": "https://static.crates.io/crates/aes/0.8.4/download",
11          "sha256": "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
12        }
13      },
14      "targets": [
15        {
16          "Library": {
17            "crate_name": "aes",
18            "crate_root": "src/lib.rs",
19            "srcs": {
20              "allow_empty": true,
21              "include": [
22                "**/*.rs"
23              ]
24            }
25          }
26        }
27      ],
28      "library_target_name": "aes",
29      "common_attrs": {
30        "compile_data_glob": [
31          "**"
32        ],
33        "deps": {
34          "common": [
35            {
36              "id": "cfg-if 1.0.0",
37              "target": "cfg_if"
38            },
39            {
40              "id": "cipher 0.4.4",
41              "target": "cipher"
42            }
43          ],
44          "selects": {
45            "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))": [
46              {
47                "id": "cpufeatures 0.2.12",
48                "target": "cpufeatures"
49              }
50            ]
51          }
52        },
53        "edition": "2021",
54        "version": "0.8.4"
55      },
56      "license": "MIT OR Apache-2.0",
57      "license_ids": [
58        "Apache-2.0",
59        "MIT"
60      ],
61      "license_file": "LICENSE-APACHE"
62    },
63    "aho-corasick 1.1.3": {
64      "name": "aho-corasick",
65      "version": "1.1.3",
66      "package_url": "https://github.com/BurntSushi/aho-corasick",
67      "repository": {
68        "Http": {
69          "url": "https://static.crates.io/crates/aho-corasick/1.1.3/download",
70          "sha256": "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
71        }
72      },
73      "targets": [
74        {
75          "Library": {
76            "crate_name": "aho_corasick",
77            "crate_root": "src/lib.rs",
78            "srcs": {
79              "allow_empty": true,
80              "include": [
81                "**/*.rs"
82              ]
83            }
84          }
85        }
86      ],
87      "library_target_name": "aho_corasick",
88      "common_attrs": {
89        "compile_data_glob": [
90          "**"
91        ],
92        "crate_features": {
93          "common": [
94            "perf-literal",
95            "std"
96          ],
97          "selects": {}
98        },
99        "deps": {
100          "common": [
101            {
102              "id": "memchr 2.7.4",
103              "target": "memchr"
104            }
105          ],
106          "selects": {}
107        },
108        "edition": "2021",
109        "version": "1.1.3"
110      },
111      "license": "Unlicense OR MIT",
112      "license_ids": [
113        "MIT",
114        "Unlicense"
115      ],
116      "license_file": "LICENSE-MIT"
117    },
118    "async-broadcast 0.5.1": {
119      "name": "async-broadcast",
120      "version": "0.5.1",
121      "package_url": "https://github.com/smol-rs/async-broadcast",
122      "repository": {
123        "Http": {
124          "url": "https://static.crates.io/crates/async-broadcast/0.5.1/download",
125          "sha256": "7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b"
126        }
127      },
128      "targets": [
129        {
130          "Library": {
131            "crate_name": "async_broadcast",
132            "crate_root": "src/lib.rs",
133            "srcs": {
134              "allow_empty": true,
135              "include": [
136                "**/*.rs"
137              ]
138            }
139          }
140        }
141      ],
142      "library_target_name": "async_broadcast",
143      "common_attrs": {
144        "compile_data_glob": [
145          "**"
146        ],
147        "deps": {
148          "common": [
149            {
150              "id": "event-listener 2.5.3",
151              "target": "event_listener"
152            },
153            {
154              "id": "futures-core 0.3.30",
155              "target": "futures_core"
156            }
157          ],
158          "selects": {}
159        },
160        "edition": "2018",
161        "version": "0.5.1"
162      },
163      "license": "MIT OR Apache-2.0",
164      "license_ids": [
165        "Apache-2.0",
166        "MIT"
167      ],
168      "license_file": "LICENSE-APACHE"
169    },
170    "async-channel 2.3.1": {
171      "name": "async-channel",
172      "version": "2.3.1",
173      "package_url": "https://github.com/smol-rs/async-channel",
174      "repository": {
175        "Http": {
176          "url": "https://static.crates.io/crates/async-channel/2.3.1/download",
177          "sha256": "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
178        }
179      },
180      "targets": [
181        {
182          "Library": {
183            "crate_name": "async_channel",
184            "crate_root": "src/lib.rs",
185            "srcs": {
186              "allow_empty": true,
187              "include": [
188                "**/*.rs"
189              ]
190            }
191          }
192        }
193      ],
194      "library_target_name": "async_channel",
195      "common_attrs": {
196        "compile_data_glob": [
197          "**"
198        ],
199        "crate_features": {
200          "common": [
201            "default",
202            "std"
203          ],
204          "selects": {}
205        },
206        "deps": {
207          "common": [
208            {
209              "id": "concurrent-queue 2.5.0",
210              "target": "concurrent_queue"
211            },
212            {
213              "id": "event-listener-strategy 0.5.2",
214              "target": "event_listener_strategy"
215            },
216            {
217              "id": "futures-core 0.3.30",
218              "target": "futures_core"
219            },
220            {
221              "id": "pin-project-lite 0.2.14",
222              "target": "pin_project_lite"
223            }
224          ],
225          "selects": {}
226        },
227        "edition": "2021",
228        "version": "2.3.1"
229      },
230      "license": "Apache-2.0 OR MIT",
231      "license_ids": [
232        "Apache-2.0",
233        "MIT"
234      ],
235      "license_file": "LICENSE-APACHE"
236    },
237    "async-executor 1.13.0": {
238      "name": "async-executor",
239      "version": "1.13.0",
240      "package_url": "https://github.com/smol-rs/async-executor",
241      "repository": {
242        "Http": {
243          "url": "https://static.crates.io/crates/async-executor/1.13.0/download",
244          "sha256": "d7ebdfa2ebdab6b1760375fa7d6f382b9f486eac35fc994625a00e89280bdbb7"
245        }
246      },
247      "targets": [
248        {
249          "Library": {
250            "crate_name": "async_executor",
251            "crate_root": "src/lib.rs",
252            "srcs": {
253              "allow_empty": true,
254              "include": [
255                "**/*.rs"
256              ]
257            }
258          }
259        }
260      ],
261      "library_target_name": "async_executor",
262      "common_attrs": {
263        "compile_data_glob": [
264          "**"
265        ],
266        "deps": {
267          "common": [
268            {
269              "id": "async-task 4.7.1",
270              "target": "async_task"
271            },
272            {
273              "id": "concurrent-queue 2.5.0",
274              "target": "concurrent_queue"
275            },
276            {
277              "id": "fastrand 2.1.0",
278              "target": "fastrand"
279            },
280            {
281              "id": "futures-lite 2.3.0",
282              "target": "futures_lite"
283            },
284            {
285              "id": "slab 0.4.9",
286              "target": "slab"
287            }
288          ],
289          "selects": {}
290        },
291        "edition": "2021",
292        "version": "1.13.0"
293      },
294      "license": "Apache-2.0 OR MIT",
295      "license_ids": [
296        "Apache-2.0",
297        "MIT"
298      ],
299      "license_file": "LICENSE-APACHE"
300    },
301    "async-fs 1.6.0": {
302      "name": "async-fs",
303      "version": "1.6.0",
304      "package_url": "https://github.com/smol-rs/async-fs",
305      "repository": {
306        "Http": {
307          "url": "https://static.crates.io/crates/async-fs/1.6.0/download",
308          "sha256": "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
309        }
310      },
311      "targets": [
312        {
313          "Library": {
314            "crate_name": "async_fs",
315            "crate_root": "src/lib.rs",
316            "srcs": {
317              "allow_empty": true,
318              "include": [
319                "**/*.rs"
320              ]
321            }
322          }
323        },
324        {
325          "BuildScript": {
326            "crate_name": "build_script_build",
327            "crate_root": "build.rs",
328            "srcs": {
329              "allow_empty": true,
330              "include": [
331                "**/*.rs"
332              ]
333            }
334          }
335        }
336      ],
337      "library_target_name": "async_fs",
338      "common_attrs": {
339        "compile_data_glob": [
340          "**"
341        ],
342        "deps": {
343          "common": [
344            {
345              "id": "async-fs 1.6.0",
346              "target": "build_script_build"
347            },
348            {
349              "id": "async-lock 2.8.0",
350              "target": "async_lock"
351            },
352            {
353              "id": "blocking 1.6.1",
354              "target": "blocking"
355            },
356            {
357              "id": "futures-lite 1.13.0",
358              "target": "futures_lite"
359            }
360          ],
361          "selects": {}
362        },
363        "edition": "2018",
364        "version": "1.6.0"
365      },
366      "build_script_attrs": {
367        "data_glob": [
368          "**"
369        ],
370        "deps": {
371          "common": [
372            {
373              "id": "autocfg 1.3.0",
374              "target": "autocfg"
375            }
376          ],
377          "selects": {}
378        }
379      },
380      "license": "Apache-2.0 OR MIT",
381      "license_ids": [
382        "Apache-2.0",
383        "MIT"
384      ],
385      "license_file": "LICENSE-APACHE"
386    },
387    "async-io 1.13.0": {
388      "name": "async-io",
389      "version": "1.13.0",
390      "package_url": "https://github.com/smol-rs/async-io",
391      "repository": {
392        "Http": {
393          "url": "https://static.crates.io/crates/async-io/1.13.0/download",
394          "sha256": "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
395        }
396      },
397      "targets": [
398        {
399          "Library": {
400            "crate_name": "async_io",
401            "crate_root": "src/lib.rs",
402            "srcs": {
403              "allow_empty": true,
404              "include": [
405                "**/*.rs"
406              ]
407            }
408          }
409        },
410        {
411          "BuildScript": {
412            "crate_name": "build_script_build",
413            "crate_root": "build.rs",
414            "srcs": {
415              "allow_empty": true,
416              "include": [
417                "**/*.rs"
418              ]
419            }
420          }
421        }
422      ],
423      "library_target_name": "async_io",
424      "common_attrs": {
425        "compile_data_glob": [
426          "**"
427        ],
428        "deps": {
429          "common": [
430            {
431              "id": "async-io 1.13.0",
432              "target": "build_script_build"
433            },
434            {
435              "id": "async-lock 2.8.0",
436              "target": "async_lock"
437            },
438            {
439              "id": "cfg-if 1.0.0",
440              "target": "cfg_if"
441            },
442            {
443              "id": "concurrent-queue 2.5.0",
444              "target": "concurrent_queue"
445            },
446            {
447              "id": "futures-lite 1.13.0",
448              "target": "futures_lite"
449            },
450            {
451              "id": "log 0.4.22",
452              "target": "log"
453            },
454            {
455              "id": "parking 2.2.0",
456              "target": "parking"
457            },
458            {
459              "id": "polling 2.8.0",
460              "target": "polling"
461            },
462            {
463              "id": "rustix 0.37.27",
464              "target": "rustix"
465            },
466            {
467              "id": "slab 0.4.9",
468              "target": "slab"
469            },
470            {
471              "id": "socket2 0.4.10",
472              "target": "socket2"
473            },
474            {
475              "id": "waker-fn 1.2.0",
476              "target": "waker_fn"
477            }
478          ],
479          "selects": {}
480        },
481        "edition": "2018",
482        "version": "1.13.0"
483      },
484      "build_script_attrs": {
485        "data_glob": [
486          "**"
487        ],
488        "deps": {
489          "common": [
490            {
491              "id": "autocfg 1.3.0",
492              "target": "autocfg"
493            }
494          ],
495          "selects": {}
496        }
497      },
498      "license": "Apache-2.0 OR MIT",
499      "license_ids": [
500        "Apache-2.0",
501        "MIT"
502      ],
503      "license_file": "LICENSE-APACHE"
504    },
505    "async-io 2.3.3": {
506      "name": "async-io",
507      "version": "2.3.3",
508      "package_url": "https://github.com/smol-rs/async-io",
509      "repository": {
510        "Http": {
511          "url": "https://static.crates.io/crates/async-io/2.3.3/download",
512          "sha256": "0d6baa8f0178795da0e71bc42c9e5d13261aac7ee549853162e66a241ba17964"
513        }
514      },
515      "targets": [
516        {
517          "Library": {
518            "crate_name": "async_io",
519            "crate_root": "src/lib.rs",
520            "srcs": {
521              "allow_empty": true,
522              "include": [
523                "**/*.rs"
524              ]
525            }
526          }
527        }
528      ],
529      "library_target_name": "async_io",
530      "common_attrs": {
531        "compile_data_glob": [
532          "**"
533        ],
534        "deps": {
535          "common": [
536            {
537              "id": "async-lock 3.4.0",
538              "target": "async_lock"
539            },
540            {
541              "id": "cfg-if 1.0.0",
542              "target": "cfg_if"
543            },
544            {
545              "id": "concurrent-queue 2.5.0",
546              "target": "concurrent_queue"
547            },
548            {
549              "id": "futures-io 0.3.30",
550              "target": "futures_io"
551            },
552            {
553              "id": "futures-lite 2.3.0",
554              "target": "futures_lite"
555            },
556            {
557              "id": "parking 2.2.0",
558              "target": "parking"
559            },
560            {
561              "id": "polling 3.7.2",
562              "target": "polling"
563            },
564            {
565              "id": "rustix 0.38.34",
566              "target": "rustix"
567            },
568            {
569              "id": "slab 0.4.9",
570              "target": "slab"
571            },
572            {
573              "id": "tracing 0.1.40",
574              "target": "tracing"
575            }
576          ],
577          "selects": {
578            "cfg(windows)": [
579              {
580                "id": "windows-sys 0.52.0",
581                "target": "windows_sys"
582              }
583            ]
584          }
585        },
586        "edition": "2021",
587        "version": "2.3.3"
588      },
589      "license": "Apache-2.0 OR MIT",
590      "license_ids": [
591        "Apache-2.0",
592        "MIT"
593      ],
594      "license_file": "LICENSE-APACHE"
595    },
596    "async-lock 2.8.0": {
597      "name": "async-lock",
598      "version": "2.8.0",
599      "package_url": "https://github.com/smol-rs/async-lock",
600      "repository": {
601        "Http": {
602          "url": "https://static.crates.io/crates/async-lock/2.8.0/download",
603          "sha256": "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
604        }
605      },
606      "targets": [
607        {
608          "Library": {
609            "crate_name": "async_lock",
610            "crate_root": "src/lib.rs",
611            "srcs": {
612              "allow_empty": true,
613              "include": [
614                "**/*.rs"
615              ]
616            }
617          }
618        }
619      ],
620      "library_target_name": "async_lock",
621      "common_attrs": {
622        "compile_data_glob": [
623          "**"
624        ],
625        "deps": {
626          "common": [
627            {
628              "id": "event-listener 2.5.3",
629              "target": "event_listener"
630            }
631          ],
632          "selects": {}
633        },
634        "edition": "2018",
635        "version": "2.8.0"
636      },
637      "license": "Apache-2.0 OR MIT",
638      "license_ids": [
639        "Apache-2.0",
640        "MIT"
641      ],
642      "license_file": "LICENSE-APACHE"
643    },
644    "async-lock 3.4.0": {
645      "name": "async-lock",
646      "version": "3.4.0",
647      "package_url": "https://github.com/smol-rs/async-lock",
648      "repository": {
649        "Http": {
650          "url": "https://static.crates.io/crates/async-lock/3.4.0/download",
651          "sha256": "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
652        }
653      },
654      "targets": [
655        {
656          "Library": {
657            "crate_name": "async_lock",
658            "crate_root": "src/lib.rs",
659            "srcs": {
660              "allow_empty": true,
661              "include": [
662                "**/*.rs"
663              ]
664            }
665          }
666        }
667      ],
668      "library_target_name": "async_lock",
669      "common_attrs": {
670        "compile_data_glob": [
671          "**"
672        ],
673        "deps": {
674          "common": [
675            {
676              "id": "event-listener 5.3.1",
677              "target": "event_listener"
678            },
679            {
680              "id": "event-listener-strategy 0.5.2",
681              "target": "event_listener_strategy"
682            },
683            {
684              "id": "pin-project-lite 0.2.14",
685              "target": "pin_project_lite"
686            }
687          ],
688          "selects": {}
689        },
690        "edition": "2021",
691        "version": "3.4.0"
692      },
693      "license": "Apache-2.0 OR MIT",
694      "license_ids": [
695        "Apache-2.0",
696        "MIT"
697      ],
698      "license_file": "LICENSE-APACHE"
699    },
700    "async-process 1.8.1": {
701      "name": "async-process",
702      "version": "1.8.1",
703      "package_url": "https://github.com/smol-rs/async-process",
704      "repository": {
705        "Http": {
706          "url": "https://static.crates.io/crates/async-process/1.8.1/download",
707          "sha256": "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
708        }
709      },
710      "targets": [
711        {
712          "Library": {
713            "crate_name": "async_process",
714            "crate_root": "src/lib.rs",
715            "srcs": {
716              "allow_empty": true,
717              "include": [
718                "**/*.rs"
719              ]
720            }
721          }
722        }
723      ],
724      "library_target_name": "async_process",
725      "common_attrs": {
726        "compile_data_glob": [
727          "**"
728        ],
729        "deps": {
730          "common": [
731            {
732              "id": "async-lock 2.8.0",
733              "target": "async_lock"
734            },
735            {
736              "id": "cfg-if 1.0.0",
737              "target": "cfg_if"
738            },
739            {
740              "id": "event-listener 3.1.0",
741              "target": "event_listener"
742            },
743            {
744              "id": "futures-lite 1.13.0",
745              "target": "futures_lite"
746            }
747          ],
748          "selects": {
749            "cfg(unix)": [
750              {
751                "id": "async-io 1.13.0",
752                "target": "async_io"
753              },
754              {
755                "id": "async-signal 0.2.9",
756                "target": "async_signal"
757              },
758              {
759                "id": "rustix 0.38.34",
760                "target": "rustix"
761              }
762            ],
763            "cfg(windows)": [
764              {
765                "id": "blocking 1.6.1",
766                "target": "blocking"
767              },
768              {
769                "id": "windows-sys 0.48.0",
770                "target": "windows_sys"
771              }
772            ]
773          }
774        },
775        "edition": "2018",
776        "version": "1.8.1"
777      },
778      "license": "Apache-2.0 OR MIT",
779      "license_ids": [
780        "Apache-2.0",
781        "MIT"
782      ],
783      "license_file": "LICENSE-APACHE"
784    },
785    "async-recursion 1.1.1": {
786      "name": "async-recursion",
787      "version": "1.1.1",
788      "package_url": "https://github.com/dcchut/async-recursion",
789      "repository": {
790        "Http": {
791          "url": "https://static.crates.io/crates/async-recursion/1.1.1/download",
792          "sha256": "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
793        }
794      },
795      "targets": [
796        {
797          "ProcMacro": {
798            "crate_name": "async_recursion",
799            "crate_root": "src/lib.rs",
800            "srcs": {
801              "allow_empty": true,
802              "include": [
803                "**/*.rs"
804              ]
805            }
806          }
807        }
808      ],
809      "library_target_name": "async_recursion",
810      "common_attrs": {
811        "compile_data_glob": [
812          "**"
813        ],
814        "deps": {
815          "common": [
816            {
817              "id": "proc-macro2 1.0.86",
818              "target": "proc_macro2"
819            },
820            {
821              "id": "quote 1.0.36",
822              "target": "quote"
823            },
824            {
825              "id": "syn 2.0.71",
826              "target": "syn"
827            }
828          ],
829          "selects": {}
830        },
831        "edition": "2018",
832        "version": "1.1.1"
833      },
834      "license": "MIT OR Apache-2.0",
835      "license_ids": [
836        "Apache-2.0",
837        "MIT"
838      ],
839      "license_file": "LICENSE-APACHE"
840    },
841    "async-signal 0.2.9": {
842      "name": "async-signal",
843      "version": "0.2.9",
844      "package_url": "https://github.com/smol-rs/async-signal",
845      "repository": {
846        "Http": {
847          "url": "https://static.crates.io/crates/async-signal/0.2.9/download",
848          "sha256": "dfb3634b73397aa844481f814fad23bbf07fdb0eabec10f2eb95e58944b1ec32"
849        }
850      },
851      "targets": [
852        {
853          "Library": {
854            "crate_name": "async_signal",
855            "crate_root": "src/lib.rs",
856            "srcs": {
857              "allow_empty": true,
858              "include": [
859                "**/*.rs"
860              ]
861            }
862          }
863        }
864      ],
865      "library_target_name": "async_signal",
866      "common_attrs": {
867        "compile_data_glob": [
868          "**"
869        ],
870        "deps": {
871          "common": [
872            {
873              "id": "cfg-if 1.0.0",
874              "target": "cfg_if"
875            },
876            {
877              "id": "futures-core 0.3.30",
878              "target": "futures_core"
879            }
880          ],
881          "selects": {
882            "cfg(unix)": [
883              {
884                "id": "async-io 2.3.3",
885                "target": "async_io"
886              },
887              {
888                "id": "futures-io 0.3.30",
889                "target": "futures_io"
890              },
891              {
892                "id": "rustix 0.38.34",
893                "target": "rustix"
894              },
895              {
896                "id": "signal-hook-registry 1.4.2",
897                "target": "signal_hook_registry"
898              }
899            ],
900            "cfg(windows)": [
901              {
902                "id": "async-lock 3.4.0",
903                "target": "async_lock"
904              },
905              {
906                "id": "atomic-waker 1.1.2",
907                "target": "atomic_waker"
908              },
909              {
910                "id": "slab 0.4.9",
911                "target": "slab"
912              },
913              {
914                "id": "windows-sys 0.52.0",
915                "target": "windows_sys"
916              }
917            ]
918          }
919        },
920        "edition": "2018",
921        "version": "0.2.9"
922      },
923      "license": "Apache-2.0 OR MIT",
924      "license_ids": [
925        "Apache-2.0",
926        "MIT"
927      ],
928      "license_file": "LICENSE-APACHE"
929    },
930    "async-task 4.7.1": {
931      "name": "async-task",
932      "version": "4.7.1",
933      "package_url": "https://github.com/smol-rs/async-task",
934      "repository": {
935        "Http": {
936          "url": "https://static.crates.io/crates/async-task/4.7.1/download",
937          "sha256": "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
938        }
939      },
940      "targets": [
941        {
942          "Library": {
943            "crate_name": "async_task",
944            "crate_root": "src/lib.rs",
945            "srcs": {
946              "allow_empty": true,
947              "include": [
948                "**/*.rs"
949              ]
950            }
951          }
952        }
953      ],
954      "library_target_name": "async_task",
955      "common_attrs": {
956        "compile_data_glob": [
957          "**"
958        ],
959        "crate_features": {
960          "common": [
961            "default",
962            "std"
963          ],
964          "selects": {}
965        },
966        "edition": "2021",
967        "version": "4.7.1"
968      },
969      "license": "Apache-2.0 OR MIT",
970      "license_ids": [
971        "Apache-2.0",
972        "MIT"
973      ],
974      "license_file": "LICENSE-APACHE"
975    },
976    "async-trait 0.1.81": {
977      "name": "async-trait",
978      "version": "0.1.81",
979      "package_url": "https://github.com/dtolnay/async-trait",
980      "repository": {
981        "Http": {
982          "url": "https://static.crates.io/crates/async-trait/0.1.81/download",
983          "sha256": "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107"
984        }
985      },
986      "targets": [
987        {
988          "ProcMacro": {
989            "crate_name": "async_trait",
990            "crate_root": "src/lib.rs",
991            "srcs": {
992              "allow_empty": true,
993              "include": [
994                "**/*.rs"
995              ]
996            }
997          }
998        }
999      ],
1000      "library_target_name": "async_trait",
1001      "common_attrs": {
1002        "compile_data_glob": [
1003          "**"
1004        ],
1005        "deps": {
1006          "common": [
1007            {
1008              "id": "proc-macro2 1.0.86",
1009              "target": "proc_macro2"
1010            },
1011            {
1012              "id": "quote 1.0.36",
1013              "target": "quote"
1014            },
1015            {
1016              "id": "syn 2.0.71",
1017              "target": "syn"
1018            }
1019          ],
1020          "selects": {}
1021        },
1022        "edition": "2021",
1023        "version": "0.1.81"
1024      },
1025      "license": "MIT OR Apache-2.0",
1026      "license_ids": [
1027        "Apache-2.0",
1028        "MIT"
1029      ],
1030      "license_file": "LICENSE-APACHE"
1031    },
1032    "atomic-waker 1.1.2": {
1033      "name": "atomic-waker",
1034      "version": "1.1.2",
1035      "package_url": "https://github.com/smol-rs/atomic-waker",
1036      "repository": {
1037        "Http": {
1038          "url": "https://static.crates.io/crates/atomic-waker/1.1.2/download",
1039          "sha256": "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1040        }
1041      },
1042      "targets": [
1043        {
1044          "Library": {
1045            "crate_name": "atomic_waker",
1046            "crate_root": "src/lib.rs",
1047            "srcs": {
1048              "allow_empty": true,
1049              "include": [
1050                "**/*.rs"
1051              ]
1052            }
1053          }
1054        }
1055      ],
1056      "library_target_name": "atomic_waker",
1057      "common_attrs": {
1058        "compile_data_glob": [
1059          "**"
1060        ],
1061        "edition": "2018",
1062        "version": "1.1.2"
1063      },
1064      "license": "Apache-2.0 OR MIT",
1065      "license_ids": [
1066        "Apache-2.0",
1067        "MIT"
1068      ],
1069      "license_file": "LICENSE-APACHE"
1070    },
1071    "autocfg 1.3.0": {
1072      "name": "autocfg",
1073      "version": "1.3.0",
1074      "package_url": "https://github.com/cuviper/autocfg",
1075      "repository": {
1076        "Http": {
1077          "url": "https://static.crates.io/crates/autocfg/1.3.0/download",
1078          "sha256": "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
1079        }
1080      },
1081      "targets": [
1082        {
1083          "Library": {
1084            "crate_name": "autocfg",
1085            "crate_root": "src/lib.rs",
1086            "srcs": {
1087              "allow_empty": true,
1088              "include": [
1089                "**/*.rs"
1090              ]
1091            }
1092          }
1093        }
1094      ],
1095      "library_target_name": "autocfg",
1096      "common_attrs": {
1097        "compile_data_glob": [
1098          "**"
1099        ],
1100        "edition": "2015",
1101        "version": "1.3.0"
1102      },
1103      "license": "Apache-2.0 OR MIT",
1104      "license_ids": [
1105        "Apache-2.0",
1106        "MIT"
1107      ],
1108      "license_file": "LICENSE-APACHE"
1109    },
1110    "bitflags 1.3.2": {
1111      "name": "bitflags",
1112      "version": "1.3.2",
1113      "package_url": "https://github.com/bitflags/bitflags",
1114      "repository": {
1115        "Http": {
1116          "url": "https://static.crates.io/crates/bitflags/1.3.2/download",
1117          "sha256": "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1118        }
1119      },
1120      "targets": [
1121        {
1122          "Library": {
1123            "crate_name": "bitflags",
1124            "crate_root": "src/lib.rs",
1125            "srcs": {
1126              "allow_empty": true,
1127              "include": [
1128                "**/*.rs"
1129              ]
1130            }
1131          }
1132        }
1133      ],
1134      "library_target_name": "bitflags",
1135      "common_attrs": {
1136        "compile_data_glob": [
1137          "**"
1138        ],
1139        "crate_features": {
1140          "common": [
1141            "default"
1142          ],
1143          "selects": {}
1144        },
1145        "edition": "2018",
1146        "version": "1.3.2"
1147      },
1148      "license": "MIT/Apache-2.0",
1149      "license_ids": [
1150        "Apache-2.0",
1151        "MIT"
1152      ],
1153      "license_file": "LICENSE-APACHE"
1154    },
1155    "bitflags 2.6.0": {
1156      "name": "bitflags",
1157      "version": "2.6.0",
1158      "package_url": "https://github.com/bitflags/bitflags",
1159      "repository": {
1160        "Http": {
1161          "url": "https://static.crates.io/crates/bitflags/2.6.0/download",
1162          "sha256": "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
1163        }
1164      },
1165      "targets": [
1166        {
1167          "Library": {
1168            "crate_name": "bitflags",
1169            "crate_root": "src/lib.rs",
1170            "srcs": {
1171              "allow_empty": true,
1172              "include": [
1173                "**/*.rs"
1174              ]
1175            }
1176          }
1177        }
1178      ],
1179      "library_target_name": "bitflags",
1180      "common_attrs": {
1181        "compile_data_glob": [
1182          "**"
1183        ],
1184        "crate_features": {
1185          "common": [],
1186          "selects": {
1187            "aarch64-unknown-linux-gnu": [
1188              "std"
1189            ],
1190            "aarch64-unknown-nixos-gnu": [
1191              "std"
1192            ],
1193            "arm-unknown-linux-gnueabi": [
1194              "std"
1195            ],
1196            "armv7-unknown-linux-gnueabi": [
1197              "std"
1198            ],
1199            "i686-unknown-linux-gnu": [
1200              "std"
1201            ],
1202            "powerpc-unknown-linux-gnu": [
1203              "std"
1204            ],
1205            "s390x-unknown-linux-gnu": [
1206              "std"
1207            ],
1208            "x86_64-unknown-linux-gnu": [
1209              "std"
1210            ],
1211            "x86_64-unknown-nixos-gnu": [
1212              "std"
1213            ]
1214          }
1215        },
1216        "edition": "2021",
1217        "version": "2.6.0"
1218      },
1219      "license": "MIT OR Apache-2.0",
1220      "license_ids": [
1221        "Apache-2.0",
1222        "MIT"
1223      ],
1224      "license_file": "LICENSE-APACHE"
1225    },
1226    "block-buffer 0.10.4": {
1227      "name": "block-buffer",
1228      "version": "0.10.4",
1229      "package_url": "https://github.com/RustCrypto/utils",
1230      "repository": {
1231        "Http": {
1232          "url": "https://static.crates.io/crates/block-buffer/0.10.4/download",
1233          "sha256": "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
1234        }
1235      },
1236      "targets": [
1237        {
1238          "Library": {
1239            "crate_name": "block_buffer",
1240            "crate_root": "src/lib.rs",
1241            "srcs": {
1242              "allow_empty": true,
1243              "include": [
1244                "**/*.rs"
1245              ]
1246            }
1247          }
1248        }
1249      ],
1250      "library_target_name": "block_buffer",
1251      "common_attrs": {
1252        "compile_data_glob": [
1253          "**"
1254        ],
1255        "deps": {
1256          "common": [
1257            {
1258              "id": "generic-array 0.14.7",
1259              "target": "generic_array"
1260            }
1261          ],
1262          "selects": {}
1263        },
1264        "edition": "2018",
1265        "version": "0.10.4"
1266      },
1267      "license": "MIT OR Apache-2.0",
1268      "license_ids": [
1269        "Apache-2.0",
1270        "MIT"
1271      ],
1272      "license_file": "LICENSE-APACHE"
1273    },
1274    "block-padding 0.3.3": {
1275      "name": "block-padding",
1276      "version": "0.3.3",
1277      "package_url": "https://github.com/RustCrypto/utils",
1278      "repository": {
1279        "Http": {
1280          "url": "https://static.crates.io/crates/block-padding/0.3.3/download",
1281          "sha256": "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
1282        }
1283      },
1284      "targets": [
1285        {
1286          "Library": {
1287            "crate_name": "block_padding",
1288            "crate_root": "src/lib.rs",
1289            "srcs": {
1290              "allow_empty": true,
1291              "include": [
1292                "**/*.rs"
1293              ]
1294            }
1295          }
1296        }
1297      ],
1298      "library_target_name": "block_padding",
1299      "common_attrs": {
1300        "compile_data_glob": [
1301          "**"
1302        ],
1303        "deps": {
1304          "common": [
1305            {
1306              "id": "generic-array 0.14.7",
1307              "target": "generic_array"
1308            }
1309          ],
1310          "selects": {}
1311        },
1312        "edition": "2021",
1313        "version": "0.3.3"
1314      },
1315      "license": "MIT OR Apache-2.0",
1316      "license_ids": [
1317        "Apache-2.0",
1318        "MIT"
1319      ],
1320      "license_file": "LICENSE-APACHE"
1321    },
1322    "blocking 1.6.1": {
1323      "name": "blocking",
1324      "version": "1.6.1",
1325      "package_url": "https://github.com/smol-rs/blocking",
1326      "repository": {
1327        "Http": {
1328          "url": "https://static.crates.io/crates/blocking/1.6.1/download",
1329          "sha256": "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
1330        }
1331      },
1332      "targets": [
1333        {
1334          "Library": {
1335            "crate_name": "blocking",
1336            "crate_root": "src/lib.rs",
1337            "srcs": {
1338              "allow_empty": true,
1339              "include": [
1340                "**/*.rs"
1341              ]
1342            }
1343          }
1344        }
1345      ],
1346      "library_target_name": "blocking",
1347      "common_attrs": {
1348        "compile_data_glob": [
1349          "**"
1350        ],
1351        "deps": {
1352          "common": [
1353            {
1354              "id": "async-channel 2.3.1",
1355              "target": "async_channel"
1356            },
1357            {
1358              "id": "async-task 4.7.1",
1359              "target": "async_task"
1360            },
1361            {
1362              "id": "futures-io 0.3.30",
1363              "target": "futures_io"
1364            },
1365            {
1366              "id": "futures-lite 2.3.0",
1367              "target": "futures_lite"
1368            },
1369            {
1370              "id": "piper 0.2.3",
1371              "target": "piper"
1372            }
1373          ],
1374          "selects": {}
1375        },
1376        "edition": "2021",
1377        "version": "1.6.1"
1378      },
1379      "license": "Apache-2.0 OR MIT",
1380      "license_ids": [
1381        "Apache-2.0",
1382        "MIT"
1383      ],
1384      "license_file": "LICENSE-APACHE"
1385    },
1386    "byteorder 1.5.0": {
1387      "name": "byteorder",
1388      "version": "1.5.0",
1389      "package_url": "https://github.com/BurntSushi/byteorder",
1390      "repository": {
1391        "Http": {
1392          "url": "https://static.crates.io/crates/byteorder/1.5.0/download",
1393          "sha256": "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
1394        }
1395      },
1396      "targets": [
1397        {
1398          "Library": {
1399            "crate_name": "byteorder",
1400            "crate_root": "src/lib.rs",
1401            "srcs": {
1402              "allow_empty": true,
1403              "include": [
1404                "**/*.rs"
1405              ]
1406            }
1407          }
1408        }
1409      ],
1410      "library_target_name": "byteorder",
1411      "common_attrs": {
1412        "compile_data_glob": [
1413          "**"
1414        ],
1415        "crate_features": {
1416          "common": [
1417            "default",
1418            "std"
1419          ],
1420          "selects": {}
1421        },
1422        "edition": "2021",
1423        "version": "1.5.0"
1424      },
1425      "license": "Unlicense OR MIT",
1426      "license_ids": [
1427        "MIT",
1428        "Unlicense"
1429      ],
1430      "license_file": "LICENSE-MIT"
1431    },
1432    "cbc 0.1.2": {
1433      "name": "cbc",
1434      "version": "0.1.2",
1435      "package_url": "https://github.com/RustCrypto/block-modes",
1436      "repository": {
1437        "Http": {
1438          "url": "https://static.crates.io/crates/cbc/0.1.2/download",
1439          "sha256": "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
1440        }
1441      },
1442      "targets": [
1443        {
1444          "Library": {
1445            "crate_name": "cbc",
1446            "crate_root": "src/lib.rs",
1447            "srcs": {
1448              "allow_empty": true,
1449              "include": [
1450                "**/*.rs"
1451              ]
1452            }
1453          }
1454        }
1455      ],
1456      "library_target_name": "cbc",
1457      "common_attrs": {
1458        "compile_data_glob": [
1459          "**"
1460        ],
1461        "crate_features": {
1462          "common": [
1463            "alloc",
1464            "block-padding",
1465            "default"
1466          ],
1467          "selects": {}
1468        },
1469        "deps": {
1470          "common": [
1471            {
1472              "id": "cipher 0.4.4",
1473              "target": "cipher"
1474            }
1475          ],
1476          "selects": {}
1477        },
1478        "edition": "2021",
1479        "version": "0.1.2"
1480      },
1481      "license": "MIT OR Apache-2.0",
1482      "license_ids": [
1483        "Apache-2.0",
1484        "MIT"
1485      ],
1486      "license_file": "LICENSE-APACHE"
1487    },
1488    "cfg-if 1.0.0": {
1489      "name": "cfg-if",
1490      "version": "1.0.0",
1491      "package_url": "https://github.com/alexcrichton/cfg-if",
1492      "repository": {
1493        "Http": {
1494          "url": "https://static.crates.io/crates/cfg-if/1.0.0/download",
1495          "sha256": "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
1496        }
1497      },
1498      "targets": [
1499        {
1500          "Library": {
1501            "crate_name": "cfg_if",
1502            "crate_root": "src/lib.rs",
1503            "srcs": {
1504              "allow_empty": true,
1505              "include": [
1506                "**/*.rs"
1507              ]
1508            }
1509          }
1510        }
1511      ],
1512      "library_target_name": "cfg_if",
1513      "common_attrs": {
1514        "compile_data_glob": [
1515          "**"
1516        ],
1517        "edition": "2018",
1518        "version": "1.0.0"
1519      },
1520      "license": "MIT/Apache-2.0",
1521      "license_ids": [
1522        "Apache-2.0",
1523        "MIT"
1524      ],
1525      "license_file": "LICENSE-APACHE"
1526    },
1527    "cipher 0.4.4": {
1528      "name": "cipher",
1529      "version": "0.4.4",
1530      "package_url": "https://github.com/RustCrypto/traits",
1531      "repository": {
1532        "Http": {
1533          "url": "https://static.crates.io/crates/cipher/0.4.4/download",
1534          "sha256": "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
1535        }
1536      },
1537      "targets": [
1538        {
1539          "Library": {
1540            "crate_name": "cipher",
1541            "crate_root": "src/lib.rs",
1542            "srcs": {
1543              "allow_empty": true,
1544              "include": [
1545                "**/*.rs"
1546              ]
1547            }
1548          }
1549        }
1550      ],
1551      "library_target_name": "cipher",
1552      "common_attrs": {
1553        "compile_data_glob": [
1554          "**"
1555        ],
1556        "crate_features": {
1557          "common": [
1558            "alloc",
1559            "block-padding"
1560          ],
1561          "selects": {}
1562        },
1563        "deps": {
1564          "common": [
1565            {
1566              "id": "crypto-common 0.1.6",
1567              "target": "crypto_common"
1568            },
1569            {
1570              "id": "inout 0.1.3",
1571              "target": "inout"
1572            }
1573          ],
1574          "selects": {}
1575        },
1576        "edition": "2021",
1577        "version": "0.4.4"
1578      },
1579      "license": "MIT OR Apache-2.0",
1580      "license_ids": [
1581        "Apache-2.0",
1582        "MIT"
1583      ],
1584      "license_file": "LICENSE-APACHE"
1585    },
1586    "concurrent-queue 2.5.0": {
1587      "name": "concurrent-queue",
1588      "version": "2.5.0",
1589      "package_url": "https://github.com/smol-rs/concurrent-queue",
1590      "repository": {
1591        "Http": {
1592          "url": "https://static.crates.io/crates/concurrent-queue/2.5.0/download",
1593          "sha256": "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
1594        }
1595      },
1596      "targets": [
1597        {
1598          "Library": {
1599            "crate_name": "concurrent_queue",
1600            "crate_root": "src/lib.rs",
1601            "srcs": {
1602              "allow_empty": true,
1603              "include": [
1604                "**/*.rs"
1605              ]
1606            }
1607          }
1608        }
1609      ],
1610      "library_target_name": "concurrent_queue",
1611      "common_attrs": {
1612        "compile_data_glob": [
1613          "**"
1614        ],
1615        "crate_features": {
1616          "common": [
1617            "default",
1618            "std"
1619          ],
1620          "selects": {}
1621        },
1622        "deps": {
1623          "common": [
1624            {
1625              "id": "crossbeam-utils 0.8.20",
1626              "target": "crossbeam_utils"
1627            }
1628          ],
1629          "selects": {}
1630        },
1631        "edition": "2021",
1632        "version": "2.5.0"
1633      },
1634      "license": "Apache-2.0 OR MIT",
1635      "license_ids": [
1636        "Apache-2.0",
1637        "MIT"
1638      ],
1639      "license_file": "LICENSE-APACHE"
1640    },
1641    "core-foundation 0.9.4": {
1642      "name": "core-foundation",
1643      "version": "0.9.4",
1644      "package_url": "https://github.com/servo/core-foundation-rs",
1645      "repository": {
1646        "Http": {
1647          "url": "https://static.crates.io/crates/core-foundation/0.9.4/download",
1648          "sha256": "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
1649        }
1650      },
1651      "targets": [
1652        {
1653          "Library": {
1654            "crate_name": "core_foundation",
1655            "crate_root": "src/lib.rs",
1656            "srcs": {
1657              "allow_empty": true,
1658              "include": [
1659                "**/*.rs"
1660              ]
1661            }
1662          }
1663        }
1664      ],
1665      "library_target_name": "core_foundation",
1666      "common_attrs": {
1667        "compile_data_glob": [
1668          "**"
1669        ],
1670        "crate_features": {
1671          "common": [
1672            "default",
1673            "link"
1674          ],
1675          "selects": {}
1676        },
1677        "deps": {
1678          "common": [
1679            {
1680              "id": "core-foundation-sys 0.8.6",
1681              "target": "core_foundation_sys"
1682            },
1683            {
1684              "id": "libc 0.2.155",
1685              "target": "libc"
1686            }
1687          ],
1688          "selects": {}
1689        },
1690        "edition": "2018",
1691        "version": "0.9.4"
1692      },
1693      "license": "MIT OR Apache-2.0",
1694      "license_ids": [
1695        "Apache-2.0",
1696        "MIT"
1697      ],
1698      "license_file": "LICENSE-APACHE"
1699    },
1700    "core-foundation-sys 0.8.6": {
1701      "name": "core-foundation-sys",
1702      "version": "0.8.6",
1703      "package_url": "https://github.com/servo/core-foundation-rs",
1704      "repository": {
1705        "Http": {
1706          "url": "https://static.crates.io/crates/core-foundation-sys/0.8.6/download",
1707          "sha256": "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
1708        }
1709      },
1710      "targets": [
1711        {
1712          "Library": {
1713            "crate_name": "core_foundation_sys",
1714            "crate_root": "src/lib.rs",
1715            "srcs": {
1716              "allow_empty": true,
1717              "include": [
1718                "**/*.rs"
1719              ]
1720            }
1721          }
1722        }
1723      ],
1724      "library_target_name": "core_foundation_sys",
1725      "common_attrs": {
1726        "compile_data_glob": [
1727          "**"
1728        ],
1729        "crate_features": {
1730          "common": [
1731            "default",
1732            "link"
1733          ],
1734          "selects": {}
1735        },
1736        "edition": "2018",
1737        "version": "0.8.6"
1738      },
1739      "license": "MIT OR Apache-2.0",
1740      "license_ids": [
1741        "Apache-2.0",
1742        "MIT"
1743      ],
1744      "license_file": "LICENSE-APACHE"
1745    },
1746    "cpufeatures 0.2.12": {
1747      "name": "cpufeatures",
1748      "version": "0.2.12",
1749      "package_url": "https://github.com/RustCrypto/utils",
1750      "repository": {
1751        "Http": {
1752          "url": "https://static.crates.io/crates/cpufeatures/0.2.12/download",
1753          "sha256": "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
1754        }
1755      },
1756      "targets": [
1757        {
1758          "Library": {
1759            "crate_name": "cpufeatures",
1760            "crate_root": "src/lib.rs",
1761            "srcs": {
1762              "allow_empty": true,
1763              "include": [
1764                "**/*.rs"
1765              ]
1766            }
1767          }
1768        }
1769      ],
1770      "library_target_name": "cpufeatures",
1771      "common_attrs": {
1772        "compile_data_glob": [
1773          "**"
1774        ],
1775        "deps": {
1776          "common": [],
1777          "selects": {
1778            "aarch64-linux-android": [
1779              {
1780                "id": "libc 0.2.155",
1781                "target": "libc"
1782              }
1783            ],
1784            "cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))": [
1785              {
1786                "id": "libc 0.2.155",
1787                "target": "libc"
1788              }
1789            ],
1790            "cfg(all(target_arch = \"aarch64\", target_vendor = \"apple\"))": [
1791              {
1792                "id": "libc 0.2.155",
1793                "target": "libc"
1794              }
1795            ],
1796            "cfg(all(target_arch = \"loongarch64\", target_os = \"linux\"))": [
1797              {
1798                "id": "libc 0.2.155",
1799                "target": "libc"
1800              }
1801            ]
1802          }
1803        },
1804        "edition": "2018",
1805        "version": "0.2.12"
1806      },
1807      "license": "MIT OR Apache-2.0",
1808      "license_ids": [
1809        "Apache-2.0",
1810        "MIT"
1811      ],
1812      "license_file": "LICENSE-APACHE"
1813    },
1814    "crossbeam-utils 0.8.20": {
1815      "name": "crossbeam-utils",
1816      "version": "0.8.20",
1817      "package_url": "https://github.com/crossbeam-rs/crossbeam",
1818      "repository": {
1819        "Http": {
1820          "url": "https://static.crates.io/crates/crossbeam-utils/0.8.20/download",
1821          "sha256": "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
1822        }
1823      },
1824      "targets": [
1825        {
1826          "Library": {
1827            "crate_name": "crossbeam_utils",
1828            "crate_root": "src/lib.rs",
1829            "srcs": {
1830              "allow_empty": true,
1831              "include": [
1832                "**/*.rs"
1833              ]
1834            }
1835          }
1836        },
1837        {
1838          "BuildScript": {
1839            "crate_name": "build_script_build",
1840            "crate_root": "build.rs",
1841            "srcs": {
1842              "allow_empty": true,
1843              "include": [
1844                "**/*.rs"
1845              ]
1846            }
1847          }
1848        }
1849      ],
1850      "library_target_name": "crossbeam_utils",
1851      "common_attrs": {
1852        "compile_data_glob": [
1853          "**"
1854        ],
1855        "deps": {
1856          "common": [
1857            {
1858              "id": "crossbeam-utils 0.8.20",
1859              "target": "build_script_build"
1860            }
1861          ],
1862          "selects": {}
1863        },
1864        "edition": "2021",
1865        "version": "0.8.20"
1866      },
1867      "build_script_attrs": {
1868        "data_glob": [
1869          "**"
1870        ]
1871      },
1872      "license": "MIT OR Apache-2.0",
1873      "license_ids": [
1874        "Apache-2.0",
1875        "MIT"
1876      ],
1877      "license_file": "LICENSE-APACHE"
1878    },
1879    "crypto-common 0.1.6": {
1880      "name": "crypto-common",
1881      "version": "0.1.6",
1882      "package_url": "https://github.com/RustCrypto/traits",
1883      "repository": {
1884        "Http": {
1885          "url": "https://static.crates.io/crates/crypto-common/0.1.6/download",
1886          "sha256": "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
1887        }
1888      },
1889      "targets": [
1890        {
1891          "Library": {
1892            "crate_name": "crypto_common",
1893            "crate_root": "src/lib.rs",
1894            "srcs": {
1895              "allow_empty": true,
1896              "include": [
1897                "**/*.rs"
1898              ]
1899            }
1900          }
1901        }
1902      ],
1903      "library_target_name": "crypto_common",
1904      "common_attrs": {
1905        "compile_data_glob": [
1906          "**"
1907        ],
1908        "crate_features": {
1909          "common": [
1910            "std"
1911          ],
1912          "selects": {}
1913        },
1914        "deps": {
1915          "common": [
1916            {
1917              "id": "generic-array 0.14.7",
1918              "target": "generic_array"
1919            },
1920            {
1921              "id": "typenum 1.17.0",
1922              "target": "typenum"
1923            }
1924          ],
1925          "selects": {}
1926        },
1927        "edition": "2018",
1928        "version": "0.1.6"
1929      },
1930      "license": "MIT OR Apache-2.0",
1931      "license_ids": [
1932        "Apache-2.0",
1933        "MIT"
1934      ],
1935      "license_file": "LICENSE-APACHE"
1936    },
1937    "derivative 2.2.0": {
1938      "name": "derivative",
1939      "version": "2.2.0",
1940      "package_url": "https://github.com/mcarton/rust-derivative",
1941      "repository": {
1942        "Http": {
1943          "url": "https://static.crates.io/crates/derivative/2.2.0/download",
1944          "sha256": "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
1945        }
1946      },
1947      "targets": [
1948        {
1949          "ProcMacro": {
1950            "crate_name": "derivative",
1951            "crate_root": "src/lib.rs",
1952            "srcs": {
1953              "allow_empty": true,
1954              "include": [
1955                "**/*.rs"
1956              ]
1957            }
1958          }
1959        }
1960      ],
1961      "library_target_name": "derivative",
1962      "common_attrs": {
1963        "compile_data_glob": [
1964          "**"
1965        ],
1966        "deps": {
1967          "common": [
1968            {
1969              "id": "proc-macro2 1.0.86",
1970              "target": "proc_macro2"
1971            },
1972            {
1973              "id": "quote 1.0.36",
1974              "target": "quote"
1975            },
1976            {
1977              "id": "syn 1.0.109",
1978              "target": "syn"
1979            }
1980          ],
1981          "selects": {}
1982        },
1983        "edition": "2015",
1984        "version": "2.2.0"
1985      },
1986      "license": "MIT/Apache-2.0",
1987      "license_ids": [
1988        "Apache-2.0",
1989        "MIT"
1990      ],
1991      "license_file": "LICENSE-APACHE"
1992    },
1993    "digest 0.10.7": {
1994      "name": "digest",
1995      "version": "0.10.7",
1996      "package_url": "https://github.com/RustCrypto/traits",
1997      "repository": {
1998        "Http": {
1999          "url": "https://static.crates.io/crates/digest/0.10.7/download",
2000          "sha256": "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2001        }
2002      },
2003      "targets": [
2004        {
2005          "Library": {
2006            "crate_name": "digest",
2007            "crate_root": "src/lib.rs",
2008            "srcs": {
2009              "allow_empty": true,
2010              "include": [
2011                "**/*.rs"
2012              ]
2013            }
2014          }
2015        }
2016      ],
2017      "library_target_name": "digest",
2018      "common_attrs": {
2019        "compile_data_glob": [
2020          "**"
2021        ],
2022        "crate_features": {
2023          "common": [
2024            "alloc",
2025            "block-buffer",
2026            "core-api",
2027            "default",
2028            "mac",
2029            "std",
2030            "subtle"
2031          ],
2032          "selects": {}
2033        },
2034        "deps": {
2035          "common": [
2036            {
2037              "id": "block-buffer 0.10.4",
2038              "target": "block_buffer"
2039            },
2040            {
2041              "id": "crypto-common 0.1.6",
2042              "target": "crypto_common"
2043            },
2044            {
2045              "id": "subtle 2.6.1",
2046              "target": "subtle"
2047            }
2048          ],
2049          "selects": {}
2050        },
2051        "edition": "2018",
2052        "version": "0.10.7"
2053      },
2054      "license": "MIT OR Apache-2.0",
2055      "license_ids": [
2056        "Apache-2.0",
2057        "MIT"
2058      ],
2059      "license_file": "LICENSE-APACHE"
2060    },
2061    "enumflags2 0.7.10": {
2062      "name": "enumflags2",
2063      "version": "0.7.10",
2064      "package_url": "https://github.com/meithecatte/enumflags2",
2065      "repository": {
2066        "Http": {
2067          "url": "https://static.crates.io/crates/enumflags2/0.7.10/download",
2068          "sha256": "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
2069        }
2070      },
2071      "targets": [
2072        {
2073          "Library": {
2074            "crate_name": "enumflags2",
2075            "crate_root": "src/lib.rs",
2076            "srcs": {
2077              "allow_empty": true,
2078              "include": [
2079                "**/*.rs"
2080              ]
2081            }
2082          }
2083        }
2084      ],
2085      "library_target_name": "enumflags2",
2086      "common_attrs": {
2087        "compile_data_glob": [
2088          "**"
2089        ],
2090        "crate_features": {
2091          "common": [
2092            "serde"
2093          ],
2094          "selects": {}
2095        },
2096        "deps": {
2097          "common": [
2098            {
2099              "id": "serde 1.0.204",
2100              "target": "serde"
2101            }
2102          ],
2103          "selects": {}
2104        },
2105        "edition": "2018",
2106        "proc_macro_deps": {
2107          "common": [
2108            {
2109              "id": "enumflags2_derive 0.7.10",
2110              "target": "enumflags2_derive"
2111            }
2112          ],
2113          "selects": {}
2114        },
2115        "version": "0.7.10"
2116      },
2117      "license": "MIT OR Apache-2.0",
2118      "license_ids": [
2119        "Apache-2.0",
2120        "MIT"
2121      ],
2122      "license_file": "LICENSE-APACHE"
2123    },
2124    "enumflags2_derive 0.7.10": {
2125      "name": "enumflags2_derive",
2126      "version": "0.7.10",
2127      "package_url": "https://github.com/meithecatte/enumflags2",
2128      "repository": {
2129        "Http": {
2130          "url": "https://static.crates.io/crates/enumflags2_derive/0.7.10/download",
2131          "sha256": "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
2132        }
2133      },
2134      "targets": [
2135        {
2136          "ProcMacro": {
2137            "crate_name": "enumflags2_derive",
2138            "crate_root": "src/lib.rs",
2139            "srcs": {
2140              "allow_empty": true,
2141              "include": [
2142                "**/*.rs"
2143              ]
2144            }
2145          }
2146        }
2147      ],
2148      "library_target_name": "enumflags2_derive",
2149      "common_attrs": {
2150        "compile_data_glob": [
2151          "**"
2152        ],
2153        "deps": {
2154          "common": [
2155            {
2156              "id": "proc-macro2 1.0.86",
2157              "target": "proc_macro2"
2158            },
2159            {
2160              "id": "quote 1.0.36",
2161              "target": "quote"
2162            },
2163            {
2164              "id": "syn 2.0.71",
2165              "target": "syn"
2166            }
2167          ],
2168          "selects": {}
2169        },
2170        "edition": "2018",
2171        "version": "0.7.10"
2172      },
2173      "license": "MIT OR Apache-2.0",
2174      "license_ids": [
2175        "Apache-2.0",
2176        "MIT"
2177      ],
2178      "license_file": "LICENSE-APACHE"
2179    },
2180    "equivalent 1.0.1": {
2181      "name": "equivalent",
2182      "version": "1.0.1",
2183      "package_url": "https://github.com/cuviper/equivalent",
2184      "repository": {
2185        "Http": {
2186          "url": "https://static.crates.io/crates/equivalent/1.0.1/download",
2187          "sha256": "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2188        }
2189      },
2190      "targets": [
2191        {
2192          "Library": {
2193            "crate_name": "equivalent",
2194            "crate_root": "src/lib.rs",
2195            "srcs": {
2196              "allow_empty": true,
2197              "include": [
2198                "**/*.rs"
2199              ]
2200            }
2201          }
2202        }
2203      ],
2204      "library_target_name": "equivalent",
2205      "common_attrs": {
2206        "compile_data_glob": [
2207          "**"
2208        ],
2209        "edition": "2015",
2210        "version": "1.0.1"
2211      },
2212      "license": "Apache-2.0 OR MIT",
2213      "license_ids": [
2214        "Apache-2.0",
2215        "MIT"
2216      ],
2217      "license_file": "LICENSE-APACHE"
2218    },
2219    "errno 0.3.9": {
2220      "name": "errno",
2221      "version": "0.3.9",
2222      "package_url": "https://github.com/lambda-fairy/rust-errno",
2223      "repository": {
2224        "Http": {
2225          "url": "https://static.crates.io/crates/errno/0.3.9/download",
2226          "sha256": "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
2227        }
2228      },
2229      "targets": [
2230        {
2231          "Library": {
2232            "crate_name": "errno",
2233            "crate_root": "src/lib.rs",
2234            "srcs": {
2235              "allow_empty": true,
2236              "include": [
2237                "**/*.rs"
2238              ]
2239            }
2240          }
2241        }
2242      ],
2243      "library_target_name": "errno",
2244      "common_attrs": {
2245        "compile_data_glob": [
2246          "**"
2247        ],
2248        "deps": {
2249          "common": [],
2250          "selects": {
2251            "cfg(target_os = \"hermit\")": [
2252              {
2253                "id": "libc 0.2.155",
2254                "target": "libc"
2255              }
2256            ],
2257            "cfg(target_os = \"wasi\")": [
2258              {
2259                "id": "libc 0.2.155",
2260                "target": "libc"
2261              }
2262            ],
2263            "cfg(unix)": [
2264              {
2265                "id": "libc 0.2.155",
2266                "target": "libc"
2267              }
2268            ],
2269            "cfg(windows)": [
2270              {
2271                "id": "windows-sys 0.52.0",
2272                "target": "windows_sys"
2273              }
2274            ]
2275          }
2276        },
2277        "edition": "2018",
2278        "version": "0.3.9"
2279      },
2280      "license": "MIT OR Apache-2.0",
2281      "license_ids": [
2282        "Apache-2.0",
2283        "MIT"
2284      ],
2285      "license_file": "LICENSE-APACHE"
2286    },
2287    "event-listener 2.5.3": {
2288      "name": "event-listener",
2289      "version": "2.5.3",
2290      "package_url": "https://github.com/smol-rs/event-listener",
2291      "repository": {
2292        "Http": {
2293          "url": "https://static.crates.io/crates/event-listener/2.5.3/download",
2294          "sha256": "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
2295        }
2296      },
2297      "targets": [
2298        {
2299          "Library": {
2300            "crate_name": "event_listener",
2301            "crate_root": "src/lib.rs",
2302            "srcs": {
2303              "allow_empty": true,
2304              "include": [
2305                "**/*.rs"
2306              ]
2307            }
2308          }
2309        }
2310      ],
2311      "library_target_name": "event_listener",
2312      "common_attrs": {
2313        "compile_data_glob": [
2314          "**"
2315        ],
2316        "edition": "2018",
2317        "version": "2.5.3"
2318      },
2319      "license": "Apache-2.0 OR MIT",
2320      "license_ids": [
2321        "Apache-2.0",
2322        "MIT"
2323      ],
2324      "license_file": "LICENSE-APACHE"
2325    },
2326    "event-listener 3.1.0": {
2327      "name": "event-listener",
2328      "version": "3.1.0",
2329      "package_url": "https://github.com/smol-rs/event-listener",
2330      "repository": {
2331        "Http": {
2332          "url": "https://static.crates.io/crates/event-listener/3.1.0/download",
2333          "sha256": "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
2334        }
2335      },
2336      "targets": [
2337        {
2338          "Library": {
2339            "crate_name": "event_listener",
2340            "crate_root": "src/lib.rs",
2341            "srcs": {
2342              "allow_empty": true,
2343              "include": [
2344                "**/*.rs"
2345              ]
2346            }
2347          }
2348        }
2349      ],
2350      "library_target_name": "event_listener",
2351      "common_attrs": {
2352        "compile_data_glob": [
2353          "**"
2354        ],
2355        "deps": {
2356          "common": [
2357            {
2358              "id": "concurrent-queue 2.5.0",
2359              "target": "concurrent_queue"
2360            },
2361            {
2362              "id": "pin-project-lite 0.2.14",
2363              "target": "pin_project_lite"
2364            }
2365          ],
2366          "selects": {}
2367        },
2368        "edition": "2021",
2369        "version": "3.1.0"
2370      },
2371      "license": "Apache-2.0 OR MIT",
2372      "license_ids": [
2373        "Apache-2.0",
2374        "MIT"
2375      ],
2376      "license_file": "LICENSE-APACHE"
2377    },
2378    "event-listener 5.3.1": {
2379      "name": "event-listener",
2380      "version": "5.3.1",
2381      "package_url": "https://github.com/smol-rs/event-listener",
2382      "repository": {
2383        "Http": {
2384          "url": "https://static.crates.io/crates/event-listener/5.3.1/download",
2385          "sha256": "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
2386        }
2387      },
2388      "targets": [
2389        {
2390          "Library": {
2391            "crate_name": "event_listener",
2392            "crate_root": "src/lib.rs",
2393            "srcs": {
2394              "allow_empty": true,
2395              "include": [
2396                "**/*.rs"
2397              ]
2398            }
2399          }
2400        }
2401      ],
2402      "library_target_name": "event_listener",
2403      "common_attrs": {
2404        "compile_data_glob": [
2405          "**"
2406        ],
2407        "crate_features": {
2408          "common": [
2409            "parking",
2410            "std"
2411          ],
2412          "selects": {}
2413        },
2414        "deps": {
2415          "common": [
2416            {
2417              "id": "concurrent-queue 2.5.0",
2418              "target": "concurrent_queue"
2419            },
2420            {
2421              "id": "parking 2.2.0",
2422              "target": "parking"
2423            },
2424            {
2425              "id": "pin-project-lite 0.2.14",
2426              "target": "pin_project_lite"
2427            }
2428          ],
2429          "selects": {}
2430        },
2431        "edition": "2021",
2432        "version": "5.3.1"
2433      },
2434      "license": "Apache-2.0 OR MIT",
2435      "license_ids": [
2436        "Apache-2.0",
2437        "MIT"
2438      ],
2439      "license_file": "LICENSE-APACHE"
2440    },
2441    "event-listener-strategy 0.5.2": {
2442      "name": "event-listener-strategy",
2443      "version": "0.5.2",
2444      "package_url": "https://github.com/smol-rs/event-listener-strategy",
2445      "repository": {
2446        "Http": {
2447          "url": "https://static.crates.io/crates/event-listener-strategy/0.5.2/download",
2448          "sha256": "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
2449        }
2450      },
2451      "targets": [
2452        {
2453          "Library": {
2454            "crate_name": "event_listener_strategy",
2455            "crate_root": "src/lib.rs",
2456            "srcs": {
2457              "allow_empty": true,
2458              "include": [
2459                "**/*.rs"
2460              ]
2461            }
2462          }
2463        }
2464      ],
2465      "library_target_name": "event_listener_strategy",
2466      "common_attrs": {
2467        "compile_data_glob": [
2468          "**"
2469        ],
2470        "crate_features": {
2471          "common": [
2472            "std"
2473          ],
2474          "selects": {}
2475        },
2476        "deps": {
2477          "common": [
2478            {
2479              "id": "event-listener 5.3.1",
2480              "target": "event_listener"
2481            },
2482            {
2483              "id": "pin-project-lite 0.2.14",
2484              "target": "pin_project_lite"
2485            }
2486          ],
2487          "selects": {}
2488        },
2489        "edition": "2021",
2490        "version": "0.5.2"
2491      },
2492      "license": "Apache-2.0 OR MIT",
2493      "license_ids": [
2494        "Apache-2.0",
2495        "MIT"
2496      ],
2497      "license_file": "LICENSE-APACHE"
2498    },
2499    "fastrand 1.9.0": {
2500      "name": "fastrand",
2501      "version": "1.9.0",
2502      "package_url": "https://github.com/smol-rs/fastrand",
2503      "repository": {
2504        "Http": {
2505          "url": "https://static.crates.io/crates/fastrand/1.9.0/download",
2506          "sha256": "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
2507        }
2508      },
2509      "targets": [
2510        {
2511          "Library": {
2512            "crate_name": "fastrand",
2513            "crate_root": "src/lib.rs",
2514            "srcs": {
2515              "allow_empty": true,
2516              "include": [
2517                "**/*.rs"
2518              ]
2519            }
2520          }
2521        }
2522      ],
2523      "library_target_name": "fastrand",
2524      "common_attrs": {
2525        "compile_data_glob": [
2526          "**"
2527        ],
2528        "deps": {
2529          "common": [],
2530          "selects": {
2531            "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))": [
2532              {
2533                "id": "instant 0.1.13",
2534                "target": "instant"
2535              }
2536            ]
2537          }
2538        },
2539        "edition": "2018",
2540        "version": "1.9.0"
2541      },
2542      "license": "Apache-2.0 OR MIT",
2543      "license_ids": [
2544        "Apache-2.0",
2545        "MIT"
2546      ],
2547      "license_file": "LICENSE-APACHE"
2548    },
2549    "fastrand 2.1.0": {
2550      "name": "fastrand",
2551      "version": "2.1.0",
2552      "package_url": "https://github.com/smol-rs/fastrand",
2553      "repository": {
2554        "Http": {
2555          "url": "https://static.crates.io/crates/fastrand/2.1.0/download",
2556          "sha256": "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
2557        }
2558      },
2559      "targets": [
2560        {
2561          "Library": {
2562            "crate_name": "fastrand",
2563            "crate_root": "src/lib.rs",
2564            "srcs": {
2565              "allow_empty": true,
2566              "include": [
2567                "**/*.rs"
2568              ]
2569            }
2570          }
2571        }
2572      ],
2573      "library_target_name": "fastrand",
2574      "common_attrs": {
2575        "compile_data_glob": [
2576          "**"
2577        ],
2578        "crate_features": {
2579          "common": [
2580            "alloc",
2581            "default",
2582            "std"
2583          ],
2584          "selects": {}
2585        },
2586        "edition": "2018",
2587        "version": "2.1.0"
2588      },
2589      "license": "Apache-2.0 OR MIT",
2590      "license_ids": [
2591        "Apache-2.0",
2592        "MIT"
2593      ],
2594      "license_file": "LICENSE-APACHE"
2595    },
2596    "futures-core 0.3.30": {
2597      "name": "futures-core",
2598      "version": "0.3.30",
2599      "package_url": "https://github.com/rust-lang/futures-rs",
2600      "repository": {
2601        "Http": {
2602          "url": "https://static.crates.io/crates/futures-core/0.3.30/download",
2603          "sha256": "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
2604        }
2605      },
2606      "targets": [
2607        {
2608          "Library": {
2609            "crate_name": "futures_core",
2610            "crate_root": "src/lib.rs",
2611            "srcs": {
2612              "allow_empty": true,
2613              "include": [
2614                "**/*.rs"
2615              ]
2616            }
2617          }
2618        }
2619      ],
2620      "library_target_name": "futures_core",
2621      "common_attrs": {
2622        "compile_data_glob": [
2623          "**"
2624        ],
2625        "crate_features": {
2626          "common": [
2627            "alloc",
2628            "default",
2629            "std"
2630          ],
2631          "selects": {}
2632        },
2633        "edition": "2018",
2634        "version": "0.3.30"
2635      },
2636      "license": "MIT OR Apache-2.0",
2637      "license_ids": [
2638        "Apache-2.0",
2639        "MIT"
2640      ],
2641      "license_file": "LICENSE-APACHE"
2642    },
2643    "futures-io 0.3.30": {
2644      "name": "futures-io",
2645      "version": "0.3.30",
2646      "package_url": "https://github.com/rust-lang/futures-rs",
2647      "repository": {
2648        "Http": {
2649          "url": "https://static.crates.io/crates/futures-io/0.3.30/download",
2650          "sha256": "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
2651        }
2652      },
2653      "targets": [
2654        {
2655          "Library": {
2656            "crate_name": "futures_io",
2657            "crate_root": "src/lib.rs",
2658            "srcs": {
2659              "allow_empty": true,
2660              "include": [
2661                "**/*.rs"
2662              ]
2663            }
2664          }
2665        }
2666      ],
2667      "library_target_name": "futures_io",
2668      "common_attrs": {
2669        "compile_data_glob": [
2670          "**"
2671        ],
2672        "crate_features": {
2673          "common": [
2674            "default",
2675            "std"
2676          ],
2677          "selects": {}
2678        },
2679        "edition": "2018",
2680        "version": "0.3.30"
2681      },
2682      "license": "MIT OR Apache-2.0",
2683      "license_ids": [
2684        "Apache-2.0",
2685        "MIT"
2686      ],
2687      "license_file": "LICENSE-APACHE"
2688    },
2689    "futures-lite 1.13.0": {
2690      "name": "futures-lite",
2691      "version": "1.13.0",
2692      "package_url": "https://github.com/smol-rs/futures-lite",
2693      "repository": {
2694        "Http": {
2695          "url": "https://static.crates.io/crates/futures-lite/1.13.0/download",
2696          "sha256": "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
2697        }
2698      },
2699      "targets": [
2700        {
2701          "Library": {
2702            "crate_name": "futures_lite",
2703            "crate_root": "src/lib.rs",
2704            "srcs": {
2705              "allow_empty": true,
2706              "include": [
2707                "**/*.rs"
2708              ]
2709            }
2710          }
2711        }
2712      ],
2713      "library_target_name": "futures_lite",
2714      "common_attrs": {
2715        "compile_data_glob": [
2716          "**"
2717        ],
2718        "crate_features": {
2719          "common": [
2720            "alloc",
2721            "default",
2722            "fastrand",
2723            "futures-io",
2724            "memchr",
2725            "parking",
2726            "std",
2727            "waker-fn"
2728          ],
2729          "selects": {}
2730        },
2731        "deps": {
2732          "common": [
2733            {
2734              "id": "fastrand 1.9.0",
2735              "target": "fastrand"
2736            },
2737            {
2738              "id": "futures-core 0.3.30",
2739              "target": "futures_core"
2740            },
2741            {
2742              "id": "futures-io 0.3.30",
2743              "target": "futures_io"
2744            },
2745            {
2746              "id": "memchr 2.7.4",
2747              "target": "memchr"
2748            },
2749            {
2750              "id": "parking 2.2.0",
2751              "target": "parking"
2752            },
2753            {
2754              "id": "pin-project-lite 0.2.14",
2755              "target": "pin_project_lite"
2756            },
2757            {
2758              "id": "waker-fn 1.2.0",
2759              "target": "waker_fn"
2760            }
2761          ],
2762          "selects": {}
2763        },
2764        "edition": "2018",
2765        "version": "1.13.0"
2766      },
2767      "license": "Apache-2.0 OR MIT",
2768      "license_ids": [
2769        "Apache-2.0",
2770        "MIT"
2771      ],
2772      "license_file": "LICENSE-APACHE"
2773    },
2774    "futures-lite 2.3.0": {
2775      "name": "futures-lite",
2776      "version": "2.3.0",
2777      "package_url": "https://github.com/smol-rs/futures-lite",
2778      "repository": {
2779        "Http": {
2780          "url": "https://static.crates.io/crates/futures-lite/2.3.0/download",
2781          "sha256": "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
2782        }
2783      },
2784      "targets": [
2785        {
2786          "Library": {
2787            "crate_name": "futures_lite",
2788            "crate_root": "src/lib.rs",
2789            "srcs": {
2790              "allow_empty": true,
2791              "include": [
2792                "**/*.rs"
2793              ]
2794            }
2795          }
2796        }
2797      ],
2798      "library_target_name": "futures_lite",
2799      "common_attrs": {
2800        "compile_data_glob": [
2801          "**"
2802        ],
2803        "deps": {
2804          "common": [
2805            {
2806              "id": "futures-core 0.3.30",
2807              "target": "futures_core"
2808            },
2809            {
2810              "id": "pin-project-lite 0.2.14",
2811              "target": "pin_project_lite"
2812            }
2813          ],
2814          "selects": {}
2815        },
2816        "edition": "2021",
2817        "version": "2.3.0"
2818      },
2819      "license": "Apache-2.0 OR MIT",
2820      "license_ids": [
2821        "Apache-2.0",
2822        "MIT"
2823      ],
2824      "license_file": "LICENSE-APACHE"
2825    },
2826    "futures-macro 0.3.30": {
2827      "name": "futures-macro",
2828      "version": "0.3.30",
2829      "package_url": "https://github.com/rust-lang/futures-rs",
2830      "repository": {
2831        "Http": {
2832          "url": "https://static.crates.io/crates/futures-macro/0.3.30/download",
2833          "sha256": "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
2834        }
2835      },
2836      "targets": [
2837        {
2838          "ProcMacro": {
2839            "crate_name": "futures_macro",
2840            "crate_root": "src/lib.rs",
2841            "srcs": {
2842              "allow_empty": true,
2843              "include": [
2844                "**/*.rs"
2845              ]
2846            }
2847          }
2848        }
2849      ],
2850      "library_target_name": "futures_macro",
2851      "common_attrs": {
2852        "compile_data_glob": [
2853          "**"
2854        ],
2855        "deps": {
2856          "common": [
2857            {
2858              "id": "proc-macro2 1.0.86",
2859              "target": "proc_macro2"
2860            },
2861            {
2862              "id": "quote 1.0.36",
2863              "target": "quote"
2864            },
2865            {
2866              "id": "syn 2.0.71",
2867              "target": "syn"
2868            }
2869          ],
2870          "selects": {}
2871        },
2872        "edition": "2018",
2873        "version": "0.3.30"
2874      },
2875      "license": "MIT OR Apache-2.0",
2876      "license_ids": [
2877        "Apache-2.0",
2878        "MIT"
2879      ],
2880      "license_file": "LICENSE-APACHE"
2881    },
2882    "futures-sink 0.3.30": {
2883      "name": "futures-sink",
2884      "version": "0.3.30",
2885      "package_url": "https://github.com/rust-lang/futures-rs",
2886      "repository": {
2887        "Http": {
2888          "url": "https://static.crates.io/crates/futures-sink/0.3.30/download",
2889          "sha256": "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
2890        }
2891      },
2892      "targets": [
2893        {
2894          "Library": {
2895            "crate_name": "futures_sink",
2896            "crate_root": "src/lib.rs",
2897            "srcs": {
2898              "allow_empty": true,
2899              "include": [
2900                "**/*.rs"
2901              ]
2902            }
2903          }
2904        }
2905      ],
2906      "library_target_name": "futures_sink",
2907      "common_attrs": {
2908        "compile_data_glob": [
2909          "**"
2910        ],
2911        "crate_features": {
2912          "common": [
2913            "alloc",
2914            "default",
2915            "std"
2916          ],
2917          "selects": {}
2918        },
2919        "edition": "2018",
2920        "version": "0.3.30"
2921      },
2922      "license": "MIT OR Apache-2.0",
2923      "license_ids": [
2924        "Apache-2.0",
2925        "MIT"
2926      ],
2927      "license_file": "LICENSE-APACHE"
2928    },
2929    "futures-task 0.3.30": {
2930      "name": "futures-task",
2931      "version": "0.3.30",
2932      "package_url": "https://github.com/rust-lang/futures-rs",
2933      "repository": {
2934        "Http": {
2935          "url": "https://static.crates.io/crates/futures-task/0.3.30/download",
2936          "sha256": "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
2937        }
2938      },
2939      "targets": [
2940        {
2941          "Library": {
2942            "crate_name": "futures_task",
2943            "crate_root": "src/lib.rs",
2944            "srcs": {
2945              "allow_empty": true,
2946              "include": [
2947                "**/*.rs"
2948              ]
2949            }
2950          }
2951        }
2952      ],
2953      "library_target_name": "futures_task",
2954      "common_attrs": {
2955        "compile_data_glob": [
2956          "**"
2957        ],
2958        "crate_features": {
2959          "common": [
2960            "alloc",
2961            "std"
2962          ],
2963          "selects": {}
2964        },
2965        "edition": "2018",
2966        "version": "0.3.30"
2967      },
2968      "license": "MIT OR Apache-2.0",
2969      "license_ids": [
2970        "Apache-2.0",
2971        "MIT"
2972      ],
2973      "license_file": "LICENSE-APACHE"
2974    },
2975    "futures-util 0.3.30": {
2976      "name": "futures-util",
2977      "version": "0.3.30",
2978      "package_url": "https://github.com/rust-lang/futures-rs",
2979      "repository": {
2980        "Http": {
2981          "url": "https://static.crates.io/crates/futures-util/0.3.30/download",
2982          "sha256": "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
2983        }
2984      },
2985      "targets": [
2986        {
2987          "Library": {
2988            "crate_name": "futures_util",
2989            "crate_root": "src/lib.rs",
2990            "srcs": {
2991              "allow_empty": true,
2992              "include": [
2993                "**/*.rs"
2994              ]
2995            }
2996          }
2997        }
2998      ],
2999      "library_target_name": "futures_util",
3000      "common_attrs": {
3001        "compile_data_glob": [
3002          "**"
3003        ],
3004        "crate_features": {
3005          "common": [
3006            "alloc",
3007            "async-await",
3008            "async-await-macro",
3009            "default",
3010            "futures-io",
3011            "futures-macro",
3012            "futures-sink",
3013            "io",
3014            "memchr",
3015            "sink",
3016            "slab",
3017            "std"
3018          ],
3019          "selects": {}
3020        },
3021        "deps": {
3022          "common": [
3023            {
3024              "id": "futures-core 0.3.30",
3025              "target": "futures_core"
3026            },
3027            {
3028              "id": "futures-io 0.3.30",
3029              "target": "futures_io"
3030            },
3031            {
3032              "id": "futures-sink 0.3.30",
3033              "target": "futures_sink"
3034            },
3035            {
3036              "id": "futures-task 0.3.30",
3037              "target": "futures_task"
3038            },
3039            {
3040              "id": "memchr 2.7.4",
3041              "target": "memchr"
3042            },
3043            {
3044              "id": "pin-project-lite 0.2.14",
3045              "target": "pin_project_lite"
3046            },
3047            {
3048              "id": "pin-utils 0.1.0",
3049              "target": "pin_utils"
3050            },
3051            {
3052              "id": "slab 0.4.9",
3053              "target": "slab"
3054            }
3055          ],
3056          "selects": {}
3057        },
3058        "edition": "2018",
3059        "proc_macro_deps": {
3060          "common": [
3061            {
3062              "id": "futures-macro 0.3.30",
3063              "target": "futures_macro"
3064            }
3065          ],
3066          "selects": {}
3067        },
3068        "version": "0.3.30"
3069      },
3070      "license": "MIT OR Apache-2.0",
3071      "license_ids": [
3072        "Apache-2.0",
3073        "MIT"
3074      ],
3075      "license_file": "LICENSE-APACHE"
3076    },
3077    "generic-array 0.14.7": {
3078      "name": "generic-array",
3079      "version": "0.14.7",
3080      "package_url": "https://github.com/fizyk20/generic-array.git",
3081      "repository": {
3082        "Http": {
3083          "url": "https://static.crates.io/crates/generic-array/0.14.7/download",
3084          "sha256": "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
3085        }
3086      },
3087      "targets": [
3088        {
3089          "Library": {
3090            "crate_name": "generic_array",
3091            "crate_root": "src/lib.rs",
3092            "srcs": {
3093              "allow_empty": true,
3094              "include": [
3095                "**/*.rs"
3096              ]
3097            }
3098          }
3099        },
3100        {
3101          "BuildScript": {
3102            "crate_name": "build_script_build",
3103            "crate_root": "build.rs",
3104            "srcs": {
3105              "allow_empty": true,
3106              "include": [
3107                "**/*.rs"
3108              ]
3109            }
3110          }
3111        }
3112      ],
3113      "library_target_name": "generic_array",
3114      "common_attrs": {
3115        "compile_data_glob": [
3116          "**"
3117        ],
3118        "crate_features": {
3119          "common": [
3120            "more_lengths"
3121          ],
3122          "selects": {}
3123        },
3124        "deps": {
3125          "common": [
3126            {
3127              "id": "generic-array 0.14.7",
3128              "target": "build_script_build"
3129            },
3130            {
3131              "id": "typenum 1.17.0",
3132              "target": "typenum"
3133            }
3134          ],
3135          "selects": {}
3136        },
3137        "edition": "2015",
3138        "version": "0.14.7"
3139      },
3140      "build_script_attrs": {
3141        "data_glob": [
3142          "**"
3143        ],
3144        "deps": {
3145          "common": [
3146            {
3147              "id": "version_check 0.9.4",
3148              "target": "version_check"
3149            }
3150          ],
3151          "selects": {}
3152        }
3153      },
3154      "license": "MIT",
3155      "license_ids": [
3156        "MIT"
3157      ],
3158      "license_file": "LICENSE"
3159    },
3160    "getrandom 0.2.15": {
3161      "name": "getrandom",
3162      "version": "0.2.15",
3163      "package_url": "https://github.com/rust-random/getrandom",
3164      "repository": {
3165        "Http": {
3166          "url": "https://static.crates.io/crates/getrandom/0.2.15/download",
3167          "sha256": "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
3168        }
3169      },
3170      "targets": [
3171        {
3172          "Library": {
3173            "crate_name": "getrandom",
3174            "crate_root": "src/lib.rs",
3175            "srcs": {
3176              "allow_empty": true,
3177              "include": [
3178                "**/*.rs"
3179              ]
3180            }
3181          }
3182        }
3183      ],
3184      "library_target_name": "getrandom",
3185      "common_attrs": {
3186        "compile_data_glob": [
3187          "**"
3188        ],
3189        "crate_features": {
3190          "common": [
3191            "std"
3192          ],
3193          "selects": {}
3194        },
3195        "deps": {
3196          "common": [
3197            {
3198              "id": "cfg-if 1.0.0",
3199              "target": "cfg_if"
3200            }
3201          ],
3202          "selects": {
3203            "cfg(target_os = \"wasi\")": [
3204              {
3205                "id": "wasi 0.11.0+wasi-snapshot-preview1",
3206                "target": "wasi"
3207              }
3208            ],
3209            "cfg(unix)": [
3210              {
3211                "id": "libc 0.2.155",
3212                "target": "libc"
3213              }
3214            ]
3215          }
3216        },
3217        "edition": "2018",
3218        "version": "0.2.15"
3219      },
3220      "license": "MIT OR Apache-2.0",
3221      "license_ids": [
3222        "Apache-2.0",
3223        "MIT"
3224      ],
3225      "license_file": "LICENSE-APACHE"
3226    },
3227    "hashbrown 0.14.5": {
3228      "name": "hashbrown",
3229      "version": "0.14.5",
3230      "package_url": "https://github.com/rust-lang/hashbrown",
3231      "repository": {
3232        "Http": {
3233          "url": "https://static.crates.io/crates/hashbrown/0.14.5/download",
3234          "sha256": "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
3235        }
3236      },
3237      "targets": [
3238        {
3239          "Library": {
3240            "crate_name": "hashbrown",
3241            "crate_root": "src/lib.rs",
3242            "srcs": {
3243              "allow_empty": true,
3244              "include": [
3245                "**/*.rs"
3246              ]
3247            }
3248          }
3249        }
3250      ],
3251      "library_target_name": "hashbrown",
3252      "common_attrs": {
3253        "compile_data_glob": [
3254          "**"
3255        ],
3256        "crate_features": {
3257          "common": [
3258            "raw"
3259          ],
3260          "selects": {}
3261        },
3262        "edition": "2021",
3263        "version": "0.14.5"
3264      },
3265      "license": "MIT OR Apache-2.0",
3266      "license_ids": [
3267        "Apache-2.0",
3268        "MIT"
3269      ],
3270      "license_file": "LICENSE-APACHE"
3271    },
3272    "hermit-abi 0.3.9": {
3273      "name": "hermit-abi",
3274      "version": "0.3.9",
3275      "package_url": "https://github.com/hermit-os/hermit-rs",
3276      "repository": {
3277        "Http": {
3278          "url": "https://static.crates.io/crates/hermit-abi/0.3.9/download",
3279          "sha256": "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
3280        }
3281      },
3282      "targets": [
3283        {
3284          "Library": {
3285            "crate_name": "hermit_abi",
3286            "crate_root": "src/lib.rs",
3287            "srcs": {
3288              "allow_empty": true,
3289              "include": [
3290                "**/*.rs"
3291              ]
3292            }
3293          }
3294        }
3295      ],
3296      "library_target_name": "hermit_abi",
3297      "common_attrs": {
3298        "compile_data_glob": [
3299          "**"
3300        ],
3301        "edition": "2021",
3302        "version": "0.3.9"
3303      },
3304      "license": "MIT OR Apache-2.0",
3305      "license_ids": [
3306        "Apache-2.0",
3307        "MIT"
3308      ],
3309      "license_file": "LICENSE-APACHE"
3310    },
3311    "hermit-abi 0.4.0": {
3312      "name": "hermit-abi",
3313      "version": "0.4.0",
3314      "package_url": "https://github.com/hermit-os/hermit-rs",
3315      "repository": {
3316        "Http": {
3317          "url": "https://static.crates.io/crates/hermit-abi/0.4.0/download",
3318          "sha256": "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
3319        }
3320      },
3321      "targets": [
3322        {
3323          "Library": {
3324            "crate_name": "hermit_abi",
3325            "crate_root": "src/lib.rs",
3326            "srcs": {
3327              "allow_empty": true,
3328              "include": [
3329                "**/*.rs"
3330              ]
3331            }
3332          }
3333        }
3334      ],
3335      "library_target_name": "hermit_abi",
3336      "common_attrs": {
3337        "compile_data_glob": [
3338          "**"
3339        ],
3340        "edition": "2021",
3341        "version": "0.4.0"
3342      },
3343      "license": "MIT OR Apache-2.0",
3344      "license_ids": [
3345        "Apache-2.0",
3346        "MIT"
3347      ],
3348      "license_file": "LICENSE-APACHE"
3349    },
3350    "hex 0.4.3": {
3351      "name": "hex",
3352      "version": "0.4.3",
3353      "package_url": "https://github.com/KokaKiwi/rust-hex",
3354      "repository": {
3355        "Http": {
3356          "url": "https://static.crates.io/crates/hex/0.4.3/download",
3357          "sha256": "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
3358        }
3359      },
3360      "targets": [
3361        {
3362          "Library": {
3363            "crate_name": "hex",
3364            "crate_root": "src/lib.rs",
3365            "srcs": {
3366              "allow_empty": true,
3367              "include": [
3368                "**/*.rs"
3369              ]
3370            }
3371          }
3372        }
3373      ],
3374      "library_target_name": "hex",
3375      "common_attrs": {
3376        "compile_data_glob": [
3377          "**"
3378        ],
3379        "crate_features": {
3380          "common": [
3381            "alloc",
3382            "default",
3383            "std"
3384          ],
3385          "selects": {}
3386        },
3387        "edition": "2018",
3388        "version": "0.4.3"
3389      },
3390      "license": "MIT OR Apache-2.0",
3391      "license_ids": [
3392        "Apache-2.0",
3393        "MIT"
3394      ],
3395      "license_file": "LICENSE-APACHE"
3396    },
3397    "hkdf 0.12.4": {
3398      "name": "hkdf",
3399      "version": "0.12.4",
3400      "package_url": "https://github.com/RustCrypto/KDFs/",
3401      "repository": {
3402        "Http": {
3403          "url": "https://static.crates.io/crates/hkdf/0.12.4/download",
3404          "sha256": "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
3405        }
3406      },
3407      "targets": [
3408        {
3409          "Library": {
3410            "crate_name": "hkdf",
3411            "crate_root": "src/lib.rs",
3412            "srcs": {
3413              "allow_empty": true,
3414              "include": [
3415                "**/*.rs"
3416              ]
3417            }
3418          }
3419        }
3420      ],
3421      "library_target_name": "hkdf",
3422      "common_attrs": {
3423        "compile_data_glob": [
3424          "**"
3425        ],
3426        "deps": {
3427          "common": [
3428            {
3429              "id": "hmac 0.12.1",
3430              "target": "hmac"
3431            }
3432          ],
3433          "selects": {}
3434        },
3435        "edition": "2018",
3436        "version": "0.12.4"
3437      },
3438      "license": "MIT OR Apache-2.0",
3439      "license_ids": [
3440        "Apache-2.0",
3441        "MIT"
3442      ],
3443      "license_file": "LICENSE-APACHE"
3444    },
3445    "hmac 0.12.1": {
3446      "name": "hmac",
3447      "version": "0.12.1",
3448      "package_url": "https://github.com/RustCrypto/MACs",
3449      "repository": {
3450        "Http": {
3451          "url": "https://static.crates.io/crates/hmac/0.12.1/download",
3452          "sha256": "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
3453        }
3454      },
3455      "targets": [
3456        {
3457          "Library": {
3458            "crate_name": "hmac",
3459            "crate_root": "src/lib.rs",
3460            "srcs": {
3461              "allow_empty": true,
3462              "include": [
3463                "**/*.rs"
3464              ]
3465            }
3466          }
3467        }
3468      ],
3469      "library_target_name": "hmac",
3470      "common_attrs": {
3471        "compile_data_glob": [
3472          "**"
3473        ],
3474        "deps": {
3475          "common": [
3476            {
3477              "id": "digest 0.10.7",
3478              "target": "digest"
3479            }
3480          ],
3481          "selects": {}
3482        },
3483        "edition": "2018",
3484        "version": "0.12.1"
3485      },
3486      "license": "MIT OR Apache-2.0",
3487      "license_ids": [
3488        "Apache-2.0",
3489        "MIT"
3490      ],
3491      "license_file": "LICENSE-APACHE"
3492    },
3493    "indexmap 2.2.6": {
3494      "name": "indexmap",
3495      "version": "2.2.6",
3496      "package_url": "https://github.com/indexmap-rs/indexmap",
3497      "repository": {
3498        "Http": {
3499          "url": "https://static.crates.io/crates/indexmap/2.2.6/download",
3500          "sha256": "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
3501        }
3502      },
3503      "targets": [
3504        {
3505          "Library": {
3506            "crate_name": "indexmap",
3507            "crate_root": "src/lib.rs",
3508            "srcs": {
3509              "allow_empty": true,
3510              "include": [
3511                "**/*.rs"
3512              ]
3513            }
3514          }
3515        }
3516      ],
3517      "library_target_name": "indexmap",
3518      "common_attrs": {
3519        "compile_data_glob": [
3520          "**"
3521        ],
3522        "crate_features": {
3523          "common": [
3524            "default",
3525            "std"
3526          ],
3527          "selects": {}
3528        },
3529        "deps": {
3530          "common": [
3531            {
3532              "id": "equivalent 1.0.1",
3533              "target": "equivalent"
3534            },
3535            {
3536              "id": "hashbrown 0.14.5",
3537              "target": "hashbrown"
3538            }
3539          ],
3540          "selects": {}
3541        },
3542        "edition": "2021",
3543        "version": "2.2.6"
3544      },
3545      "license": "Apache-2.0 OR MIT",
3546      "license_ids": [
3547        "Apache-2.0",
3548        "MIT"
3549      ],
3550      "license_file": "LICENSE-APACHE"
3551    },
3552    "inout 0.1.3": {
3553      "name": "inout",
3554      "version": "0.1.3",
3555      "package_url": "https://github.com/RustCrypto/utils",
3556      "repository": {
3557        "Http": {
3558          "url": "https://static.crates.io/crates/inout/0.1.3/download",
3559          "sha256": "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
3560        }
3561      },
3562      "targets": [
3563        {
3564          "Library": {
3565            "crate_name": "inout",
3566            "crate_root": "src/lib.rs",
3567            "srcs": {
3568              "allow_empty": true,
3569              "include": [
3570                "**/*.rs"
3571              ]
3572            }
3573          }
3574        }
3575      ],
3576      "library_target_name": "inout",
3577      "common_attrs": {
3578        "compile_data_glob": [
3579          "**"
3580        ],
3581        "crate_features": {
3582          "common": [
3583            "block-padding"
3584          ],
3585          "selects": {}
3586        },
3587        "deps": {
3588          "common": [
3589            {
3590              "id": "block-padding 0.3.3",
3591              "target": "block_padding"
3592            },
3593            {
3594              "id": "generic-array 0.14.7",
3595              "target": "generic_array"
3596            }
3597          ],
3598          "selects": {}
3599        },
3600        "edition": "2021",
3601        "version": "0.1.3"
3602      },
3603      "license": "MIT OR Apache-2.0",
3604      "license_ids": [
3605        "Apache-2.0",
3606        "MIT"
3607      ],
3608      "license_file": "LICENSE-APACHE"
3609    },
3610    "instant 0.1.13": {
3611      "name": "instant",
3612      "version": "0.1.13",
3613      "package_url": "https://github.com/sebcrozet/instant",
3614      "repository": {
3615        "Http": {
3616          "url": "https://static.crates.io/crates/instant/0.1.13/download",
3617          "sha256": "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
3618        }
3619      },
3620      "targets": [
3621        {
3622          "Library": {
3623            "crate_name": "instant",
3624            "crate_root": "src/lib.rs",
3625            "srcs": {
3626              "allow_empty": true,
3627              "include": [
3628                "**/*.rs"
3629              ]
3630            }
3631          }
3632        }
3633      ],
3634      "library_target_name": "instant",
3635      "common_attrs": {
3636        "compile_data_glob": [
3637          "**"
3638        ],
3639        "deps": {
3640          "common": [
3641            {
3642              "id": "cfg-if 1.0.0",
3643              "target": "cfg_if"
3644            }
3645          ],
3646          "selects": {}
3647        },
3648        "edition": "2018",
3649        "version": "0.1.13"
3650      },
3651      "license": "BSD-3-Clause",
3652      "license_ids": [
3653        "BSD-3-Clause"
3654      ],
3655      "license_file": "LICENSE"
3656    },
3657    "io-lifetimes 1.0.11": {
3658      "name": "io-lifetimes",
3659      "version": "1.0.11",
3660      "package_url": "https://github.com/sunfishcode/io-lifetimes",
3661      "repository": {
3662        "Http": {
3663          "url": "https://static.crates.io/crates/io-lifetimes/1.0.11/download",
3664          "sha256": "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
3665        }
3666      },
3667      "targets": [
3668        {
3669          "Library": {
3670            "crate_name": "io_lifetimes",
3671            "crate_root": "src/lib.rs",
3672            "srcs": {
3673              "allow_empty": true,
3674              "include": [
3675                "**/*.rs"
3676              ]
3677            }
3678          }
3679        },
3680        {
3681          "BuildScript": {
3682            "crate_name": "build_script_build",
3683            "crate_root": "build.rs",
3684            "srcs": {
3685              "allow_empty": true,
3686              "include": [
3687                "**/*.rs"
3688              ]
3689            }
3690          }
3691        }
3692      ],
3693      "library_target_name": "io_lifetimes",
3694      "common_attrs": {
3695        "compile_data_glob": [
3696          "**"
3697        ],
3698        "crate_features": {
3699          "common": [
3700            "close",
3701            "hermit-abi",
3702            "libc",
3703            "windows-sys"
3704          ],
3705          "selects": {}
3706        },
3707        "deps": {
3708          "common": [
3709            {
3710              "id": "io-lifetimes 1.0.11",
3711              "target": "build_script_build"
3712            },
3713            {
3714              "id": "libc 0.2.155",
3715              "target": "libc"
3716            }
3717          ],
3718          "selects": {}
3719        },
3720        "edition": "2018",
3721        "version": "1.0.11"
3722      },
3723      "build_script_attrs": {
3724        "data_glob": [
3725          "**"
3726        ]
3727      },
3728      "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT",
3729      "license_ids": [
3730        "Apache-2.0",
3731        "MIT"
3732      ],
3733      "license_file": "LICENSE-APACHE"
3734    },
3735    "keyring 2.3.3": {
3736      "name": "keyring",
3737      "version": "2.3.3",
3738      "package_url": "https://github.com/hwchen/keyring-rs.git",
3739      "repository": {
3740        "Http": {
3741          "url": "https://static.crates.io/crates/keyring/2.3.3/download",
3742          "sha256": "363387f0019d714aa60cc30ab4fe501a747f4c08fc58f069dd14be971bd495a0"
3743        }
3744      },
3745      "targets": [
3746        {
3747          "Library": {
3748            "crate_name": "keyring",
3749            "crate_root": "src/lib.rs",
3750            "srcs": {
3751              "allow_empty": true,
3752              "include": [
3753                "**/*.rs"
3754              ]
3755            }
3756          }
3757        }
3758      ],
3759      "library_target_name": "keyring",
3760      "common_attrs": {
3761        "compile_data_glob": [
3762          "**"
3763        ],
3764        "crate_features": {
3765          "common": [
3766            "byteorder",
3767            "default",
3768            "linux-keyutils",
3769            "linux-secret-service",
3770            "linux-secret-service-rt-async-io-crypto-rust",
3771            "platform-all",
3772            "platform-freebsd",
3773            "platform-ios",
3774            "platform-linux",
3775            "platform-macos",
3776            "platform-openbsd",
3777            "platform-windows",
3778            "security-framework",
3779            "windows-sys"
3780          ],
3781          "selects": {
3782            "aarch64-unknown-linux-gnu": [
3783              "secret-service"
3784            ],
3785            "aarch64-unknown-nixos-gnu": [
3786              "secret-service"
3787            ],
3788            "arm-unknown-linux-gnueabi": [
3789              "secret-service"
3790            ],
3791            "armv7-unknown-linux-gnueabi": [
3792              "secret-service"
3793            ],
3794            "i686-unknown-freebsd": [
3795              "secret-service"
3796            ],
3797            "i686-unknown-linux-gnu": [
3798              "secret-service"
3799            ],
3800            "powerpc-unknown-linux-gnu": [
3801              "secret-service"
3802            ],
3803            "s390x-unknown-linux-gnu": [
3804              "secret-service"
3805            ],
3806            "x86_64-unknown-freebsd": [
3807              "secret-service"
3808            ],
3809            "x86_64-unknown-linux-gnu": [
3810              "secret-service"
3811            ],
3812            "x86_64-unknown-nixos-gnu": [
3813              "secret-service"
3814            ]
3815          }
3816        },
3817        "deps": {
3818          "common": [
3819            {
3820              "id": "lazy_static 1.5.0",
3821              "target": "lazy_static"
3822            }
3823          ],
3824          "selects": {
3825            "aarch64-apple-darwin": [
3826              {
3827                "id": "security-framework 2.11.1",
3828                "target": "security_framework"
3829              }
3830            ],
3831            "aarch64-apple-ios": [
3832              {
3833                "id": "security-framework 2.11.1",
3834                "target": "security_framework"
3835              }
3836            ],
3837            "aarch64-apple-ios-sim": [
3838              {
3839                "id": "security-framework 2.11.1",
3840                "target": "security_framework"
3841              }
3842            ],
3843            "aarch64-pc-windows-msvc": [
3844              {
3845                "id": "byteorder 1.5.0",
3846                "target": "byteorder"
3847              },
3848              {
3849                "id": "windows-sys 0.52.0",
3850                "target": "windows_sys"
3851              }
3852            ],
3853            "aarch64-unknown-linux-gnu": [
3854              {
3855                "id": "linux-keyutils 0.2.4",
3856                "target": "linux_keyutils"
3857              },
3858              {
3859                "id": "secret-service 3.1.0",
3860                "target": "secret_service"
3861              }
3862            ],
3863            "aarch64-unknown-nixos-gnu": [
3864              {
3865                "id": "linux-keyutils 0.2.4",
3866                "target": "linux_keyutils"
3867              },
3868              {
3869                "id": "secret-service 3.1.0",
3870                "target": "secret_service"
3871              }
3872            ],
3873            "arm-unknown-linux-gnueabi": [
3874              {
3875                "id": "linux-keyutils 0.2.4",
3876                "target": "linux_keyutils"
3877              },
3878              {
3879                "id": "secret-service 3.1.0",
3880                "target": "secret_service"
3881              }
3882            ],
3883            "armv7-unknown-linux-gnueabi": [
3884              {
3885                "id": "linux-keyutils 0.2.4",
3886                "target": "linux_keyutils"
3887              },
3888              {
3889                "id": "secret-service 3.1.0",
3890                "target": "secret_service"
3891              }
3892            ],
3893            "i686-apple-darwin": [
3894              {
3895                "id": "security-framework 2.11.1",
3896                "target": "security_framework"
3897              }
3898            ],
3899            "i686-pc-windows-msvc": [
3900              {
3901                "id": "byteorder 1.5.0",
3902                "target": "byteorder"
3903              },
3904              {
3905                "id": "windows-sys 0.52.0",
3906                "target": "windows_sys"
3907              }
3908            ],
3909            "i686-unknown-freebsd": [
3910              {
3911                "id": "secret-service 3.1.0",
3912                "target": "secret_service"
3913              }
3914            ],
3915            "i686-unknown-linux-gnu": [
3916              {
3917                "id": "linux-keyutils 0.2.4",
3918                "target": "linux_keyutils"
3919              },
3920              {
3921                "id": "secret-service 3.1.0",
3922                "target": "secret_service"
3923              }
3924            ],
3925            "powerpc-unknown-linux-gnu": [
3926              {
3927                "id": "linux-keyutils 0.2.4",
3928                "target": "linux_keyutils"
3929              },
3930              {
3931                "id": "secret-service 3.1.0",
3932                "target": "secret_service"
3933              }
3934            ],
3935            "s390x-unknown-linux-gnu": [
3936              {
3937                "id": "linux-keyutils 0.2.4",
3938                "target": "linux_keyutils"
3939              },
3940              {
3941                "id": "secret-service 3.1.0",
3942                "target": "secret_service"
3943              }
3944            ],
3945            "x86_64-apple-darwin": [
3946              {
3947                "id": "security-framework 2.11.1",
3948                "target": "security_framework"
3949              }
3950            ],
3951            "x86_64-apple-ios": [
3952              {
3953                "id": "security-framework 2.11.1",
3954                "target": "security_framework"
3955              }
3956            ],
3957            "x86_64-pc-windows-msvc": [
3958              {
3959                "id": "byteorder 1.5.0",
3960                "target": "byteorder"
3961              },
3962              {
3963                "id": "windows-sys 0.52.0",
3964                "target": "windows_sys"
3965              }
3966            ],
3967            "x86_64-unknown-freebsd": [
3968              {
3969                "id": "secret-service 3.1.0",
3970                "target": "secret_service"
3971              }
3972            ],
3973            "x86_64-unknown-linux-gnu": [
3974              {
3975                "id": "linux-keyutils 0.2.4",
3976                "target": "linux_keyutils"
3977              },
3978              {
3979                "id": "secret-service 3.1.0",
3980                "target": "secret_service"
3981              }
3982            ],
3983            "x86_64-unknown-nixos-gnu": [
3984              {
3985                "id": "linux-keyutils 0.2.4",
3986                "target": "linux_keyutils"
3987              },
3988              {
3989                "id": "secret-service 3.1.0",
3990                "target": "secret_service"
3991              }
3992            ]
3993          }
3994        },
3995        "edition": "2021",
3996        "version": "2.3.3"
3997      },
3998      "license": "MIT OR Apache-2.0",
3999      "license_ids": [
4000        "Apache-2.0",
4001        "MIT"
4002      ],
4003      "license_file": "LICENSE-APACHE"
4004    },
4005    "lazy_static 1.5.0": {
4006      "name": "lazy_static",
4007      "version": "1.5.0",
4008      "package_url": "https://github.com/rust-lang-nursery/lazy-static.rs",
4009      "repository": {
4010        "Http": {
4011          "url": "https://static.crates.io/crates/lazy_static/1.5.0/download",
4012          "sha256": "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
4013        }
4014      },
4015      "targets": [
4016        {
4017          "Library": {
4018            "crate_name": "lazy_static",
4019            "crate_root": "src/lib.rs",
4020            "srcs": {
4021              "allow_empty": true,
4022              "include": [
4023                "**/*.rs"
4024              ]
4025            }
4026          }
4027        }
4028      ],
4029      "library_target_name": "lazy_static",
4030      "common_attrs": {
4031        "compile_data_glob": [
4032          "**"
4033        ],
4034        "edition": "2015",
4035        "version": "1.5.0"
4036      },
4037      "license": "MIT OR Apache-2.0",
4038      "license_ids": [
4039        "Apache-2.0",
4040        "MIT"
4041      ],
4042      "license_file": "LICENSE-APACHE"
4043    },
4044    "libc 0.2.155": {
4045      "name": "libc",
4046      "version": "0.2.155",
4047      "package_url": "https://github.com/rust-lang/libc",
4048      "repository": {
4049        "Http": {
4050          "url": "https://static.crates.io/crates/libc/0.2.155/download",
4051          "sha256": "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
4052        }
4053      },
4054      "targets": [
4055        {
4056          "Library": {
4057            "crate_name": "libc",
4058            "crate_root": "src/lib.rs",
4059            "srcs": {
4060              "allow_empty": true,
4061              "include": [
4062                "**/*.rs"
4063              ]
4064            }
4065          }
4066        },
4067        {
4068          "BuildScript": {
4069            "crate_name": "build_script_build",
4070            "crate_root": "build.rs",
4071            "srcs": {
4072              "allow_empty": true,
4073              "include": [
4074                "**/*.rs"
4075              ]
4076            }
4077          }
4078        }
4079      ],
4080      "library_target_name": "libc",
4081      "common_attrs": {
4082        "compile_data_glob": [
4083          "**"
4084        ],
4085        "crate_features": {
4086          "common": [
4087            "default",
4088            "std"
4089          ],
4090          "selects": {
4091            "aarch64-unknown-linux-gnu": [
4092              "extra_traits"
4093            ],
4094            "aarch64-unknown-nixos-gnu": [
4095              "extra_traits"
4096            ],
4097            "arm-unknown-linux-gnueabi": [
4098              "extra_traits"
4099            ],
4100            "armv7-unknown-linux-gnueabi": [
4101              "extra_traits"
4102            ],
4103            "i686-unknown-freebsd": [
4104              "extra_traits"
4105            ],
4106            "i686-unknown-linux-gnu": [
4107              "extra_traits"
4108            ],
4109            "powerpc-unknown-linux-gnu": [
4110              "extra_traits"
4111            ],
4112            "s390x-unknown-linux-gnu": [
4113              "extra_traits"
4114            ],
4115            "x86_64-unknown-freebsd": [
4116              "extra_traits"
4117            ],
4118            "x86_64-unknown-linux-gnu": [
4119              "extra_traits"
4120            ],
4121            "x86_64-unknown-nixos-gnu": [
4122              "extra_traits"
4123            ]
4124          }
4125        },
4126        "deps": {
4127          "common": [
4128            {
4129              "id": "libc 0.2.155",
4130              "target": "build_script_build"
4131            }
4132          ],
4133          "selects": {}
4134        },
4135        "edition": "2015",
4136        "version": "0.2.155"
4137      },
4138      "build_script_attrs": {
4139        "data_glob": [
4140          "**"
4141        ]
4142      },
4143      "license": "MIT OR Apache-2.0",
4144      "license_ids": [
4145        "Apache-2.0",
4146        "MIT"
4147      ],
4148      "license_file": "LICENSE-APACHE"
4149    },
4150    "linux-keyutils 0.2.4": {
4151      "name": "linux-keyutils",
4152      "version": "0.2.4",
4153      "package_url": "https://github.com/landhb/linux-keyutils",
4154      "repository": {
4155        "Http": {
4156          "url": "https://static.crates.io/crates/linux-keyutils/0.2.4/download",
4157          "sha256": "761e49ec5fd8a5a463f9b84e877c373d888935b71c6be78f3767fe2ae6bed18e"
4158        }
4159      },
4160      "targets": [
4161        {
4162          "Library": {
4163            "crate_name": "linux_keyutils",
4164            "crate_root": "src/lib.rs",
4165            "srcs": {
4166              "allow_empty": true,
4167              "include": [
4168                "**/*.rs"
4169              ]
4170            }
4171          }
4172        }
4173      ],
4174      "library_target_name": "linux_keyutils",
4175      "common_attrs": {
4176        "compile_data_glob": [
4177          "**"
4178        ],
4179        "crate_features": {
4180          "common": [
4181            "default",
4182            "std"
4183          ],
4184          "selects": {}
4185        },
4186        "deps": {
4187          "common": [
4188            {
4189              "id": "bitflags 2.6.0",
4190              "target": "bitflags"
4191            },
4192            {
4193              "id": "libc 0.2.155",
4194              "target": "libc"
4195            }
4196          ],
4197          "selects": {}
4198        },
4199        "edition": "2021",
4200        "version": "0.2.4"
4201      },
4202      "license": "Apache-2.0 OR MIT",
4203      "license_ids": [
4204        "Apache-2.0",
4205        "MIT"
4206      ],
4207      "license_file": null
4208    },
4209    "linux-raw-sys 0.3.8": {
4210      "name": "linux-raw-sys",
4211      "version": "0.3.8",
4212      "package_url": "https://github.com/sunfishcode/linux-raw-sys",
4213      "repository": {
4214        "Http": {
4215          "url": "https://static.crates.io/crates/linux-raw-sys/0.3.8/download",
4216          "sha256": "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
4217        }
4218      },
4219      "targets": [
4220        {
4221          "Library": {
4222            "crate_name": "linux_raw_sys",
4223            "crate_root": "src/lib.rs",
4224            "srcs": {
4225              "allow_empty": true,
4226              "include": [
4227                "**/*.rs"
4228              ]
4229            }
4230          }
4231        }
4232      ],
4233      "library_target_name": "linux_raw_sys",
4234      "common_attrs": {
4235        "compile_data_glob": [
4236          "**"
4237        ],
4238        "crate_features": {
4239          "common": [
4240            "general",
4241            "ioctl",
4242            "no_std"
4243          ],
4244          "selects": {
4245            "aarch64-unknown-linux-gnu": [
4246              "errno"
4247            ],
4248            "aarch64-unknown-nixos-gnu": [
4249              "errno"
4250            ],
4251            "arm-unknown-linux-gnueabi": [
4252              "errno"
4253            ],
4254            "armv7-unknown-linux-gnueabi": [
4255              "errno"
4256            ],
4257            "i686-unknown-linux-gnu": [
4258              "errno"
4259            ],
4260            "x86_64-unknown-linux-gnu": [
4261              "errno"
4262            ],
4263            "x86_64-unknown-nixos-gnu": [
4264              "errno"
4265            ]
4266          }
4267        },
4268        "edition": "2018",
4269        "version": "0.3.8"
4270      },
4271      "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT",
4272      "license_ids": [
4273        "Apache-2.0",
4274        "MIT"
4275      ],
4276      "license_file": "LICENSE-APACHE"
4277    },
4278    "linux-raw-sys 0.4.14": {
4279      "name": "linux-raw-sys",
4280      "version": "0.4.14",
4281      "package_url": "https://github.com/sunfishcode/linux-raw-sys",
4282      "repository": {
4283        "Http": {
4284          "url": "https://static.crates.io/crates/linux-raw-sys/0.4.14/download",
4285          "sha256": "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
4286        }
4287      },
4288      "targets": [
4289        {
4290          "Library": {
4291            "crate_name": "linux_raw_sys",
4292            "crate_root": "src/lib.rs",
4293            "srcs": {
4294              "allow_empty": true,
4295              "include": [
4296                "**/*.rs"
4297              ]
4298            }
4299          }
4300        }
4301      ],
4302      "library_target_name": "linux_raw_sys",
4303      "common_attrs": {
4304        "compile_data_glob": [
4305          "**"
4306        ],
4307        "edition": "2021",
4308        "version": "0.4.14"
4309      },
4310      "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT",
4311      "license_ids": [
4312        "Apache-2.0",
4313        "MIT"
4314      ],
4315      "license_file": "LICENSE-APACHE"
4316    },
4317    "local_proc_macro 0.1.0": {
4318      "name": "local_proc_macro",
4319      "version": "0.1.0",
4320      "package_url": null,
4321      "repository": null,
4322      "targets": [
4323        {
4324          "ProcMacro": {
4325            "crate_name": "local_proc_macro",
4326            "crate_root": "src/lib.rs",
4327            "srcs": {
4328              "allow_empty": true,
4329              "include": [
4330                "**/*.rs"
4331              ]
4332            }
4333          }
4334        }
4335      ],
4336      "library_target_name": "local_proc_macro",
4337      "common_attrs": {
4338        "compile_data_glob": [
4339          "**"
4340        ],
4341        "edition": "2021",
4342        "version": "0.1.0"
4343      },
4344      "license": null,
4345      "license_ids": [],
4346      "license_file": null
4347    },
4348    "log 0.4.22": {
4349      "name": "log",
4350      "version": "0.4.22",
4351      "package_url": "https://github.com/rust-lang/log",
4352      "repository": {
4353        "Http": {
4354          "url": "https://static.crates.io/crates/log/0.4.22/download",
4355          "sha256": "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
4356        }
4357      },
4358      "targets": [
4359        {
4360          "Library": {
4361            "crate_name": "log",
4362            "crate_root": "src/lib.rs",
4363            "srcs": {
4364              "allow_empty": true,
4365              "include": [
4366                "**/*.rs"
4367              ]
4368            }
4369          }
4370        }
4371      ],
4372      "library_target_name": "log",
4373      "common_attrs": {
4374        "compile_data_glob": [
4375          "**"
4376        ],
4377        "edition": "2021",
4378        "version": "0.4.22"
4379      },
4380      "license": "MIT OR Apache-2.0",
4381      "license_ids": [
4382        "Apache-2.0",
4383        "MIT"
4384      ],
4385      "license_file": "LICENSE-APACHE"
4386    },
4387    "memchr 2.7.4": {
4388      "name": "memchr",
4389      "version": "2.7.4",
4390      "package_url": "https://github.com/BurntSushi/memchr",
4391      "repository": {
4392        "Http": {
4393          "url": "https://static.crates.io/crates/memchr/2.7.4/download",
4394          "sha256": "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
4395        }
4396      },
4397      "targets": [
4398        {
4399          "Library": {
4400            "crate_name": "memchr",
4401            "crate_root": "src/lib.rs",
4402            "srcs": {
4403              "allow_empty": true,
4404              "include": [
4405                "**/*.rs"
4406              ]
4407            }
4408          }
4409        }
4410      ],
4411      "library_target_name": "memchr",
4412      "common_attrs": {
4413        "compile_data_glob": [
4414          "**"
4415        ],
4416        "crate_features": {
4417          "common": [
4418            "alloc",
4419            "std"
4420          ],
4421          "selects": {
4422            "aarch64-unknown-linux-gnu": [
4423              "default"
4424            ],
4425            "aarch64-unknown-nixos-gnu": [
4426              "default"
4427            ],
4428            "arm-unknown-linux-gnueabi": [
4429              "default"
4430            ],
4431            "armv7-unknown-linux-gnueabi": [
4432              "default"
4433            ],
4434            "i686-unknown-freebsd": [
4435              "default"
4436            ],
4437            "i686-unknown-linux-gnu": [
4438              "default"
4439            ],
4440            "powerpc-unknown-linux-gnu": [
4441              "default"
4442            ],
4443            "s390x-unknown-linux-gnu": [
4444              "default"
4445            ],
4446            "x86_64-unknown-freebsd": [
4447              "default"
4448            ],
4449            "x86_64-unknown-linux-gnu": [
4450              "default"
4451            ],
4452            "x86_64-unknown-nixos-gnu": [
4453              "default"
4454            ]
4455          }
4456        },
4457        "edition": "2021",
4458        "version": "2.7.4"
4459      },
4460      "license": "Unlicense OR MIT",
4461      "license_ids": [
4462        "MIT",
4463        "Unlicense"
4464      ],
4465      "license_file": "LICENSE-MIT"
4466    },
4467    "memoffset 0.7.1": {
4468      "name": "memoffset",
4469      "version": "0.7.1",
4470      "package_url": "https://github.com/Gilnaa/memoffset",
4471      "repository": {
4472        "Http": {
4473          "url": "https://static.crates.io/crates/memoffset/0.7.1/download",
4474          "sha256": "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
4475        }
4476      },
4477      "targets": [
4478        {
4479          "Library": {
4480            "crate_name": "memoffset",
4481            "crate_root": "src/lib.rs",
4482            "srcs": {
4483              "allow_empty": true,
4484              "include": [
4485                "**/*.rs"
4486              ]
4487            }
4488          }
4489        },
4490        {
4491          "BuildScript": {
4492            "crate_name": "build_script_build",
4493            "crate_root": "build.rs",
4494            "srcs": {
4495              "allow_empty": true,
4496              "include": [
4497                "**/*.rs"
4498              ]
4499            }
4500          }
4501        }
4502      ],
4503      "library_target_name": "memoffset",
4504      "common_attrs": {
4505        "compile_data_glob": [
4506          "**"
4507        ],
4508        "crate_features": {
4509          "common": [
4510            "default"
4511          ],
4512          "selects": {}
4513        },
4514        "deps": {
4515          "common": [
4516            {
4517              "id": "memoffset 0.7.1",
4518              "target": "build_script_build"
4519            }
4520          ],
4521          "selects": {}
4522        },
4523        "edition": "2015",
4524        "version": "0.7.1"
4525      },
4526      "build_script_attrs": {
4527        "data_glob": [
4528          "**"
4529        ],
4530        "deps": {
4531          "common": [
4532            {
4533              "id": "autocfg 1.3.0",
4534              "target": "autocfg"
4535            }
4536          ],
4537          "selects": {}
4538        }
4539      },
4540      "license": "MIT",
4541      "license_ids": [
4542        "MIT"
4543      ],
4544      "license_file": "LICENSE"
4545    },
4546    "memoffset 0.9.1": {
4547      "name": "memoffset",
4548      "version": "0.9.1",
4549      "package_url": "https://github.com/Gilnaa/memoffset",
4550      "repository": {
4551        "Http": {
4552          "url": "https://static.crates.io/crates/memoffset/0.9.1/download",
4553          "sha256": "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
4554        }
4555      },
4556      "targets": [
4557        {
4558          "Library": {
4559            "crate_name": "memoffset",
4560            "crate_root": "src/lib.rs",
4561            "srcs": {
4562              "allow_empty": true,
4563              "include": [
4564                "**/*.rs"
4565              ]
4566            }
4567          }
4568        },
4569        {
4570          "BuildScript": {
4571            "crate_name": "build_script_build",
4572            "crate_root": "build.rs",
4573            "srcs": {
4574              "allow_empty": true,
4575              "include": [
4576                "**/*.rs"
4577              ]
4578            }
4579          }
4580        }
4581      ],
4582      "library_target_name": "memoffset",
4583      "common_attrs": {
4584        "compile_data_glob": [
4585          "**"
4586        ],
4587        "deps": {
4588          "common": [
4589            {
4590              "id": "memoffset 0.9.1",
4591              "target": "build_script_build"
4592            }
4593          ],
4594          "selects": {}
4595        },
4596        "edition": "2015",
4597        "version": "0.9.1"
4598      },
4599      "build_script_attrs": {
4600        "data_glob": [
4601          "**"
4602        ],
4603        "deps": {
4604          "common": [
4605            {
4606              "id": "autocfg 1.3.0",
4607              "target": "autocfg"
4608            }
4609          ],
4610          "selects": {}
4611        }
4612      },
4613      "license": "MIT",
4614      "license_ids": [
4615        "MIT"
4616      ],
4617      "license_file": "LICENSE"
4618    },
4619    "musl_cross_compiling 0.0.0": {
4620      "name": "musl_cross_compiling",
4621      "version": "0.0.0",
4622      "package_url": null,
4623      "repository": null,
4624      "targets": [
4625        {
4626          "Library": {
4627            "crate_name": "musl_cross_compiling",
4628            "crate_root": "../../../../../../dev/null",
4629            "srcs": {
4630              "allow_empty": true,
4631              "include": [
4632                "**/*.rs"
4633              ]
4634            }
4635          }
4636        }
4637      ],
4638      "library_target_name": "musl_cross_compiling",
4639      "common_attrs": {
4640        "compile_data_glob": [
4641          "**"
4642        ],
4643        "deps": {
4644          "common": [
4645            {
4646              "id": "keyring 2.3.3",
4647              "target": "keyring"
4648            },
4649            {
4650              "id": "syn 1.0.109",
4651              "target": "syn"
4652            }
4653          ],
4654          "selects": {}
4655        },
4656        "edition": "2021",
4657        "version": "0.0.0"
4658      },
4659      "license": null,
4660      "license_ids": [],
4661      "license_file": null
4662    },
4663    "nix 0.26.4": {
4664      "name": "nix",
4665      "version": "0.26.4",
4666      "package_url": "https://github.com/nix-rust/nix",
4667      "repository": {
4668        "Http": {
4669          "url": "https://static.crates.io/crates/nix/0.26.4/download",
4670          "sha256": "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
4671        }
4672      },
4673      "targets": [
4674        {
4675          "Library": {
4676            "crate_name": "nix",
4677            "crate_root": "src/lib.rs",
4678            "srcs": {
4679              "allow_empty": true,
4680              "include": [
4681                "**/*.rs"
4682              ]
4683            }
4684          }
4685        }
4686      ],
4687      "library_target_name": "nix",
4688      "common_attrs": {
4689        "compile_data_glob": [
4690          "**"
4691        ],
4692        "crate_features": {
4693          "common": [
4694            "feature",
4695            "memoffset",
4696            "socket",
4697            "uio",
4698            "user"
4699          ],
4700          "selects": {}
4701        },
4702        "deps": {
4703          "common": [
4704            {
4705              "id": "bitflags 1.3.2",
4706              "target": "bitflags"
4707            },
4708            {
4709              "id": "cfg-if 1.0.0",
4710              "target": "cfg_if"
4711            },
4712            {
4713              "id": "libc 0.2.155",
4714              "target": "libc"
4715            },
4716            {
4717              "id": "memoffset 0.7.1",
4718              "target": "memoffset"
4719            }
4720          ],
4721          "selects": {}
4722        },
4723        "edition": "2018",
4724        "version": "0.26.4"
4725      },
4726      "license": "MIT",
4727      "license_ids": [
4728        "MIT"
4729      ],
4730      "license_file": "LICENSE"
4731    },
4732    "num 0.4.3": {
4733      "name": "num",
4734      "version": "0.4.3",
4735      "package_url": "https://github.com/rust-num/num",
4736      "repository": {
4737        "Http": {
4738          "url": "https://static.crates.io/crates/num/0.4.3/download",
4739          "sha256": "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
4740        }
4741      },
4742      "targets": [
4743        {
4744          "Library": {
4745            "crate_name": "num",
4746            "crate_root": "src/lib.rs",
4747            "srcs": {
4748              "allow_empty": true,
4749              "include": [
4750                "**/*.rs"
4751              ]
4752            }
4753          }
4754        }
4755      ],
4756      "library_target_name": "num",
4757      "common_attrs": {
4758        "compile_data_glob": [
4759          "**"
4760        ],
4761        "crate_features": {
4762          "common": [
4763            "default",
4764            "num-bigint",
4765            "std"
4766          ],
4767          "selects": {}
4768        },
4769        "deps": {
4770          "common": [
4771            {
4772              "id": "num-bigint 0.4.6",
4773              "target": "num_bigint"
4774            },
4775            {
4776              "id": "num-complex 0.4.6",
4777              "target": "num_complex"
4778            },
4779            {
4780              "id": "num-integer 0.1.46",
4781              "target": "num_integer"
4782            },
4783            {
4784              "id": "num-iter 0.1.45",
4785              "target": "num_iter"
4786            },
4787            {
4788              "id": "num-rational 0.4.2",
4789              "target": "num_rational"
4790            },
4791            {
4792              "id": "num-traits 0.2.19",
4793              "target": "num_traits"
4794            }
4795          ],
4796          "selects": {}
4797        },
4798        "edition": "2021",
4799        "version": "0.4.3"
4800      },
4801      "license": "MIT OR Apache-2.0",
4802      "license_ids": [
4803        "Apache-2.0",
4804        "MIT"
4805      ],
4806      "license_file": "LICENSE-APACHE"
4807    },
4808    "num-bigint 0.4.6": {
4809      "name": "num-bigint",
4810      "version": "0.4.6",
4811      "package_url": "https://github.com/rust-num/num-bigint",
4812      "repository": {
4813        "Http": {
4814          "url": "https://static.crates.io/crates/num-bigint/0.4.6/download",
4815          "sha256": "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
4816        }
4817      },
4818      "targets": [
4819        {
4820          "Library": {
4821            "crate_name": "num_bigint",
4822            "crate_root": "src/lib.rs",
4823            "srcs": {
4824              "allow_empty": true,
4825              "include": [
4826                "**/*.rs"
4827              ]
4828            }
4829          }
4830        }
4831      ],
4832      "library_target_name": "num_bigint",
4833      "common_attrs": {
4834        "compile_data_glob": [
4835          "**"
4836        ],
4837        "crate_features": {
4838          "common": [
4839            "std"
4840          ],
4841          "selects": {}
4842        },
4843        "deps": {
4844          "common": [
4845            {
4846              "id": "num-integer 0.1.46",
4847              "target": "num_integer"
4848            },
4849            {
4850              "id": "num-traits 0.2.19",
4851              "target": "num_traits"
4852            }
4853          ],
4854          "selects": {}
4855        },
4856        "edition": "2021",
4857        "version": "0.4.6"
4858      },
4859      "license": "MIT OR Apache-2.0",
4860      "license_ids": [
4861        "Apache-2.0",
4862        "MIT"
4863      ],
4864      "license_file": "LICENSE-APACHE"
4865    },
4866    "num-complex 0.4.6": {
4867      "name": "num-complex",
4868      "version": "0.4.6",
4869      "package_url": "https://github.com/rust-num/num-complex",
4870      "repository": {
4871        "Http": {
4872          "url": "https://static.crates.io/crates/num-complex/0.4.6/download",
4873          "sha256": "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
4874        }
4875      },
4876      "targets": [
4877        {
4878          "Library": {
4879            "crate_name": "num_complex",
4880            "crate_root": "src/lib.rs",
4881            "srcs": {
4882              "allow_empty": true,
4883              "include": [
4884                "**/*.rs"
4885              ]
4886            }
4887          }
4888        }
4889      ],
4890      "library_target_name": "num_complex",
4891      "common_attrs": {
4892        "compile_data_glob": [
4893          "**"
4894        ],
4895        "crate_features": {
4896          "common": [
4897            "std"
4898          ],
4899          "selects": {}
4900        },
4901        "deps": {
4902          "common": [
4903            {
4904              "id": "num-traits 0.2.19",
4905              "target": "num_traits"
4906            }
4907          ],
4908          "selects": {}
4909        },
4910        "edition": "2021",
4911        "version": "0.4.6"
4912      },
4913      "license": "MIT OR Apache-2.0",
4914      "license_ids": [
4915        "Apache-2.0",
4916        "MIT"
4917      ],
4918      "license_file": "LICENSE-APACHE"
4919    },
4920    "num-integer 0.1.46": {
4921      "name": "num-integer",
4922      "version": "0.1.46",
4923      "package_url": "https://github.com/rust-num/num-integer",
4924      "repository": {
4925        "Http": {
4926          "url": "https://static.crates.io/crates/num-integer/0.1.46/download",
4927          "sha256": "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
4928        }
4929      },
4930      "targets": [
4931        {
4932          "Library": {
4933            "crate_name": "num_integer",
4934            "crate_root": "src/lib.rs",
4935            "srcs": {
4936              "allow_empty": true,
4937              "include": [
4938                "**/*.rs"
4939              ]
4940            }
4941          }
4942        }
4943      ],
4944      "library_target_name": "num_integer",
4945      "common_attrs": {
4946        "compile_data_glob": [
4947          "**"
4948        ],
4949        "crate_features": {
4950          "common": [
4951            "i128",
4952            "std"
4953          ],
4954          "selects": {}
4955        },
4956        "deps": {
4957          "common": [
4958            {
4959              "id": "num-traits 0.2.19",
4960              "target": "num_traits"
4961            }
4962          ],
4963          "selects": {}
4964        },
4965        "edition": "2018",
4966        "version": "0.1.46"
4967      },
4968      "license": "MIT OR Apache-2.0",
4969      "license_ids": [
4970        "Apache-2.0",
4971        "MIT"
4972      ],
4973      "license_file": "LICENSE-APACHE"
4974    },
4975    "num-iter 0.1.45": {
4976      "name": "num-iter",
4977      "version": "0.1.45",
4978      "package_url": "https://github.com/rust-num/num-iter",
4979      "repository": {
4980        "Http": {
4981          "url": "https://static.crates.io/crates/num-iter/0.1.45/download",
4982          "sha256": "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
4983        }
4984      },
4985      "targets": [
4986        {
4987          "Library": {
4988            "crate_name": "num_iter",
4989            "crate_root": "src/lib.rs",
4990            "srcs": {
4991              "allow_empty": true,
4992              "include": [
4993                "**/*.rs"
4994              ]
4995            }
4996          }
4997        }
4998      ],
4999      "library_target_name": "num_iter",
5000      "common_attrs": {
5001        "compile_data_glob": [
5002          "**"
5003        ],
5004        "crate_features": {
5005          "common": [
5006            "i128",
5007            "std"
5008          ],
5009          "selects": {}
5010        },
5011        "deps": {
5012          "common": [
5013            {
5014              "id": "num-integer 0.1.46",
5015              "target": "num_integer"
5016            },
5017            {
5018              "id": "num-traits 0.2.19",
5019              "target": "num_traits"
5020            }
5021          ],
5022          "selects": {}
5023        },
5024        "edition": "2018",
5025        "version": "0.1.45"
5026      },
5027      "license": "MIT OR Apache-2.0",
5028      "license_ids": [
5029        "Apache-2.0",
5030        "MIT"
5031      ],
5032      "license_file": "LICENSE-APACHE"
5033    },
5034    "num-rational 0.4.2": {
5035      "name": "num-rational",
5036      "version": "0.4.2",
5037      "package_url": "https://github.com/rust-num/num-rational",
5038      "repository": {
5039        "Http": {
5040          "url": "https://static.crates.io/crates/num-rational/0.4.2/download",
5041          "sha256": "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
5042        }
5043      },
5044      "targets": [
5045        {
5046          "Library": {
5047            "crate_name": "num_rational",
5048            "crate_root": "src/lib.rs",
5049            "srcs": {
5050              "allow_empty": true,
5051              "include": [
5052                "**/*.rs"
5053              ]
5054            }
5055          }
5056        }
5057      ],
5058      "library_target_name": "num_rational",
5059      "common_attrs": {
5060        "compile_data_glob": [
5061          "**"
5062        ],
5063        "crate_features": {
5064          "common": [
5065            "num-bigint",
5066            "num-bigint-std",
5067            "std"
5068          ],
5069          "selects": {}
5070        },
5071        "deps": {
5072          "common": [
5073            {
5074              "id": "num-bigint 0.4.6",
5075              "target": "num_bigint"
5076            },
5077            {
5078              "id": "num-integer 0.1.46",
5079              "target": "num_integer"
5080            },
5081            {
5082              "id": "num-traits 0.2.19",
5083              "target": "num_traits"
5084            }
5085          ],
5086          "selects": {}
5087        },
5088        "edition": "2021",
5089        "version": "0.4.2"
5090      },
5091      "license": "MIT OR Apache-2.0",
5092      "license_ids": [
5093        "Apache-2.0",
5094        "MIT"
5095      ],
5096      "license_file": "LICENSE-APACHE"
5097    },
5098    "num-traits 0.2.19": {
5099      "name": "num-traits",
5100      "version": "0.2.19",
5101      "package_url": "https://github.com/rust-num/num-traits",
5102      "repository": {
5103        "Http": {
5104          "url": "https://static.crates.io/crates/num-traits/0.2.19/download",
5105          "sha256": "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
5106        }
5107      },
5108      "targets": [
5109        {
5110          "Library": {
5111            "crate_name": "num_traits",
5112            "crate_root": "src/lib.rs",
5113            "srcs": {
5114              "allow_empty": true,
5115              "include": [
5116                "**/*.rs"
5117              ]
5118            }
5119          }
5120        },
5121        {
5122          "BuildScript": {
5123            "crate_name": "build_script_build",
5124            "crate_root": "build.rs",
5125            "srcs": {
5126              "allow_empty": true,
5127              "include": [
5128                "**/*.rs"
5129              ]
5130            }
5131          }
5132        }
5133      ],
5134      "library_target_name": "num_traits",
5135      "common_attrs": {
5136        "compile_data_glob": [
5137          "**"
5138        ],
5139        "crate_features": {
5140          "common": [
5141            "i128",
5142            "std"
5143          ],
5144          "selects": {}
5145        },
5146        "deps": {
5147          "common": [
5148            {
5149              "id": "num-traits 0.2.19",
5150              "target": "build_script_build"
5151            }
5152          ],
5153          "selects": {}
5154        },
5155        "edition": "2021",
5156        "version": "0.2.19"
5157      },
5158      "build_script_attrs": {
5159        "data_glob": [
5160          "**"
5161        ],
5162        "deps": {
5163          "common": [
5164            {
5165              "id": "autocfg 1.3.0",
5166              "target": "autocfg"
5167            }
5168          ],
5169          "selects": {}
5170        }
5171      },
5172      "license": "MIT OR Apache-2.0",
5173      "license_ids": [
5174        "Apache-2.0",
5175        "MIT"
5176      ],
5177      "license_file": "LICENSE-APACHE"
5178    },
5179    "once_cell 1.19.0": {
5180      "name": "once_cell",
5181      "version": "1.19.0",
5182      "package_url": "https://github.com/matklad/once_cell",
5183      "repository": {
5184        "Http": {
5185          "url": "https://static.crates.io/crates/once_cell/1.19.0/download",
5186          "sha256": "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
5187        }
5188      },
5189      "targets": [
5190        {
5191          "Library": {
5192            "crate_name": "once_cell",
5193            "crate_root": "src/lib.rs",
5194            "srcs": {
5195              "allow_empty": true,
5196              "include": [
5197                "**/*.rs"
5198              ]
5199            }
5200          }
5201        }
5202      ],
5203      "library_target_name": "once_cell",
5204      "common_attrs": {
5205        "compile_data_glob": [
5206          "**"
5207        ],
5208        "crate_features": {
5209          "common": [
5210            "alloc",
5211            "default",
5212            "race",
5213            "std"
5214          ],
5215          "selects": {}
5216        },
5217        "edition": "2021",
5218        "version": "1.19.0"
5219      },
5220      "license": "MIT OR Apache-2.0",
5221      "license_ids": [
5222        "Apache-2.0",
5223        "MIT"
5224      ],
5225      "license_file": "LICENSE-APACHE"
5226    },
5227    "ordered-stream 0.2.0": {
5228      "name": "ordered-stream",
5229      "version": "0.2.0",
5230      "package_url": "https://github.com/danieldg/ordered-stream",
5231      "repository": {
5232        "Http": {
5233          "url": "https://static.crates.io/crates/ordered-stream/0.2.0/download",
5234          "sha256": "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
5235        }
5236      },
5237      "targets": [
5238        {
5239          "Library": {
5240            "crate_name": "ordered_stream",
5241            "crate_root": "src/lib.rs",
5242            "srcs": {
5243              "allow_empty": true,
5244              "include": [
5245                "**/*.rs"
5246              ]
5247            }
5248          }
5249        }
5250      ],
5251      "library_target_name": "ordered_stream",
5252      "common_attrs": {
5253        "compile_data_glob": [
5254          "**"
5255        ],
5256        "deps": {
5257          "common": [
5258            {
5259              "id": "futures-core 0.3.30",
5260              "target": "futures_core"
5261            },
5262            {
5263              "id": "pin-project-lite 0.2.14",
5264              "target": "pin_project_lite"
5265            }
5266          ],
5267          "selects": {}
5268        },
5269        "edition": "2018",
5270        "version": "0.2.0"
5271      },
5272      "license": "MIT OR Apache-2.0",
5273      "license_ids": [
5274        "Apache-2.0",
5275        "MIT"
5276      ],
5277      "license_file": "LICENSE-APACHE"
5278    },
5279    "parking 2.2.0": {
5280      "name": "parking",
5281      "version": "2.2.0",
5282      "package_url": "https://github.com/smol-rs/parking",
5283      "repository": {
5284        "Http": {
5285          "url": "https://static.crates.io/crates/parking/2.2.0/download",
5286          "sha256": "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
5287        }
5288      },
5289      "targets": [
5290        {
5291          "Library": {
5292            "crate_name": "parking",
5293            "crate_root": "src/lib.rs",
5294            "srcs": {
5295              "allow_empty": true,
5296              "include": [
5297                "**/*.rs"
5298              ]
5299            }
5300          }
5301        }
5302      ],
5303      "library_target_name": "parking",
5304      "common_attrs": {
5305        "compile_data_glob": [
5306          "**"
5307        ],
5308        "edition": "2018",
5309        "version": "2.2.0"
5310      },
5311      "license": "Apache-2.0 OR MIT",
5312      "license_ids": [
5313        "Apache-2.0",
5314        "MIT"
5315      ],
5316      "license_file": "LICENSE-APACHE"
5317    },
5318    "pin-project-lite 0.2.14": {
5319      "name": "pin-project-lite",
5320      "version": "0.2.14",
5321      "package_url": "https://github.com/taiki-e/pin-project-lite",
5322      "repository": {
5323        "Http": {
5324          "url": "https://static.crates.io/crates/pin-project-lite/0.2.14/download",
5325          "sha256": "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
5326        }
5327      },
5328      "targets": [
5329        {
5330          "Library": {
5331            "crate_name": "pin_project_lite",
5332            "crate_root": "src/lib.rs",
5333            "srcs": {
5334              "allow_empty": true,
5335              "include": [
5336                "**/*.rs"
5337              ]
5338            }
5339          }
5340        }
5341      ],
5342      "library_target_name": "pin_project_lite",
5343      "common_attrs": {
5344        "compile_data_glob": [
5345          "**"
5346        ],
5347        "edition": "2018",
5348        "version": "0.2.14"
5349      },
5350      "license": "Apache-2.0 OR MIT",
5351      "license_ids": [
5352        "Apache-2.0",
5353        "MIT"
5354      ],
5355      "license_file": "LICENSE-APACHE"
5356    },
5357    "pin-utils 0.1.0": {
5358      "name": "pin-utils",
5359      "version": "0.1.0",
5360      "package_url": "https://github.com/rust-lang-nursery/pin-utils",
5361      "repository": {
5362        "Http": {
5363          "url": "https://static.crates.io/crates/pin-utils/0.1.0/download",
5364          "sha256": "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
5365        }
5366      },
5367      "targets": [
5368        {
5369          "Library": {
5370            "crate_name": "pin_utils",
5371            "crate_root": "src/lib.rs",
5372            "srcs": {
5373              "allow_empty": true,
5374              "include": [
5375                "**/*.rs"
5376              ]
5377            }
5378          }
5379        }
5380      ],
5381      "library_target_name": "pin_utils",
5382      "common_attrs": {
5383        "compile_data_glob": [
5384          "**"
5385        ],
5386        "edition": "2018",
5387        "version": "0.1.0"
5388      },
5389      "license": "MIT OR Apache-2.0",
5390      "license_ids": [
5391        "Apache-2.0",
5392        "MIT"
5393      ],
5394      "license_file": "LICENSE-APACHE"
5395    },
5396    "piper 0.2.3": {
5397      "name": "piper",
5398      "version": "0.2.3",
5399      "package_url": "https://github.com/smol-rs/piper",
5400      "repository": {
5401        "Http": {
5402          "url": "https://static.crates.io/crates/piper/0.2.3/download",
5403          "sha256": "ae1d5c74c9876f070d3e8fd503d748c7d974c3e48da8f41350fa5222ef9b4391"
5404        }
5405      },
5406      "targets": [
5407        {
5408          "Library": {
5409            "crate_name": "piper",
5410            "crate_root": "src/lib.rs",
5411            "srcs": {
5412              "allow_empty": true,
5413              "include": [
5414                "**/*.rs"
5415              ]
5416            }
5417          }
5418        }
5419      ],
5420      "library_target_name": "piper",
5421      "common_attrs": {
5422        "compile_data_glob": [
5423          "**"
5424        ],
5425        "crate_features": {
5426          "common": [
5427            "default",
5428            "futures-io",
5429            "std"
5430          ],
5431          "selects": {}
5432        },
5433        "deps": {
5434          "common": [
5435            {
5436              "id": "atomic-waker 1.1.2",
5437              "target": "atomic_waker"
5438            },
5439            {
5440              "id": "fastrand 2.1.0",
5441              "target": "fastrand"
5442            },
5443            {
5444              "id": "futures-io 0.3.30",
5445              "target": "futures_io"
5446            }
5447          ],
5448          "selects": {}
5449        },
5450        "edition": "2018",
5451        "version": "0.2.3"
5452      },
5453      "license": "MIT OR Apache-2.0",
5454      "license_ids": [
5455        "Apache-2.0",
5456        "MIT"
5457      ],
5458      "license_file": "LICENSE-APACHE"
5459    },
5460    "polling 2.8.0": {
5461      "name": "polling",
5462      "version": "2.8.0",
5463      "package_url": "https://github.com/smol-rs/polling",
5464      "repository": {
5465        "Http": {
5466          "url": "https://static.crates.io/crates/polling/2.8.0/download",
5467          "sha256": "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
5468        }
5469      },
5470      "targets": [
5471        {
5472          "Library": {
5473            "crate_name": "polling",
5474            "crate_root": "src/lib.rs",
5475            "srcs": {
5476              "allow_empty": true,
5477              "include": [
5478                "**/*.rs"
5479              ]
5480            }
5481          }
5482        },
5483        {
5484          "BuildScript": {
5485            "crate_name": "build_script_build",
5486            "crate_root": "build.rs",
5487            "srcs": {
5488              "allow_empty": true,
5489              "include": [
5490                "**/*.rs"
5491              ]
5492            }
5493          }
5494        }
5495      ],
5496      "library_target_name": "polling",
5497      "common_attrs": {
5498        "compile_data_glob": [
5499          "**"
5500        ],
5501        "crate_features": {
5502          "common": [
5503            "default",
5504            "std"
5505          ],
5506          "selects": {}
5507        },
5508        "deps": {
5509          "common": [
5510            {
5511              "id": "cfg-if 1.0.0",
5512              "target": "cfg_if"
5513            },
5514            {
5515              "id": "log 0.4.22",
5516              "target": "log"
5517            },
5518            {
5519              "id": "polling 2.8.0",
5520              "target": "build_script_build"
5521            }
5522          ],
5523          "selects": {
5524            "cfg(any(unix, target_os = \"fuchsia\", target_os = \"vxworks\"))": [
5525              {
5526                "id": "libc 0.2.155",
5527                "target": "libc"
5528              }
5529            ],
5530            "cfg(windows)": [
5531              {
5532                "id": "bitflags 1.3.2",
5533                "target": "bitflags"
5534              },
5535              {
5536                "id": "concurrent-queue 2.5.0",
5537                "target": "concurrent_queue"
5538              },
5539              {
5540                "id": "pin-project-lite 0.2.14",
5541                "target": "pin_project_lite"
5542              },
5543              {
5544                "id": "windows-sys 0.48.0",
5545                "target": "windows_sys"
5546              }
5547            ]
5548          }
5549        },
5550        "edition": "2018",
5551        "version": "2.8.0"
5552      },
5553      "build_script_attrs": {
5554        "data_glob": [
5555          "**"
5556        ],
5557        "deps": {
5558          "common": [
5559            {
5560              "id": "autocfg 1.3.0",
5561              "target": "autocfg"
5562            }
5563          ],
5564          "selects": {}
5565        }
5566      },
5567      "license": "Apache-2.0 OR MIT",
5568      "license_ids": [
5569        "Apache-2.0",
5570        "MIT"
5571      ],
5572      "license_file": "LICENSE-APACHE"
5573    },
5574    "polling 3.7.2": {
5575      "name": "polling",
5576      "version": "3.7.2",
5577      "package_url": "https://github.com/smol-rs/polling",
5578      "repository": {
5579        "Http": {
5580          "url": "https://static.crates.io/crates/polling/3.7.2/download",
5581          "sha256": "a3ed00ed3fbf728b5816498ecd316d1716eecaced9c0c8d2c5a6740ca214985b"
5582        }
5583      },
5584      "targets": [
5585        {
5586          "Library": {
5587            "crate_name": "polling",
5588            "crate_root": "src/lib.rs",
5589            "srcs": {
5590              "allow_empty": true,
5591              "include": [
5592                "**/*.rs"
5593              ]
5594            }
5595          }
5596        }
5597      ],
5598      "library_target_name": "polling",
5599      "common_attrs": {
5600        "compile_data_glob": [
5601          "**"
5602        ],
5603        "deps": {
5604          "common": [
5605            {
5606              "id": "cfg-if 1.0.0",
5607              "target": "cfg_if"
5608            },
5609            {
5610              "id": "tracing 0.1.40",
5611              "target": "tracing"
5612            }
5613          ],
5614          "selects": {
5615            "cfg(any(unix, target_os = \"fuchsia\", target_os = \"vxworks\"))": [
5616              {
5617                "id": "rustix 0.38.34",
5618                "target": "rustix"
5619              }
5620            ],
5621            "cfg(target_os = \"hermit\")": [
5622              {
5623                "id": "hermit-abi 0.4.0",
5624                "target": "hermit_abi"
5625              }
5626            ],
5627            "cfg(windows)": [
5628              {
5629                "id": "concurrent-queue 2.5.0",
5630                "target": "concurrent_queue"
5631              },
5632              {
5633                "id": "pin-project-lite 0.2.14",
5634                "target": "pin_project_lite"
5635              },
5636              {
5637                "id": "windows-sys 0.52.0",
5638                "target": "windows_sys"
5639              }
5640            ]
5641          }
5642        },
5643        "edition": "2021",
5644        "version": "3.7.2"
5645      },
5646      "license": "Apache-2.0 OR MIT",
5647      "license_ids": [
5648        "Apache-2.0",
5649        "MIT"
5650      ],
5651      "license_file": "LICENSE-APACHE"
5652    },
5653    "ppv-lite86 0.2.17": {
5654      "name": "ppv-lite86",
5655      "version": "0.2.17",
5656      "package_url": "https://github.com/cryptocorrosion/cryptocorrosion",
5657      "repository": {
5658        "Http": {
5659          "url": "https://static.crates.io/crates/ppv-lite86/0.2.17/download",
5660          "sha256": "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
5661        }
5662      },
5663      "targets": [
5664        {
5665          "Library": {
5666            "crate_name": "ppv_lite86",
5667            "crate_root": "src/lib.rs",
5668            "srcs": {
5669              "allow_empty": true,
5670              "include": [
5671                "**/*.rs"
5672              ]
5673            }
5674          }
5675        }
5676      ],
5677      "library_target_name": "ppv_lite86",
5678      "common_attrs": {
5679        "compile_data_glob": [
5680          "**"
5681        ],
5682        "crate_features": {
5683          "common": [
5684            "simd",
5685            "std"
5686          ],
5687          "selects": {}
5688        },
5689        "edition": "2018",
5690        "version": "0.2.17"
5691      },
5692      "license": "MIT/Apache-2.0",
5693      "license_ids": [
5694        "Apache-2.0",
5695        "MIT"
5696      ],
5697      "license_file": "LICENSE-APACHE"
5698    },
5699    "proc-macro-crate 1.3.1": {
5700      "name": "proc-macro-crate",
5701      "version": "1.3.1",
5702      "package_url": "https://github.com/bkchr/proc-macro-crate",
5703      "repository": {
5704        "Http": {
5705          "url": "https://static.crates.io/crates/proc-macro-crate/1.3.1/download",
5706          "sha256": "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
5707        }
5708      },
5709      "targets": [
5710        {
5711          "Library": {
5712            "crate_name": "proc_macro_crate",
5713            "crate_root": "src/lib.rs",
5714            "srcs": {
5715              "allow_empty": true,
5716              "include": [
5717                "**/*.rs"
5718              ]
5719            }
5720          }
5721        }
5722      ],
5723      "library_target_name": "proc_macro_crate",
5724      "common_attrs": {
5725        "compile_data_glob": [
5726          "**"
5727        ],
5728        "deps": {
5729          "common": [
5730            {
5731              "id": "once_cell 1.19.0",
5732              "target": "once_cell"
5733            },
5734            {
5735              "id": "toml_edit 0.19.15",
5736              "target": "toml_edit"
5737            }
5738          ],
5739          "selects": {}
5740        },
5741        "edition": "2021",
5742        "version": "1.3.1"
5743      },
5744      "license": "MIT OR Apache-2.0",
5745      "license_ids": [
5746        "Apache-2.0",
5747        "MIT"
5748      ],
5749      "license_file": "LICENSE-APACHE"
5750    },
5751    "proc-macro2 1.0.86": {
5752      "name": "proc-macro2",
5753      "version": "1.0.86",
5754      "package_url": "https://github.com/dtolnay/proc-macro2",
5755      "repository": {
5756        "Http": {
5757          "url": "https://static.crates.io/crates/proc-macro2/1.0.86/download",
5758          "sha256": "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
5759        }
5760      },
5761      "targets": [
5762        {
5763          "Library": {
5764            "crate_name": "proc_macro2",
5765            "crate_root": "src/lib.rs",
5766            "srcs": {
5767              "allow_empty": true,
5768              "include": [
5769                "**/*.rs"
5770              ]
5771            }
5772          }
5773        },
5774        {
5775          "BuildScript": {
5776            "crate_name": "build_script_build",
5777            "crate_root": "build.rs",
5778            "srcs": {
5779              "allow_empty": true,
5780              "include": [
5781                "**/*.rs"
5782              ]
5783            }
5784          }
5785        }
5786      ],
5787      "library_target_name": "proc_macro2",
5788      "common_attrs": {
5789        "compile_data_glob": [
5790          "**"
5791        ],
5792        "crate_features": {
5793          "common": [
5794            "default",
5795            "proc-macro"
5796          ],
5797          "selects": {}
5798        },
5799        "deps": {
5800          "common": [
5801            {
5802              "id": "proc-macro2 1.0.86",
5803              "target": "build_script_build"
5804            },
5805            {
5806              "id": "unicode-ident 1.0.12",
5807              "target": "unicode_ident"
5808            }
5809          ],
5810          "selects": {}
5811        },
5812        "edition": "2021",
5813        "version": "1.0.86"
5814      },
5815      "build_script_attrs": {
5816        "data_glob": [
5817          "**"
5818        ]
5819      },
5820      "license": "MIT OR Apache-2.0",
5821      "license_ids": [
5822        "Apache-2.0",
5823        "MIT"
5824      ],
5825      "license_file": "LICENSE-APACHE"
5826    },
5827    "quote 1.0.36": {
5828      "name": "quote",
5829      "version": "1.0.36",
5830      "package_url": "https://github.com/dtolnay/quote",
5831      "repository": {
5832        "Http": {
5833          "url": "https://static.crates.io/crates/quote/1.0.36/download",
5834          "sha256": "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
5835        }
5836      },
5837      "targets": [
5838        {
5839          "Library": {
5840            "crate_name": "quote",
5841            "crate_root": "src/lib.rs",
5842            "srcs": {
5843              "allow_empty": true,
5844              "include": [
5845                "**/*.rs"
5846              ]
5847            }
5848          }
5849        }
5850      ],
5851      "library_target_name": "quote",
5852      "common_attrs": {
5853        "compile_data_glob": [
5854          "**"
5855        ],
5856        "crate_features": {
5857          "common": [
5858            "default",
5859            "proc-macro"
5860          ],
5861          "selects": {}
5862        },
5863        "deps": {
5864          "common": [
5865            {
5866              "id": "proc-macro2 1.0.86",
5867              "target": "proc_macro2"
5868            }
5869          ],
5870          "selects": {}
5871        },
5872        "edition": "2018",
5873        "version": "1.0.36"
5874      },
5875      "license": "MIT OR Apache-2.0",
5876      "license_ids": [
5877        "Apache-2.0",
5878        "MIT"
5879      ],
5880      "license_file": "LICENSE-APACHE"
5881    },
5882    "rand 0.8.5": {
5883      "name": "rand",
5884      "version": "0.8.5",
5885      "package_url": "https://github.com/rust-random/rand",
5886      "repository": {
5887        "Http": {
5888          "url": "https://static.crates.io/crates/rand/0.8.5/download",
5889          "sha256": "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
5890        }
5891      },
5892      "targets": [
5893        {
5894          "Library": {
5895            "crate_name": "rand",
5896            "crate_root": "src/lib.rs",
5897            "srcs": {
5898              "allow_empty": true,
5899              "include": [
5900                "**/*.rs"
5901              ]
5902            }
5903          }
5904        }
5905      ],
5906      "library_target_name": "rand",
5907      "common_attrs": {
5908        "compile_data_glob": [
5909          "**"
5910        ],
5911        "crate_features": {
5912          "common": [
5913            "alloc",
5914            "default",
5915            "getrandom",
5916            "libc",
5917            "rand_chacha",
5918            "std",
5919            "std_rng"
5920          ],
5921          "selects": {}
5922        },
5923        "deps": {
5924          "common": [
5925            {
5926              "id": "libc 0.2.155",
5927              "target": "libc"
5928            },
5929            {
5930              "id": "rand_chacha 0.3.1",
5931              "target": "rand_chacha"
5932            },
5933            {
5934              "id": "rand_core 0.6.4",
5935              "target": "rand_core"
5936            }
5937          ],
5938          "selects": {}
5939        },
5940        "edition": "2018",
5941        "version": "0.8.5"
5942      },
5943      "license": "MIT OR Apache-2.0",
5944      "license_ids": [
5945        "Apache-2.0",
5946        "MIT"
5947      ],
5948      "license_file": "LICENSE-APACHE"
5949    },
5950    "rand_chacha 0.3.1": {
5951      "name": "rand_chacha",
5952      "version": "0.3.1",
5953      "package_url": "https://github.com/rust-random/rand",
5954      "repository": {
5955        "Http": {
5956          "url": "https://static.crates.io/crates/rand_chacha/0.3.1/download",
5957          "sha256": "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
5958        }
5959      },
5960      "targets": [
5961        {
5962          "Library": {
5963            "crate_name": "rand_chacha",
5964            "crate_root": "src/lib.rs",
5965            "srcs": {
5966              "allow_empty": true,
5967              "include": [
5968                "**/*.rs"
5969              ]
5970            }
5971          }
5972        }
5973      ],
5974      "library_target_name": "rand_chacha",
5975      "common_attrs": {
5976        "compile_data_glob": [
5977          "**"
5978        ],
5979        "crate_features": {
5980          "common": [
5981            "std"
5982          ],
5983          "selects": {}
5984        },
5985        "deps": {
5986          "common": [
5987            {
5988              "id": "ppv-lite86 0.2.17",
5989              "target": "ppv_lite86"
5990            },
5991            {
5992              "id": "rand_core 0.6.4",
5993              "target": "rand_core"
5994            }
5995          ],
5996          "selects": {}
5997        },
5998        "edition": "2018",
5999        "version": "0.3.1"
6000      },
6001      "license": "MIT OR Apache-2.0",
6002      "license_ids": [
6003        "Apache-2.0",
6004        "MIT"
6005      ],
6006      "license_file": "LICENSE-APACHE"
6007    },
6008    "rand_core 0.6.4": {
6009      "name": "rand_core",
6010      "version": "0.6.4",
6011      "package_url": "https://github.com/rust-random/rand",
6012      "repository": {
6013        "Http": {
6014          "url": "https://static.crates.io/crates/rand_core/0.6.4/download",
6015          "sha256": "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
6016        }
6017      },
6018      "targets": [
6019        {
6020          "Library": {
6021            "crate_name": "rand_core",
6022            "crate_root": "src/lib.rs",
6023            "srcs": {
6024              "allow_empty": true,
6025              "include": [
6026                "**/*.rs"
6027              ]
6028            }
6029          }
6030        }
6031      ],
6032      "library_target_name": "rand_core",
6033      "common_attrs": {
6034        "compile_data_glob": [
6035          "**"
6036        ],
6037        "crate_features": {
6038          "common": [
6039            "alloc",
6040            "getrandom",
6041            "std"
6042          ],
6043          "selects": {}
6044        },
6045        "deps": {
6046          "common": [
6047            {
6048              "id": "getrandom 0.2.15",
6049              "target": "getrandom"
6050            }
6051          ],
6052          "selects": {}
6053        },
6054        "edition": "2018",
6055        "version": "0.6.4"
6056      },
6057      "license": "MIT OR Apache-2.0",
6058      "license_ids": [
6059        "Apache-2.0",
6060        "MIT"
6061      ],
6062      "license_file": "LICENSE-APACHE"
6063    },
6064    "regex 1.10.5": {
6065      "name": "regex",
6066      "version": "1.10.5",
6067      "package_url": "https://github.com/rust-lang/regex",
6068      "repository": {
6069        "Http": {
6070          "url": "https://static.crates.io/crates/regex/1.10.5/download",
6071          "sha256": "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
6072        }
6073      },
6074      "targets": [
6075        {
6076          "Library": {
6077            "crate_name": "regex",
6078            "crate_root": "src/lib.rs",
6079            "srcs": {
6080              "allow_empty": true,
6081              "include": [
6082                "**/*.rs"
6083              ]
6084            }
6085          }
6086        }
6087      ],
6088      "library_target_name": "regex",
6089      "common_attrs": {
6090        "compile_data_glob": [
6091          "**"
6092        ],
6093        "crate_features": {
6094          "common": [
6095            "default",
6096            "perf",
6097            "perf-backtrack",
6098            "perf-cache",
6099            "perf-dfa",
6100            "perf-inline",
6101            "perf-literal",
6102            "perf-onepass",
6103            "std",
6104            "unicode",
6105            "unicode-age",
6106            "unicode-bool",
6107            "unicode-case",
6108            "unicode-gencat",
6109            "unicode-perl",
6110            "unicode-script",
6111            "unicode-segment"
6112          ],
6113          "selects": {}
6114        },
6115        "deps": {
6116          "common": [
6117            {
6118              "id": "aho-corasick 1.1.3",
6119              "target": "aho_corasick"
6120            },
6121            {
6122              "id": "memchr 2.7.4",
6123              "target": "memchr"
6124            },
6125            {
6126              "id": "regex-automata 0.4.7",
6127              "target": "regex_automata"
6128            },
6129            {
6130              "id": "regex-syntax 0.8.4",
6131              "target": "regex_syntax"
6132            }
6133          ],
6134          "selects": {}
6135        },
6136        "edition": "2021",
6137        "version": "1.10.5"
6138      },
6139      "license": "MIT OR Apache-2.0",
6140      "license_ids": [
6141        "Apache-2.0",
6142        "MIT"
6143      ],
6144      "license_file": "LICENSE-APACHE"
6145    },
6146    "regex-automata 0.4.7": {
6147      "name": "regex-automata",
6148      "version": "0.4.7",
6149      "package_url": "https://github.com/rust-lang/regex/tree/master/regex-automata",
6150      "repository": {
6151        "Http": {
6152          "url": "https://static.crates.io/crates/regex-automata/0.4.7/download",
6153          "sha256": "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
6154        }
6155      },
6156      "targets": [
6157        {
6158          "Library": {
6159            "crate_name": "regex_automata",
6160            "crate_root": "src/lib.rs",
6161            "srcs": {
6162              "allow_empty": true,
6163              "include": [
6164                "**/*.rs"
6165              ]
6166            }
6167          }
6168        }
6169      ],
6170      "library_target_name": "regex_automata",
6171      "common_attrs": {
6172        "compile_data_glob": [
6173          "**"
6174        ],
6175        "crate_features": {
6176          "common": [
6177            "alloc",
6178            "dfa-onepass",
6179            "hybrid",
6180            "meta",
6181            "nfa-backtrack",
6182            "nfa-pikevm",
6183            "nfa-thompson",
6184            "perf-inline",
6185            "perf-literal",
6186            "perf-literal-multisubstring",
6187            "perf-literal-substring",
6188            "std",
6189            "syntax",
6190            "unicode",
6191            "unicode-age",
6192            "unicode-bool",
6193            "unicode-case",
6194            "unicode-gencat",
6195            "unicode-perl",
6196            "unicode-script",
6197            "unicode-segment",
6198            "unicode-word-boundary"
6199          ],
6200          "selects": {}
6201        },
6202        "deps": {
6203          "common": [
6204            {
6205              "id": "aho-corasick 1.1.3",
6206              "target": "aho_corasick"
6207            },
6208            {
6209              "id": "memchr 2.7.4",
6210              "target": "memchr"
6211            },
6212            {
6213              "id": "regex-syntax 0.8.4",
6214              "target": "regex_syntax"
6215            }
6216          ],
6217          "selects": {}
6218        },
6219        "edition": "2021",
6220        "version": "0.4.7"
6221      },
6222      "license": "MIT OR Apache-2.0",
6223      "license_ids": [
6224        "Apache-2.0",
6225        "MIT"
6226      ],
6227      "license_file": "LICENSE-APACHE"
6228    },
6229    "regex-syntax 0.8.4": {
6230      "name": "regex-syntax",
6231      "version": "0.8.4",
6232      "package_url": "https://github.com/rust-lang/regex/tree/master/regex-syntax",
6233      "repository": {
6234        "Http": {
6235          "url": "https://static.crates.io/crates/regex-syntax/0.8.4/download",
6236          "sha256": "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
6237        }
6238      },
6239      "targets": [
6240        {
6241          "Library": {
6242            "crate_name": "regex_syntax",
6243            "crate_root": "src/lib.rs",
6244            "srcs": {
6245              "allow_empty": true,
6246              "include": [
6247                "**/*.rs"
6248              ]
6249            }
6250          }
6251        }
6252      ],
6253      "library_target_name": "regex_syntax",
6254      "common_attrs": {
6255        "compile_data_glob": [
6256          "**"
6257        ],
6258        "crate_features": {
6259          "common": [
6260            "default",
6261            "std",
6262            "unicode",
6263            "unicode-age",
6264            "unicode-bool",
6265            "unicode-case",
6266            "unicode-gencat",
6267            "unicode-perl",
6268            "unicode-script",
6269            "unicode-segment"
6270          ],
6271          "selects": {}
6272        },
6273        "edition": "2021",
6274        "version": "0.8.4"
6275      },
6276      "license": "MIT OR Apache-2.0",
6277      "license_ids": [
6278        "Apache-2.0",
6279        "MIT"
6280      ],
6281      "license_file": "LICENSE-APACHE"
6282    },
6283    "rustix 0.37.27": {
6284      "name": "rustix",
6285      "version": "0.37.27",
6286      "package_url": "https://github.com/bytecodealliance/rustix",
6287      "repository": {
6288        "Http": {
6289          "url": "https://static.crates.io/crates/rustix/0.37.27/download",
6290          "sha256": "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
6291        }
6292      },
6293      "targets": [
6294        {
6295          "Library": {
6296            "crate_name": "rustix",
6297            "crate_root": "src/lib.rs",
6298            "srcs": {
6299              "allow_empty": true,
6300              "include": [
6301                "**/*.rs"
6302              ]
6303            }
6304          }
6305        },
6306        {
6307          "BuildScript": {
6308            "crate_name": "build_script_build",
6309            "crate_root": "build.rs",
6310            "srcs": {
6311              "allow_empty": true,
6312              "include": [
6313                "**/*.rs"
6314              ]
6315            }
6316          }
6317        }
6318      ],
6319      "library_target_name": "rustix",
6320      "common_attrs": {
6321        "compile_data_glob": [
6322          "**"
6323        ],
6324        "crate_features": {
6325          "common": [
6326            "fs",
6327            "io-lifetimes",
6328            "std"
6329          ],
6330          "selects": {}
6331        },
6332        "deps": {
6333          "common": [
6334            {
6335              "id": "bitflags 1.3.2",
6336              "target": "bitflags"
6337            },
6338            {
6339              "id": "io-lifetimes 1.0.11",
6340              "target": "io_lifetimes"
6341            },
6342            {
6343              "id": "rustix 0.37.27",
6344              "target": "build_script_build"
6345            }
6346          ],
6347          "selects": {
6348            "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))": [
6349              {
6350                "id": "linux-raw-sys 0.3.8",
6351                "target": "linux_raw_sys"
6352              }
6353            ],
6354            "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))": [
6355              {
6356                "id": "linux-raw-sys 0.3.8",
6357                "target": "linux_raw_sys"
6358              }
6359            ],
6360            "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))": [
6361              {
6362                "id": "errno 0.3.9",
6363                "target": "errno",
6364                "alias": "libc_errno"
6365              },
6366              {
6367                "id": "libc 0.2.155",
6368                "target": "libc"
6369              }
6370            ],
6371            "cfg(windows)": [
6372              {
6373                "id": "errno 0.3.9",
6374                "target": "errno",
6375                "alias": "libc_errno"
6376              },
6377              {
6378                "id": "windows-sys 0.48.0",
6379                "target": "windows_sys"
6380              }
6381            ]
6382          }
6383        },
6384        "edition": "2018",
6385        "version": "0.37.27"
6386      },
6387      "build_script_attrs": {
6388        "data_glob": [
6389          "**"
6390        ]
6391      },
6392      "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT",
6393      "license_ids": [
6394        "Apache-2.0",
6395        "MIT"
6396      ],
6397      "license_file": "LICENSE-APACHE"
6398    },
6399    "rustix 0.38.34": {
6400      "name": "rustix",
6401      "version": "0.38.34",
6402      "package_url": "https://github.com/bytecodealliance/rustix",
6403      "repository": {
6404        "Http": {
6405          "url": "https://static.crates.io/crates/rustix/0.38.34/download",
6406          "sha256": "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
6407        }
6408      },
6409      "targets": [
6410        {
6411          "Library": {
6412            "crate_name": "rustix",
6413            "crate_root": "src/lib.rs",
6414            "srcs": {
6415              "allow_empty": true,
6416              "include": [
6417                "**/*.rs"
6418              ]
6419            }
6420          }
6421        },
6422        {
6423          "BuildScript": {
6424            "crate_name": "build_script_build",
6425            "crate_root": "build.rs",
6426            "srcs": {
6427              "allow_empty": true,
6428              "include": [
6429                "**/*.rs"
6430              ]
6431            }
6432          }
6433        }
6434      ],
6435      "library_target_name": "rustix",
6436      "common_attrs": {
6437        "compile_data_glob": [
6438          "**"
6439        ],
6440        "deps": {
6441          "common": [
6442            {
6443              "id": "bitflags 2.6.0",
6444              "target": "bitflags"
6445            },
6446            {
6447              "id": "rustix 0.38.34",
6448              "target": "build_script_build"
6449            }
6450          ],
6451          "selects": {
6452            "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))": [
6453              {
6454                "id": "linux-raw-sys 0.4.14",
6455                "target": "linux_raw_sys"
6456              }
6457            ],
6458            "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))": [
6459              {
6460                "id": "linux-raw-sys 0.4.14",
6461                "target": "linux_raw_sys"
6462              }
6463            ],
6464            "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))": [
6465              {
6466                "id": "errno 0.3.9",
6467                "target": "errno",
6468                "alias": "libc_errno"
6469              },
6470              {
6471                "id": "libc 0.2.155",
6472                "target": "libc"
6473              }
6474            ],
6475            "cfg(windows)": [
6476              {
6477                "id": "errno 0.3.9",
6478                "target": "errno",
6479                "alias": "libc_errno"
6480              },
6481              {
6482                "id": "windows-sys 0.52.0",
6483                "target": "windows_sys"
6484              }
6485            ]
6486          }
6487        },
6488        "edition": "2021",
6489        "version": "0.38.34"
6490      },
6491      "build_script_attrs": {
6492        "data_glob": [
6493          "**"
6494        ]
6495      },
6496      "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT",
6497      "license_ids": [
6498        "Apache-2.0",
6499        "MIT"
6500      ],
6501      "license_file": "LICENSE-APACHE"
6502    },
6503    "secret-service 3.1.0": {
6504      "name": "secret-service",
6505      "version": "3.1.0",
6506      "package_url": "https://github.com/hwchen/secret-service-rs.git",
6507      "repository": {
6508        "Http": {
6509          "url": "https://static.crates.io/crates/secret-service/3.1.0/download",
6510          "sha256": "b5204d39df37f06d1944935232fd2dfe05008def7ca599bf28c0800366c8a8f9"
6511        }
6512      },
6513      "targets": [
6514        {
6515          "Library": {
6516            "crate_name": "secret_service",
6517            "crate_root": "src/lib.rs",
6518            "srcs": {
6519              "allow_empty": true,
6520              "include": [
6521                "**/*.rs"
6522              ]
6523            }
6524          }
6525        }
6526      ],
6527      "library_target_name": "secret_service",
6528      "common_attrs": {
6529        "compile_data_glob": [
6530          "**"
6531        ],
6532        "crate_features": {
6533          "common": [
6534            "crypto-rust",
6535            "rt-async-io-crypto-rust"
6536          ],
6537          "selects": {}
6538        },
6539        "deps": {
6540          "common": [
6541            {
6542              "id": "aes 0.8.4",
6543              "target": "aes"
6544            },
6545            {
6546              "id": "cbc 0.1.2",
6547              "target": "cbc"
6548            },
6549            {
6550              "id": "futures-util 0.3.30",
6551              "target": "futures_util"
6552            },
6553            {
6554              "id": "generic-array 0.14.7",
6555              "target": "generic_array"
6556            },
6557            {
6558              "id": "hkdf 0.12.4",
6559              "target": "hkdf"
6560            },
6561            {
6562              "id": "num 0.4.3",
6563              "target": "num"
6564            },
6565            {
6566              "id": "once_cell 1.19.0",
6567              "target": "once_cell"
6568            },
6569            {
6570              "id": "rand 0.8.5",
6571              "target": "rand"
6572            },
6573            {
6574              "id": "serde 1.0.204",
6575              "target": "serde"
6576            },
6577            {
6578              "id": "sha2 0.10.8",
6579              "target": "sha2"
6580            },
6581            {
6582              "id": "zbus 3.15.2",
6583              "target": "zbus"
6584            }
6585          ],
6586          "selects": {}
6587        },
6588        "edition": "2021",
6589        "version": "3.1.0"
6590      },
6591      "license": "MIT OR Apache-2.0",
6592      "license_ids": [
6593        "Apache-2.0",
6594        "MIT"
6595      ],
6596      "license_file": "LICENSE-APACHE"
6597    },
6598    "security-framework 2.11.1": {
6599      "name": "security-framework",
6600      "version": "2.11.1",
6601      "package_url": "https://github.com/kornelski/rust-security-framework",
6602      "repository": {
6603        "Http": {
6604          "url": "https://static.crates.io/crates/security-framework/2.11.1/download",
6605          "sha256": "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
6606        }
6607      },
6608      "targets": [
6609        {
6610          "Library": {
6611            "crate_name": "security_framework",
6612            "crate_root": "src/lib.rs",
6613            "srcs": {
6614              "allow_empty": true,
6615              "include": [
6616                "**/*.rs"
6617              ]
6618            }
6619          }
6620        }
6621      ],
6622      "library_target_name": "security_framework",
6623      "common_attrs": {
6624        "compile_data_glob": [
6625          "**"
6626        ],
6627        "crate_features": {
6628          "common": [
6629            "OSX_10_10",
6630            "OSX_10_11",
6631            "OSX_10_12",
6632            "OSX_10_9",
6633            "default"
6634          ],
6635          "selects": {}
6636        },
6637        "deps": {
6638          "common": [
6639            {
6640              "id": "bitflags 2.6.0",
6641              "target": "bitflags"
6642            },
6643            {
6644              "id": "core-foundation 0.9.4",
6645              "target": "core_foundation"
6646            },
6647            {
6648              "id": "core-foundation-sys 0.8.6",
6649              "target": "core_foundation_sys"
6650            },
6651            {
6652              "id": "libc 0.2.155",
6653              "target": "libc"
6654            },
6655            {
6656              "id": "security-framework-sys 2.11.1",
6657              "target": "security_framework_sys"
6658            }
6659          ],
6660          "selects": {}
6661        },
6662        "edition": "2021",
6663        "version": "2.11.1"
6664      },
6665      "license": "MIT OR Apache-2.0",
6666      "license_ids": [
6667        "Apache-2.0",
6668        "MIT"
6669      ],
6670      "license_file": "LICENSE-APACHE"
6671    },
6672    "security-framework-sys 2.11.1": {
6673      "name": "security-framework-sys",
6674      "version": "2.11.1",
6675      "package_url": "https://github.com/kornelski/rust-security-framework",
6676      "repository": {
6677        "Http": {
6678          "url": "https://static.crates.io/crates/security-framework-sys/2.11.1/download",
6679          "sha256": "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
6680        }
6681      },
6682      "targets": [
6683        {
6684          "Library": {
6685            "crate_name": "security_framework_sys",
6686            "crate_root": "src/lib.rs",
6687            "srcs": {
6688              "allow_empty": true,
6689              "include": [
6690                "**/*.rs"
6691              ]
6692            }
6693          }
6694        }
6695      ],
6696      "library_target_name": "security_framework_sys",
6697      "common_attrs": {
6698        "compile_data_glob": [
6699          "**"
6700        ],
6701        "crate_features": {
6702          "common": [
6703            "OSX_10_10",
6704            "OSX_10_11",
6705            "OSX_10_12",
6706            "OSX_10_9"
6707          ],
6708          "selects": {}
6709        },
6710        "deps": {
6711          "common": [
6712            {
6713              "id": "core-foundation-sys 0.8.6",
6714              "target": "core_foundation_sys"
6715            },
6716            {
6717              "id": "libc 0.2.155",
6718              "target": "libc"
6719            }
6720          ],
6721          "selects": {}
6722        },
6723        "edition": "2021",
6724        "version": "2.11.1"
6725      },
6726      "license": "MIT OR Apache-2.0",
6727      "license_ids": [
6728        "Apache-2.0",
6729        "MIT"
6730      ],
6731      "license_file": "LICENSE-APACHE"
6732    },
6733    "serde 1.0.204": {
6734      "name": "serde",
6735      "version": "1.0.204",
6736      "package_url": "https://github.com/serde-rs/serde",
6737      "repository": {
6738        "Http": {
6739          "url": "https://static.crates.io/crates/serde/1.0.204/download",
6740          "sha256": "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12"
6741        }
6742      },
6743      "targets": [
6744        {
6745          "Library": {
6746            "crate_name": "serde",
6747            "crate_root": "src/lib.rs",
6748            "srcs": {
6749              "allow_empty": true,
6750              "include": [
6751                "**/*.rs"
6752              ]
6753            }
6754          }
6755        },
6756        {
6757          "BuildScript": {
6758            "crate_name": "build_script_build",
6759            "crate_root": "build.rs",
6760            "srcs": {
6761              "allow_empty": true,
6762              "include": [
6763                "**/*.rs"
6764              ]
6765            }
6766          }
6767        }
6768      ],
6769      "library_target_name": "serde",
6770      "common_attrs": {
6771        "compile_data_glob": [
6772          "**"
6773        ],
6774        "crate_features": {
6775          "common": [
6776            "default",
6777            "derive",
6778            "serde_derive",
6779            "std"
6780          ],
6781          "selects": {}
6782        },
6783        "deps": {
6784          "common": [
6785            {
6786              "id": "serde 1.0.204",
6787              "target": "build_script_build"
6788            }
6789          ],
6790          "selects": {}
6791        },
6792        "edition": "2018",
6793        "proc_macro_deps": {
6794          "common": [
6795            {
6796              "id": "serde_derive 1.0.204",
6797              "target": "serde_derive"
6798            }
6799          ],
6800          "selects": {}
6801        },
6802        "version": "1.0.204"
6803      },
6804      "build_script_attrs": {
6805        "data_glob": [
6806          "**"
6807        ]
6808      },
6809      "license": "MIT OR Apache-2.0",
6810      "license_ids": [
6811        "Apache-2.0",
6812        "MIT"
6813      ],
6814      "license_file": "LICENSE-APACHE"
6815    },
6816    "serde_derive 1.0.204": {
6817      "name": "serde_derive",
6818      "version": "1.0.204",
6819      "package_url": "https://github.com/serde-rs/serde",
6820      "repository": {
6821        "Http": {
6822          "url": "https://static.crates.io/crates/serde_derive/1.0.204/download",
6823          "sha256": "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222"
6824        }
6825      },
6826      "targets": [
6827        {
6828          "ProcMacro": {
6829            "crate_name": "serde_derive",
6830            "crate_root": "src/lib.rs",
6831            "srcs": {
6832              "allow_empty": true,
6833              "include": [
6834                "**/*.rs"
6835              ]
6836            }
6837          }
6838        }
6839      ],
6840      "library_target_name": "serde_derive",
6841      "common_attrs": {
6842        "compile_data_glob": [
6843          "**"
6844        ],
6845        "crate_features": {
6846          "common": [
6847            "default"
6848          ],
6849          "selects": {}
6850        },
6851        "deps": {
6852          "common": [
6853            {
6854              "id": "proc-macro2 1.0.86",
6855              "target": "proc_macro2"
6856            },
6857            {
6858              "id": "quote 1.0.36",
6859              "target": "quote"
6860            },
6861            {
6862              "id": "syn 2.0.71",
6863              "target": "syn"
6864            }
6865          ],
6866          "selects": {}
6867        },
6868        "edition": "2015",
6869        "version": "1.0.204"
6870      },
6871      "license": "MIT OR Apache-2.0",
6872      "license_ids": [
6873        "Apache-2.0",
6874        "MIT"
6875      ],
6876      "license_file": "LICENSE-APACHE"
6877    },
6878    "serde_repr 0.1.19": {
6879      "name": "serde_repr",
6880      "version": "0.1.19",
6881      "package_url": "https://github.com/dtolnay/serde-repr",
6882      "repository": {
6883        "Http": {
6884          "url": "https://static.crates.io/crates/serde_repr/0.1.19/download",
6885          "sha256": "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
6886        }
6887      },
6888      "targets": [
6889        {
6890          "ProcMacro": {
6891            "crate_name": "serde_repr",
6892            "crate_root": "src/lib.rs",
6893            "srcs": {
6894              "allow_empty": true,
6895              "include": [
6896                "**/*.rs"
6897              ]
6898            }
6899          }
6900        }
6901      ],
6902      "library_target_name": "serde_repr",
6903      "common_attrs": {
6904        "compile_data_glob": [
6905          "**"
6906        ],
6907        "deps": {
6908          "common": [
6909            {
6910              "id": "proc-macro2 1.0.86",
6911              "target": "proc_macro2"
6912            },
6913            {
6914              "id": "quote 1.0.36",
6915              "target": "quote"
6916            },
6917            {
6918              "id": "syn 2.0.71",
6919              "target": "syn"
6920            }
6921          ],
6922          "selects": {}
6923        },
6924        "edition": "2021",
6925        "version": "0.1.19"
6926      },
6927      "license": "MIT OR Apache-2.0",
6928      "license_ids": [
6929        "Apache-2.0",
6930        "MIT"
6931      ],
6932      "license_file": "LICENSE-APACHE"
6933    },
6934    "sha1 0.10.6": {
6935      "name": "sha1",
6936      "version": "0.10.6",
6937      "package_url": "https://github.com/RustCrypto/hashes",
6938      "repository": {
6939        "Http": {
6940          "url": "https://static.crates.io/crates/sha1/0.10.6/download",
6941          "sha256": "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
6942        }
6943      },
6944      "targets": [
6945        {
6946          "Library": {
6947            "crate_name": "sha1",
6948            "crate_root": "src/lib.rs",
6949            "srcs": {
6950              "allow_empty": true,
6951              "include": [
6952                "**/*.rs"
6953              ]
6954            }
6955          }
6956        }
6957      ],
6958      "library_target_name": "sha1",
6959      "common_attrs": {
6960        "compile_data_glob": [
6961          "**"
6962        ],
6963        "crate_features": {
6964          "common": [
6965            "default",
6966            "std"
6967          ],
6968          "selects": {}
6969        },
6970        "deps": {
6971          "common": [
6972            {
6973              "id": "cfg-if 1.0.0",
6974              "target": "cfg_if"
6975            },
6976            {
6977              "id": "digest 0.10.7",
6978              "target": "digest"
6979            }
6980          ],
6981          "selects": {
6982            "cfg(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"))": [
6983              {
6984                "id": "cpufeatures 0.2.12",
6985                "target": "cpufeatures"
6986              }
6987            ]
6988          }
6989        },
6990        "edition": "2018",
6991        "version": "0.10.6"
6992      },
6993      "license": "MIT OR Apache-2.0",
6994      "license_ids": [
6995        "Apache-2.0",
6996        "MIT"
6997      ],
6998      "license_file": "LICENSE-APACHE"
6999    },
7000    "sha2 0.10.8": {
7001      "name": "sha2",
7002      "version": "0.10.8",
7003      "package_url": "https://github.com/RustCrypto/hashes",
7004      "repository": {
7005        "Http": {
7006          "url": "https://static.crates.io/crates/sha2/0.10.8/download",
7007          "sha256": "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
7008        }
7009      },
7010      "targets": [
7011        {
7012          "Library": {
7013            "crate_name": "sha2",
7014            "crate_root": "src/lib.rs",
7015            "srcs": {
7016              "allow_empty": true,
7017              "include": [
7018                "**/*.rs"
7019              ]
7020            }
7021          }
7022        }
7023      ],
7024      "library_target_name": "sha2",
7025      "common_attrs": {
7026        "compile_data_glob": [
7027          "**"
7028        ],
7029        "crate_features": {
7030          "common": [
7031            "default",
7032            "std"
7033          ],
7034          "selects": {}
7035        },
7036        "deps": {
7037          "common": [
7038            {
7039              "id": "cfg-if 1.0.0",
7040              "target": "cfg_if"
7041            },
7042            {
7043              "id": "digest 0.10.7",
7044              "target": "digest"
7045            }
7046          ],
7047          "selects": {
7048            "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))": [
7049              {
7050                "id": "cpufeatures 0.2.12",
7051                "target": "cpufeatures"
7052              }
7053            ]
7054          }
7055        },
7056        "edition": "2018",
7057        "version": "0.10.8"
7058      },
7059      "license": "MIT OR Apache-2.0",
7060      "license_ids": [
7061        "Apache-2.0",
7062        "MIT"
7063      ],
7064      "license_file": "LICENSE-APACHE"
7065    },
7066    "signal-hook-registry 1.4.2": {
7067      "name": "signal-hook-registry",
7068      "version": "1.4.2",
7069      "package_url": "https://github.com/vorner/signal-hook",
7070      "repository": {
7071        "Http": {
7072          "url": "https://static.crates.io/crates/signal-hook-registry/1.4.2/download",
7073          "sha256": "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
7074        }
7075      },
7076      "targets": [
7077        {
7078          "Library": {
7079            "crate_name": "signal_hook_registry",
7080            "crate_root": "src/lib.rs",
7081            "srcs": {
7082              "allow_empty": true,
7083              "include": [
7084                "**/*.rs"
7085              ]
7086            }
7087          }
7088        }
7089      ],
7090      "library_target_name": "signal_hook_registry",
7091      "common_attrs": {
7092        "compile_data_glob": [
7093          "**"
7094        ],
7095        "deps": {
7096          "common": [
7097            {
7098              "id": "libc 0.2.155",
7099              "target": "libc"
7100            }
7101          ],
7102          "selects": {}
7103        },
7104        "edition": "2015",
7105        "version": "1.4.2"
7106      },
7107      "license": "Apache-2.0/MIT",
7108      "license_ids": [
7109        "Apache-2.0",
7110        "MIT"
7111      ],
7112      "license_file": "LICENSE-APACHE"
7113    },
7114    "slab 0.4.9": {
7115      "name": "slab",
7116      "version": "0.4.9",
7117      "package_url": "https://github.com/tokio-rs/slab",
7118      "repository": {
7119        "Http": {
7120          "url": "https://static.crates.io/crates/slab/0.4.9/download",
7121          "sha256": "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
7122        }
7123      },
7124      "targets": [
7125        {
7126          "Library": {
7127            "crate_name": "slab",
7128            "crate_root": "src/lib.rs",
7129            "srcs": {
7130              "allow_empty": true,
7131              "include": [
7132                "**/*.rs"
7133              ]
7134            }
7135          }
7136        },
7137        {
7138          "BuildScript": {
7139            "crate_name": "build_script_build",
7140            "crate_root": "build.rs",
7141            "srcs": {
7142              "allow_empty": true,
7143              "include": [
7144                "**/*.rs"
7145              ]
7146            }
7147          }
7148        }
7149      ],
7150      "library_target_name": "slab",
7151      "common_attrs": {
7152        "compile_data_glob": [
7153          "**"
7154        ],
7155        "crate_features": {
7156          "common": [
7157            "default",
7158            "std"
7159          ],
7160          "selects": {}
7161        },
7162        "deps": {
7163          "common": [
7164            {
7165              "id": "slab 0.4.9",
7166              "target": "build_script_build"
7167            }
7168          ],
7169          "selects": {}
7170        },
7171        "edition": "2018",
7172        "version": "0.4.9"
7173      },
7174      "build_script_attrs": {
7175        "data_glob": [
7176          "**"
7177        ],
7178        "deps": {
7179          "common": [
7180            {
7181              "id": "autocfg 1.3.0",
7182              "target": "autocfg"
7183            }
7184          ],
7185          "selects": {}
7186        }
7187      },
7188      "license": "MIT",
7189      "license_ids": [
7190        "MIT"
7191      ],
7192      "license_file": "LICENSE"
7193    },
7194    "socket2 0.4.10": {
7195      "name": "socket2",
7196      "version": "0.4.10",
7197      "package_url": "https://github.com/rust-lang/socket2",
7198      "repository": {
7199        "Http": {
7200          "url": "https://static.crates.io/crates/socket2/0.4.10/download",
7201          "sha256": "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
7202        }
7203      },
7204      "targets": [
7205        {
7206          "Library": {
7207            "crate_name": "socket2",
7208            "crate_root": "src/lib.rs",
7209            "srcs": {
7210              "allow_empty": true,
7211              "include": [
7212                "**/*.rs"
7213              ]
7214            }
7215          }
7216        }
7217      ],
7218      "library_target_name": "socket2",
7219      "common_attrs": {
7220        "compile_data_glob": [
7221          "**"
7222        ],
7223        "crate_features": {
7224          "common": [
7225            "all"
7226          ],
7227          "selects": {}
7228        },
7229        "deps": {
7230          "common": [],
7231          "selects": {
7232            "cfg(unix)": [
7233              {
7234                "id": "libc 0.2.155",
7235                "target": "libc"
7236              }
7237            ],
7238            "cfg(windows)": [
7239              {
7240                "id": "winapi 0.3.9",
7241                "target": "winapi"
7242              }
7243            ]
7244          }
7245        },
7246        "edition": "2018",
7247        "version": "0.4.10"
7248      },
7249      "license": "MIT OR Apache-2.0",
7250      "license_ids": [
7251        "Apache-2.0",
7252        "MIT"
7253      ],
7254      "license_file": "LICENSE-APACHE"
7255    },
7256    "static_assertions 1.1.0": {
7257      "name": "static_assertions",
7258      "version": "1.1.0",
7259      "package_url": "https://github.com/nvzqz/static-assertions-rs",
7260      "repository": {
7261        "Http": {
7262          "url": "https://static.crates.io/crates/static_assertions/1.1.0/download",
7263          "sha256": "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
7264        }
7265      },
7266      "targets": [
7267        {
7268          "Library": {
7269            "crate_name": "static_assertions",
7270            "crate_root": "src/lib.rs",
7271            "srcs": {
7272              "allow_empty": true,
7273              "include": [
7274                "**/*.rs"
7275              ]
7276            }
7277          }
7278        }
7279      ],
7280      "library_target_name": "static_assertions",
7281      "common_attrs": {
7282        "compile_data_glob": [
7283          "**"
7284        ],
7285        "edition": "2015",
7286        "version": "1.1.0"
7287      },
7288      "license": "MIT OR Apache-2.0",
7289      "license_ids": [
7290        "Apache-2.0",
7291        "MIT"
7292      ],
7293      "license_file": "LICENSE-APACHE"
7294    },
7295    "subtle 2.6.1": {
7296      "name": "subtle",
7297      "version": "2.6.1",
7298      "package_url": "https://github.com/dalek-cryptography/subtle",
7299      "repository": {
7300        "Http": {
7301          "url": "https://static.crates.io/crates/subtle/2.6.1/download",
7302          "sha256": "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
7303        }
7304      },
7305      "targets": [
7306        {
7307          "Library": {
7308            "crate_name": "subtle",
7309            "crate_root": "src/lib.rs",
7310            "srcs": {
7311              "allow_empty": true,
7312              "include": [
7313                "**/*.rs"
7314              ]
7315            }
7316          }
7317        }
7318      ],
7319      "library_target_name": "subtle",
7320      "common_attrs": {
7321        "compile_data_glob": [
7322          "**"
7323        ],
7324        "edition": "2018",
7325        "version": "2.6.1"
7326      },
7327      "license": "BSD-3-Clause",
7328      "license_ids": [
7329        "BSD-3-Clause"
7330      ],
7331      "license_file": "LICENSE"
7332    },
7333    "syn 1.0.109": {
7334      "name": "syn",
7335      "version": "1.0.109",
7336      "package_url": "https://github.com/dtolnay/syn",
7337      "repository": {
7338        "Http": {
7339          "url": "https://static.crates.io/crates/syn/1.0.109/download",
7340          "sha256": "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
7341        }
7342      },
7343      "targets": [
7344        {
7345          "Library": {
7346            "crate_name": "syn",
7347            "crate_root": "src/lib.rs",
7348            "srcs": {
7349              "allow_empty": true,
7350              "include": [
7351                "**/*.rs"
7352              ]
7353            }
7354          }
7355        },
7356        {
7357          "BuildScript": {
7358            "crate_name": "build_script_build",
7359            "crate_root": "build.rs",
7360            "srcs": {
7361              "allow_empty": true,
7362              "include": [
7363                "**/*.rs"
7364              ]
7365            }
7366          }
7367        }
7368      ],
7369      "library_target_name": "syn",
7370      "common_attrs": {
7371        "compile_data_glob": [
7372          "**"
7373        ],
7374        "crate_features": {
7375          "common": [
7376            "clone-impls",
7377            "default",
7378            "derive",
7379            "extra-traits",
7380            "fold",
7381            "full",
7382            "parsing",
7383            "printing",
7384            "proc-macro",
7385            "quote",
7386            "visit"
7387          ],
7388          "selects": {}
7389        },
7390        "deps": {
7391          "common": [
7392            {
7393              "id": "proc-macro2 1.0.86",
7394              "target": "proc_macro2"
7395            },
7396            {
7397              "id": "quote 1.0.36",
7398              "target": "quote"
7399            },
7400            {
7401              "id": "syn 1.0.109",
7402              "target": "build_script_build"
7403            },
7404            {
7405              "id": "unicode-ident 1.0.12",
7406              "target": "unicode_ident"
7407            }
7408          ],
7409          "selects": {}
7410        },
7411        "edition": "2018",
7412        "version": "1.0.109"
7413      },
7414      "build_script_attrs": {
7415        "data_glob": [
7416          "**"
7417        ]
7418      },
7419      "license": "MIT OR Apache-2.0",
7420      "license_ids": [
7421        "Apache-2.0",
7422        "MIT"
7423      ],
7424      "license_file": "LICENSE-APACHE"
7425    },
7426    "syn 2.0.71": {
7427      "name": "syn",
7428      "version": "2.0.71",
7429      "package_url": "https://github.com/dtolnay/syn",
7430      "repository": {
7431        "Http": {
7432          "url": "https://static.crates.io/crates/syn/2.0.71/download",
7433          "sha256": "b146dcf730474b4bcd16c311627b31ede9ab149045db4d6088b3becaea046462"
7434        }
7435      },
7436      "targets": [
7437        {
7438          "Library": {
7439            "crate_name": "syn",
7440            "crate_root": "src/lib.rs",
7441            "srcs": {
7442              "allow_empty": true,
7443              "include": [
7444                "**/*.rs"
7445              ]
7446            }
7447          }
7448        }
7449      ],
7450      "library_target_name": "syn",
7451      "common_attrs": {
7452        "compile_data_glob": [
7453          "**"
7454        ],
7455        "crate_features": {
7456          "common": [
7457            "clone-impls",
7458            "default",
7459            "derive",
7460            "extra-traits",
7461            "full",
7462            "parsing",
7463            "printing",
7464            "proc-macro",
7465            "visit-mut"
7466          ],
7467          "selects": {}
7468        },
7469        "deps": {
7470          "common": [
7471            {
7472              "id": "proc-macro2 1.0.86",
7473              "target": "proc_macro2"
7474            },
7475            {
7476              "id": "quote 1.0.36",
7477              "target": "quote"
7478            },
7479            {
7480              "id": "unicode-ident 1.0.12",
7481              "target": "unicode_ident"
7482            }
7483          ],
7484          "selects": {}
7485        },
7486        "edition": "2021",
7487        "version": "2.0.71"
7488      },
7489      "license": "MIT OR Apache-2.0",
7490      "license_ids": [
7491        "Apache-2.0",
7492        "MIT"
7493      ],
7494      "license_file": "LICENSE-APACHE"
7495    },
7496    "tempfile 3.10.1": {
7497      "name": "tempfile",
7498      "version": "3.10.1",
7499      "package_url": "https://github.com/Stebalien/tempfile",
7500      "repository": {
7501        "Http": {
7502          "url": "https://static.crates.io/crates/tempfile/3.10.1/download",
7503          "sha256": "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
7504        }
7505      },
7506      "targets": [
7507        {
7508          "Library": {
7509            "crate_name": "tempfile",
7510            "crate_root": "src/lib.rs",
7511            "srcs": {
7512              "allow_empty": true,
7513              "include": [
7514                "**/*.rs"
7515              ]
7516            }
7517          }
7518        }
7519      ],
7520      "library_target_name": "tempfile",
7521      "common_attrs": {
7522        "compile_data_glob": [
7523          "**"
7524        ],
7525        "deps": {
7526          "common": [
7527            {
7528              "id": "cfg-if 1.0.0",
7529              "target": "cfg_if"
7530            },
7531            {
7532              "id": "fastrand 2.1.0",
7533              "target": "fastrand"
7534            }
7535          ],
7536          "selects": {
7537            "cfg(any(unix, target_os = \"wasi\"))": [
7538              {
7539                "id": "rustix 0.38.34",
7540                "target": "rustix"
7541              }
7542            ],
7543            "cfg(windows)": [
7544              {
7545                "id": "windows-sys 0.52.0",
7546                "target": "windows_sys"
7547              }
7548            ]
7549          }
7550        },
7551        "edition": "2021",
7552        "version": "3.10.1"
7553      },
7554      "license": "MIT OR Apache-2.0",
7555      "license_ids": [
7556        "Apache-2.0",
7557        "MIT"
7558      ],
7559      "license_file": "LICENSE-APACHE"
7560    },
7561    "toml_datetime 0.6.6": {
7562      "name": "toml_datetime",
7563      "version": "0.6.6",
7564      "package_url": "https://github.com/toml-rs/toml",
7565      "repository": {
7566        "Http": {
7567          "url": "https://static.crates.io/crates/toml_datetime/0.6.6/download",
7568          "sha256": "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf"
7569        }
7570      },
7571      "targets": [
7572        {
7573          "Library": {
7574            "crate_name": "toml_datetime",
7575            "crate_root": "src/lib.rs",
7576            "srcs": {
7577              "allow_empty": true,
7578              "include": [
7579                "**/*.rs"
7580              ]
7581            }
7582          }
7583        }
7584      ],
7585      "library_target_name": "toml_datetime",
7586      "common_attrs": {
7587        "compile_data_glob": [
7588          "**"
7589        ],
7590        "edition": "2021",
7591        "version": "0.6.6"
7592      },
7593      "license": "MIT OR Apache-2.0",
7594      "license_ids": [
7595        "Apache-2.0",
7596        "MIT"
7597      ],
7598      "license_file": "LICENSE-APACHE"
7599    },
7600    "toml_edit 0.19.15": {
7601      "name": "toml_edit",
7602      "version": "0.19.15",
7603      "package_url": "https://github.com/toml-rs/toml",
7604      "repository": {
7605        "Http": {
7606          "url": "https://static.crates.io/crates/toml_edit/0.19.15/download",
7607          "sha256": "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
7608        }
7609      },
7610      "targets": [
7611        {
7612          "Library": {
7613            "crate_name": "toml_edit",
7614            "crate_root": "src/lib.rs",
7615            "srcs": {
7616              "allow_empty": true,
7617              "include": [
7618                "**/*.rs"
7619              ]
7620            }
7621          }
7622        }
7623      ],
7624      "library_target_name": "toml_edit",
7625      "common_attrs": {
7626        "compile_data_glob": [
7627          "**"
7628        ],
7629        "crate_features": {
7630          "common": [
7631            "default"
7632          ],
7633          "selects": {}
7634        },
7635        "deps": {
7636          "common": [
7637            {
7638              "id": "indexmap 2.2.6",
7639              "target": "indexmap"
7640            },
7641            {
7642              "id": "toml_datetime 0.6.6",
7643              "target": "toml_datetime"
7644            },
7645            {
7646              "id": "winnow 0.5.40",
7647              "target": "winnow"
7648            }
7649          ],
7650          "selects": {}
7651        },
7652        "edition": "2021",
7653        "version": "0.19.15"
7654      },
7655      "license": "MIT OR Apache-2.0",
7656      "license_ids": [
7657        "Apache-2.0",
7658        "MIT"
7659      ],
7660      "license_file": "LICENSE-APACHE"
7661    },
7662    "tracing 0.1.40": {
7663      "name": "tracing",
7664      "version": "0.1.40",
7665      "package_url": "https://github.com/tokio-rs/tracing",
7666      "repository": {
7667        "Http": {
7668          "url": "https://static.crates.io/crates/tracing/0.1.40/download",
7669          "sha256": "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
7670        }
7671      },
7672      "targets": [
7673        {
7674          "Library": {
7675            "crate_name": "tracing",
7676            "crate_root": "src/lib.rs",
7677            "srcs": {
7678              "allow_empty": true,
7679              "include": [
7680                "**/*.rs"
7681              ]
7682            }
7683          }
7684        }
7685      ],
7686      "library_target_name": "tracing",
7687      "common_attrs": {
7688        "compile_data_glob": [
7689          "**"
7690        ],
7691        "crate_features": {
7692          "common": [
7693            "attributes",
7694            "default",
7695            "std",
7696            "tracing-attributes"
7697          ],
7698          "selects": {}
7699        },
7700        "deps": {
7701          "common": [
7702            {
7703              "id": "pin-project-lite 0.2.14",
7704              "target": "pin_project_lite"
7705            },
7706            {
7707              "id": "tracing-core 0.1.32",
7708              "target": "tracing_core"
7709            }
7710          ],
7711          "selects": {}
7712        },
7713        "edition": "2018",
7714        "proc_macro_deps": {
7715          "common": [
7716            {
7717              "id": "tracing-attributes 0.1.27",
7718              "target": "tracing_attributes"
7719            }
7720          ],
7721          "selects": {}
7722        },
7723        "version": "0.1.40"
7724      },
7725      "license": "MIT",
7726      "license_ids": [
7727        "MIT"
7728      ],
7729      "license_file": "LICENSE"
7730    },
7731    "tracing-attributes 0.1.27": {
7732      "name": "tracing-attributes",
7733      "version": "0.1.27",
7734      "package_url": "https://github.com/tokio-rs/tracing",
7735      "repository": {
7736        "Http": {
7737          "url": "https://static.crates.io/crates/tracing-attributes/0.1.27/download",
7738          "sha256": "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
7739        }
7740      },
7741      "targets": [
7742        {
7743          "ProcMacro": {
7744            "crate_name": "tracing_attributes",
7745            "crate_root": "src/lib.rs",
7746            "srcs": {
7747              "allow_empty": true,
7748              "include": [
7749                "**/*.rs"
7750              ]
7751            }
7752          }
7753        }
7754      ],
7755      "library_target_name": "tracing_attributes",
7756      "common_attrs": {
7757        "compile_data_glob": [
7758          "**"
7759        ],
7760        "deps": {
7761          "common": [
7762            {
7763              "id": "proc-macro2 1.0.86",
7764              "target": "proc_macro2"
7765            },
7766            {
7767              "id": "quote 1.0.36",
7768              "target": "quote"
7769            },
7770            {
7771              "id": "syn 2.0.71",
7772              "target": "syn"
7773            }
7774          ],
7775          "selects": {}
7776        },
7777        "edition": "2018",
7778        "version": "0.1.27"
7779      },
7780      "license": "MIT",
7781      "license_ids": [
7782        "MIT"
7783      ],
7784      "license_file": "LICENSE"
7785    },
7786    "tracing-core 0.1.32": {
7787      "name": "tracing-core",
7788      "version": "0.1.32",
7789      "package_url": "https://github.com/tokio-rs/tracing",
7790      "repository": {
7791        "Http": {
7792          "url": "https://static.crates.io/crates/tracing-core/0.1.32/download",
7793          "sha256": "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
7794        }
7795      },
7796      "targets": [
7797        {
7798          "Library": {
7799            "crate_name": "tracing_core",
7800            "crate_root": "src/lib.rs",
7801            "srcs": {
7802              "allow_empty": true,
7803              "include": [
7804                "**/*.rs"
7805              ]
7806            }
7807          }
7808        }
7809      ],
7810      "library_target_name": "tracing_core",
7811      "common_attrs": {
7812        "compile_data_glob": [
7813          "**"
7814        ],
7815        "crate_features": {
7816          "common": [
7817            "once_cell",
7818            "std"
7819          ],
7820          "selects": {}
7821        },
7822        "deps": {
7823          "common": [
7824            {
7825              "id": "once_cell 1.19.0",
7826              "target": "once_cell"
7827            }
7828          ],
7829          "selects": {}
7830        },
7831        "edition": "2018",
7832        "version": "0.1.32"
7833      },
7834      "license": "MIT",
7835      "license_ids": [
7836        "MIT"
7837      ],
7838      "license_file": "LICENSE"
7839    },
7840    "typenum 1.17.0": {
7841      "name": "typenum",
7842      "version": "1.17.0",
7843      "package_url": "https://github.com/paholg/typenum",
7844      "repository": {
7845        "Http": {
7846          "url": "https://static.crates.io/crates/typenum/1.17.0/download",
7847          "sha256": "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
7848        }
7849      },
7850      "targets": [
7851        {
7852          "Library": {
7853            "crate_name": "typenum",
7854            "crate_root": "src/lib.rs",
7855            "srcs": {
7856              "allow_empty": true,
7857              "include": [
7858                "**/*.rs"
7859              ]
7860            }
7861          }
7862        },
7863        {
7864          "BuildScript": {
7865            "crate_name": "build_script_main",
7866            "crate_root": "build/main.rs",
7867            "srcs": {
7868              "allow_empty": true,
7869              "include": [
7870                "**/*.rs"
7871              ]
7872            }
7873          }
7874        }
7875      ],
7876      "library_target_name": "typenum",
7877      "common_attrs": {
7878        "compile_data_glob": [
7879          "**"
7880        ],
7881        "deps": {
7882          "common": [
7883            {
7884              "id": "typenum 1.17.0",
7885              "target": "build_script_main"
7886            }
7887          ],
7888          "selects": {}
7889        },
7890        "edition": "2018",
7891        "version": "1.17.0"
7892      },
7893      "build_script_attrs": {
7894        "data_glob": [
7895          "**"
7896        ]
7897      },
7898      "license": "MIT OR Apache-2.0",
7899      "license_ids": [
7900        "Apache-2.0",
7901        "MIT"
7902      ],
7903      "license_file": "LICENSE"
7904    },
7905    "uds_windows 1.1.0": {
7906      "name": "uds_windows",
7907      "version": "1.1.0",
7908      "package_url": "https://github.com/haraldh/rust_uds_windows",
7909      "repository": {
7910        "Http": {
7911          "url": "https://static.crates.io/crates/uds_windows/1.1.0/download",
7912          "sha256": "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
7913        }
7914      },
7915      "targets": [
7916        {
7917          "Library": {
7918            "crate_name": "uds_windows",
7919            "crate_root": "src/lib.rs",
7920            "srcs": {
7921              "allow_empty": true,
7922              "include": [
7923                "**/*.rs"
7924              ]
7925            }
7926          }
7927        }
7928      ],
7929      "library_target_name": "uds_windows",
7930      "common_attrs": {
7931        "compile_data_glob": [
7932          "**"
7933        ],
7934        "deps": {
7935          "common": [
7936            {
7937              "id": "memoffset 0.9.1",
7938              "target": "memoffset"
7939            }
7940          ],
7941          "selects": {
7942            "cfg(windows)": [
7943              {
7944                "id": "tempfile 3.10.1",
7945                "target": "tempfile"
7946              },
7947              {
7948                "id": "winapi 0.3.9",
7949                "target": "winapi"
7950              }
7951            ]
7952          }
7953        },
7954        "edition": "2015",
7955        "version": "1.1.0"
7956      },
7957      "license": "MIT",
7958      "license_ids": [
7959        "MIT"
7960      ],
7961      "license_file": "LICENSE"
7962    },
7963    "unicode-ident 1.0.12": {
7964      "name": "unicode-ident",
7965      "version": "1.0.12",
7966      "package_url": "https://github.com/dtolnay/unicode-ident",
7967      "repository": {
7968        "Http": {
7969          "url": "https://static.crates.io/crates/unicode-ident/1.0.12/download",
7970          "sha256": "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
7971        }
7972      },
7973      "targets": [
7974        {
7975          "Library": {
7976            "crate_name": "unicode_ident",
7977            "crate_root": "src/lib.rs",
7978            "srcs": {
7979              "allow_empty": true,
7980              "include": [
7981                "**/*.rs"
7982              ]
7983            }
7984          }
7985        }
7986      ],
7987      "library_target_name": "unicode_ident",
7988      "common_attrs": {
7989        "compile_data_glob": [
7990          "**"
7991        ],
7992        "edition": "2018",
7993        "version": "1.0.12"
7994      },
7995      "license": "(MIT OR Apache-2.0) AND Unicode-DFS-2016",
7996      "license_ids": [
7997        "Apache-2.0",
7998        "MIT",
7999        "Unicode-DFS-2016"
8000      ],
8001      "license_file": "LICENSE-APACHE"
8002    },
8003    "version_check 0.9.4": {
8004      "name": "version_check",
8005      "version": "0.9.4",
8006      "package_url": "https://github.com/SergioBenitez/version_check",
8007      "repository": {
8008        "Http": {
8009          "url": "https://static.crates.io/crates/version_check/0.9.4/download",
8010          "sha256": "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
8011        }
8012      },
8013      "targets": [
8014        {
8015          "Library": {
8016            "crate_name": "version_check",
8017            "crate_root": "src/lib.rs",
8018            "srcs": {
8019              "allow_empty": true,
8020              "include": [
8021                "**/*.rs"
8022              ]
8023            }
8024          }
8025        }
8026      ],
8027      "library_target_name": "version_check",
8028      "common_attrs": {
8029        "compile_data_glob": [
8030          "**"
8031        ],
8032        "edition": "2015",
8033        "version": "0.9.4"
8034      },
8035      "license": "MIT/Apache-2.0",
8036      "license_ids": [
8037        "Apache-2.0",
8038        "MIT"
8039      ],
8040      "license_file": "LICENSE-APACHE"
8041    },
8042    "waker-fn 1.2.0": {
8043      "name": "waker-fn",
8044      "version": "1.2.0",
8045      "package_url": "https://github.com/smol-rs/waker-fn",
8046      "repository": {
8047        "Http": {
8048          "url": "https://static.crates.io/crates/waker-fn/1.2.0/download",
8049          "sha256": "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
8050        }
8051      },
8052      "targets": [
8053        {
8054          "Library": {
8055            "crate_name": "waker_fn",
8056            "crate_root": "src/lib.rs",
8057            "srcs": {
8058              "allow_empty": true,
8059              "include": [
8060                "**/*.rs"
8061              ]
8062            }
8063          }
8064        }
8065      ],
8066      "library_target_name": "waker_fn",
8067      "common_attrs": {
8068        "compile_data_glob": [
8069          "**"
8070        ],
8071        "edition": "2018",
8072        "version": "1.2.0"
8073      },
8074      "license": "Apache-2.0 OR MIT",
8075      "license_ids": [
8076        "Apache-2.0",
8077        "MIT"
8078      ],
8079      "license_file": "LICENSE-APACHE"
8080    },
8081    "wasi 0.11.0+wasi-snapshot-preview1": {
8082      "name": "wasi",
8083      "version": "0.11.0+wasi-snapshot-preview1",
8084      "package_url": "https://github.com/bytecodealliance/wasi",
8085      "repository": {
8086        "Http": {
8087          "url": "https://static.crates.io/crates/wasi/0.11.0+wasi-snapshot-preview1/download",
8088          "sha256": "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
8089        }
8090      },
8091      "targets": [
8092        {
8093          "Library": {
8094            "crate_name": "wasi",
8095            "crate_root": "src/lib.rs",
8096            "srcs": {
8097              "allow_empty": true,
8098              "include": [
8099                "**/*.rs"
8100              ]
8101            }
8102          }
8103        }
8104      ],
8105      "library_target_name": "wasi",
8106      "common_attrs": {
8107        "compile_data_glob": [
8108          "**"
8109        ],
8110        "edition": "2018",
8111        "version": "0.11.0+wasi-snapshot-preview1"
8112      },
8113      "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT",
8114      "license_ids": [
8115        "Apache-2.0",
8116        "MIT"
8117      ],
8118      "license_file": "LICENSE-APACHE"
8119    },
8120    "winapi 0.3.9": {
8121      "name": "winapi",
8122      "version": "0.3.9",
8123      "package_url": "https://github.com/retep998/winapi-rs",
8124      "repository": {
8125        "Http": {
8126          "url": "https://static.crates.io/crates/winapi/0.3.9/download",
8127          "sha256": "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
8128        }
8129      },
8130      "targets": [
8131        {
8132          "Library": {
8133            "crate_name": "winapi",
8134            "crate_root": "src/lib.rs",
8135            "srcs": {
8136              "allow_empty": true,
8137              "include": [
8138                "**/*.rs"
8139              ]
8140            }
8141          }
8142        },
8143        {
8144          "BuildScript": {
8145            "crate_name": "build_script_build",
8146            "crate_root": "build.rs",
8147            "srcs": {
8148              "allow_empty": true,
8149              "include": [
8150                "**/*.rs"
8151              ]
8152            }
8153          }
8154        }
8155      ],
8156      "library_target_name": "winapi",
8157      "common_attrs": {
8158        "compile_data_glob": [
8159          "**"
8160        ],
8161        "deps": {
8162          "common": [
8163            {
8164              "id": "winapi 0.3.9",
8165              "target": "build_script_build"
8166            }
8167          ],
8168          "selects": {
8169            "i686-pc-windows-gnu": [
8170              {
8171                "id": "winapi-i686-pc-windows-gnu 0.4.0",
8172                "target": "winapi_i686_pc_windows_gnu"
8173              }
8174            ],
8175            "x86_64-pc-windows-gnu": [
8176              {
8177                "id": "winapi-x86_64-pc-windows-gnu 0.4.0",
8178                "target": "winapi_x86_64_pc_windows_gnu"
8179              }
8180            ]
8181          }
8182        },
8183        "edition": "2015",
8184        "version": "0.3.9"
8185      },
8186      "build_script_attrs": {
8187        "data_glob": [
8188          "**"
8189        ]
8190      },
8191      "license": "MIT/Apache-2.0",
8192      "license_ids": [
8193        "Apache-2.0",
8194        "MIT"
8195      ],
8196      "license_file": "LICENSE-APACHE"
8197    },
8198    "winapi-i686-pc-windows-gnu 0.4.0": {
8199      "name": "winapi-i686-pc-windows-gnu",
8200      "version": "0.4.0",
8201      "package_url": "https://github.com/retep998/winapi-rs",
8202      "repository": {
8203        "Http": {
8204          "url": "https://static.crates.io/crates/winapi-i686-pc-windows-gnu/0.4.0/download",
8205          "sha256": "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
8206        }
8207      },
8208      "targets": [
8209        {
8210          "Library": {
8211            "crate_name": "winapi_i686_pc_windows_gnu",
8212            "crate_root": "src/lib.rs",
8213            "srcs": {
8214              "allow_empty": true,
8215              "include": [
8216                "**/*.rs"
8217              ]
8218            }
8219          }
8220        },
8221        {
8222          "BuildScript": {
8223            "crate_name": "build_script_build",
8224            "crate_root": "build.rs",
8225            "srcs": {
8226              "allow_empty": true,
8227              "include": [
8228                "**/*.rs"
8229              ]
8230            }
8231          }
8232        }
8233      ],
8234      "library_target_name": "winapi_i686_pc_windows_gnu",
8235      "common_attrs": {
8236        "compile_data_glob": [
8237          "**"
8238        ],
8239        "deps": {
8240          "common": [
8241            {
8242              "id": "winapi-i686-pc-windows-gnu 0.4.0",
8243              "target": "build_script_build"
8244            }
8245          ],
8246          "selects": {}
8247        },
8248        "edition": "2015",
8249        "version": "0.4.0"
8250      },
8251      "build_script_attrs": {
8252        "data_glob": [
8253          "**"
8254        ]
8255      },
8256      "license": "MIT/Apache-2.0",
8257      "license_ids": [
8258        "Apache-2.0",
8259        "MIT"
8260      ],
8261      "license_file": null
8262    },
8263    "winapi-x86_64-pc-windows-gnu 0.4.0": {
8264      "name": "winapi-x86_64-pc-windows-gnu",
8265      "version": "0.4.0",
8266      "package_url": "https://github.com/retep998/winapi-rs",
8267      "repository": {
8268        "Http": {
8269          "url": "https://static.crates.io/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download",
8270          "sha256": "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
8271        }
8272      },
8273      "targets": [
8274        {
8275          "Library": {
8276            "crate_name": "winapi_x86_64_pc_windows_gnu",
8277            "crate_root": "src/lib.rs",
8278            "srcs": {
8279              "allow_empty": true,
8280              "include": [
8281                "**/*.rs"
8282              ]
8283            }
8284          }
8285        },
8286        {
8287          "BuildScript": {
8288            "crate_name": "build_script_build",
8289            "crate_root": "build.rs",
8290            "srcs": {
8291              "allow_empty": true,
8292              "include": [
8293                "**/*.rs"
8294              ]
8295            }
8296          }
8297        }
8298      ],
8299      "library_target_name": "winapi_x86_64_pc_windows_gnu",
8300      "common_attrs": {
8301        "compile_data_glob": [
8302          "**"
8303        ],
8304        "deps": {
8305          "common": [
8306            {
8307              "id": "winapi-x86_64-pc-windows-gnu 0.4.0",
8308              "target": "build_script_build"
8309            }
8310          ],
8311          "selects": {}
8312        },
8313        "edition": "2015",
8314        "version": "0.4.0"
8315      },
8316      "build_script_attrs": {
8317        "data_glob": [
8318          "**"
8319        ]
8320      },
8321      "license": "MIT/Apache-2.0",
8322      "license_ids": [
8323        "Apache-2.0",
8324        "MIT"
8325      ],
8326      "license_file": null
8327    },
8328    "windows-sys 0.48.0": {
8329      "name": "windows-sys",
8330      "version": "0.48.0",
8331      "package_url": "https://github.com/microsoft/windows-rs",
8332      "repository": {
8333        "Http": {
8334          "url": "https://static.crates.io/crates/windows-sys/0.48.0/download",
8335          "sha256": "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
8336        }
8337      },
8338      "targets": [
8339        {
8340          "Library": {
8341            "crate_name": "windows_sys",
8342            "crate_root": "src/lib.rs",
8343            "srcs": {
8344              "allow_empty": true,
8345              "include": [
8346                "**/*.rs"
8347              ]
8348            }
8349          }
8350        }
8351      ],
8352      "library_target_name": "windows_sys",
8353      "common_attrs": {
8354        "compile_data_glob": [
8355          "**"
8356        ],
8357        "deps": {
8358          "common": [
8359            {
8360              "id": "windows-targets 0.48.5",
8361              "target": "windows_targets"
8362            }
8363          ],
8364          "selects": {}
8365        },
8366        "edition": "2018",
8367        "version": "0.48.0"
8368      },
8369      "license": "MIT OR Apache-2.0",
8370      "license_ids": [
8371        "Apache-2.0",
8372        "MIT"
8373      ],
8374      "license_file": "license-apache-2.0"
8375    },
8376    "windows-sys 0.52.0": {
8377      "name": "windows-sys",
8378      "version": "0.52.0",
8379      "package_url": "https://github.com/microsoft/windows-rs",
8380      "repository": {
8381        "Http": {
8382          "url": "https://static.crates.io/crates/windows-sys/0.52.0/download",
8383          "sha256": "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
8384        }
8385      },
8386      "targets": [
8387        {
8388          "Library": {
8389            "crate_name": "windows_sys",
8390            "crate_root": "src/lib.rs",
8391            "srcs": {
8392              "allow_empty": true,
8393              "include": [
8394                "**/*.rs"
8395              ]
8396            }
8397          }
8398        }
8399      ],
8400      "library_target_name": "windows_sys",
8401      "common_attrs": {
8402        "compile_data_glob": [
8403          "**"
8404        ],
8405        "crate_features": {
8406          "common": [
8407            "Win32",
8408            "Win32_Foundation",
8409            "Win32_Security",
8410            "Win32_Security_Credentials",
8411            "default"
8412          ],
8413          "selects": {}
8414        },
8415        "deps": {
8416          "common": [
8417            {
8418              "id": "windows-targets 0.52.6",
8419              "target": "windows_targets"
8420            }
8421          ],
8422          "selects": {}
8423        },
8424        "edition": "2021",
8425        "version": "0.52.0"
8426      },
8427      "license": "MIT OR Apache-2.0",
8428      "license_ids": [
8429        "Apache-2.0",
8430        "MIT"
8431      ],
8432      "license_file": "license-apache-2.0"
8433    },
8434    "windows-targets 0.48.5": {
8435      "name": "windows-targets",
8436      "version": "0.48.5",
8437      "package_url": "https://github.com/microsoft/windows-rs",
8438      "repository": {
8439        "Http": {
8440          "url": "https://static.crates.io/crates/windows-targets/0.48.5/download",
8441          "sha256": "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
8442        }
8443      },
8444      "targets": [
8445        {
8446          "Library": {
8447            "crate_name": "windows_targets",
8448            "crate_root": "src/lib.rs",
8449            "srcs": {
8450              "allow_empty": true,
8451              "include": [
8452                "**/*.rs"
8453              ]
8454            }
8455          }
8456        }
8457      ],
8458      "library_target_name": "windows_targets",
8459      "common_attrs": {
8460        "compile_data_glob": [
8461          "**"
8462        ],
8463        "deps": {
8464          "common": [],
8465          "selects": {
8466            "aarch64-pc-windows-gnullvm": [
8467              {
8468                "id": "windows_aarch64_gnullvm 0.48.5",
8469                "target": "windows_aarch64_gnullvm"
8470              }
8471            ],
8472            "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))": [
8473              {
8474                "id": "windows_aarch64_msvc 0.48.5",
8475                "target": "windows_aarch64_msvc"
8476              }
8477            ],
8478            "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))": [
8479              {
8480                "id": "windows_i686_gnu 0.48.5",
8481                "target": "windows_i686_gnu"
8482              }
8483            ],
8484            "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))": [
8485              {
8486                "id": "windows_i686_msvc 0.48.5",
8487                "target": "windows_i686_msvc"
8488              }
8489            ],
8490            "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [
8491              {
8492                "id": "windows_x86_64_gnu 0.48.5",
8493                "target": "windows_x86_64_gnu"
8494              }
8495            ],
8496            "cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))": [
8497              {
8498                "id": "windows_x86_64_msvc 0.48.5",
8499                "target": "windows_x86_64_msvc"
8500              }
8501            ],
8502            "x86_64-pc-windows-gnullvm": [
8503              {
8504                "id": "windows_x86_64_gnullvm 0.48.5",
8505                "target": "windows_x86_64_gnullvm"
8506              }
8507            ]
8508          }
8509        },
8510        "edition": "2018",
8511        "version": "0.48.5"
8512      },
8513      "license": "MIT OR Apache-2.0",
8514      "license_ids": [
8515        "Apache-2.0",
8516        "MIT"
8517      ],
8518      "license_file": "license-apache-2.0"
8519    },
8520    "windows-targets 0.52.6": {
8521      "name": "windows-targets",
8522      "version": "0.52.6",
8523      "package_url": "https://github.com/microsoft/windows-rs",
8524      "repository": {
8525        "Http": {
8526          "url": "https://static.crates.io/crates/windows-targets/0.52.6/download",
8527          "sha256": "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
8528        }
8529      },
8530      "targets": [
8531        {
8532          "Library": {
8533            "crate_name": "windows_targets",
8534            "crate_root": "src/lib.rs",
8535            "srcs": {
8536              "allow_empty": true,
8537              "include": [
8538                "**/*.rs"
8539              ]
8540            }
8541          }
8542        }
8543      ],
8544      "library_target_name": "windows_targets",
8545      "common_attrs": {
8546        "compile_data_glob": [
8547          "**"
8548        ],
8549        "deps": {
8550          "common": [],
8551          "selects": {
8552            "aarch64-pc-windows-gnullvm": [
8553              {
8554                "id": "windows_aarch64_gnullvm 0.52.6",
8555                "target": "windows_aarch64_gnullvm"
8556              }
8557            ],
8558            "cfg(all(any(target_arch = \"x86_64\", target_arch = \"arm64ec\"), target_env = \"msvc\", not(windows_raw_dylib)))": [
8559              {
8560                "id": "windows_x86_64_msvc 0.52.6",
8561                "target": "windows_x86_64_msvc"
8562              }
8563            ],
8564            "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))": [
8565              {
8566                "id": "windows_aarch64_msvc 0.52.6",
8567                "target": "windows_aarch64_msvc"
8568              }
8569            ],
8570            "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [
8571              {
8572                "id": "windows_i686_gnu 0.52.6",
8573                "target": "windows_i686_gnu"
8574              }
8575            ],
8576            "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))": [
8577              {
8578                "id": "windows_i686_msvc 0.52.6",
8579                "target": "windows_i686_msvc"
8580              }
8581            ],
8582            "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [
8583              {
8584                "id": "windows_x86_64_gnu 0.52.6",
8585                "target": "windows_x86_64_gnu"
8586              }
8587            ],
8588            "i686-pc-windows-gnullvm": [
8589              {
8590                "id": "windows_i686_gnullvm 0.52.6",
8591                "target": "windows_i686_gnullvm"
8592              }
8593            ],
8594            "x86_64-pc-windows-gnullvm": [
8595              {
8596                "id": "windows_x86_64_gnullvm 0.52.6",
8597                "target": "windows_x86_64_gnullvm"
8598              }
8599            ]
8600          }
8601        },
8602        "edition": "2021",
8603        "version": "0.52.6"
8604      },
8605      "license": "MIT OR Apache-2.0",
8606      "license_ids": [
8607        "Apache-2.0",
8608        "MIT"
8609      ],
8610      "license_file": "license-apache-2.0"
8611    },
8612    "windows_aarch64_gnullvm 0.48.5": {
8613      "name": "windows_aarch64_gnullvm",
8614      "version": "0.48.5",
8615      "package_url": "https://github.com/microsoft/windows-rs",
8616      "repository": {
8617        "Http": {
8618          "url": "https://static.crates.io/crates/windows_aarch64_gnullvm/0.48.5/download",
8619          "sha256": "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
8620        }
8621      },
8622      "targets": [
8623        {
8624          "Library": {
8625            "crate_name": "windows_aarch64_gnullvm",
8626            "crate_root": "src/lib.rs",
8627            "srcs": {
8628              "allow_empty": true,
8629              "include": [
8630                "**/*.rs"
8631              ]
8632            }
8633          }
8634        },
8635        {
8636          "BuildScript": {
8637            "crate_name": "build_script_build",
8638            "crate_root": "build.rs",
8639            "srcs": {
8640              "allow_empty": true,
8641              "include": [
8642                "**/*.rs"
8643              ]
8644            }
8645          }
8646        }
8647      ],
8648      "library_target_name": "windows_aarch64_gnullvm",
8649      "common_attrs": {
8650        "compile_data_glob": [
8651          "**"
8652        ],
8653        "deps": {
8654          "common": [
8655            {
8656              "id": "windows_aarch64_gnullvm 0.48.5",
8657              "target": "build_script_build"
8658            }
8659          ],
8660          "selects": {}
8661        },
8662        "edition": "2018",
8663        "version": "0.48.5"
8664      },
8665      "build_script_attrs": {
8666        "data_glob": [
8667          "**"
8668        ]
8669      },
8670      "license": "MIT OR Apache-2.0",
8671      "license_ids": [
8672        "Apache-2.0",
8673        "MIT"
8674      ],
8675      "license_file": "license-apache-2.0"
8676    },
8677    "windows_aarch64_gnullvm 0.52.6": {
8678      "name": "windows_aarch64_gnullvm",
8679      "version": "0.52.6",
8680      "package_url": "https://github.com/microsoft/windows-rs",
8681      "repository": {
8682        "Http": {
8683          "url": "https://static.crates.io/crates/windows_aarch64_gnullvm/0.52.6/download",
8684          "sha256": "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
8685        }
8686      },
8687      "targets": [
8688        {
8689          "Library": {
8690            "crate_name": "windows_aarch64_gnullvm",
8691            "crate_root": "src/lib.rs",
8692            "srcs": {
8693              "allow_empty": true,
8694              "include": [
8695                "**/*.rs"
8696              ]
8697            }
8698          }
8699        },
8700        {
8701          "BuildScript": {
8702            "crate_name": "build_script_build",
8703            "crate_root": "build.rs",
8704            "srcs": {
8705              "allow_empty": true,
8706              "include": [
8707                "**/*.rs"
8708              ]
8709            }
8710          }
8711        }
8712      ],
8713      "library_target_name": "windows_aarch64_gnullvm",
8714      "common_attrs": {
8715        "compile_data_glob": [
8716          "**"
8717        ],
8718        "deps": {
8719          "common": [
8720            {
8721              "id": "windows_aarch64_gnullvm 0.52.6",
8722              "target": "build_script_build"
8723            }
8724          ],
8725          "selects": {}
8726        },
8727        "edition": "2021",
8728        "version": "0.52.6"
8729      },
8730      "build_script_attrs": {
8731        "data_glob": [
8732          "**"
8733        ]
8734      },
8735      "license": "MIT OR Apache-2.0",
8736      "license_ids": [
8737        "Apache-2.0",
8738        "MIT"
8739      ],
8740      "license_file": "license-apache-2.0"
8741    },
8742    "windows_aarch64_msvc 0.48.5": {
8743      "name": "windows_aarch64_msvc",
8744      "version": "0.48.5",
8745      "package_url": "https://github.com/microsoft/windows-rs",
8746      "repository": {
8747        "Http": {
8748          "url": "https://static.crates.io/crates/windows_aarch64_msvc/0.48.5/download",
8749          "sha256": "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
8750        }
8751      },
8752      "targets": [
8753        {
8754          "Library": {
8755            "crate_name": "windows_aarch64_msvc",
8756            "crate_root": "src/lib.rs",
8757            "srcs": {
8758              "allow_empty": true,
8759              "include": [
8760                "**/*.rs"
8761              ]
8762            }
8763          }
8764        },
8765        {
8766          "BuildScript": {
8767            "crate_name": "build_script_build",
8768            "crate_root": "build.rs",
8769            "srcs": {
8770              "allow_empty": true,
8771              "include": [
8772                "**/*.rs"
8773              ]
8774            }
8775          }
8776        }
8777      ],
8778      "library_target_name": "windows_aarch64_msvc",
8779      "common_attrs": {
8780        "compile_data_glob": [
8781          "**"
8782        ],
8783        "deps": {
8784          "common": [
8785            {
8786              "id": "windows_aarch64_msvc 0.48.5",
8787              "target": "build_script_build"
8788            }
8789          ],
8790          "selects": {}
8791        },
8792        "edition": "2018",
8793        "version": "0.48.5"
8794      },
8795      "build_script_attrs": {
8796        "data_glob": [
8797          "**"
8798        ]
8799      },
8800      "license": "MIT OR Apache-2.0",
8801      "license_ids": [
8802        "Apache-2.0",
8803        "MIT"
8804      ],
8805      "license_file": "license-apache-2.0"
8806    },
8807    "windows_aarch64_msvc 0.52.6": {
8808      "name": "windows_aarch64_msvc",
8809      "version": "0.52.6",
8810      "package_url": "https://github.com/microsoft/windows-rs",
8811      "repository": {
8812        "Http": {
8813          "url": "https://static.crates.io/crates/windows_aarch64_msvc/0.52.6/download",
8814          "sha256": "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
8815        }
8816      },
8817      "targets": [
8818        {
8819          "Library": {
8820            "crate_name": "windows_aarch64_msvc",
8821            "crate_root": "src/lib.rs",
8822            "srcs": {
8823              "allow_empty": true,
8824              "include": [
8825                "**/*.rs"
8826              ]
8827            }
8828          }
8829        },
8830        {
8831          "BuildScript": {
8832            "crate_name": "build_script_build",
8833            "crate_root": "build.rs",
8834            "srcs": {
8835              "allow_empty": true,
8836              "include": [
8837                "**/*.rs"
8838              ]
8839            }
8840          }
8841        }
8842      ],
8843      "library_target_name": "windows_aarch64_msvc",
8844      "common_attrs": {
8845        "compile_data_glob": [
8846          "**"
8847        ],
8848        "deps": {
8849          "common": [
8850            {
8851              "id": "windows_aarch64_msvc 0.52.6",
8852              "target": "build_script_build"
8853            }
8854          ],
8855          "selects": {}
8856        },
8857        "edition": "2021",
8858        "version": "0.52.6"
8859      },
8860      "build_script_attrs": {
8861        "data_glob": [
8862          "**"
8863        ]
8864      },
8865      "license": "MIT OR Apache-2.0",
8866      "license_ids": [
8867        "Apache-2.0",
8868        "MIT"
8869      ],
8870      "license_file": "license-apache-2.0"
8871    },
8872    "windows_i686_gnu 0.48.5": {
8873      "name": "windows_i686_gnu",
8874      "version": "0.48.5",
8875      "package_url": "https://github.com/microsoft/windows-rs",
8876      "repository": {
8877        "Http": {
8878          "url": "https://static.crates.io/crates/windows_i686_gnu/0.48.5/download",
8879          "sha256": "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
8880        }
8881      },
8882      "targets": [
8883        {
8884          "Library": {
8885            "crate_name": "windows_i686_gnu",
8886            "crate_root": "src/lib.rs",
8887            "srcs": {
8888              "allow_empty": true,
8889              "include": [
8890                "**/*.rs"
8891              ]
8892            }
8893          }
8894        },
8895        {
8896          "BuildScript": {
8897            "crate_name": "build_script_build",
8898            "crate_root": "build.rs",
8899            "srcs": {
8900              "allow_empty": true,
8901              "include": [
8902                "**/*.rs"
8903              ]
8904            }
8905          }
8906        }
8907      ],
8908      "library_target_name": "windows_i686_gnu",
8909      "common_attrs": {
8910        "compile_data_glob": [
8911          "**"
8912        ],
8913        "deps": {
8914          "common": [
8915            {
8916              "id": "windows_i686_gnu 0.48.5",
8917              "target": "build_script_build"
8918            }
8919          ],
8920          "selects": {}
8921        },
8922        "edition": "2018",
8923        "version": "0.48.5"
8924      },
8925      "build_script_attrs": {
8926        "data_glob": [
8927          "**"
8928        ]
8929      },
8930      "license": "MIT OR Apache-2.0",
8931      "license_ids": [
8932        "Apache-2.0",
8933        "MIT"
8934      ],
8935      "license_file": "license-apache-2.0"
8936    },
8937    "windows_i686_gnu 0.52.6": {
8938      "name": "windows_i686_gnu",
8939      "version": "0.52.6",
8940      "package_url": "https://github.com/microsoft/windows-rs",
8941      "repository": {
8942        "Http": {
8943          "url": "https://static.crates.io/crates/windows_i686_gnu/0.52.6/download",
8944          "sha256": "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
8945        }
8946      },
8947      "targets": [
8948        {
8949          "Library": {
8950            "crate_name": "windows_i686_gnu",
8951            "crate_root": "src/lib.rs",
8952            "srcs": {
8953              "allow_empty": true,
8954              "include": [
8955                "**/*.rs"
8956              ]
8957            }
8958          }
8959        },
8960        {
8961          "BuildScript": {
8962            "crate_name": "build_script_build",
8963            "crate_root": "build.rs",
8964            "srcs": {
8965              "allow_empty": true,
8966              "include": [
8967                "**/*.rs"
8968              ]
8969            }
8970          }
8971        }
8972      ],
8973      "library_target_name": "windows_i686_gnu",
8974      "common_attrs": {
8975        "compile_data_glob": [
8976          "**"
8977        ],
8978        "deps": {
8979          "common": [
8980            {
8981              "id": "windows_i686_gnu 0.52.6",
8982              "target": "build_script_build"
8983            }
8984          ],
8985          "selects": {}
8986        },
8987        "edition": "2021",
8988        "version": "0.52.6"
8989      },
8990      "build_script_attrs": {
8991        "data_glob": [
8992          "**"
8993        ]
8994      },
8995      "license": "MIT OR Apache-2.0",
8996      "license_ids": [
8997        "Apache-2.0",
8998        "MIT"
8999      ],
9000      "license_file": "license-apache-2.0"
9001    },
9002    "windows_i686_gnullvm 0.52.6": {
9003      "name": "windows_i686_gnullvm",
9004      "version": "0.52.6",
9005      "package_url": "https://github.com/microsoft/windows-rs",
9006      "repository": {
9007        "Http": {
9008          "url": "https://static.crates.io/crates/windows_i686_gnullvm/0.52.6/download",
9009          "sha256": "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
9010        }
9011      },
9012      "targets": [
9013        {
9014          "Library": {
9015            "crate_name": "windows_i686_gnullvm",
9016            "crate_root": "src/lib.rs",
9017            "srcs": {
9018              "allow_empty": true,
9019              "include": [
9020                "**/*.rs"
9021              ]
9022            }
9023          }
9024        },
9025        {
9026          "BuildScript": {
9027            "crate_name": "build_script_build",
9028            "crate_root": "build.rs",
9029            "srcs": {
9030              "allow_empty": true,
9031              "include": [
9032                "**/*.rs"
9033              ]
9034            }
9035          }
9036        }
9037      ],
9038      "library_target_name": "windows_i686_gnullvm",
9039      "common_attrs": {
9040        "compile_data_glob": [
9041          "**"
9042        ],
9043        "deps": {
9044          "common": [
9045            {
9046              "id": "windows_i686_gnullvm 0.52.6",
9047              "target": "build_script_build"
9048            }
9049          ],
9050          "selects": {}
9051        },
9052        "edition": "2021",
9053        "version": "0.52.6"
9054      },
9055      "build_script_attrs": {
9056        "data_glob": [
9057          "**"
9058        ]
9059      },
9060      "license": "MIT OR Apache-2.0",
9061      "license_ids": [
9062        "Apache-2.0",
9063        "MIT"
9064      ],
9065      "license_file": "license-apache-2.0"
9066    },
9067    "windows_i686_msvc 0.48.5": {
9068      "name": "windows_i686_msvc",
9069      "version": "0.48.5",
9070      "package_url": "https://github.com/microsoft/windows-rs",
9071      "repository": {
9072        "Http": {
9073          "url": "https://static.crates.io/crates/windows_i686_msvc/0.48.5/download",
9074          "sha256": "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
9075        }
9076      },
9077      "targets": [
9078        {
9079          "Library": {
9080            "crate_name": "windows_i686_msvc",
9081            "crate_root": "src/lib.rs",
9082            "srcs": {
9083              "allow_empty": true,
9084              "include": [
9085                "**/*.rs"
9086              ]
9087            }
9088          }
9089        },
9090        {
9091          "BuildScript": {
9092            "crate_name": "build_script_build",
9093            "crate_root": "build.rs",
9094            "srcs": {
9095              "allow_empty": true,
9096              "include": [
9097                "**/*.rs"
9098              ]
9099            }
9100          }
9101        }
9102      ],
9103      "library_target_name": "windows_i686_msvc",
9104      "common_attrs": {
9105        "compile_data_glob": [
9106          "**"
9107        ],
9108        "deps": {
9109          "common": [
9110            {
9111              "id": "windows_i686_msvc 0.48.5",
9112              "target": "build_script_build"
9113            }
9114          ],
9115          "selects": {}
9116        },
9117        "edition": "2018",
9118        "version": "0.48.5"
9119      },
9120      "build_script_attrs": {
9121        "data_glob": [
9122          "**"
9123        ]
9124      },
9125      "license": "MIT OR Apache-2.0",
9126      "license_ids": [
9127        "Apache-2.0",
9128        "MIT"
9129      ],
9130      "license_file": "license-apache-2.0"
9131    },
9132    "windows_i686_msvc 0.52.6": {
9133      "name": "windows_i686_msvc",
9134      "version": "0.52.6",
9135      "package_url": "https://github.com/microsoft/windows-rs",
9136      "repository": {
9137        "Http": {
9138          "url": "https://static.crates.io/crates/windows_i686_msvc/0.52.6/download",
9139          "sha256": "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
9140        }
9141      },
9142      "targets": [
9143        {
9144          "Library": {
9145            "crate_name": "windows_i686_msvc",
9146            "crate_root": "src/lib.rs",
9147            "srcs": {
9148              "allow_empty": true,
9149              "include": [
9150                "**/*.rs"
9151              ]
9152            }
9153          }
9154        },
9155        {
9156          "BuildScript": {
9157            "crate_name": "build_script_build",
9158            "crate_root": "build.rs",
9159            "srcs": {
9160              "allow_empty": true,
9161              "include": [
9162                "**/*.rs"
9163              ]
9164            }
9165          }
9166        }
9167      ],
9168      "library_target_name": "windows_i686_msvc",
9169      "common_attrs": {
9170        "compile_data_glob": [
9171          "**"
9172        ],
9173        "deps": {
9174          "common": [
9175            {
9176              "id": "windows_i686_msvc 0.52.6",
9177              "target": "build_script_build"
9178            }
9179          ],
9180          "selects": {}
9181        },
9182        "edition": "2021",
9183        "version": "0.52.6"
9184      },
9185      "build_script_attrs": {
9186        "data_glob": [
9187          "**"
9188        ]
9189      },
9190      "license": "MIT OR Apache-2.0",
9191      "license_ids": [
9192        "Apache-2.0",
9193        "MIT"
9194      ],
9195      "license_file": "license-apache-2.0"
9196    },
9197    "windows_x86_64_gnu 0.48.5": {
9198      "name": "windows_x86_64_gnu",
9199      "version": "0.48.5",
9200      "package_url": "https://github.com/microsoft/windows-rs",
9201      "repository": {
9202        "Http": {
9203          "url": "https://static.crates.io/crates/windows_x86_64_gnu/0.48.5/download",
9204          "sha256": "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
9205        }
9206      },
9207      "targets": [
9208        {
9209          "Library": {
9210            "crate_name": "windows_x86_64_gnu",
9211            "crate_root": "src/lib.rs",
9212            "srcs": {
9213              "allow_empty": true,
9214              "include": [
9215                "**/*.rs"
9216              ]
9217            }
9218          }
9219        },
9220        {
9221          "BuildScript": {
9222            "crate_name": "build_script_build",
9223            "crate_root": "build.rs",
9224            "srcs": {
9225              "allow_empty": true,
9226              "include": [
9227                "**/*.rs"
9228              ]
9229            }
9230          }
9231        }
9232      ],
9233      "library_target_name": "windows_x86_64_gnu",
9234      "common_attrs": {
9235        "compile_data_glob": [
9236          "**"
9237        ],
9238        "deps": {
9239          "common": [
9240            {
9241              "id": "windows_x86_64_gnu 0.48.5",
9242              "target": "build_script_build"
9243            }
9244          ],
9245          "selects": {}
9246        },
9247        "edition": "2018",
9248        "version": "0.48.5"
9249      },
9250      "build_script_attrs": {
9251        "data_glob": [
9252          "**"
9253        ]
9254      },
9255      "license": "MIT OR Apache-2.0",
9256      "license_ids": [
9257        "Apache-2.0",
9258        "MIT"
9259      ],
9260      "license_file": "license-apache-2.0"
9261    },
9262    "windows_x86_64_gnu 0.52.6": {
9263      "name": "windows_x86_64_gnu",
9264      "version": "0.52.6",
9265      "package_url": "https://github.com/microsoft/windows-rs",
9266      "repository": {
9267        "Http": {
9268          "url": "https://static.crates.io/crates/windows_x86_64_gnu/0.52.6/download",
9269          "sha256": "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
9270        }
9271      },
9272      "targets": [
9273        {
9274          "Library": {
9275            "crate_name": "windows_x86_64_gnu",
9276            "crate_root": "src/lib.rs",
9277            "srcs": {
9278              "allow_empty": true,
9279              "include": [
9280                "**/*.rs"
9281              ]
9282            }
9283          }
9284        },
9285        {
9286          "BuildScript": {
9287            "crate_name": "build_script_build",
9288            "crate_root": "build.rs",
9289            "srcs": {
9290              "allow_empty": true,
9291              "include": [
9292                "**/*.rs"
9293              ]
9294            }
9295          }
9296        }
9297      ],
9298      "library_target_name": "windows_x86_64_gnu",
9299      "common_attrs": {
9300        "compile_data_glob": [
9301          "**"
9302        ],
9303        "deps": {
9304          "common": [
9305            {
9306              "id": "windows_x86_64_gnu 0.52.6",
9307              "target": "build_script_build"
9308            }
9309          ],
9310          "selects": {}
9311        },
9312        "edition": "2021",
9313        "version": "0.52.6"
9314      },
9315      "build_script_attrs": {
9316        "data_glob": [
9317          "**"
9318        ]
9319      },
9320      "license": "MIT OR Apache-2.0",
9321      "license_ids": [
9322        "Apache-2.0",
9323        "MIT"
9324      ],
9325      "license_file": "license-apache-2.0"
9326    },
9327    "windows_x86_64_gnullvm 0.48.5": {
9328      "name": "windows_x86_64_gnullvm",
9329      "version": "0.48.5",
9330      "package_url": "https://github.com/microsoft/windows-rs",
9331      "repository": {
9332        "Http": {
9333          "url": "https://static.crates.io/crates/windows_x86_64_gnullvm/0.48.5/download",
9334          "sha256": "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
9335        }
9336      },
9337      "targets": [
9338        {
9339          "Library": {
9340            "crate_name": "windows_x86_64_gnullvm",
9341            "crate_root": "src/lib.rs",
9342            "srcs": {
9343              "allow_empty": true,
9344              "include": [
9345                "**/*.rs"
9346              ]
9347            }
9348          }
9349        },
9350        {
9351          "BuildScript": {
9352            "crate_name": "build_script_build",
9353            "crate_root": "build.rs",
9354            "srcs": {
9355              "allow_empty": true,
9356              "include": [
9357                "**/*.rs"
9358              ]
9359            }
9360          }
9361        }
9362      ],
9363      "library_target_name": "windows_x86_64_gnullvm",
9364      "common_attrs": {
9365        "compile_data_glob": [
9366          "**"
9367        ],
9368        "deps": {
9369          "common": [
9370            {
9371              "id": "windows_x86_64_gnullvm 0.48.5",
9372              "target": "build_script_build"
9373            }
9374          ],
9375          "selects": {}
9376        },
9377        "edition": "2018",
9378        "version": "0.48.5"
9379      },
9380      "build_script_attrs": {
9381        "data_glob": [
9382          "**"
9383        ]
9384      },
9385      "license": "MIT OR Apache-2.0",
9386      "license_ids": [
9387        "Apache-2.0",
9388        "MIT"
9389      ],
9390      "license_file": "license-apache-2.0"
9391    },
9392    "windows_x86_64_gnullvm 0.52.6": {
9393      "name": "windows_x86_64_gnullvm",
9394      "version": "0.52.6",
9395      "package_url": "https://github.com/microsoft/windows-rs",
9396      "repository": {
9397        "Http": {
9398          "url": "https://static.crates.io/crates/windows_x86_64_gnullvm/0.52.6/download",
9399          "sha256": "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
9400        }
9401      },
9402      "targets": [
9403        {
9404          "Library": {
9405            "crate_name": "windows_x86_64_gnullvm",
9406            "crate_root": "src/lib.rs",
9407            "srcs": {
9408              "allow_empty": true,
9409              "include": [
9410                "**/*.rs"
9411              ]
9412            }
9413          }
9414        },
9415        {
9416          "BuildScript": {
9417            "crate_name": "build_script_build",
9418            "crate_root": "build.rs",
9419            "srcs": {
9420              "allow_empty": true,
9421              "include": [
9422                "**/*.rs"
9423              ]
9424            }
9425          }
9426        }
9427      ],
9428      "library_target_name": "windows_x86_64_gnullvm",
9429      "common_attrs": {
9430        "compile_data_glob": [
9431          "**"
9432        ],
9433        "deps": {
9434          "common": [
9435            {
9436              "id": "windows_x86_64_gnullvm 0.52.6",
9437              "target": "build_script_build"
9438            }
9439          ],
9440          "selects": {}
9441        },
9442        "edition": "2021",
9443        "version": "0.52.6"
9444      },
9445      "build_script_attrs": {
9446        "data_glob": [
9447          "**"
9448        ]
9449      },
9450      "license": "MIT OR Apache-2.0",
9451      "license_ids": [
9452        "Apache-2.0",
9453        "MIT"
9454      ],
9455      "license_file": "license-apache-2.0"
9456    },
9457    "windows_x86_64_msvc 0.48.5": {
9458      "name": "windows_x86_64_msvc",
9459      "version": "0.48.5",
9460      "package_url": "https://github.com/microsoft/windows-rs",
9461      "repository": {
9462        "Http": {
9463          "url": "https://static.crates.io/crates/windows_x86_64_msvc/0.48.5/download",
9464          "sha256": "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
9465        }
9466      },
9467      "targets": [
9468        {
9469          "Library": {
9470            "crate_name": "windows_x86_64_msvc",
9471            "crate_root": "src/lib.rs",
9472            "srcs": {
9473              "allow_empty": true,
9474              "include": [
9475                "**/*.rs"
9476              ]
9477            }
9478          }
9479        },
9480        {
9481          "BuildScript": {
9482            "crate_name": "build_script_build",
9483            "crate_root": "build.rs",
9484            "srcs": {
9485              "allow_empty": true,
9486              "include": [
9487                "**/*.rs"
9488              ]
9489            }
9490          }
9491        }
9492      ],
9493      "library_target_name": "windows_x86_64_msvc",
9494      "common_attrs": {
9495        "compile_data_glob": [
9496          "**"
9497        ],
9498        "deps": {
9499          "common": [
9500            {
9501              "id": "windows_x86_64_msvc 0.48.5",
9502              "target": "build_script_build"
9503            }
9504          ],
9505          "selects": {}
9506        },
9507        "edition": "2018",
9508        "version": "0.48.5"
9509      },
9510      "build_script_attrs": {
9511        "data_glob": [
9512          "**"
9513        ]
9514      },
9515      "license": "MIT OR Apache-2.0",
9516      "license_ids": [
9517        "Apache-2.0",
9518        "MIT"
9519      ],
9520      "license_file": "license-apache-2.0"
9521    },
9522    "windows_x86_64_msvc 0.52.6": {
9523      "name": "windows_x86_64_msvc",
9524      "version": "0.52.6",
9525      "package_url": "https://github.com/microsoft/windows-rs",
9526      "repository": {
9527        "Http": {
9528          "url": "https://static.crates.io/crates/windows_x86_64_msvc/0.52.6/download",
9529          "sha256": "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
9530        }
9531      },
9532      "targets": [
9533        {
9534          "Library": {
9535            "crate_name": "windows_x86_64_msvc",
9536            "crate_root": "src/lib.rs",
9537            "srcs": {
9538              "allow_empty": true,
9539              "include": [
9540                "**/*.rs"
9541              ]
9542            }
9543          }
9544        },
9545        {
9546          "BuildScript": {
9547            "crate_name": "build_script_build",
9548            "crate_root": "build.rs",
9549            "srcs": {
9550              "allow_empty": true,
9551              "include": [
9552                "**/*.rs"
9553              ]
9554            }
9555          }
9556        }
9557      ],
9558      "library_target_name": "windows_x86_64_msvc",
9559      "common_attrs": {
9560        "compile_data_glob": [
9561          "**"
9562        ],
9563        "deps": {
9564          "common": [
9565            {
9566              "id": "windows_x86_64_msvc 0.52.6",
9567              "target": "build_script_build"
9568            }
9569          ],
9570          "selects": {}
9571        },
9572        "edition": "2021",
9573        "version": "0.52.6"
9574      },
9575      "build_script_attrs": {
9576        "data_glob": [
9577          "**"
9578        ]
9579      },
9580      "license": "MIT OR Apache-2.0",
9581      "license_ids": [
9582        "Apache-2.0",
9583        "MIT"
9584      ],
9585      "license_file": "license-apache-2.0"
9586    },
9587    "winnow 0.5.40": {
9588      "name": "winnow",
9589      "version": "0.5.40",
9590      "package_url": "https://github.com/winnow-rs/winnow",
9591      "repository": {
9592        "Http": {
9593          "url": "https://static.crates.io/crates/winnow/0.5.40/download",
9594          "sha256": "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
9595        }
9596      },
9597      "targets": [
9598        {
9599          "Library": {
9600            "crate_name": "winnow",
9601            "crate_root": "src/lib.rs",
9602            "srcs": {
9603              "allow_empty": true,
9604              "include": [
9605                "**/*.rs"
9606              ]
9607            }
9608          }
9609        }
9610      ],
9611      "library_target_name": "winnow",
9612      "common_attrs": {
9613        "compile_data_glob": [
9614          "**"
9615        ],
9616        "crate_features": {
9617          "common": [
9618            "alloc",
9619            "default",
9620            "std"
9621          ],
9622          "selects": {}
9623        },
9624        "edition": "2021",
9625        "version": "0.5.40"
9626      },
9627      "license": "MIT",
9628      "license_ids": [
9629        "MIT"
9630      ],
9631      "license_file": "LICENSE-MIT"
9632    },
9633    "xdg-home 1.2.0": {
9634      "name": "xdg-home",
9635      "version": "1.2.0",
9636      "package_url": "https://github.com/zeenix/xdg-home",
9637      "repository": {
9638        "Http": {
9639          "url": "https://static.crates.io/crates/xdg-home/1.2.0/download",
9640          "sha256": "ca91dcf8f93db085f3a0a29358cd0b9d670915468f4290e8b85d118a34211ab8"
9641        }
9642      },
9643      "targets": [
9644        {
9645          "Library": {
9646            "crate_name": "xdg_home",
9647            "crate_root": "src/lib.rs",
9648            "srcs": {
9649              "allow_empty": true,
9650              "include": [
9651                "**/*.rs"
9652              ]
9653            }
9654          }
9655        }
9656      ],
9657      "library_target_name": "xdg_home",
9658      "common_attrs": {
9659        "compile_data_glob": [
9660          "**"
9661        ],
9662        "deps": {
9663          "common": [],
9664          "selects": {
9665            "cfg(unix)": [
9666              {
9667                "id": "libc 0.2.155",
9668                "target": "libc"
9669              }
9670            ],
9671            "cfg(windows)": [
9672              {
9673                "id": "windows-sys 0.52.0",
9674                "target": "windows_sys"
9675              }
9676            ]
9677          }
9678        },
9679        "edition": "2021",
9680        "version": "1.2.0"
9681      },
9682      "license": "MIT",
9683      "license_ids": [
9684        "MIT"
9685      ],
9686      "license_file": "LICENSE-MIT"
9687    },
9688    "zbus 3.15.2": {
9689      "name": "zbus",
9690      "version": "3.15.2",
9691      "package_url": "https://github.com/dbus2/zbus/",
9692      "repository": {
9693        "Http": {
9694          "url": "https://static.crates.io/crates/zbus/3.15.2/download",
9695          "sha256": "675d170b632a6ad49804c8cf2105d7c31eddd3312555cffd4b740e08e97c25e6"
9696        }
9697      },
9698      "targets": [
9699        {
9700          "Library": {
9701            "crate_name": "zbus",
9702            "crate_root": "src/lib.rs",
9703            "srcs": {
9704              "allow_empty": true,
9705              "include": [
9706                "**/*.rs"
9707              ]
9708            }
9709          }
9710        }
9711      ],
9712      "library_target_name": "zbus",
9713      "common_attrs": {
9714        "compile_data_glob": [
9715          "**"
9716        ],
9717        "crate_features": {
9718          "common": [
9719            "async-executor",
9720            "async-fs",
9721            "async-io",
9722            "async-lock",
9723            "async-task",
9724            "blocking"
9725          ],
9726          "selects": {}
9727        },
9728        "deps": {
9729          "common": [
9730            {
9731              "id": "async-broadcast 0.5.1",
9732              "target": "async_broadcast"
9733            },
9734            {
9735              "id": "async-executor 1.13.0",
9736              "target": "async_executor"
9737            },
9738            {
9739              "id": "async-fs 1.6.0",
9740              "target": "async_fs"
9741            },
9742            {
9743              "id": "async-io 1.13.0",
9744              "target": "async_io"
9745            },
9746            {
9747              "id": "async-lock 2.8.0",
9748              "target": "async_lock"
9749            },
9750            {
9751              "id": "async-task 4.7.1",
9752              "target": "async_task"
9753            },
9754            {
9755              "id": "blocking 1.6.1",
9756              "target": "blocking"
9757            },
9758            {
9759              "id": "byteorder 1.5.0",
9760              "target": "byteorder"
9761            },
9762            {
9763              "id": "enumflags2 0.7.10",
9764              "target": "enumflags2"
9765            },
9766            {
9767              "id": "event-listener 2.5.3",
9768              "target": "event_listener"
9769            },
9770            {
9771              "id": "futures-core 0.3.30",
9772              "target": "futures_core"
9773            },
9774            {
9775              "id": "futures-sink 0.3.30",
9776              "target": "futures_sink"
9777            },
9778            {
9779              "id": "futures-util 0.3.30",
9780              "target": "futures_util"
9781            },
9782            {
9783              "id": "hex 0.4.3",
9784              "target": "hex"
9785            },
9786            {
9787              "id": "once_cell 1.19.0",
9788              "target": "once_cell"
9789            },
9790            {
9791              "id": "ordered-stream 0.2.0",
9792              "target": "ordered_stream"
9793            },
9794            {
9795              "id": "rand 0.8.5",
9796              "target": "rand"
9797            },
9798            {
9799              "id": "serde 1.0.204",
9800              "target": "serde"
9801            },
9802            {
9803              "id": "sha1 0.10.6",
9804              "target": "sha1"
9805            },
9806            {
9807              "id": "static_assertions 1.1.0",
9808              "target": "static_assertions"
9809            },
9810            {
9811              "id": "tracing 0.1.40",
9812              "target": "tracing"
9813            },
9814            {
9815              "id": "xdg-home 1.2.0",
9816              "target": "xdg_home"
9817            },
9818            {
9819              "id": "zbus_names 2.6.1",
9820              "target": "zbus_names"
9821            },
9822            {
9823              "id": "zvariant 3.15.2",
9824              "target": "zvariant"
9825            }
9826          ],
9827          "selects": {
9828            "cfg(target_os = \"macos\")": [
9829              {
9830                "id": "async-process 1.8.1",
9831                "target": "async_process"
9832              }
9833            ],
9834            "cfg(unix)": [
9835              {
9836                "id": "nix 0.26.4",
9837                "target": "nix"
9838              }
9839            ],
9840            "cfg(windows)": [
9841              {
9842                "id": "uds_windows 1.1.0",
9843                "target": "uds_windows"
9844              },
9845              {
9846                "id": "winapi 0.3.9",
9847                "target": "winapi"
9848              }
9849            ]
9850          }
9851        },
9852        "edition": "2018",
9853        "proc_macro_deps": {
9854          "common": [
9855            {
9856              "id": "async-recursion 1.1.1",
9857              "target": "async_recursion"
9858            },
9859            {
9860              "id": "async-trait 0.1.81",
9861              "target": "async_trait"
9862            },
9863            {
9864              "id": "derivative 2.2.0",
9865              "target": "derivative"
9866            },
9867            {
9868              "id": "serde_repr 0.1.19",
9869              "target": "serde_repr"
9870            },
9871            {
9872              "id": "zbus_macros 3.15.2",
9873              "target": "zbus_macros"
9874            }
9875          ],
9876          "selects": {}
9877        },
9878        "version": "3.15.2"
9879      },
9880      "license": "MIT",
9881      "license_ids": [
9882        "MIT"
9883      ],
9884      "license_file": "LICENSE"
9885    },
9886    "zbus_macros 3.15.2": {
9887      "name": "zbus_macros",
9888      "version": "3.15.2",
9889      "package_url": "https://github.com/dbus2/zbus/",
9890      "repository": {
9891        "Http": {
9892          "url": "https://static.crates.io/crates/zbus_macros/3.15.2/download",
9893          "sha256": "7131497b0f887e8061b430c530240063d33bf9455fa34438f388a245da69e0a5"
9894        }
9895      },
9896      "targets": [
9897        {
9898          "ProcMacro": {
9899            "crate_name": "zbus_macros",
9900            "crate_root": "src/lib.rs",
9901            "srcs": {
9902              "allow_empty": true,
9903              "include": [
9904                "**/*.rs"
9905              ]
9906            }
9907          }
9908        }
9909      ],
9910      "library_target_name": "zbus_macros",
9911      "common_attrs": {
9912        "compile_data_glob": [
9913          "**"
9914        ],
9915        "deps": {
9916          "common": [
9917            {
9918              "id": "proc-macro-crate 1.3.1",
9919              "target": "proc_macro_crate"
9920            },
9921            {
9922              "id": "proc-macro2 1.0.86",
9923              "target": "proc_macro2"
9924            },
9925            {
9926              "id": "quote 1.0.36",
9927              "target": "quote"
9928            },
9929            {
9930              "id": "regex 1.10.5",
9931              "target": "regex"
9932            },
9933            {
9934              "id": "syn 1.0.109",
9935              "target": "syn"
9936            },
9937            {
9938              "id": "zvariant_utils 1.0.1",
9939              "target": "zvariant_utils"
9940            }
9941          ],
9942          "selects": {}
9943        },
9944        "edition": "2018",
9945        "version": "3.15.2"
9946      },
9947      "license": "MIT",
9948      "license_ids": [
9949        "MIT"
9950      ],
9951      "license_file": "LICENSE"
9952    },
9953    "zbus_names 2.6.1": {
9954      "name": "zbus_names",
9955      "version": "2.6.1",
9956      "package_url": "https://github.com/dbus2/zbus/",
9957      "repository": {
9958        "Http": {
9959          "url": "https://static.crates.io/crates/zbus_names/2.6.1/download",
9960          "sha256": "437d738d3750bed6ca9b8d423ccc7a8eb284f6b1d6d4e225a0e4e6258d864c8d"
9961        }
9962      },
9963      "targets": [
9964        {
9965          "Library": {
9966            "crate_name": "zbus_names",
9967            "crate_root": "src/lib.rs",
9968            "srcs": {
9969              "allow_empty": true,
9970              "include": [
9971                "**/*.rs"
9972              ]
9973            }
9974          }
9975        }
9976      ],
9977      "library_target_name": "zbus_names",
9978      "common_attrs": {
9979        "compile_data_glob": [
9980          "**"
9981        ],
9982        "deps": {
9983          "common": [
9984            {
9985              "id": "serde 1.0.204",
9986              "target": "serde"
9987            },
9988            {
9989              "id": "static_assertions 1.1.0",
9990              "target": "static_assertions"
9991            },
9992            {
9993              "id": "zvariant 3.15.2",
9994              "target": "zvariant"
9995            }
9996          ],
9997          "selects": {}
9998        },
9999        "edition": "2018",
10000        "version": "2.6.1"
10001      },
10002      "license": "MIT",
10003      "license_ids": [
10004        "MIT"
10005      ],
10006      "license_file": "LICENSE"
10007    },
10008    "zvariant 3.15.2": {
10009      "name": "zvariant",
10010      "version": "3.15.2",
10011      "package_url": "https://github.com/dbus2/zbus/",
10012      "repository": {
10013        "Http": {
10014          "url": "https://static.crates.io/crates/zvariant/3.15.2/download",
10015          "sha256": "4eef2be88ba09b358d3b58aca6e41cd853631d44787f319a1383ca83424fb2db"
10016        }
10017      },
10018      "targets": [
10019        {
10020          "Library": {
10021            "crate_name": "zvariant",
10022            "crate_root": "src/lib.rs",
10023            "srcs": {
10024              "allow_empty": true,
10025              "include": [
10026                "**/*.rs"
10027              ]
10028            }
10029          }
10030        }
10031      ],
10032      "library_target_name": "zvariant",
10033      "common_attrs": {
10034        "compile_data_glob": [
10035          "**"
10036        ],
10037        "crate_features": {
10038          "common": [
10039            "enumflags2"
10040          ],
10041          "selects": {}
10042        },
10043        "deps": {
10044          "common": [
10045            {
10046              "id": "byteorder 1.5.0",
10047              "target": "byteorder"
10048            },
10049            {
10050              "id": "enumflags2 0.7.10",
10051              "target": "enumflags2"
10052            },
10053            {
10054              "id": "libc 0.2.155",
10055              "target": "libc"
10056            },
10057            {
10058              "id": "serde 1.0.204",
10059              "target": "serde"
10060            },
10061            {
10062              "id": "static_assertions 1.1.0",
10063              "target": "static_assertions"
10064            }
10065          ],
10066          "selects": {}
10067        },
10068        "edition": "2018",
10069        "proc_macro_deps": {
10070          "common": [
10071            {
10072              "id": "zvariant_derive 3.15.2",
10073              "target": "zvariant_derive"
10074            }
10075          ],
10076          "selects": {}
10077        },
10078        "version": "3.15.2"
10079      },
10080      "license": "MIT",
10081      "license_ids": [
10082        "MIT"
10083      ],
10084      "license_file": "LICENSE"
10085    },
10086    "zvariant_derive 3.15.2": {
10087      "name": "zvariant_derive",
10088      "version": "3.15.2",
10089      "package_url": "https://github.com/dbus2/zbus/",
10090      "repository": {
10091        "Http": {
10092          "url": "https://static.crates.io/crates/zvariant_derive/3.15.2/download",
10093          "sha256": "37c24dc0bed72f5f90d1f8bb5b07228cbf63b3c6e9f82d82559d4bae666e7ed9"
10094        }
10095      },
10096      "targets": [
10097        {
10098          "ProcMacro": {
10099            "crate_name": "zvariant_derive",
10100            "crate_root": "src/lib.rs",
10101            "srcs": {
10102              "allow_empty": true,
10103              "include": [
10104                "**/*.rs"
10105              ]
10106            }
10107          }
10108        }
10109      ],
10110      "library_target_name": "zvariant_derive",
10111      "common_attrs": {
10112        "compile_data_glob": [
10113          "**"
10114        ],
10115        "deps": {
10116          "common": [
10117            {
10118              "id": "proc-macro-crate 1.3.1",
10119              "target": "proc_macro_crate"
10120            },
10121            {
10122              "id": "proc-macro2 1.0.86",
10123              "target": "proc_macro2"
10124            },
10125            {
10126              "id": "quote 1.0.36",
10127              "target": "quote"
10128            },
10129            {
10130              "id": "syn 1.0.109",
10131              "target": "syn"
10132            },
10133            {
10134              "id": "zvariant_utils 1.0.1",
10135              "target": "zvariant_utils"
10136            }
10137          ],
10138          "selects": {}
10139        },
10140        "edition": "2018",
10141        "version": "3.15.2"
10142      },
10143      "license": "MIT",
10144      "license_ids": [
10145        "MIT"
10146      ],
10147      "license_file": "LICENSE"
10148    },
10149    "zvariant_utils 1.0.1": {
10150      "name": "zvariant_utils",
10151      "version": "1.0.1",
10152      "package_url": "https://github.com/dbus2/zbus/",
10153      "repository": {
10154        "Http": {
10155          "url": "https://static.crates.io/crates/zvariant_utils/1.0.1/download",
10156          "sha256": "7234f0d811589db492d16893e3f21e8e2fd282e6d01b0cddee310322062cc200"
10157        }
10158      },
10159      "targets": [
10160        {
10161          "Library": {
10162            "crate_name": "zvariant_utils",
10163            "crate_root": "src/lib.rs",
10164            "srcs": {
10165              "allow_empty": true,
10166              "include": [
10167                "**/*.rs"
10168              ]
10169            }
10170          }
10171        }
10172      ],
10173      "library_target_name": "zvariant_utils",
10174      "common_attrs": {
10175        "compile_data_glob": [
10176          "**"
10177        ],
10178        "deps": {
10179          "common": [
10180            {
10181              "id": "proc-macro2 1.0.86",
10182              "target": "proc_macro2"
10183            },
10184            {
10185              "id": "quote 1.0.36",
10186              "target": "quote"
10187            },
10188            {
10189              "id": "syn 1.0.109",
10190              "target": "syn"
10191            }
10192          ],
10193          "selects": {}
10194        },
10195        "edition": "2018",
10196        "version": "1.0.1"
10197      },
10198      "license": "MIT",
10199      "license_ids": [
10200        "MIT"
10201      ],
10202      "license_file": "LICENSE"
10203    }
10204  },
10205  "binary_crates": [],
10206  "workspace_members": {
10207    "local_proc_macro 0.1.0": "local_proc_macro",
10208    "musl_cross_compiling 0.0.0": ""
10209  },
10210  "conditions": {
10211    "aarch64-apple-darwin": [
10212      "aarch64-apple-darwin"
10213    ],
10214    "aarch64-apple-ios": [
10215      "aarch64-apple-ios"
10216    ],
10217    "aarch64-apple-ios-sim": [
10218      "aarch64-apple-ios-sim"
10219    ],
10220    "aarch64-fuchsia": [
10221      "aarch64-fuchsia"
10222    ],
10223    "aarch64-linux-android": [
10224      "aarch64-linux-android"
10225    ],
10226    "aarch64-pc-windows-gnullvm": [],
10227    "aarch64-pc-windows-msvc": [
10228      "aarch64-pc-windows-msvc"
10229    ],
10230    "aarch64-unknown-linux-gnu": [
10231      "aarch64-unknown-linux-gnu",
10232      "aarch64-unknown-nixos-gnu"
10233    ],
10234    "aarch64-unknown-nixos-gnu": [
10235      "aarch64-unknown-nixos-gnu"
10236    ],
10237    "aarch64-unknown-nto-qnx710": [
10238      "aarch64-unknown-nto-qnx710"
10239    ],
10240    "arm-unknown-linux-gnueabi": [
10241      "arm-unknown-linux-gnueabi"
10242    ],
10243    "armv7-linux-androideabi": [
10244      "armv7-linux-androideabi"
10245    ],
10246    "armv7-unknown-linux-gnueabi": [
10247      "armv7-unknown-linux-gnueabi"
10248    ],
10249    "cfg(all(any(target_arch = \"x86_64\", target_arch = \"arm64ec\"), target_env = \"msvc\", not(windows_raw_dylib)))": [
10250      "x86_64-pc-windows-msvc"
10251    ],
10252    "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))": [
10253      "aarch64-linux-android",
10254      "armv7-linux-androideabi",
10255      "i686-linux-android",
10256      "powerpc-unknown-linux-gnu",
10257      "s390x-unknown-linux-gnu",
10258      "x86_64-linux-android"
10259    ],
10260    "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))": [
10261      "aarch64-linux-android",
10262      "armv7-linux-androideabi",
10263      "i686-linux-android",
10264      "powerpc-unknown-linux-gnu",
10265      "s390x-unknown-linux-gnu",
10266      "x86_64-linux-android"
10267    ],
10268    "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))": [
10269      "aarch64-unknown-linux-gnu",
10270      "aarch64-unknown-nixos-gnu",
10271      "arm-unknown-linux-gnueabi",
10272      "armv7-unknown-linux-gnueabi",
10273      "i686-unknown-linux-gnu",
10274      "x86_64-unknown-linux-gnu",
10275      "x86_64-unknown-nixos-gnu"
10276    ],
10277    "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))": [
10278      "aarch64-unknown-linux-gnu",
10279      "aarch64-unknown-nixos-gnu",
10280      "arm-unknown-linux-gnueabi",
10281      "armv7-unknown-linux-gnueabi",
10282      "i686-unknown-linux-gnu",
10283      "x86_64-unknown-linux-gnu",
10284      "x86_64-unknown-nixos-gnu"
10285    ],
10286    "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))": [
10287      "aarch64-apple-darwin",
10288      "aarch64-apple-ios",
10289      "aarch64-apple-ios-sim",
10290      "aarch64-fuchsia",
10291      "aarch64-linux-android",
10292      "aarch64-unknown-nto-qnx710",
10293      "armv7-linux-androideabi",
10294      "i686-apple-darwin",
10295      "i686-linux-android",
10296      "i686-unknown-freebsd",
10297      "powerpc-unknown-linux-gnu",
10298      "riscv32imc-unknown-none-elf",
10299      "riscv64gc-unknown-none-elf",
10300      "s390x-unknown-linux-gnu",
10301      "thumbv7em-none-eabi",
10302      "thumbv8m.main-none-eabi",
10303      "wasm32-unknown-unknown",
10304      "wasm32-wasi",
10305      "x86_64-apple-darwin",
10306      "x86_64-apple-ios",
10307      "x86_64-fuchsia",
10308      "x86_64-linux-android",
10309      "x86_64-unknown-freebsd",
10310      "x86_64-unknown-none"
10311    ],
10312    "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))": [
10313      "aarch64-apple-darwin",
10314      "aarch64-apple-ios",
10315      "aarch64-apple-ios-sim",
10316      "aarch64-fuchsia",
10317      "aarch64-linux-android",
10318      "aarch64-unknown-nto-qnx710",
10319      "armv7-linux-androideabi",
10320      "i686-apple-darwin",
10321      "i686-linux-android",
10322      "i686-unknown-freebsd",
10323      "powerpc-unknown-linux-gnu",
10324      "riscv32imc-unknown-none-elf",
10325      "riscv64gc-unknown-none-elf",
10326      "s390x-unknown-linux-gnu",
10327      "thumbv7em-none-eabi",
10328      "thumbv8m.main-none-eabi",
10329      "wasm32-unknown-unknown",
10330      "wasm32-wasi",
10331      "x86_64-apple-darwin",
10332      "x86_64-apple-ios",
10333      "x86_64-fuchsia",
10334      "x86_64-linux-android",
10335      "x86_64-unknown-freebsd",
10336      "x86_64-unknown-none"
10337    ],
10338    "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))": [
10339      "aarch64-pc-windows-msvc"
10340    ],
10341    "cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))": [
10342      "aarch64-unknown-linux-gnu",
10343      "aarch64-unknown-nixos-gnu"
10344    ],
10345    "cfg(all(target_arch = \"aarch64\", target_vendor = \"apple\"))": [
10346      "aarch64-apple-darwin",
10347      "aarch64-apple-ios",
10348      "aarch64-apple-ios-sim"
10349    ],
10350    "cfg(all(target_arch = \"loongarch64\", target_os = \"linux\"))": [],
10351    "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))": [
10352      "wasm32-unknown-unknown"
10353    ],
10354    "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [
10355      "i686-unknown-linux-gnu"
10356    ],
10357    "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))": [
10358      "i686-unknown-linux-gnu"
10359    ],
10360    "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))": [
10361      "i686-pc-windows-msvc"
10362    ],
10363    "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [
10364      "x86_64-unknown-linux-gnu",
10365      "x86_64-unknown-nixos-gnu"
10366    ],
10367    "cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))": [
10368      "x86_64-pc-windows-msvc"
10369    ],
10370    "cfg(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"))": [
10371      "aarch64-apple-darwin",
10372      "aarch64-apple-ios",
10373      "aarch64-apple-ios-sim",
10374      "aarch64-fuchsia",
10375      "aarch64-linux-android",
10376      "aarch64-pc-windows-msvc",
10377      "aarch64-unknown-linux-gnu",
10378      "aarch64-unknown-nixos-gnu",
10379      "aarch64-unknown-nto-qnx710",
10380      "i686-apple-darwin",
10381      "i686-linux-android",
10382      "i686-pc-windows-msvc",
10383      "i686-unknown-freebsd",
10384      "i686-unknown-linux-gnu",
10385      "x86_64-apple-darwin",
10386      "x86_64-apple-ios",
10387      "x86_64-fuchsia",
10388      "x86_64-linux-android",
10389      "x86_64-pc-windows-msvc",
10390      "x86_64-unknown-freebsd",
10391      "x86_64-unknown-linux-gnu",
10392      "x86_64-unknown-nixos-gnu",
10393      "x86_64-unknown-none"
10394    ],
10395    "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))": [
10396      "aarch64-apple-darwin",
10397      "aarch64-apple-ios",
10398      "aarch64-apple-ios-sim",
10399      "aarch64-fuchsia",
10400      "aarch64-linux-android",
10401      "aarch64-pc-windows-msvc",
10402      "aarch64-unknown-linux-gnu",
10403      "aarch64-unknown-nixos-gnu",
10404      "aarch64-unknown-nto-qnx710",
10405      "i686-apple-darwin",
10406      "i686-linux-android",
10407      "i686-pc-windows-msvc",
10408      "i686-unknown-freebsd",
10409      "i686-unknown-linux-gnu",
10410      "x86_64-apple-darwin",
10411      "x86_64-apple-ios",
10412      "x86_64-fuchsia",
10413      "x86_64-linux-android",
10414      "x86_64-pc-windows-msvc",
10415      "x86_64-unknown-freebsd",
10416      "x86_64-unknown-linux-gnu",
10417      "x86_64-unknown-nixos-gnu",
10418      "x86_64-unknown-none"
10419    ],
10420    "cfg(any(unix, target_os = \"fuchsia\", target_os = \"vxworks\"))": [
10421      "aarch64-apple-darwin",
10422      "aarch64-apple-ios",
10423      "aarch64-apple-ios-sim",
10424      "aarch64-fuchsia",
10425      "aarch64-linux-android",
10426      "aarch64-unknown-linux-gnu",
10427      "aarch64-unknown-nixos-gnu",
10428      "aarch64-unknown-nto-qnx710",
10429      "arm-unknown-linux-gnueabi",
10430      "armv7-linux-androideabi",
10431      "armv7-unknown-linux-gnueabi",
10432      "i686-apple-darwin",
10433      "i686-linux-android",
10434      "i686-unknown-freebsd",
10435      "i686-unknown-linux-gnu",
10436      "powerpc-unknown-linux-gnu",
10437      "s390x-unknown-linux-gnu",
10438      "x86_64-apple-darwin",
10439      "x86_64-apple-ios",
10440      "x86_64-fuchsia",
10441      "x86_64-linux-android",
10442      "x86_64-unknown-freebsd",
10443      "x86_64-unknown-linux-gnu",
10444      "x86_64-unknown-nixos-gnu"
10445    ],
10446    "cfg(any(unix, target_os = \"wasi\"))": [
10447      "aarch64-apple-darwin",
10448      "aarch64-apple-ios",
10449      "aarch64-apple-ios-sim",
10450      "aarch64-fuchsia",
10451      "aarch64-linux-android",
10452      "aarch64-unknown-linux-gnu",
10453      "aarch64-unknown-nixos-gnu",
10454      "aarch64-unknown-nto-qnx710",
10455      "arm-unknown-linux-gnueabi",
10456      "armv7-linux-androideabi",
10457      "armv7-unknown-linux-gnueabi",
10458      "i686-apple-darwin",
10459      "i686-linux-android",
10460      "i686-unknown-freebsd",
10461      "i686-unknown-linux-gnu",
10462      "powerpc-unknown-linux-gnu",
10463      "s390x-unknown-linux-gnu",
10464      "wasm32-wasi",
10465      "x86_64-apple-darwin",
10466      "x86_64-apple-ios",
10467      "x86_64-fuchsia",
10468      "x86_64-linux-android",
10469      "x86_64-unknown-freebsd",
10470      "x86_64-unknown-linux-gnu",
10471      "x86_64-unknown-nixos-gnu"
10472    ],
10473    "cfg(target_os = \"hermit\")": [],
10474    "cfg(target_os = \"macos\")": [
10475      "aarch64-apple-darwin",
10476      "i686-apple-darwin",
10477      "x86_64-apple-darwin"
10478    ],
10479    "cfg(target_os = \"wasi\")": [
10480      "wasm32-wasi"
10481    ],
10482    "cfg(unix)": [
10483      "aarch64-apple-darwin",
10484      "aarch64-apple-ios",
10485      "aarch64-apple-ios-sim",
10486      "aarch64-fuchsia",
10487      "aarch64-linux-android",
10488      "aarch64-unknown-linux-gnu",
10489      "aarch64-unknown-nixos-gnu",
10490      "aarch64-unknown-nto-qnx710",
10491      "arm-unknown-linux-gnueabi",
10492      "armv7-linux-androideabi",
10493      "armv7-unknown-linux-gnueabi",
10494      "i686-apple-darwin",
10495      "i686-linux-android",
10496      "i686-unknown-freebsd",
10497      "i686-unknown-linux-gnu",
10498      "powerpc-unknown-linux-gnu",
10499      "s390x-unknown-linux-gnu",
10500      "x86_64-apple-darwin",
10501      "x86_64-apple-ios",
10502      "x86_64-fuchsia",
10503      "x86_64-linux-android",
10504      "x86_64-unknown-freebsd",
10505      "x86_64-unknown-linux-gnu",
10506      "x86_64-unknown-nixos-gnu"
10507    ],
10508    "cfg(windows)": [
10509      "aarch64-pc-windows-msvc",
10510      "i686-pc-windows-msvc",
10511      "x86_64-pc-windows-msvc"
10512    ],
10513    "i686-apple-darwin": [
10514      "i686-apple-darwin"
10515    ],
10516    "i686-linux-android": [
10517      "i686-linux-android"
10518    ],
10519    "i686-pc-windows-gnu": [],
10520    "i686-pc-windows-gnullvm": [],
10521    "i686-pc-windows-msvc": [
10522      "i686-pc-windows-msvc"
10523    ],
10524    "i686-unknown-freebsd": [
10525      "i686-unknown-freebsd"
10526    ],
10527    "i686-unknown-linux-gnu": [
10528      "i686-unknown-linux-gnu"
10529    ],
10530    "powerpc-unknown-linux-gnu": [
10531      "powerpc-unknown-linux-gnu"
10532    ],
10533    "riscv32imc-unknown-none-elf": [
10534      "riscv32imc-unknown-none-elf"
10535    ],
10536    "riscv64gc-unknown-none-elf": [
10537      "riscv64gc-unknown-none-elf"
10538    ],
10539    "s390x-unknown-linux-gnu": [
10540      "s390x-unknown-linux-gnu"
10541    ],
10542    "thumbv7em-none-eabi": [
10543      "thumbv7em-none-eabi"
10544    ],
10545    "thumbv8m.main-none-eabi": [
10546      "thumbv8m.main-none-eabi"
10547    ],
10548    "wasm32-unknown-unknown": [
10549      "wasm32-unknown-unknown"
10550    ],
10551    "wasm32-wasi": [
10552      "wasm32-wasi"
10553    ],
10554    "x86_64-apple-darwin": [
10555      "x86_64-apple-darwin"
10556    ],
10557    "x86_64-apple-ios": [
10558      "x86_64-apple-ios"
10559    ],
10560    "x86_64-fuchsia": [
10561      "x86_64-fuchsia"
10562    ],
10563    "x86_64-linux-android": [
10564      "x86_64-linux-android"
10565    ],
10566    "x86_64-pc-windows-gnu": [],
10567    "x86_64-pc-windows-gnullvm": [],
10568    "x86_64-pc-windows-msvc": [
10569      "x86_64-pc-windows-msvc"
10570    ],
10571    "x86_64-unknown-freebsd": [
10572      "x86_64-unknown-freebsd"
10573    ],
10574    "x86_64-unknown-linux-gnu": [
10575      "x86_64-unknown-linux-gnu",
10576      "x86_64-unknown-nixos-gnu"
10577    ],
10578    "x86_64-unknown-nixos-gnu": [
10579      "x86_64-unknown-nixos-gnu"
10580    ],
10581    "x86_64-unknown-none": [
10582      "x86_64-unknown-none"
10583    ]
10584  },
10585  "direct_deps": [
10586    "keyring 2.3.3",
10587    "syn 1.0.109"
10588  ],
10589  "direct_dev_deps": []
10590}
10591