finish up section 2.4, rustfmt
[monkey-rs.git] / Cargo.lock
blob00cc4960c26df8a1a1669c30720fb15d31654cd9
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 [[package]]
4 name = "ansi_term"
5 version = "0.11.0"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
7 checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
8 dependencies = [
9  "winapi",
12 [[package]]
13 name = "atty"
14 version = "0.2.14"
15 source = "registry+https://github.com/rust-lang/crates.io-index"
16 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
17 dependencies = [
18  "hermit-abi",
19  "libc",
20  "winapi",
23 [[package]]
24 name = "bitflags"
25 version = "1.2.1"
26 source = "registry+https://github.com/rust-lang/crates.io-index"
27 checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
29 [[package]]
30 name = "clap"
31 version = "2.33.3"
32 source = "registry+https://github.com/rust-lang/crates.io-index"
33 checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
34 dependencies = [
35  "ansi_term",
36  "atty",
37  "bitflags",
38  "strsim",
39  "textwrap",
40  "unicode-width",
41  "vec_map",
44 [[package]]
45 name = "hermit-abi"
46 version = "0.1.17"
47 source = "registry+https://github.com/rust-lang/crates.io-index"
48 checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
49 dependencies = [
50  "libc",
53 [[package]]
54 name = "libc"
55 version = "0.2.81"
56 source = "registry+https://github.com/rust-lang/crates.io-index"
57 checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
59 [[package]]
60 name = "monkey"
61 version = "0.1.0"
62 dependencies = [
63  "clap",
66 [[package]]
67 name = "strsim"
68 version = "0.8.0"
69 source = "registry+https://github.com/rust-lang/crates.io-index"
70 checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
72 [[package]]
73 name = "textwrap"
74 version = "0.11.0"
75 source = "registry+https://github.com/rust-lang/crates.io-index"
76 checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
77 dependencies = [
78  "unicode-width",
81 [[package]]
82 name = "unicode-width"
83 version = "0.1.8"
84 source = "registry+https://github.com/rust-lang/crates.io-index"
85 checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
87 [[package]]
88 name = "vec_map"
89 version = "0.8.2"
90 source = "registry+https://github.com/rust-lang/crates.io-index"
91 checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
93 [[package]]
94 name = "winapi"
95 version = "0.3.9"
96 source = "registry+https://github.com/rust-lang/crates.io-index"
97 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
98 dependencies = [
99  "winapi-i686-pc-windows-gnu",
100  "winapi-x86_64-pc-windows-gnu",
103 [[package]]
104 name = "winapi-i686-pc-windows-gnu"
105 version = "0.4.0"
106 source = "registry+https://github.com/rust-lang/crates.io-index"
107 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
109 [[package]]
110 name = "winapi-x86_64-pc-windows-gnu"
111 version = "0.4.0"
112 source = "registry+https://github.com/rust-lang/crates.io-index"
113 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"