• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "checksum": "c1b765392fa7ad28bec4befe20619072584a0cdb72cc907249d3d45d736f088b",
3  "crates": {
4    "ansi_term 0.12.1": {
5      "name": "ansi_term",
6      "version": "0.12.1",
7      "package_url": "https://github.com/ogham/rust-ansi-term",
8      "repository": {
9        "Http": {
10          "url": "https://static.crates.io/crates/ansi_term/0.12.1/download",
11          "sha256": "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
12        }
13      },
14      "targets": [
15        {
16          "Library": {
17            "crate_name": "ansi_term",
18            "crate_root": "src/lib.rs",
19            "srcs": {
20              "allow_empty": true,
21              "include": [
22                "**/*.rs"
23              ]
24            }
25          }
26        }
27      ],
28      "library_target_name": "ansi_term",
29      "common_attrs": {
30        "compile_data_glob": [
31          "**"
32        ],
33        "deps": {
34          "common": [],
35          "selects": {
36            "cfg(target_os = \"windows\")": [
37              {
38                "id": "winapi 0.3.9",
39                "target": "winapi"
40              }
41            ]
42          }
43        },
44        "edition": "2015",
45        "version": "0.12.1"
46      },
47      "license": "MIT",
48      "license_ids": [
49        "MIT"
50      ],
51      "license_file": null
52    },
53    "atty 0.2.14": {
54      "name": "atty",
55      "version": "0.2.14",
56      "package_url": "https://github.com/softprops/atty",
57      "repository": {
58        "Http": {
59          "url": "https://static.crates.io/crates/atty/0.2.14/download",
60          "sha256": "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
61        }
62      },
63      "targets": [
64        {
65          "Library": {
66            "crate_name": "atty",
67            "crate_root": "src/lib.rs",
68            "srcs": {
69              "allow_empty": true,
70              "include": [
71                "**/*.rs"
72              ]
73            }
74          }
75        }
76      ],
77      "library_target_name": "atty",
78      "common_attrs": {
79        "compile_data_glob": [
80          "**"
81        ],
82        "deps": {
83          "common": [],
84          "selects": {
85            "cfg(target_os = \"hermit\")": [
86              {
87                "id": "hermit-abi 0.1.19",
88                "target": "hermit_abi"
89              }
90            ],
91            "cfg(unix)": [
92              {
93                "id": "libc 0.2.139",
94                "target": "libc"
95              }
96            ],
97            "cfg(windows)": [
98              {
99                "id": "winapi 0.3.9",
100                "target": "winapi"
101              }
102            ]
103          }
104        },
105        "edition": "2015",
106        "version": "0.2.14"
107      },
108      "license": "MIT",
109      "license_ids": [
110        "MIT"
111      ],
112      "license_file": "LICENSE"
113    },
114    "bitflags 1.3.2": {
115      "name": "bitflags",
116      "version": "1.3.2",
117      "package_url": "https://github.com/bitflags/bitflags",
118      "repository": {
119        "Http": {
120          "url": "https://static.crates.io/crates/bitflags/1.3.2/download",
121          "sha256": "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
122        }
123      },
124      "targets": [
125        {
126          "Library": {
127            "crate_name": "bitflags",
128            "crate_root": "src/lib.rs",
129            "srcs": {
130              "allow_empty": true,
131              "include": [
132                "**/*.rs"
133              ]
134            }
135          }
136        }
137      ],
138      "library_target_name": "bitflags",
139      "common_attrs": {
140        "compile_data_glob": [
141          "**"
142        ],
143        "crate_features": {
144          "common": [
145            "default"
146          ],
147          "selects": {}
148        },
149        "edition": "2018",
150        "version": "1.3.2"
151      },
152      "license": "MIT/Apache-2.0",
153      "license_ids": [
154        "Apache-2.0",
155        "MIT"
156      ],
157      "license_file": "LICENSE-APACHE"
158    },
159    "cfg-if 1.0.0": {
160      "name": "cfg-if",
161      "version": "1.0.0",
162      "package_url": "https://github.com/alexcrichton/cfg-if",
163      "repository": {
164        "Http": {
165          "url": "https://static.crates.io/crates/cfg-if/1.0.0/download",
166          "sha256": "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
167        }
168      },
169      "targets": [
170        {
171          "Library": {
172            "crate_name": "cfg_if",
173            "crate_root": "src/lib.rs",
174            "srcs": {
175              "allow_empty": true,
176              "include": [
177                "**/*.rs"
178              ]
179            }
180          }
181        }
182      ],
183      "library_target_name": "cfg_if",
184      "common_attrs": {
185        "compile_data_glob": [
186          "**"
187        ],
188        "edition": "2018",
189        "version": "1.0.0"
190      },
191      "license": "MIT/Apache-2.0",
192      "license_ids": [
193        "Apache-2.0",
194        "MIT"
195      ],
196      "license_file": "LICENSE-APACHE"
197    },
198    "clap 2.34.0": {
199      "name": "clap",
200      "version": "2.34.0",
201      "package_url": "https://github.com/clap-rs/clap",
202      "repository": {
203        "Http": {
204          "url": "https://static.crates.io/crates/clap/2.34.0/download",
205          "sha256": "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
206        }
207      },
208      "targets": [
209        {
210          "Library": {
211            "crate_name": "clap",
212            "crate_root": "src/lib.rs",
213            "srcs": {
214              "allow_empty": true,
215              "include": [
216                "**/*.rs"
217              ]
218            }
219          }
220        }
221      ],
222      "library_target_name": "clap",
223      "common_attrs": {
224        "compile_data_glob": [
225          "**"
226        ],
227        "crate_features": {
228          "common": [
229            "ansi_term",
230            "atty",
231            "color",
232            "default",
233            "strsim",
234            "suggestions",
235            "vec_map"
236          ],
237          "selects": {}
238        },
239        "deps": {
240          "common": [
241            {
242              "id": "atty 0.2.14",
243              "target": "atty"
244            },
245            {
246              "id": "bitflags 1.3.2",
247              "target": "bitflags"
248            },
249            {
250              "id": "strsim 0.8.0",
251              "target": "strsim"
252            },
253            {
254              "id": "textwrap 0.11.0",
255              "target": "textwrap"
256            },
257            {
258              "id": "unicode-width 0.1.10",
259              "target": "unicode_width"
260            },
261            {
262              "id": "vec_map 0.8.2",
263              "target": "vec_map"
264            }
265          ],
266          "selects": {
267            "aarch64-apple-darwin": [
268              {
269                "id": "ansi_term 0.12.1",
270                "target": "ansi_term"
271              }
272            ],
273            "aarch64-apple-ios": [
274              {
275                "id": "ansi_term 0.12.1",
276                "target": "ansi_term"
277              }
278            ],
279            "aarch64-apple-ios-sim": [
280              {
281                "id": "ansi_term 0.12.1",
282                "target": "ansi_term"
283              }
284            ],
285            "aarch64-fuchsia": [
286              {
287                "id": "ansi_term 0.12.1",
288                "target": "ansi_term"
289              }
290            ],
291            "aarch64-linux-android": [
292              {
293                "id": "ansi_term 0.12.1",
294                "target": "ansi_term"
295              }
296            ],
297            "aarch64-unknown-linux-gnu": [
298              {
299                "id": "ansi_term 0.12.1",
300                "target": "ansi_term"
301              }
302            ],
303            "aarch64-unknown-nixos-gnu": [
304              {
305                "id": "ansi_term 0.12.1",
306                "target": "ansi_term"
307              }
308            ],
309            "aarch64-unknown-nto-qnx710": [
310              {
311                "id": "ansi_term 0.12.1",
312                "target": "ansi_term"
313              }
314            ],
315            "arm-unknown-linux-gnueabi": [
316              {
317                "id": "ansi_term 0.12.1",
318                "target": "ansi_term"
319              }
320            ],
321            "armv7-linux-androideabi": [
322              {
323                "id": "ansi_term 0.12.1",
324                "target": "ansi_term"
325              }
326            ],
327            "armv7-unknown-linux-gnueabi": [
328              {
329                "id": "ansi_term 0.12.1",
330                "target": "ansi_term"
331              }
332            ],
333            "i686-apple-darwin": [
334              {
335                "id": "ansi_term 0.12.1",
336                "target": "ansi_term"
337              }
338            ],
339            "i686-linux-android": [
340              {
341                "id": "ansi_term 0.12.1",
342                "target": "ansi_term"
343              }
344            ],
345            "i686-unknown-freebsd": [
346              {
347                "id": "ansi_term 0.12.1",
348                "target": "ansi_term"
349              }
350            ],
351            "i686-unknown-linux-gnu": [
352              {
353                "id": "ansi_term 0.12.1",
354                "target": "ansi_term"
355              }
356            ],
357            "powerpc-unknown-linux-gnu": [
358              {
359                "id": "ansi_term 0.12.1",
360                "target": "ansi_term"
361              }
362            ],
363            "riscv32imc-unknown-none-elf": [
364              {
365                "id": "ansi_term 0.12.1",
366                "target": "ansi_term"
367              }
368            ],
369            "riscv64gc-unknown-none-elf": [
370              {
371                "id": "ansi_term 0.12.1",
372                "target": "ansi_term"
373              }
374            ],
375            "s390x-unknown-linux-gnu": [
376              {
377                "id": "ansi_term 0.12.1",
378                "target": "ansi_term"
379              }
380            ],
381            "thumbv7em-none-eabi": [
382              {
383                "id": "ansi_term 0.12.1",
384                "target": "ansi_term"
385              }
386            ],
387            "thumbv8m.main-none-eabi": [
388              {
389                "id": "ansi_term 0.12.1",
390                "target": "ansi_term"
391              }
392            ],
393            "wasm32-unknown-unknown": [
394              {
395                "id": "ansi_term 0.12.1",
396                "target": "ansi_term"
397              }
398            ],
399            "wasm32-wasi": [
400              {
401                "id": "ansi_term 0.12.1",
402                "target": "ansi_term"
403              }
404            ],
405            "x86_64-apple-darwin": [
406              {
407                "id": "ansi_term 0.12.1",
408                "target": "ansi_term"
409              }
410            ],
411            "x86_64-apple-ios": [
412              {
413                "id": "ansi_term 0.12.1",
414                "target": "ansi_term"
415              }
416            ],
417            "x86_64-fuchsia": [
418              {
419                "id": "ansi_term 0.12.1",
420                "target": "ansi_term"
421              }
422            ],
423            "x86_64-linux-android": [
424              {
425                "id": "ansi_term 0.12.1",
426                "target": "ansi_term"
427              }
428            ],
429            "x86_64-unknown-freebsd": [
430              {
431                "id": "ansi_term 0.12.1",
432                "target": "ansi_term"
433              }
434            ],
435            "x86_64-unknown-linux-gnu": [
436              {
437                "id": "ansi_term 0.12.1",
438                "target": "ansi_term"
439              }
440            ],
441            "x86_64-unknown-nixos-gnu": [
442              {
443                "id": "ansi_term 0.12.1",
444                "target": "ansi_term"
445              }
446            ],
447            "x86_64-unknown-none": [
448              {
449                "id": "ansi_term 0.12.1",
450                "target": "ansi_term"
451              }
452            ]
453          }
454        },
455        "edition": "2018",
456        "version": "2.34.0"
457      },
458      "license": "MIT",
459      "license_ids": [
460        "MIT"
461      ],
462      "license_file": "LICENSE-MIT"
463    },
464    "ferris-says 0.2.1": {
465      "name": "ferris-says",
466      "version": "0.2.1",
467      "package_url": "https://github.com/mgattozzi/ferris-says",
468      "repository": {
469        "Http": {
470          "url": "https://static.crates.io/crates/ferris-says/0.2.1/download",
471          "sha256": "9515ec2dd9606ec230f6b2d1f25fd9e808a2f2af600143f7efe7e5865505b7aa"
472        }
473      },
474      "targets": [
475        {
476          "Library": {
477            "crate_name": "ferris_says",
478            "crate_root": "src/lib.rs",
479            "srcs": {
480              "allow_empty": true,
481              "include": [
482                "**/*.rs"
483              ]
484            }
485          }
486        }
487      ],
488      "library_target_name": "ferris_says",
489      "common_attrs": {
490        "compile_data_glob": [
491          "**"
492        ],
493        "deps": {
494          "common": [
495            {
496              "id": "smallvec 0.4.5",
497              "target": "smallvec"
498            },
499            {
500              "id": "textwrap 0.13.4",
501              "target": "textwrap"
502            },
503            {
504              "id": "unicode-width 0.1.10",
505              "target": "unicode_width"
506            }
507          ],
508          "selects": {}
509        },
510        "edition": "2015",
511        "version": "0.2.1"
512      },
513      "license": "MIT/Apache-2.0",
514      "license_ids": [
515        "Apache-2.0",
516        "MIT"
517      ],
518      "license_file": "LICENSE-APACHE"
519    },
520    "getrandom 0.1.16": {
521      "name": "getrandom",
522      "version": "0.1.16",
523      "package_url": "https://github.com/rust-random/getrandom",
524      "repository": {
525        "Http": {
526          "url": "https://static.crates.io/crates/getrandom/0.1.16/download",
527          "sha256": "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
528        }
529      },
530      "targets": [
531        {
532          "Library": {
533            "crate_name": "getrandom",
534            "crate_root": "src/lib.rs",
535            "srcs": {
536              "allow_empty": true,
537              "include": [
538                "**/*.rs"
539              ]
540            }
541          }
542        },
543        {
544          "BuildScript": {
545            "crate_name": "build_script_build",
546            "crate_root": "build.rs",
547            "srcs": {
548              "allow_empty": true,
549              "include": [
550                "**/*.rs"
551              ]
552            }
553          }
554        }
555      ],
556      "library_target_name": "getrandom",
557      "common_attrs": {
558        "compile_data_glob": [
559          "**"
560        ],
561        "crate_features": {
562          "common": [
563            "std"
564          ],
565          "selects": {}
566        },
567        "deps": {
568          "common": [
569            {
570              "id": "cfg-if 1.0.0",
571              "target": "cfg_if"
572            },
573            {
574              "id": "getrandom 0.1.16",
575              "target": "build_script_build"
576            }
577          ],
578          "selects": {
579            "cfg(target_os = \"wasi\")": [
580              {
581                "id": "wasi 0.9.0+wasi-snapshot-preview1",
582                "target": "wasi"
583              }
584            ],
585            "cfg(unix)": [
586              {
587                "id": "libc 0.2.139",
588                "target": "libc"
589              }
590            ]
591          }
592        },
593        "edition": "2018",
594        "version": "0.1.16"
595      },
596      "build_script_attrs": {
597        "data_glob": [
598          "**"
599        ]
600      },
601      "license": "MIT OR Apache-2.0",
602      "license_ids": [
603        "Apache-2.0",
604        "MIT"
605      ],
606      "license_file": "LICENSE-APACHE"
607    },
608    "hermit-abi 0.1.19": {
609      "name": "hermit-abi",
610      "version": "0.1.19",
611      "package_url": "https://github.com/hermitcore/libhermit-rs",
612      "repository": {
613        "Http": {
614          "url": "https://static.crates.io/crates/hermit-abi/0.1.19/download",
615          "sha256": "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
616        }
617      },
618      "targets": [
619        {
620          "Library": {
621            "crate_name": "hermit_abi",
622            "crate_root": "src/lib.rs",
623            "srcs": {
624              "allow_empty": true,
625              "include": [
626                "**/*.rs"
627              ]
628            }
629          }
630        }
631      ],
632      "library_target_name": "hermit_abi",
633      "common_attrs": {
634        "compile_data_glob": [
635          "**"
636        ],
637        "deps": {
638          "common": [
639            {
640              "id": "libc 0.2.139",
641              "target": "libc"
642            }
643          ],
644          "selects": {}
645        },
646        "edition": "2018",
647        "version": "0.1.19"
648      },
649      "license": "MIT/Apache-2.0",
650      "license_ids": [
651        "Apache-2.0",
652        "MIT"
653      ],
654      "license_file": "LICENSE-APACHE"
655    },
656    "libc 0.2.139": {
657      "name": "libc",
658      "version": "0.2.139",
659      "package_url": "https://github.com/rust-lang/libc",
660      "repository": {
661        "Http": {
662          "url": "https://static.crates.io/crates/libc/0.2.139/download",
663          "sha256": "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
664        }
665      },
666      "targets": [
667        {
668          "Library": {
669            "crate_name": "libc",
670            "crate_root": "src/lib.rs",
671            "srcs": {
672              "allow_empty": true,
673              "include": [
674                "**/*.rs"
675              ]
676            }
677          }
678        },
679        {
680          "BuildScript": {
681            "crate_name": "build_script_build",
682            "crate_root": "build.rs",
683            "srcs": {
684              "allow_empty": true,
685              "include": [
686                "**/*.rs"
687              ]
688            }
689          }
690        }
691      ],
692      "library_target_name": "libc",
693      "common_attrs": {
694        "compile_data_glob": [
695          "**"
696        ],
697        "deps": {
698          "common": [
699            {
700              "id": "libc 0.2.139",
701              "target": "build_script_build"
702            }
703          ],
704          "selects": {}
705        },
706        "edition": "2015",
707        "version": "0.2.139"
708      },
709      "build_script_attrs": {
710        "data_glob": [
711          "**"
712        ]
713      },
714      "license": "MIT OR Apache-2.0",
715      "license_ids": [
716        "Apache-2.0",
717        "MIT"
718      ],
719      "license_file": "LICENSE-APACHE"
720    },
721    "num_printer 0.1.0": {
722      "name": "num_printer",
723      "version": "0.1.0",
724      "package_url": null,
725      "repository": null,
726      "targets": [],
727      "library_target_name": null,
728      "common_attrs": {
729        "compile_data_glob": [
730          "**"
731        ],
732        "deps": {
733          "common": [
734            {
735              "id": "clap 2.34.0",
736              "target": "clap"
737            }
738          ],
739          "selects": {}
740        },
741        "edition": "2018",
742        "version": "0.1.0"
743      },
744      "license": null,
745      "license_ids": [],
746      "license_file": null
747    },
748    "ppv-lite86 0.2.17": {
749      "name": "ppv-lite86",
750      "version": "0.2.17",
751      "package_url": "https://github.com/cryptocorrosion/cryptocorrosion",
752      "repository": {
753        "Http": {
754          "url": "https://static.crates.io/crates/ppv-lite86/0.2.17/download",
755          "sha256": "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
756        }
757      },
758      "targets": [
759        {
760          "Library": {
761            "crate_name": "ppv_lite86",
762            "crate_root": "src/lib.rs",
763            "srcs": {
764              "allow_empty": true,
765              "include": [
766                "**/*.rs"
767              ]
768            }
769          }
770        }
771      ],
772      "library_target_name": "ppv_lite86",
773      "common_attrs": {
774        "compile_data_glob": [
775          "**"
776        ],
777        "crate_features": {
778          "common": [
779            "simd",
780            "std"
781          ],
782          "selects": {}
783        },
784        "edition": "2018",
785        "version": "0.2.17"
786      },
787      "license": "MIT/Apache-2.0",
788      "license_ids": [
789        "Apache-2.0",
790        "MIT"
791      ],
792      "license_file": "LICENSE-APACHE"
793    },
794    "printer 0.1.0": {
795      "name": "printer",
796      "version": "0.1.0",
797      "package_url": null,
798      "repository": null,
799      "targets": [
800        {
801          "Library": {
802            "crate_name": "printer",
803            "crate_root": "src/lib.rs",
804            "srcs": {
805              "allow_empty": true,
806              "include": [
807                "**/*.rs"
808              ]
809            }
810          }
811        }
812      ],
813      "library_target_name": "printer",
814      "common_attrs": {
815        "compile_data_glob": [
816          "**"
817        ],
818        "deps": {
819          "common": [
820            {
821              "id": "ferris-says 0.2.1",
822              "target": "ferris_says"
823            }
824          ],
825          "selects": {}
826        },
827        "edition": "2018",
828        "version": "0.1.0"
829      },
830      "license": null,
831      "license_ids": [],
832      "license_file": null
833    },
834    "rand 0.7.3": {
835      "name": "rand",
836      "version": "0.7.3",
837      "package_url": "https://github.com/rust-random/rand",
838      "repository": {
839        "Http": {
840          "url": "https://static.crates.io/crates/rand/0.7.3/download",
841          "sha256": "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
842        }
843      },
844      "targets": [
845        {
846          "Library": {
847            "crate_name": "rand",
848            "crate_root": "src/lib.rs",
849            "srcs": {
850              "allow_empty": true,
851              "include": [
852                "**/*.rs"
853              ]
854            }
855          }
856        }
857      ],
858      "library_target_name": "rand",
859      "common_attrs": {
860        "compile_data_glob": [
861          "**"
862        ],
863        "crate_features": {
864          "common": [
865            "alloc",
866            "default",
867            "getrandom",
868            "getrandom_package",
869            "libc",
870            "std"
871          ],
872          "selects": {}
873        },
874        "deps": {
875          "common": [
876            {
877              "id": "getrandom 0.1.16",
878              "target": "getrandom",
879              "alias": "getrandom_package"
880            },
881            {
882              "id": "rand_core 0.5.1",
883              "target": "rand_core"
884            }
885          ],
886          "selects": {
887            "aarch64-apple-darwin": [
888              {
889                "id": "libc 0.2.139",
890                "target": "libc"
891              }
892            ],
893            "aarch64-apple-ios": [
894              {
895                "id": "libc 0.2.139",
896                "target": "libc"
897              }
898            ],
899            "aarch64-apple-ios-sim": [
900              {
901                "id": "libc 0.2.139",
902                "target": "libc"
903              }
904            ],
905            "aarch64-fuchsia": [
906              {
907                "id": "libc 0.2.139",
908                "target": "libc"
909              }
910            ],
911            "aarch64-linux-android": [
912              {
913                "id": "libc 0.2.139",
914                "target": "libc"
915              }
916            ],
917            "aarch64-unknown-linux-gnu": [
918              {
919                "id": "libc 0.2.139",
920                "target": "libc"
921              }
922            ],
923            "aarch64-unknown-nixos-gnu": [
924              {
925                "id": "libc 0.2.139",
926                "target": "libc"
927              }
928            ],
929            "aarch64-unknown-nto-qnx710": [
930              {
931                "id": "libc 0.2.139",
932                "target": "libc"
933              }
934            ],
935            "arm-unknown-linux-gnueabi": [
936              {
937                "id": "libc 0.2.139",
938                "target": "libc"
939              }
940            ],
941            "armv7-linux-androideabi": [
942              {
943                "id": "libc 0.2.139",
944                "target": "libc"
945              }
946            ],
947            "armv7-unknown-linux-gnueabi": [
948              {
949                "id": "libc 0.2.139",
950                "target": "libc"
951              }
952            ],
953            "cfg(not(target_os = \"emscripten\"))": [
954              {
955                "id": "rand_chacha 0.2.2",
956                "target": "rand_chacha"
957              }
958            ],
959            "cfg(target_os = \"emscripten\")": [
960              {
961                "id": "rand_hc 0.2.0",
962                "target": "rand_hc"
963              }
964            ],
965            "i686-apple-darwin": [
966              {
967                "id": "libc 0.2.139",
968                "target": "libc"
969              }
970            ],
971            "i686-linux-android": [
972              {
973                "id": "libc 0.2.139",
974                "target": "libc"
975              }
976            ],
977            "i686-unknown-freebsd": [
978              {
979                "id": "libc 0.2.139",
980                "target": "libc"
981              }
982            ],
983            "i686-unknown-linux-gnu": [
984              {
985                "id": "libc 0.2.139",
986                "target": "libc"
987              }
988            ],
989            "powerpc-unknown-linux-gnu": [
990              {
991                "id": "libc 0.2.139",
992                "target": "libc"
993              }
994            ],
995            "s390x-unknown-linux-gnu": [
996              {
997                "id": "libc 0.2.139",
998                "target": "libc"
999              }
1000            ],
1001            "x86_64-apple-darwin": [
1002              {
1003                "id": "libc 0.2.139",
1004                "target": "libc"
1005              }
1006            ],
1007            "x86_64-apple-ios": [
1008              {
1009                "id": "libc 0.2.139",
1010                "target": "libc"
1011              }
1012            ],
1013            "x86_64-fuchsia": [
1014              {
1015                "id": "libc 0.2.139",
1016                "target": "libc"
1017              }
1018            ],
1019            "x86_64-linux-android": [
1020              {
1021                "id": "libc 0.2.139",
1022                "target": "libc"
1023              }
1024            ],
1025            "x86_64-unknown-freebsd": [
1026              {
1027                "id": "libc 0.2.139",
1028                "target": "libc"
1029              }
1030            ],
1031            "x86_64-unknown-linux-gnu": [
1032              {
1033                "id": "libc 0.2.139",
1034                "target": "libc"
1035              }
1036            ],
1037            "x86_64-unknown-nixos-gnu": [
1038              {
1039                "id": "libc 0.2.139",
1040                "target": "libc"
1041              }
1042            ]
1043          }
1044        },
1045        "edition": "2018",
1046        "version": "0.7.3"
1047      },
1048      "license": "MIT OR Apache-2.0",
1049      "license_ids": [
1050        "Apache-2.0",
1051        "MIT"
1052      ],
1053      "license_file": "LICENSE-APACHE"
1054    },
1055    "rand_chacha 0.2.2": {
1056      "name": "rand_chacha",
1057      "version": "0.2.2",
1058      "package_url": "https://github.com/rust-random/rand",
1059      "repository": {
1060        "Http": {
1061          "url": "https://static.crates.io/crates/rand_chacha/0.2.2/download",
1062          "sha256": "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
1063        }
1064      },
1065      "targets": [
1066        {
1067          "Library": {
1068            "crate_name": "rand_chacha",
1069            "crate_root": "src/lib.rs",
1070            "srcs": {
1071              "allow_empty": true,
1072              "include": [
1073                "**/*.rs"
1074              ]
1075            }
1076          }
1077        }
1078      ],
1079      "library_target_name": "rand_chacha",
1080      "common_attrs": {
1081        "compile_data_glob": [
1082          "**"
1083        ],
1084        "crate_features": {
1085          "common": [
1086            "std"
1087          ],
1088          "selects": {}
1089        },
1090        "deps": {
1091          "common": [
1092            {
1093              "id": "ppv-lite86 0.2.17",
1094              "target": "ppv_lite86"
1095            },
1096            {
1097              "id": "rand_core 0.5.1",
1098              "target": "rand_core"
1099            }
1100          ],
1101          "selects": {}
1102        },
1103        "edition": "2018",
1104        "version": "0.2.2"
1105      },
1106      "license": "MIT OR Apache-2.0",
1107      "license_ids": [
1108        "Apache-2.0",
1109        "MIT"
1110      ],
1111      "license_file": "LICENSE-APACHE"
1112    },
1113    "rand_core 0.5.1": {
1114      "name": "rand_core",
1115      "version": "0.5.1",
1116      "package_url": "https://github.com/rust-random/rand",
1117      "repository": {
1118        "Http": {
1119          "url": "https://static.crates.io/crates/rand_core/0.5.1/download",
1120          "sha256": "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
1121        }
1122      },
1123      "targets": [
1124        {
1125          "Library": {
1126            "crate_name": "rand_core",
1127            "crate_root": "src/lib.rs",
1128            "srcs": {
1129              "allow_empty": true,
1130              "include": [
1131                "**/*.rs"
1132              ]
1133            }
1134          }
1135        }
1136      ],
1137      "library_target_name": "rand_core",
1138      "common_attrs": {
1139        "compile_data_glob": [
1140          "**"
1141        ],
1142        "crate_features": {
1143          "common": [
1144            "alloc",
1145            "getrandom",
1146            "std"
1147          ],
1148          "selects": {}
1149        },
1150        "deps": {
1151          "common": [
1152            {
1153              "id": "getrandom 0.1.16",
1154              "target": "getrandom"
1155            }
1156          ],
1157          "selects": {}
1158        },
1159        "edition": "2018",
1160        "version": "0.5.1"
1161      },
1162      "license": "MIT OR Apache-2.0",
1163      "license_ids": [
1164        "Apache-2.0",
1165        "MIT"
1166      ],
1167      "license_file": "LICENSE-APACHE"
1168    },
1169    "rand_hc 0.2.0": {
1170      "name": "rand_hc",
1171      "version": "0.2.0",
1172      "package_url": "https://github.com/rust-random/rand",
1173      "repository": {
1174        "Http": {
1175          "url": "https://static.crates.io/crates/rand_hc/0.2.0/download",
1176          "sha256": "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
1177        }
1178      },
1179      "targets": [
1180        {
1181          "Library": {
1182            "crate_name": "rand_hc",
1183            "crate_root": "src/lib.rs",
1184            "srcs": {
1185              "allow_empty": true,
1186              "include": [
1187                "**/*.rs"
1188              ]
1189            }
1190          }
1191        }
1192      ],
1193      "library_target_name": "rand_hc",
1194      "common_attrs": {
1195        "compile_data_glob": [
1196          "**"
1197        ],
1198        "deps": {
1199          "common": [
1200            {
1201              "id": "rand_core 0.5.1",
1202              "target": "rand_core"
1203            }
1204          ],
1205          "selects": {}
1206        },
1207        "edition": "2018",
1208        "version": "0.2.0"
1209      },
1210      "license": "MIT/Apache-2.0",
1211      "license_ids": [
1212        "Apache-2.0",
1213        "MIT"
1214      ],
1215      "license_file": "LICENSE-APACHE"
1216    },
1217    "rng 0.1.0": {
1218      "name": "rng",
1219      "version": "0.1.0",
1220      "package_url": null,
1221      "repository": null,
1222      "targets": [
1223        {
1224          "Library": {
1225            "crate_name": "rng",
1226            "crate_root": "src/lib.rs",
1227            "srcs": {
1228              "allow_empty": true,
1229              "include": [
1230                "**/*.rs"
1231              ]
1232            }
1233          }
1234        }
1235      ],
1236      "library_target_name": "rng",
1237      "common_attrs": {
1238        "compile_data_glob": [
1239          "**"
1240        ],
1241        "deps": {
1242          "common": [
1243            {
1244              "id": "rand 0.7.3",
1245              "target": "rand"
1246            }
1247          ],
1248          "selects": {}
1249        },
1250        "edition": "2018",
1251        "version": "0.1.0"
1252      },
1253      "license": null,
1254      "license_ids": [],
1255      "license_file": null
1256    },
1257    "smallvec 0.4.5": {
1258      "name": "smallvec",
1259      "version": "0.4.5",
1260      "package_url": "https://github.com/servo/rust-smallvec",
1261      "repository": {
1262        "Http": {
1263          "url": "https://static.crates.io/crates/smallvec/0.4.5/download",
1264          "sha256": "f90c5e5fe535e48807ab94fc611d323935f39d4660c52b26b96446a7b33aef10"
1265        }
1266      },
1267      "targets": [
1268        {
1269          "Library": {
1270            "crate_name": "smallvec",
1271            "crate_root": "lib.rs",
1272            "srcs": {
1273              "allow_empty": true,
1274              "include": [
1275                "**/*.rs"
1276              ]
1277            }
1278          }
1279        }
1280      ],
1281      "library_target_name": "smallvec",
1282      "common_attrs": {
1283        "compile_data_glob": [
1284          "**"
1285        ],
1286        "crate_features": {
1287          "common": [
1288            "default",
1289            "std"
1290          ],
1291          "selects": {}
1292        },
1293        "edition": "2015",
1294        "version": "0.4.5"
1295      },
1296      "license": "MPL-2.0",
1297      "license_ids": [
1298        "MPL-2.0"
1299      ],
1300      "license_file": null
1301    },
1302    "smawk 0.3.1": {
1303      "name": "smawk",
1304      "version": "0.3.1",
1305      "package_url": "https://github.com/mgeisler/smawk",
1306      "repository": {
1307        "Http": {
1308          "url": "https://static.crates.io/crates/smawk/0.3.1/download",
1309          "sha256": "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043"
1310        }
1311      },
1312      "targets": [
1313        {
1314          "Library": {
1315            "crate_name": "smawk",
1316            "crate_root": "src/lib.rs",
1317            "srcs": {
1318              "allow_empty": true,
1319              "include": [
1320                "**/*.rs"
1321              ]
1322            }
1323          }
1324        }
1325      ],
1326      "library_target_name": "smawk",
1327      "common_attrs": {
1328        "compile_data_glob": [
1329          "**"
1330        ],
1331        "edition": "2018",
1332        "version": "0.3.1"
1333      },
1334      "license": "MIT",
1335      "license_ids": [
1336        "MIT"
1337      ],
1338      "license_file": "LICENSE"
1339    },
1340    "strsim 0.8.0": {
1341      "name": "strsim",
1342      "version": "0.8.0",
1343      "package_url": "https://github.com/dguo/strsim-rs",
1344      "repository": {
1345        "Http": {
1346          "url": "https://static.crates.io/crates/strsim/0.8.0/download",
1347          "sha256": "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
1348        }
1349      },
1350      "targets": [
1351        {
1352          "Library": {
1353            "crate_name": "strsim",
1354            "crate_root": "src/lib.rs",
1355            "srcs": {
1356              "allow_empty": true,
1357              "include": [
1358                "**/*.rs"
1359              ]
1360            }
1361          }
1362        }
1363      ],
1364      "library_target_name": "strsim",
1365      "common_attrs": {
1366        "compile_data_glob": [
1367          "**"
1368        ],
1369        "edition": "2015",
1370        "version": "0.8.0"
1371      },
1372      "license": "MIT",
1373      "license_ids": [
1374        "MIT"
1375      ],
1376      "license_file": "LICENSE"
1377    },
1378    "textwrap 0.11.0": {
1379      "name": "textwrap",
1380      "version": "0.11.0",
1381      "package_url": "https://github.com/mgeisler/textwrap",
1382      "repository": {
1383        "Http": {
1384          "url": "https://static.crates.io/crates/textwrap/0.11.0/download",
1385          "sha256": "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
1386        }
1387      },
1388      "targets": [
1389        {
1390          "Library": {
1391            "crate_name": "textwrap",
1392            "crate_root": "src/lib.rs",
1393            "srcs": {
1394              "allow_empty": true,
1395              "include": [
1396                "**/*.rs"
1397              ]
1398            }
1399          }
1400        }
1401      ],
1402      "library_target_name": "textwrap",
1403      "common_attrs": {
1404        "compile_data_glob": [
1405          "**"
1406        ],
1407        "deps": {
1408          "common": [
1409            {
1410              "id": "unicode-width 0.1.10",
1411              "target": "unicode_width"
1412            }
1413          ],
1414          "selects": {}
1415        },
1416        "edition": "2015",
1417        "version": "0.11.0"
1418      },
1419      "license": "MIT",
1420      "license_ids": [
1421        "MIT"
1422      ],
1423      "license_file": "LICENSE"
1424    },
1425    "textwrap 0.13.4": {
1426      "name": "textwrap",
1427      "version": "0.13.4",
1428      "package_url": "https://github.com/mgeisler/textwrap",
1429      "repository": {
1430        "Http": {
1431          "url": "https://static.crates.io/crates/textwrap/0.13.4/download",
1432          "sha256": "cd05616119e612a8041ef58f2b578906cc2531a6069047ae092cfb86a325d835"
1433        }
1434      },
1435      "targets": [
1436        {
1437          "Library": {
1438            "crate_name": "textwrap",
1439            "crate_root": "src/lib.rs",
1440            "srcs": {
1441              "allow_empty": true,
1442              "include": [
1443                "**/*.rs"
1444              ]
1445            }
1446          }
1447        }
1448      ],
1449      "library_target_name": "textwrap",
1450      "common_attrs": {
1451        "compile_data_glob": [
1452          "**"
1453        ],
1454        "crate_features": {
1455          "common": [
1456            "default",
1457            "smawk",
1458            "unicode-width"
1459          ],
1460          "selects": {}
1461        },
1462        "deps": {
1463          "common": [
1464            {
1465              "id": "smawk 0.3.1",
1466              "target": "smawk"
1467            },
1468            {
1469              "id": "unicode-width 0.1.10",
1470              "target": "unicode_width"
1471            }
1472          ],
1473          "selects": {}
1474        },
1475        "edition": "2018",
1476        "version": "0.13.4"
1477      },
1478      "license": "MIT",
1479      "license_ids": [
1480        "MIT"
1481      ],
1482      "license_file": "LICENSE"
1483    },
1484    "unicode-width 0.1.10": {
1485      "name": "unicode-width",
1486      "version": "0.1.10",
1487      "package_url": "https://github.com/unicode-rs/unicode-width",
1488      "repository": {
1489        "Http": {
1490          "url": "https://static.crates.io/crates/unicode-width/0.1.10/download",
1491          "sha256": "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
1492        }
1493      },
1494      "targets": [
1495        {
1496          "Library": {
1497            "crate_name": "unicode_width",
1498            "crate_root": "src/lib.rs",
1499            "srcs": {
1500              "allow_empty": true,
1501              "include": [
1502                "**/*.rs"
1503              ]
1504            }
1505          }
1506        }
1507      ],
1508      "library_target_name": "unicode_width",
1509      "common_attrs": {
1510        "compile_data_glob": [
1511          "**"
1512        ],
1513        "crate_features": {
1514          "common": [
1515            "default"
1516          ],
1517          "selects": {}
1518        },
1519        "edition": "2015",
1520        "version": "0.1.10"
1521      },
1522      "license": "MIT/Apache-2.0",
1523      "license_ids": [
1524        "Apache-2.0",
1525        "MIT"
1526      ],
1527      "license_file": "LICENSE-APACHE"
1528    },
1529    "vec_map 0.8.2": {
1530      "name": "vec_map",
1531      "version": "0.8.2",
1532      "package_url": "https://github.com/contain-rs/vec-map",
1533      "repository": {
1534        "Http": {
1535          "url": "https://static.crates.io/crates/vec_map/0.8.2/download",
1536          "sha256": "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
1537        }
1538      },
1539      "targets": [
1540        {
1541          "Library": {
1542            "crate_name": "vec_map",
1543            "crate_root": "src/lib.rs",
1544            "srcs": {
1545              "allow_empty": true,
1546              "include": [
1547                "**/*.rs"
1548              ]
1549            }
1550          }
1551        }
1552      ],
1553      "library_target_name": "vec_map",
1554      "common_attrs": {
1555        "compile_data_glob": [
1556          "**"
1557        ],
1558        "edition": "2015",
1559        "version": "0.8.2"
1560      },
1561      "license": "MIT/Apache-2.0",
1562      "license_ids": [
1563        "Apache-2.0",
1564        "MIT"
1565      ],
1566      "license_file": "LICENSE-APACHE"
1567    },
1568    "wasi 0.9.0+wasi-snapshot-preview1": {
1569      "name": "wasi",
1570      "version": "0.9.0+wasi-snapshot-preview1",
1571      "package_url": "https://github.com/bytecodealliance/wasi",
1572      "repository": {
1573        "Http": {
1574          "url": "https://static.crates.io/crates/wasi/0.9.0+wasi-snapshot-preview1/download",
1575          "sha256": "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
1576        }
1577      },
1578      "targets": [
1579        {
1580          "Library": {
1581            "crate_name": "wasi",
1582            "crate_root": "src/lib.rs",
1583            "srcs": {
1584              "allow_empty": true,
1585              "include": [
1586                "**/*.rs"
1587              ]
1588            }
1589          }
1590        }
1591      ],
1592      "library_target_name": "wasi",
1593      "common_attrs": {
1594        "compile_data_glob": [
1595          "**"
1596        ],
1597        "crate_features": {
1598          "common": [
1599            "default",
1600            "std"
1601          ],
1602          "selects": {}
1603        },
1604        "edition": "2018",
1605        "version": "0.9.0+wasi-snapshot-preview1"
1606      },
1607      "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT",
1608      "license_ids": [
1609        "Apache-2.0",
1610        "MIT"
1611      ],
1612      "license_file": "LICENSE-APACHE"
1613    },
1614    "winapi 0.3.9": {
1615      "name": "winapi",
1616      "version": "0.3.9",
1617      "package_url": "https://github.com/retep998/winapi-rs",
1618      "repository": {
1619        "Http": {
1620          "url": "https://static.crates.io/crates/winapi/0.3.9/download",
1621          "sha256": "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1622        }
1623      },
1624      "targets": [
1625        {
1626          "Library": {
1627            "crate_name": "winapi",
1628            "crate_root": "src/lib.rs",
1629            "srcs": {
1630              "allow_empty": true,
1631              "include": [
1632                "**/*.rs"
1633              ]
1634            }
1635          }
1636        },
1637        {
1638          "BuildScript": {
1639            "crate_name": "build_script_build",
1640            "crate_root": "build.rs",
1641            "srcs": {
1642              "allow_empty": true,
1643              "include": [
1644                "**/*.rs"
1645              ]
1646            }
1647          }
1648        }
1649      ],
1650      "library_target_name": "winapi",
1651      "common_attrs": {
1652        "compile_data_glob": [
1653          "**"
1654        ],
1655        "crate_features": {
1656          "common": [
1657            "consoleapi",
1658            "errhandlingapi",
1659            "fileapi",
1660            "handleapi",
1661            "minwinbase",
1662            "minwindef",
1663            "processenv",
1664            "winbase"
1665          ],
1666          "selects": {}
1667        },
1668        "deps": {
1669          "common": [
1670            {
1671              "id": "winapi 0.3.9",
1672              "target": "build_script_build"
1673            }
1674          ],
1675          "selects": {
1676            "i686-pc-windows-gnu": [
1677              {
1678                "id": "winapi-i686-pc-windows-gnu 0.4.0",
1679                "target": "winapi_i686_pc_windows_gnu"
1680              }
1681            ],
1682            "x86_64-pc-windows-gnu": [
1683              {
1684                "id": "winapi-x86_64-pc-windows-gnu 0.4.0",
1685                "target": "winapi_x86_64_pc_windows_gnu"
1686              }
1687            ]
1688          }
1689        },
1690        "edition": "2015",
1691        "version": "0.3.9"
1692      },
1693      "build_script_attrs": {
1694        "data_glob": [
1695          "**"
1696        ]
1697      },
1698      "license": "MIT/Apache-2.0",
1699      "license_ids": [
1700        "Apache-2.0",
1701        "MIT"
1702      ],
1703      "license_file": "LICENSE-APACHE"
1704    },
1705    "winapi-i686-pc-windows-gnu 0.4.0": {
1706      "name": "winapi-i686-pc-windows-gnu",
1707      "version": "0.4.0",
1708      "package_url": "https://github.com/retep998/winapi-rs",
1709      "repository": {
1710        "Http": {
1711          "url": "https://static.crates.io/crates/winapi-i686-pc-windows-gnu/0.4.0/download",
1712          "sha256": "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1713        }
1714      },
1715      "targets": [
1716        {
1717          "Library": {
1718            "crate_name": "winapi_i686_pc_windows_gnu",
1719            "crate_root": "src/lib.rs",
1720            "srcs": {
1721              "allow_empty": true,
1722              "include": [
1723                "**/*.rs"
1724              ]
1725            }
1726          }
1727        },
1728        {
1729          "BuildScript": {
1730            "crate_name": "build_script_build",
1731            "crate_root": "build.rs",
1732            "srcs": {
1733              "allow_empty": true,
1734              "include": [
1735                "**/*.rs"
1736              ]
1737            }
1738          }
1739        }
1740      ],
1741      "library_target_name": "winapi_i686_pc_windows_gnu",
1742      "common_attrs": {
1743        "compile_data_glob": [
1744          "**"
1745        ],
1746        "deps": {
1747          "common": [
1748            {
1749              "id": "winapi-i686-pc-windows-gnu 0.4.0",
1750              "target": "build_script_build"
1751            }
1752          ],
1753          "selects": {}
1754        },
1755        "edition": "2015",
1756        "version": "0.4.0"
1757      },
1758      "build_script_attrs": {
1759        "data_glob": [
1760          "**"
1761        ]
1762      },
1763      "license": "MIT/Apache-2.0",
1764      "license_ids": [
1765        "Apache-2.0",
1766        "MIT"
1767      ],
1768      "license_file": null
1769    },
1770    "winapi-x86_64-pc-windows-gnu 0.4.0": {
1771      "name": "winapi-x86_64-pc-windows-gnu",
1772      "version": "0.4.0",
1773      "package_url": "https://github.com/retep998/winapi-rs",
1774      "repository": {
1775        "Http": {
1776          "url": "https://static.crates.io/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download",
1777          "sha256": "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1778        }
1779      },
1780      "targets": [
1781        {
1782          "Library": {
1783            "crate_name": "winapi_x86_64_pc_windows_gnu",
1784            "crate_root": "src/lib.rs",
1785            "srcs": {
1786              "allow_empty": true,
1787              "include": [
1788                "**/*.rs"
1789              ]
1790            }
1791          }
1792        },
1793        {
1794          "BuildScript": {
1795            "crate_name": "build_script_build",
1796            "crate_root": "build.rs",
1797            "srcs": {
1798              "allow_empty": true,
1799              "include": [
1800                "**/*.rs"
1801              ]
1802            }
1803          }
1804        }
1805      ],
1806      "library_target_name": "winapi_x86_64_pc_windows_gnu",
1807      "common_attrs": {
1808        "compile_data_glob": [
1809          "**"
1810        ],
1811        "deps": {
1812          "common": [
1813            {
1814              "id": "winapi-x86_64-pc-windows-gnu 0.4.0",
1815              "target": "build_script_build"
1816            }
1817          ],
1818          "selects": {}
1819        },
1820        "edition": "2015",
1821        "version": "0.4.0"
1822      },
1823      "build_script_attrs": {
1824        "data_glob": [
1825          "**"
1826        ]
1827      },
1828      "license": "MIT/Apache-2.0",
1829      "license_ids": [
1830        "Apache-2.0",
1831        "MIT"
1832      ],
1833      "license_file": null
1834    }
1835  },
1836  "binary_crates": [],
1837  "workspace_members": {
1838    "num_printer 0.1.0": "cargo_workspace/num_printer",
1839    "printer 0.1.0": "cargo_workspace/printer",
1840    "rng 0.1.0": "cargo_workspace/rng"
1841  },
1842  "conditions": {
1843    "aarch64-apple-darwin": [
1844      "aarch64-apple-darwin"
1845    ],
1846    "aarch64-apple-ios": [
1847      "aarch64-apple-ios"
1848    ],
1849    "aarch64-apple-ios-sim": [
1850      "aarch64-apple-ios-sim"
1851    ],
1852    "aarch64-fuchsia": [
1853      "aarch64-fuchsia"
1854    ],
1855    "aarch64-linux-android": [
1856      "aarch64-linux-android"
1857    ],
1858    "aarch64-pc-windows-msvc": [
1859      "aarch64-pc-windows-msvc"
1860    ],
1861    "aarch64-unknown-linux-gnu": [
1862      "aarch64-unknown-linux-gnu",
1863      "aarch64-unknown-nixos-gnu"
1864    ],
1865    "aarch64-unknown-nixos-gnu": [
1866      "aarch64-unknown-nixos-gnu"
1867    ],
1868    "aarch64-unknown-nto-qnx710": [
1869      "aarch64-unknown-nto-qnx710"
1870    ],
1871    "arm-unknown-linux-gnueabi": [
1872      "arm-unknown-linux-gnueabi"
1873    ],
1874    "armv7-linux-androideabi": [
1875      "armv7-linux-androideabi"
1876    ],
1877    "armv7-unknown-linux-gnueabi": [
1878      "armv7-unknown-linux-gnueabi"
1879    ],
1880    "cfg(not(target_os = \"emscripten\"))": [
1881      "aarch64-apple-darwin",
1882      "aarch64-apple-ios",
1883      "aarch64-apple-ios-sim",
1884      "aarch64-fuchsia",
1885      "aarch64-linux-android",
1886      "aarch64-pc-windows-msvc",
1887      "aarch64-unknown-linux-gnu",
1888      "aarch64-unknown-nixos-gnu",
1889      "aarch64-unknown-nto-qnx710",
1890      "arm-unknown-linux-gnueabi",
1891      "armv7-linux-androideabi",
1892      "armv7-unknown-linux-gnueabi",
1893      "i686-apple-darwin",
1894      "i686-linux-android",
1895      "i686-pc-windows-msvc",
1896      "i686-unknown-freebsd",
1897      "i686-unknown-linux-gnu",
1898      "powerpc-unknown-linux-gnu",
1899      "riscv32imc-unknown-none-elf",
1900      "riscv64gc-unknown-none-elf",
1901      "s390x-unknown-linux-gnu",
1902      "thumbv7em-none-eabi",
1903      "thumbv8m.main-none-eabi",
1904      "wasm32-unknown-unknown",
1905      "wasm32-wasi",
1906      "x86_64-apple-darwin",
1907      "x86_64-apple-ios",
1908      "x86_64-fuchsia",
1909      "x86_64-linux-android",
1910      "x86_64-pc-windows-msvc",
1911      "x86_64-unknown-freebsd",
1912      "x86_64-unknown-linux-gnu",
1913      "x86_64-unknown-nixos-gnu",
1914      "x86_64-unknown-none"
1915    ],
1916    "cfg(target_os = \"emscripten\")": [],
1917    "cfg(target_os = \"hermit\")": [],
1918    "cfg(target_os = \"wasi\")": [
1919      "wasm32-wasi"
1920    ],
1921    "cfg(target_os = \"windows\")": [
1922      "aarch64-pc-windows-msvc",
1923      "i686-pc-windows-msvc",
1924      "x86_64-pc-windows-msvc"
1925    ],
1926    "cfg(unix)": [
1927      "aarch64-apple-darwin",
1928      "aarch64-apple-ios",
1929      "aarch64-apple-ios-sim",
1930      "aarch64-fuchsia",
1931      "aarch64-linux-android",
1932      "aarch64-unknown-linux-gnu",
1933      "aarch64-unknown-nixos-gnu",
1934      "aarch64-unknown-nto-qnx710",
1935      "arm-unknown-linux-gnueabi",
1936      "armv7-linux-androideabi",
1937      "armv7-unknown-linux-gnueabi",
1938      "i686-apple-darwin",
1939      "i686-linux-android",
1940      "i686-unknown-freebsd",
1941      "i686-unknown-linux-gnu",
1942      "powerpc-unknown-linux-gnu",
1943      "s390x-unknown-linux-gnu",
1944      "x86_64-apple-darwin",
1945      "x86_64-apple-ios",
1946      "x86_64-fuchsia",
1947      "x86_64-linux-android",
1948      "x86_64-unknown-freebsd",
1949      "x86_64-unknown-linux-gnu",
1950      "x86_64-unknown-nixos-gnu"
1951    ],
1952    "cfg(windows)": [
1953      "aarch64-pc-windows-msvc",
1954      "i686-pc-windows-msvc",
1955      "x86_64-pc-windows-msvc"
1956    ],
1957    "i686-apple-darwin": [
1958      "i686-apple-darwin"
1959    ],
1960    "i686-linux-android": [
1961      "i686-linux-android"
1962    ],
1963    "i686-pc-windows-gnu": [],
1964    "i686-pc-windows-msvc": [
1965      "i686-pc-windows-msvc"
1966    ],
1967    "i686-unknown-freebsd": [
1968      "i686-unknown-freebsd"
1969    ],
1970    "i686-unknown-linux-gnu": [
1971      "i686-unknown-linux-gnu"
1972    ],
1973    "powerpc-unknown-linux-gnu": [
1974      "powerpc-unknown-linux-gnu"
1975    ],
1976    "riscv32imc-unknown-none-elf": [
1977      "riscv32imc-unknown-none-elf"
1978    ],
1979    "riscv64gc-unknown-none-elf": [
1980      "riscv64gc-unknown-none-elf"
1981    ],
1982    "s390x-unknown-linux-gnu": [
1983      "s390x-unknown-linux-gnu"
1984    ],
1985    "thumbv7em-none-eabi": [
1986      "thumbv7em-none-eabi"
1987    ],
1988    "thumbv8m.main-none-eabi": [
1989      "thumbv8m.main-none-eabi"
1990    ],
1991    "wasm32-unknown-unknown": [
1992      "wasm32-unknown-unknown"
1993    ],
1994    "wasm32-wasi": [
1995      "wasm32-wasi"
1996    ],
1997    "x86_64-apple-darwin": [
1998      "x86_64-apple-darwin"
1999    ],
2000    "x86_64-apple-ios": [
2001      "x86_64-apple-ios"
2002    ],
2003    "x86_64-fuchsia": [
2004      "x86_64-fuchsia"
2005    ],
2006    "x86_64-linux-android": [
2007      "x86_64-linux-android"
2008    ],
2009    "x86_64-pc-windows-gnu": [],
2010    "x86_64-pc-windows-msvc": [
2011      "x86_64-pc-windows-msvc"
2012    ],
2013    "x86_64-unknown-freebsd": [
2014      "x86_64-unknown-freebsd"
2015    ],
2016    "x86_64-unknown-linux-gnu": [
2017      "x86_64-unknown-linux-gnu",
2018      "x86_64-unknown-nixos-gnu"
2019    ],
2020    "x86_64-unknown-nixos-gnu": [
2021      "x86_64-unknown-nixos-gnu"
2022    ],
2023    "x86_64-unknown-none": [
2024      "x86_64-unknown-none"
2025    ]
2026  },
2027  "direct_deps": [
2028    "clap 2.34.0",
2029    "ferris-says 0.2.1",
2030    "rand 0.7.3"
2031  ],
2032  "direct_dev_deps": []
2033}
2034