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