##// END OF EJS Templates
rust: Upgrade Cargo.lock to the newer format...
Simon Sapin -
r47422:46cdd666 default
parent child Browse files
Show More
This diff has been collapsed as it changes many lines, (680 lines changed) Show them Hide them
@@ -4,1081 +4,1079 b''
4 name = "adler"
4 name = "adler"
5 version = "0.2.3"
5 version = "0.2.3"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
7 checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
7
8
8 [[package]]
9 [[package]]
9 name = "aho-corasick"
10 name = "aho-corasick"
10 version = "0.7.15"
11 version = "0.7.15"
11 source = "registry+https://github.com/rust-lang/crates.io-index"
12 source = "registry+https://github.com/rust-lang/crates.io-index"
13 checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
12 dependencies = [
14 dependencies = [
13 "memchr 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
15 "memchr",
14 ]
16 ]
15
17
16 [[package]]
18 [[package]]
17 name = "ansi_term"
19 name = "ansi_term"
18 version = "0.11.0"
20 version = "0.11.0"
19 source = "registry+https://github.com/rust-lang/crates.io-index"
21 source = "registry+https://github.com/rust-lang/crates.io-index"
22 checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
20 dependencies = [
23 dependencies = [
21 "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
24 "winapi",
22 ]
25 ]
23
26
24 [[package]]
27 [[package]]
25 name = "atty"
28 name = "atty"
26 version = "0.2.14"
29 version = "0.2.14"
27 source = "registry+https://github.com/rust-lang/crates.io-index"
30 source = "registry+https://github.com/rust-lang/crates.io-index"
31 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
28 dependencies = [
32 dependencies = [
29 "hermit-abi 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
33 "hermit-abi",
30 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
34 "libc",
31 "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
35 "winapi",
32 ]
36 ]
33
37
34 [[package]]
38 [[package]]
35 name = "autocfg"
39 name = "autocfg"
36 version = "1.0.1"
40 version = "1.0.1"
37 source = "registry+https://github.com/rust-lang/crates.io-index"
41 source = "registry+https://github.com/rust-lang/crates.io-index"
42 checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
38
43
39 [[package]]
44 [[package]]
40 name = "bitflags"
45 name = "bitflags"
41 version = "1.2.1"
46 version = "1.2.1"
42 source = "registry+https://github.com/rust-lang/crates.io-index"
47 source = "registry+https://github.com/rust-lang/crates.io-index"
48 checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
43
49
44 [[package]]
50 [[package]]
45 name = "bitmaps"
51 name = "bitmaps"
46 version = "2.1.0"
52 version = "2.1.0"
47 source = "registry+https://github.com/rust-lang/crates.io-index"
53 source = "registry+https://github.com/rust-lang/crates.io-index"
54 checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
48 dependencies = [
55 dependencies = [
49 "typenum 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
56 "typenum",
50 ]
57 ]
51
58
52 [[package]]
59 [[package]]
53 name = "byteorder"
60 name = "byteorder"
54 version = "1.3.4"
61 version = "1.3.4"
55 source = "registry+https://github.com/rust-lang/crates.io-index"
62 source = "registry+https://github.com/rust-lang/crates.io-index"
63 checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
56
64
57 [[package]]
65 [[package]]
58 name = "bytes-cast"
66 name = "bytes-cast"
59 version = "0.1.0"
67 version = "0.1.0"
60 source = "registry+https://github.com/rust-lang/crates.io-index"
68 source = "registry+https://github.com/rust-lang/crates.io-index"
69 checksum = "3196ba300c7bc9282a4331e878496cb3e9603a898a8f1446601317163e16ca52"
61 dependencies = [
70 dependencies = [
62 "bytes-cast-derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
71 "bytes-cast-derive",
63 ]
72 ]
64
73
65 [[package]]
74 [[package]]
66 name = "bytes-cast-derive"
75 name = "bytes-cast-derive"
67 version = "0.1.0"
76 version = "0.1.0"
68 source = "registry+https://github.com/rust-lang/crates.io-index"
77 source = "registry+https://github.com/rust-lang/crates.io-index"
78 checksum = "cb936af9de38476664d6b58e529aff30d482e4ce1c5e150293d00730b0d81fdb"
69 dependencies = [
79 dependencies = [
70 "proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
80 "proc-macro2",
71 "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
81 "quote",
72 "syn 1.0.54 (registry+https://github.com/rust-lang/crates.io-index)",
82 "syn",
73 ]
83 ]
74
84
75 [[package]]
85 [[package]]
76 name = "cc"
86 name = "cc"
77 version = "1.0.66"
87 version = "1.0.66"
78 source = "registry+https://github.com/rust-lang/crates.io-index"
88 source = "registry+https://github.com/rust-lang/crates.io-index"
89 checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
79 dependencies = [
90 dependencies = [
80 "jobserver 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
91 "jobserver",
81 ]
92 ]
82
93
83 [[package]]
94 [[package]]
84 name = "cfg-if"
95 name = "cfg-if"
85 version = "0.1.10"
96 version = "0.1.10"
86 source = "registry+https://github.com/rust-lang/crates.io-index"
97 source = "registry+https://github.com/rust-lang/crates.io-index"
98 checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
87
99
88 [[package]]
100 [[package]]
89 name = "cfg-if"
101 name = "cfg-if"
90 version = "1.0.0"
102 version = "1.0.0"
91 source = "registry+https://github.com/rust-lang/crates.io-index"
103 source = "registry+https://github.com/rust-lang/crates.io-index"
104 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
92
105
93 [[package]]
106 [[package]]
94 name = "chrono"
107 name = "chrono"
95 version = "0.4.19"
108 version = "0.4.19"
96 source = "registry+https://github.com/rust-lang/crates.io-index"
109 source = "registry+https://github.com/rust-lang/crates.io-index"
110 checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
97 dependencies = [
111 dependencies = [
98 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
112 "libc",
99 "num-integer 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)",
113 "num-integer",
100 "num-traits 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
114 "num-traits",
101 "time 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)",
115 "time",
102 "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
116 "winapi",
103 ]
117 ]
104
118
105 [[package]]
119 [[package]]
106 name = "clap"
120 name = "clap"
107 version = "2.33.3"
121 version = "2.33.3"
108 source = "registry+https://github.com/rust-lang/crates.io-index"
122 source = "registry+https://github.com/rust-lang/crates.io-index"
123 checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
109 dependencies = [
124 dependencies = [
110 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
125 "ansi_term",
111 "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
126 "atty",
112 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
127 "bitflags",
113 "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
128 "strsim",
114 "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
129 "textwrap",
115 "unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
130 "unicode-width",
116 "vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
131 "vec_map",
117 ]
132 ]
118
133
119 [[package]]
134 [[package]]
120 name = "const_fn"
135 name = "const_fn"
121 version = "0.4.4"
136 version = "0.4.4"
122 source = "registry+https://github.com/rust-lang/crates.io-index"
137 source = "registry+https://github.com/rust-lang/crates.io-index"
138 checksum = "cd51eab21ab4fd6a3bf889e2d0958c0a6e3a61ad04260325e919e652a2a62826"
123
139
124 [[package]]
140 [[package]]
125 name = "cpython"
141 name = "cpython"
126 version = "0.4.1"
142 version = "0.4.1"
127 source = "registry+https://github.com/rust-lang/crates.io-index"
143 source = "registry+https://github.com/rust-lang/crates.io-index"
144 checksum = "bfaf3847ab963e40c4f6dd8d6be279bdf74007ae2413786a0dcbb28c52139a95"
128 dependencies = [
145 dependencies = [
129 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
146 "libc",
130 "num-traits 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
147 "num-traits",
131 "python27-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
148 "python27-sys",
132 "python3-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
149 "python3-sys",
133 ]
150 ]
134
151
135 [[package]]
152 [[package]]
136 name = "crc32fast"
153 name = "crc32fast"
137 version = "1.2.1"
154 version = "1.2.1"
138 source = "registry+https://github.com/rust-lang/crates.io-index"
155 source = "registry+https://github.com/rust-lang/crates.io-index"
156 checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
139 dependencies = [
157 dependencies = [
140 "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
158 "cfg-if 1.0.0",
141 ]
159 ]
142
160
143 [[package]]
161 [[package]]
144 name = "crossbeam-channel"
162 name = "crossbeam-channel"
145 version = "0.4.4"
163 version = "0.4.4"
146 source = "registry+https://github.com/rust-lang/crates.io-index"
164 source = "registry+https://github.com/rust-lang/crates.io-index"
165 checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
147 dependencies = [
166 dependencies = [
148 "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
167 "crossbeam-utils 0.7.2",
149 "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
168 "maybe-uninit",
150 ]
169 ]
151
170
152 [[package]]
171 [[package]]
153 name = "crossbeam-channel"
172 name = "crossbeam-channel"
154 version = "0.5.0"
173 version = "0.5.0"
155 source = "registry+https://github.com/rust-lang/crates.io-index"
174 source = "registry+https://github.com/rust-lang/crates.io-index"
175 checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
156 dependencies = [
176 dependencies = [
157 "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
177 "cfg-if 1.0.0",
158 "crossbeam-utils 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
178 "crossbeam-utils 0.8.1",
159 ]
179 ]
160
180
161 [[package]]
181 [[package]]
162 name = "crossbeam-deque"
182 name = "crossbeam-deque"
163 version = "0.8.0"
183 version = "0.8.0"
164 source = "registry+https://github.com/rust-lang/crates.io-index"
184 source = "registry+https://github.com/rust-lang/crates.io-index"
185 checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
165 dependencies = [
186 dependencies = [
166 "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
187 "cfg-if 1.0.0",
167 "crossbeam-epoch 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
188 "crossbeam-epoch",
168 "crossbeam-utils 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
189 "crossbeam-utils 0.8.1",
169 ]
190 ]
170
191
171 [[package]]
192 [[package]]
172 name = "crossbeam-epoch"
193 name = "crossbeam-epoch"
173 version = "0.9.1"
194 version = "0.9.1"
174 source = "registry+https://github.com/rust-lang/crates.io-index"
195 source = "registry+https://github.com/rust-lang/crates.io-index"
196 checksum = "a1aaa739f95311c2c7887a76863f500026092fb1dce0161dab577e559ef3569d"
175 dependencies = [
197 dependencies = [
176 "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
198 "cfg-if 1.0.0",
177 "const_fn 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
199 "const_fn",
178 "crossbeam-utils 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
200 "crossbeam-utils 0.8.1",
179 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
201 "lazy_static",
180 "memoffset 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
202 "memoffset",
181 "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
203 "scopeguard",
182 ]
204 ]
183
205
184 [[package]]
206 [[package]]
185 name = "crossbeam-utils"
207 name = "crossbeam-utils"
186 version = "0.7.2"
208 version = "0.7.2"
187 source = "registry+https://github.com/rust-lang/crates.io-index"
209 source = "registry+https://github.com/rust-lang/crates.io-index"
210 checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
188 dependencies = [
211 dependencies = [
189 "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
212 "autocfg",
190 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
213 "cfg-if 0.1.10",
191 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
214 "lazy_static",
192 ]
215 ]
193
216
194 [[package]]
217 [[package]]
195 name = "crossbeam-utils"
218 name = "crossbeam-utils"
196 version = "0.8.1"
219 version = "0.8.1"
197 source = "registry+https://github.com/rust-lang/crates.io-index"
220 source = "registry+https://github.com/rust-lang/crates.io-index"
221 checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
198 dependencies = [
222 dependencies = [
199 "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
223 "autocfg",
200 "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
224 "cfg-if 1.0.0",
201 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
225 "lazy_static",
202 ]
226 ]
203
227
204 [[package]]
228 [[package]]
205 name = "ctor"
229 name = "ctor"
206 version = "0.1.16"
230 version = "0.1.16"
207 source = "registry+https://github.com/rust-lang/crates.io-index"
231 source = "registry+https://github.com/rust-lang/crates.io-index"
232 checksum = "7fbaabec2c953050352311293be5c6aba8e141ba19d6811862b232d6fd020484"
208 dependencies = [
233 dependencies = [
209 "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
234 "quote",
210 "syn 1.0.54 (registry+https://github.com/rust-lang/crates.io-index)",
235 "syn",
211 ]
236 ]
212
237
213 [[package]]
238 [[package]]
214 name = "derive_more"
239 name = "derive_more"
215 version = "0.99.11"
240 version = "0.99.11"
216 source = "registry+https://github.com/rust-lang/crates.io-index"
241 source = "registry+https://github.com/rust-lang/crates.io-index"
242 checksum = "41cb0e6161ad61ed084a36ba71fbba9e3ac5aee3606fb607fe08da6acbcf3d8c"
217 dependencies = [
243 dependencies = [
218 "proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
244 "proc-macro2",
219 "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
245 "quote",
220 "syn 1.0.54 (registry+https://github.com/rust-lang/crates.io-index)",
246 "syn",
221 ]
247 ]
222
248
223 [[package]]
249 [[package]]
224 name = "difference"
250 name = "difference"
225 version = "2.0.0"
251 version = "2.0.0"
226 source = "registry+https://github.com/rust-lang/crates.io-index"
252 source = "registry+https://github.com/rust-lang/crates.io-index"
253 checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
227
254
228 [[package]]
255 [[package]]
229 name = "either"
256 name = "either"
230 version = "1.6.1"
257 version = "1.6.1"
231 source = "registry+https://github.com/rust-lang/crates.io-index"
258 source = "registry+https://github.com/rust-lang/crates.io-index"
259 checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
232
260
233 [[package]]
261 [[package]]
234 name = "env_logger"
262 name = "env_logger"
235 version = "0.7.1"
263 version = "0.7.1"
236 source = "registry+https://github.com/rust-lang/crates.io-index"
264 source = "registry+https://github.com/rust-lang/crates.io-index"
265 checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
237 dependencies = [
266 dependencies = [
238 "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
267 "atty",
239 "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
268 "humantime",
240 "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
269 "log",
241 "regex 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
270 "regex",
242 "termcolor 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
271 "termcolor",
243 ]
272 ]
244
273
245 [[package]]
274 [[package]]
246 name = "flate2"
275 name = "flate2"
247 version = "1.0.19"
276 version = "1.0.19"
248 source = "registry+https://github.com/rust-lang/crates.io-index"
277 source = "registry+https://github.com/rust-lang/crates.io-index"
278 checksum = "7411863d55df97a419aa64cb4d2f167103ea9d767e2c54a1868b7ac3f6b47129"
249 dependencies = [
279 dependencies = [
250 "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
280 "cfg-if 1.0.0",
251 "crc32fast 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
281 "crc32fast",
252 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
282 "libc",
253 "libz-sys 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
283 "libz-sys",
254 "miniz_oxide 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
284 "miniz_oxide",
255 ]
285 ]
256
286
257 [[package]]
287 [[package]]
258 name = "format-bytes"
288 name = "format-bytes"
259 version = "0.2.0"
289 version = "0.2.0"
260 source = "registry+https://github.com/rust-lang/crates.io-index"
290 source = "registry+https://github.com/rust-lang/crates.io-index"
291 checksum = "cc35f5e45d6b31053cea13078ffc6fa52fa8617aa54b7ac2011720d9c009e04f"
261 dependencies = [
292 dependencies = [
262 "format-bytes-macros 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
293 "format-bytes-macros",
263 "proc-macro-hack 0.5.19 (registry+https://github.com/rust-lang/crates.io-index)",
294 "proc-macro-hack",
264 ]
295 ]
265
296
266 [[package]]
297 [[package]]
267 name = "format-bytes-macros"
298 name = "format-bytes-macros"
268 version = "0.3.0"
299 version = "0.3.0"
269 source = "registry+https://github.com/rust-lang/crates.io-index"
300 source = "registry+https://github.com/rust-lang/crates.io-index"
301 checksum = "b05089e341a0460449e2210c3bf7b61597860b07f0deae58da38dbed0a4c6b6d"
270 dependencies = [
302 dependencies = [
271 "proc-macro-hack 0.5.19 (registry+https://github.com/rust-lang/crates.io-index)",
303 "proc-macro-hack",
272 "proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
304 "proc-macro2",
273 "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
305 "quote",
274 "syn 1.0.54 (registry+https://github.com/rust-lang/crates.io-index)",
306 "syn",
275 ]
307 ]
276
308
277 [[package]]
309 [[package]]
278 name = "fuchsia-cprng"
310 name = "fuchsia-cprng"
279 version = "0.1.1"
311 version = "0.1.1"
280 source = "registry+https://github.com/rust-lang/crates.io-index"
312 source = "registry+https://github.com/rust-lang/crates.io-index"
313 checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
281
314
282 [[package]]
315 [[package]]
283 name = "gcc"
316 name = "gcc"
284 version = "0.3.55"
317 version = "0.3.55"
285 source = "registry+https://github.com/rust-lang/crates.io-index"
318 source = "registry+https://github.com/rust-lang/crates.io-index"
319 checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
286
320
287 [[package]]
321 [[package]]
288 name = "getrandom"
322 name = "getrandom"
289 version = "0.1.15"
323 version = "0.1.15"
290 source = "registry+https://github.com/rust-lang/crates.io-index"
324 source = "registry+https://github.com/rust-lang/crates.io-index"
325 checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
291 dependencies = [
326 dependencies = [
292 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
327 "cfg-if 0.1.10",
293 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
328 "libc",
294 "wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)",
329 "wasi 0.9.0+wasi-snapshot-preview1",
295 ]
330 ]
296
331
297 [[package]]
332 [[package]]
298 name = "glob"
333 name = "glob"
299 version = "0.3.0"
334 version = "0.3.0"
300 source = "registry+https://github.com/rust-lang/crates.io-index"
335 source = "registry+https://github.com/rust-lang/crates.io-index"
336 checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
301
337
302 [[package]]
338 [[package]]
303 name = "hermit-abi"
339 name = "hermit-abi"
304 version = "0.1.17"
340 version = "0.1.17"
305 source = "registry+https://github.com/rust-lang/crates.io-index"
341 source = "registry+https://github.com/rust-lang/crates.io-index"
342 checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
306 dependencies = [
343 dependencies = [
307 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
344 "libc",
308 ]
345 ]
309
346
310 [[package]]
347 [[package]]
311 name = "hg-core"
348 name = "hg-core"
312 version = "0.1.0"
349 version = "0.1.0"
313 dependencies = [
350 dependencies = [
314 "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
351 "byteorder",
315 "bytes-cast 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
352 "bytes-cast",
316 "clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
353 "clap",
317 "crossbeam-channel 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
354 "crossbeam-channel 0.4.4",
318 "derive_more 0.99.11 (registry+https://github.com/rust-lang/crates.io-index)",
355 "derive_more",
319 "flate2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
356 "flate2",
320 "format-bytes 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
357 "format-bytes",
321 "home 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
358 "home",
322 "im-rc 15.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
359 "im-rc",
323 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
360 "lazy_static",
324 "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
361 "log",
325 "memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
362 "memmap",
326 "micro-timer 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
363 "micro-timer",
327 "pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
364 "pretty_assertions",
328 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
365 "rand 0.7.3",
329 "rand_distr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
366 "rand_distr",
330 "rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
367 "rand_pcg",
331 "rayon 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
368 "rayon",
332 "regex 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
369 "regex",
333 "rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
370 "rust-crypto",
334 "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
371 "same-file",
335 "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
372 "tempfile",
336 "twox-hash 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
373 "twox-hash",
337 "zstd 0.5.3+zstd.1.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
374 "zstd",
338 ]
375 ]
339
376
340 [[package]]
377 [[package]]
341 name = "hg-cpython"
378 name = "hg-cpython"
342 version = "0.1.0"
379 version = "0.1.0"
343 dependencies = [
380 dependencies = [
344 "cpython 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
381 "cpython",
345 "crossbeam-channel 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
382 "crossbeam-channel 0.4.4",
346 "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
383 "env_logger",
347 "hg-core 0.1.0",
384 "hg-core",
348 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
385 "libc",
349 "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
386 "log",
350 ]
387 ]
351
388
352 [[package]]
389 [[package]]
353 name = "home"
390 name = "home"
354 version = "0.5.3"
391 version = "0.5.3"
355 source = "registry+https://github.com/rust-lang/crates.io-index"
392 source = "registry+https://github.com/rust-lang/crates.io-index"
393 checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
356 dependencies = [
394 dependencies = [
357 "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
395 "winapi",
358 ]
396 ]
359
397
360 [[package]]
398 [[package]]
361 name = "humantime"
399 name = "humantime"
362 version = "1.3.0"
400 version = "1.3.0"
363 source = "registry+https://github.com/rust-lang/crates.io-index"
401 source = "registry+https://github.com/rust-lang/crates.io-index"
402 checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
364 dependencies = [
403 dependencies = [
365 "quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
404 "quick-error",
366 ]
405 ]
367
406
368 [[package]]
407 [[package]]
369 name = "im-rc"
408 name = "im-rc"
370 version = "15.0.0"
409 version = "15.0.0"
371 source = "registry+https://github.com/rust-lang/crates.io-index"
410 source = "registry+https://github.com/rust-lang/crates.io-index"
411 checksum = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f"
372 dependencies = [
412 dependencies = [
373 "bitmaps 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
413 "bitmaps",
374 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
414 "rand_core 0.5.1",
375 "rand_xoshiro 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
415 "rand_xoshiro",
376 "sized-chunks 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
416 "sized-chunks",
377 "typenum 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
417 "typenum",
378 "version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
418 "version_check",
379 ]
419 ]
380
420
381 [[package]]
421 [[package]]
382 name = "itertools"
422 name = "itertools"
383 version = "0.9.0"
423 version = "0.9.0"
384 source = "registry+https://github.com/rust-lang/crates.io-index"
424 source = "registry+https://github.com/rust-lang/crates.io-index"
425 checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
385 dependencies = [
426 dependencies = [
386 "either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
427 "either",
387 ]
428 ]
388
429
389 [[package]]
430 [[package]]
390 name = "jobserver"
431 name = "jobserver"
391 version = "0.1.21"
432 version = "0.1.21"
392 source = "registry+https://github.com/rust-lang/crates.io-index"
433 source = "registry+https://github.com/rust-lang/crates.io-index"
434 checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
393 dependencies = [
435 dependencies = [
394 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
436 "libc",
395 ]
437 ]
396
438
397 [[package]]
439 [[package]]
398 name = "lazy_static"
440 name = "lazy_static"
399 version = "1.4.0"
441 version = "1.4.0"
400 source = "registry+https://github.com/rust-lang/crates.io-index"
442 source = "registry+https://github.com/rust-lang/crates.io-index"
443 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
401
444
402 [[package]]
445 [[package]]
403 name = "libc"
446 name = "libc"
404 version = "0.2.81"
447 version = "0.2.81"
405 source = "registry+https://github.com/rust-lang/crates.io-index"
448 source = "registry+https://github.com/rust-lang/crates.io-index"
449 checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
406
450
407 [[package]]
451 [[package]]
408 name = "libz-sys"
452 name = "libz-sys"
409 version = "1.1.2"
453 version = "1.1.2"
410 source = "registry+https://github.com/rust-lang/crates.io-index"
454 source = "registry+https://github.com/rust-lang/crates.io-index"
455 checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"
411 dependencies = [
456 dependencies = [
412 "cc 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)",
457 "cc",
413 "pkg-config 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
458 "pkg-config",
414 "vcpkg 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
459 "vcpkg",
415 ]
460 ]
416
461
417 [[package]]
462 [[package]]
418 name = "log"
463 name = "log"
419 version = "0.4.11"
464 version = "0.4.11"
420 source = "registry+https://github.com/rust-lang/crates.io-index"
465 source = "registry+https://github.com/rust-lang/crates.io-index"
466 checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
421 dependencies = [
467 dependencies = [
422 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
468 "cfg-if 0.1.10",
423 ]
469 ]
424
470
425 [[package]]
471 [[package]]
426 name = "maybe-uninit"
472 name = "maybe-uninit"
427 version = "2.0.0"
473 version = "2.0.0"
428 source = "registry+https://github.com/rust-lang/crates.io-index"
474 source = "registry+https://github.com/rust-lang/crates.io-index"
475 checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
429
476
430 [[package]]
477 [[package]]
431 name = "memchr"
478 name = "memchr"
432 version = "2.3.4"
479 version = "2.3.4"
433 source = "registry+https://github.com/rust-lang/crates.io-index"
480 source = "registry+https://github.com/rust-lang/crates.io-index"
481 checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
434
482
435 [[package]]
483 [[package]]
436 name = "memmap"
484 name = "memmap"
437 version = "0.7.0"
485 version = "0.7.0"
438 source = "registry+https://github.com/rust-lang/crates.io-index"
486 source = "registry+https://github.com/rust-lang/crates.io-index"
487 checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
439 dependencies = [
488 dependencies = [
440 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
489 "libc",
441 "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
490 "winapi",
442 ]
491 ]
443
492
444 [[package]]
493 [[package]]
445 name = "memoffset"
494 name = "memoffset"
446 version = "0.6.1"
495 version = "0.6.1"
447 source = "registry+https://github.com/rust-lang/crates.io-index"
496 source = "registry+https://github.com/rust-lang/crates.io-index"
497 checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
448 dependencies = [
498 dependencies = [
449 "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
499 "autocfg",
450 ]
500 ]
451
501
452 [[package]]
502 [[package]]
453 name = "micro-timer"
503 name = "micro-timer"
454 version = "0.3.1"
504 version = "0.3.1"
455 source = "registry+https://github.com/rust-lang/crates.io-index"
505 source = "registry+https://github.com/rust-lang/crates.io-index"
506 checksum = "2620153e1d903d26b72b89f0e9c48d8c4756cba941c185461dddc234980c298c"
456 dependencies = [
507 dependencies = [
457 "micro-timer-macros 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
508 "micro-timer-macros",
458 "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
509 "scopeguard",
459 ]
510 ]
460
511
461 [[package]]
512 [[package]]
462 name = "micro-timer-macros"
513 name = "micro-timer-macros"
463 version = "0.3.1"
514 version = "0.3.1"
464 source = "registry+https://github.com/rust-lang/crates.io-index"
515 source = "registry+https://github.com/rust-lang/crates.io-index"
516 checksum = "e28a3473e6abd6e9aab36aaeef32ad22ae0bd34e79f376643594c2b152ec1c5d"
465 dependencies = [
517 dependencies = [
466 "proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
518 "proc-macro2",
467 "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
519 "quote",
468 "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
520 "scopeguard",
469 "syn 1.0.54 (registry+https://github.com/rust-lang/crates.io-index)",
521 "syn",
470 ]
522 ]
471
523
472 [[package]]
524 [[package]]
473 name = "miniz_oxide"
525 name = "miniz_oxide"
474 version = "0.4.3"
526 version = "0.4.3"
475 source = "registry+https://github.com/rust-lang/crates.io-index"
527 source = "registry+https://github.com/rust-lang/crates.io-index"
528 checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
476 dependencies = [
529 dependencies = [
477 "adler 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
530 "adler",
478 "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
531 "autocfg",
479 ]
532 ]
480
533
481 [[package]]
534 [[package]]
482 name = "num-integer"
535 name = "num-integer"
483 version = "0.1.44"
536 version = "0.1.44"
484 source = "registry+https://github.com/rust-lang/crates.io-index"
537 source = "registry+https://github.com/rust-lang/crates.io-index"
538 checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
485 dependencies = [
539 dependencies = [
486 "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
540 "autocfg",
487 "num-traits 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
541 "num-traits",
488 ]
542 ]
489
543
490 [[package]]
544 [[package]]
491 name = "num-traits"
545 name = "num-traits"
492 version = "0.2.14"
546 version = "0.2.14"
493 source = "registry+https://github.com/rust-lang/crates.io-index"
547 source = "registry+https://github.com/rust-lang/crates.io-index"
548 checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
494 dependencies = [
549 dependencies = [
495 "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
550 "autocfg",
496 ]
551 ]
497
552
498 [[package]]
553 [[package]]
499 name = "num_cpus"
554 name = "num_cpus"
500 version = "1.13.0"
555 version = "1.13.0"
501 source = "registry+https://github.com/rust-lang/crates.io-index"
556 source = "registry+https://github.com/rust-lang/crates.io-index"
557 checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
502 dependencies = [
558 dependencies = [
503 "hermit-abi 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
559 "hermit-abi",
504 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
560 "libc",
505 ]
561 ]
506
562
507 [[package]]
563 [[package]]
508 name = "output_vt100"
564 name = "output_vt100"
509 version = "0.1.2"
565 version = "0.1.2"
510 source = "registry+https://github.com/rust-lang/crates.io-index"
566 source = "registry+https://github.com/rust-lang/crates.io-index"
567 checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
511 dependencies = [
568 dependencies = [
512 "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
569 "winapi",
513 ]
570 ]
514
571
515 [[package]]
572 [[package]]
516 name = "pkg-config"
573 name = "pkg-config"
517 version = "0.3.19"
574 version = "0.3.19"
518 source = "registry+https://github.com/rust-lang/crates.io-index"
575 source = "registry+https://github.com/rust-lang/crates.io-index"
576 checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
519
577
520 [[package]]
578 [[package]]
521 name = "ppv-lite86"
579 name = "ppv-lite86"
522 version = "0.2.10"
580 version = "0.2.10"
523 source = "registry+https://github.com/rust-lang/crates.io-index"
581 source = "registry+https://github.com/rust-lang/crates.io-index"
582 checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
524
583
525 [[package]]
584 [[package]]
526 name = "pretty_assertions"
585 name = "pretty_assertions"
527 version = "0.6.1"
586 version = "0.6.1"
528 source = "registry+https://github.com/rust-lang/crates.io-index"
587 source = "registry+https://github.com/rust-lang/crates.io-index"
588 checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
529 dependencies = [
589 dependencies = [
530 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
590 "ansi_term",
531 "ctor 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
591 "ctor",
532 "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
592 "difference",
533 "output_vt100 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
593 "output_vt100",
534 ]
594 ]
535
595
536 [[package]]
596 [[package]]
537 name = "proc-macro-hack"
597 name = "proc-macro-hack"
538 version = "0.5.19"
598 version = "0.5.19"
539 source = "registry+https://github.com/rust-lang/crates.io-index"
599 source = "registry+https://github.com/rust-lang/crates.io-index"
600 checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
540
601
541 [[package]]
602 [[package]]
542 name = "proc-macro2"
603 name = "proc-macro2"
543 version = "1.0.24"
604 version = "1.0.24"
544 source = "registry+https://github.com/rust-lang/crates.io-index"
605 source = "registry+https://github.com/rust-lang/crates.io-index"
606 checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
545 dependencies = [
607 dependencies = [
546 "unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
608 "unicode-xid",
547 ]
609 ]
548
610
549 [[package]]
611 [[package]]
550 name = "python27-sys"
612 name = "python27-sys"
551 version = "0.4.1"
613 version = "0.4.1"
552 source = "registry+https://github.com/rust-lang/crates.io-index"
614 source = "registry+https://github.com/rust-lang/crates.io-index"
615 checksum = "67cb041de8615111bf224dd75667af5f25c6e032118251426fed7f1b70ce4c8c"
553 dependencies = [
616 dependencies = [
554 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
617 "libc",
555 "regex 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
618 "regex",
556 ]
619 ]
557
620
558 [[package]]
621 [[package]]
559 name = "python3-sys"
622 name = "python3-sys"
560 version = "0.4.1"
623 version = "0.4.1"
561 source = "registry+https://github.com/rust-lang/crates.io-index"
624 source = "registry+https://github.com/rust-lang/crates.io-index"
625 checksum = "90af11779515a1e530af60782d273b59ac79d33b0e253c071a728563957c76d4"
562 dependencies = [
626 dependencies = [
563 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
627 "libc",
564 "regex 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
628 "regex",
565 ]
629 ]
566
630
567 [[package]]
631 [[package]]
568 name = "quick-error"
632 name = "quick-error"
569 version = "1.2.3"
633 version = "1.2.3"
570 source = "registry+https://github.com/rust-lang/crates.io-index"
634 source = "registry+https://github.com/rust-lang/crates.io-index"
635 checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
571
636
572 [[package]]
637 [[package]]
573 name = "quote"
638 name = "quote"
574 version = "1.0.7"
639 version = "1.0.7"
575 source = "registry+https://github.com/rust-lang/crates.io-index"
640 source = "registry+https://github.com/rust-lang/crates.io-index"
641 checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
576 dependencies = [
642 dependencies = [
577 "proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
643 "proc-macro2",
578 ]
644 ]
579
645
580 [[package]]
646 [[package]]
581 name = "rand"
647 name = "rand"
582 version = "0.3.23"
648 version = "0.3.23"
583 source = "registry+https://github.com/rust-lang/crates.io-index"
649 source = "registry+https://github.com/rust-lang/crates.io-index"
650 checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
584 dependencies = [
651 dependencies = [
585 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
652 "libc",
586 "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
653 "rand 0.4.6",
587 ]
654 ]
588
655
589 [[package]]
656 [[package]]
590 name = "rand"
657 name = "rand"
591 version = "0.4.6"
658 version = "0.4.6"
592 source = "registry+https://github.com/rust-lang/crates.io-index"
659 source = "registry+https://github.com/rust-lang/crates.io-index"
660 checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
593 dependencies = [
661 dependencies = [
594 "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
662 "fuchsia-cprng",
595 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
663 "libc",
596 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
664 "rand_core 0.3.1",
597 "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
665 "rdrand",
598 "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
666 "winapi",
599 ]
667 ]
600
668
601 [[package]]
669 [[package]]
602 name = "rand"
670 name = "rand"
603 version = "0.7.3"
671 version = "0.7.3"
604 source = "registry+https://github.com/rust-lang/crates.io-index"
672 source = "registry+https://github.com/rust-lang/crates.io-index"
673 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
605 dependencies = [
674 dependencies = [
606 "getrandom 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
675 "getrandom",
607 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
676 "libc",
608 "rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
677 "rand_chacha",
609 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
678 "rand_core 0.5.1",
610 "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
679 "rand_hc",
611 ]
680 ]
612
681
613 [[package]]
682 [[package]]
614 name = "rand_chacha"
683 name = "rand_chacha"
615 version = "0.2.2"
684 version = "0.2.2"
616 source = "registry+https://github.com/rust-lang/crates.io-index"
685 source = "registry+https://github.com/rust-lang/crates.io-index"
686 checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
617 dependencies = [
687 dependencies = [
618 "ppv-lite86 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
688 "ppv-lite86",
619 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
689 "rand_core 0.5.1",
620 ]
690 ]
621
691
622 [[package]]
692 [[package]]
623 name = "rand_core"
693 name = "rand_core"
624 version = "0.3.1"
694 version = "0.3.1"
625 source = "registry+https://github.com/rust-lang/crates.io-index"
695 source = "registry+https://github.com/rust-lang/crates.io-index"
696 checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
626 dependencies = [
697 dependencies = [
627 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
698 "rand_core 0.4.2",
628 ]
699 ]
629
700
630 [[package]]
701 [[package]]
631 name = "rand_core"
702 name = "rand_core"
632 version = "0.4.2"
703 version = "0.4.2"
633 source = "registry+https://github.com/rust-lang/crates.io-index"
704 source = "registry+https://github.com/rust-lang/crates.io-index"
705 checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
634
706
635 [[package]]
707 [[package]]
636 name = "rand_core"
708 name = "rand_core"
637 version = "0.5.1"
709 version = "0.5.1"
638 source = "registry+https://github.com/rust-lang/crates.io-index"
710 source = "registry+https://github.com/rust-lang/crates.io-index"
711 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
639 dependencies = [
712 dependencies = [
640 "getrandom 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
713 "getrandom",
641 ]
714 ]
642
715
643 [[package]]
716 [[package]]
644 name = "rand_distr"
717 name = "rand_distr"
645 version = "0.2.2"
718 version = "0.2.2"
646 source = "registry+https://github.com/rust-lang/crates.io-index"
719 source = "registry+https://github.com/rust-lang/crates.io-index"
720 checksum = "96977acbdd3a6576fb1d27391900035bf3863d4a16422973a409b488cf29ffb2"
647 dependencies = [
721 dependencies = [
648 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
722 "rand 0.7.3",
649 ]
723 ]
650
724
651 [[package]]
725 [[package]]
652 name = "rand_hc"
726 name = "rand_hc"
653 version = "0.2.0"
727 version = "0.2.0"
654 source = "registry+https://github.com/rust-lang/crates.io-index"
728 source = "registry+https://github.com/rust-lang/crates.io-index"
729 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
655 dependencies = [
730 dependencies = [
656 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
731 "rand_core 0.5.1",
657 ]
732 ]
658
733
659 [[package]]
734 [[package]]
660 name = "rand_pcg"
735 name = "rand_pcg"
661 version = "0.2.1"
736 version = "0.2.1"
662 source = "registry+https://github.com/rust-lang/crates.io-index"
737 source = "registry+https://github.com/rust-lang/crates.io-index"
738 checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
663 dependencies = [
739 dependencies = [
664 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
740 "rand_core 0.5.1",
665 ]
741 ]
666
742
667 [[package]]
743 [[package]]
668 name = "rand_xoshiro"
744 name = "rand_xoshiro"
669 version = "0.4.0"
745 version = "0.4.0"
670 source = "registry+https://github.com/rust-lang/crates.io-index"
746 source = "registry+https://github.com/rust-lang/crates.io-index"
747 checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004"
671 dependencies = [
748 dependencies = [
672 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
749 "rand_core 0.5.1",
673 ]
750 ]
674
751
675 [[package]]
752 [[package]]
676 name = "rayon"
753 name = "rayon"
677 version = "1.5.0"
754 version = "1.5.0"
678 source = "registry+https://github.com/rust-lang/crates.io-index"
755 source = "registry+https://github.com/rust-lang/crates.io-index"
756 checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674"
679 dependencies = [
757 dependencies = [
680 "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
758 "autocfg",
681 "crossbeam-deque 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
759 "crossbeam-deque",
682 "either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
760 "either",
683 "rayon-core 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
761 "rayon-core",
684 ]
762 ]
685
763
686 [[package]]
764 [[package]]
687 name = "rayon-core"
765 name = "rayon-core"
688 version = "1.9.0"
766 version = "1.9.0"
689 source = "registry+https://github.com/rust-lang/crates.io-index"
767 source = "registry+https://github.com/rust-lang/crates.io-index"
768 checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"
690 dependencies = [
769 dependencies = [
691 "crossbeam-channel 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
770 "crossbeam-channel 0.5.0",
692 "crossbeam-deque 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
771 "crossbeam-deque",
693 "crossbeam-utils 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
772 "crossbeam-utils 0.8.1",
694 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
773 "lazy_static",
695 "num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
774 "num_cpus",
696 ]
775 ]
697
776
698 [[package]]
777 [[package]]
699 name = "rdrand"
778 name = "rdrand"
700 version = "0.4.0"
779 version = "0.4.0"
701 source = "registry+https://github.com/rust-lang/crates.io-index"
780 source = "registry+https://github.com/rust-lang/crates.io-index"
781 checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
702 dependencies = [
782 dependencies = [
703 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
783 "rand_core 0.3.1",
704 ]
784 ]
705
785
706 [[package]]
786 [[package]]
707 name = "redox_syscall"
787 name = "redox_syscall"
708 version = "0.1.57"
788 version = "0.1.57"
709 source = "registry+https://github.com/rust-lang/crates.io-index"
789 source = "registry+https://github.com/rust-lang/crates.io-index"
790 checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
710
791
711 [[package]]
792 [[package]]
712 name = "regex"
793 name = "regex"
713 version = "1.4.2"
794 version = "1.4.2"
714 source = "registry+https://github.com/rust-lang/crates.io-index"
795 source = "registry+https://github.com/rust-lang/crates.io-index"
796 checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c"
715 dependencies = [
797 dependencies = [
716 "aho-corasick 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)",
798 "aho-corasick",
717 "memchr 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
799 "memchr",
718 "regex-syntax 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
800 "regex-syntax",
719 "thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
801 "thread_local",
720 ]
802 ]
721
803
722 [[package]]
804 [[package]]
723 name = "regex-syntax"
805 name = "regex-syntax"
724 version = "0.6.21"
806 version = "0.6.21"
725 source = "registry+https://github.com/rust-lang/crates.io-index"
807 source = "registry+https://github.com/rust-lang/crates.io-index"
808 checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
726
809
727 [[package]]
810 [[package]]
728 name = "remove_dir_all"
811 name = "remove_dir_all"
729 version = "0.5.3"
812 version = "0.5.3"
730 source = "registry+https://github.com/rust-lang/crates.io-index"
813 source = "registry+https://github.com/rust-lang/crates.io-index"
814 checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
731 dependencies = [
815 dependencies = [
732 "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
816 "winapi",
733 ]
817 ]
734
818
735 [[package]]
819 [[package]]
736 name = "rhg"
820 name = "rhg"
737 version = "0.1.0"
821 version = "0.1.0"
738 dependencies = [
822 dependencies = [
739 "chrono 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
823 "chrono",
740 "clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
824 "clap",
741 "derive_more 0.99.11 (registry+https://github.com/rust-lang/crates.io-index)",
825 "derive_more",
742 "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
826 "env_logger",
743 "format-bytes 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
827 "format-bytes",
744 "hg-core 0.1.0",
828 "hg-core",
745 "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
829 "log",
746 "micro-timer 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
830 "micro-timer",
747 "users 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
831 "users",
748 ]
832 ]
749
833
750 [[package]]
834 [[package]]
751 name = "rust-crypto"
835 name = "rust-crypto"
752 version = "0.2.36"
836 version = "0.2.36"
753 source = "registry+https://github.com/rust-lang/crates.io-index"
837 source = "registry+https://github.com/rust-lang/crates.io-index"
838 checksum = "f76d05d3993fd5f4af9434e8e436db163a12a9d40e1a58a726f27a01dfd12a2a"
754 dependencies = [
839 dependencies = [
755 "gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)",
840 "gcc",
756 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
841 "libc",
757 "rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
842 "rand 0.3.23",
758 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
843 "rustc-serialize",
759 "time 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)",
844 "time",
760 ]
845 ]
761
846
762 [[package]]
847 [[package]]
763 name = "rustc-serialize"
848 name = "rustc-serialize"
764 version = "0.3.24"
849 version = "0.3.24"
765 source = "registry+https://github.com/rust-lang/crates.io-index"
850 source = "registry+https://github.com/rust-lang/crates.io-index"
851 checksum = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
766
852
767 [[package]]
853 [[package]]
768 name = "same-file"
854 name = "same-file"
769 version = "1.0.6"
855 version = "1.0.6"
770 source = "registry+https://github.com/rust-lang/crates.io-index"
856 source = "registry+https://github.com/rust-lang/crates.io-index"
857 checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
771 dependencies = [
858 dependencies = [
772 "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
859 "winapi-util",
773 ]
860 ]
774
861
775 [[package]]
862 [[package]]
776 name = "scopeguard"
863 name = "scopeguard"
777 version = "1.1.0"
864 version = "1.1.0"
778 source = "registry+https://github.com/rust-lang/crates.io-index"
865 source = "registry+https://github.com/rust-lang/crates.io-index"
866 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
779
867
780 [[package]]
868 [[package]]
781 name = "sized-chunks"
869 name = "sized-chunks"
782 version = "0.6.2"
870 version = "0.6.2"
783 source = "registry+https://github.com/rust-lang/crates.io-index"
871 source = "registry+https://github.com/rust-lang/crates.io-index"
872 checksum = "1ec31ceca5644fa6d444cc77548b88b67f46db6f7c71683b0f9336e671830d2f"
784 dependencies = [
873 dependencies = [
785 "bitmaps 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
874 "bitmaps",
786 "typenum 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
875 "typenum",
787 ]
876 ]
788
877
789 [[package]]
878 [[package]]
790 name = "static_assertions"
879 name = "static_assertions"
791 version = "1.1.0"
880 version = "1.1.0"
792 source = "registry+https://github.com/rust-lang/crates.io-index"
881 source = "registry+https://github.com/rust-lang/crates.io-index"
882 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
793
883
794 [[package]]
884 [[package]]
795 name = "strsim"
885 name = "strsim"
796 version = "0.8.0"
886 version = "0.8.0"
797 source = "registry+https://github.com/rust-lang/crates.io-index"
887 source = "registry+https://github.com/rust-lang/crates.io-index"
888 checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
798
889
799 [[package]]
890 [[package]]
800 name = "syn"
891 name = "syn"
801 version = "1.0.54"
892 version = "1.0.54"
802 source = "registry+https://github.com/rust-lang/crates.io-index"
893 source = "registry+https://github.com/rust-lang/crates.io-index"
894 checksum = "9a2af957a63d6bd42255c359c93d9bfdb97076bd3b820897ce55ffbfbf107f44"
803 dependencies = [
895 dependencies = [
804 "proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
896 "proc-macro2",
805 "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
897 "quote",
806 "unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
898 "unicode-xid",
807 ]
899 ]
808
900
809 [[package]]
901 [[package]]
810 name = "tempfile"
902 name = "tempfile"
811 version = "3.1.0"
903 version = "3.1.0"
812 source = "registry+https://github.com/rust-lang/crates.io-index"
904 source = "registry+https://github.com/rust-lang/crates.io-index"
905 checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
813 dependencies = [
906 dependencies = [
814 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
907 "cfg-if 0.1.10",
815 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
908 "libc",
816 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
909 "rand 0.7.3",
817 "redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)",
910 "redox_syscall",
818 "remove_dir_all 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
911 "remove_dir_all",
819 "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
912 "winapi",
820 ]
913 ]
821
914
822 [[package]]
915 [[package]]
823 name = "termcolor"
916 name = "termcolor"
824 version = "1.1.2"
917 version = "1.1.2"
825 source = "registry+https://github.com/rust-lang/crates.io-index"
918 source = "registry+https://github.com/rust-lang/crates.io-index"
919 checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
826 dependencies = [
920 dependencies = [
827 "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
921 "winapi-util",
828 ]
922 ]
829
923
830 [[package]]
924 [[package]]
831 name = "textwrap"
925 name = "textwrap"
832 version = "0.11.0"
926 version = "0.11.0"
833 source = "registry+https://github.com/rust-lang/crates.io-index"
927 source = "registry+https://github.com/rust-lang/crates.io-index"
928 checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
834 dependencies = [
929 dependencies = [
835 "unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
930 "unicode-width",
836 ]
931 ]
837
932
838 [[package]]
933 [[package]]
839 name = "thread_local"
934 name = "thread_local"
840 version = "1.0.1"
935 version = "1.0.1"
841 source = "registry+https://github.com/rust-lang/crates.io-index"
936 source = "registry+https://github.com/rust-lang/crates.io-index"
937 checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
842 dependencies = [
938 dependencies = [
843 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
939 "lazy_static",
844 ]
940 ]
845
941
846 [[package]]
942 [[package]]
847 name = "time"
943 name = "time"
848 version = "0.1.44"
944 version = "0.1.44"
849 source = "registry+https://github.com/rust-lang/crates.io-index"
945 source = "registry+https://github.com/rust-lang/crates.io-index"
946 checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
850 dependencies = [
947 dependencies = [
851 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
948 "libc",
852 "wasi 0.10.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)",
949 "wasi 0.10.0+wasi-snapshot-preview1",
853 "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
950 "winapi",
854 ]
951 ]
855
952
856 [[package]]
953 [[package]]
857 name = "twox-hash"
954 name = "twox-hash"
858 version = "1.6.0"
955 version = "1.6.0"
859 source = "registry+https://github.com/rust-lang/crates.io-index"
956 source = "registry+https://github.com/rust-lang/crates.io-index"
957 checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"
860 dependencies = [
958 dependencies = [
861 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
959 "cfg-if 0.1.10",
862 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
960 "rand 0.7.3",
863 "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
961 "static_assertions",
864 ]
962 ]
865
963
866 [[package]]
964 [[package]]
867 name = "typenum"
965 name = "typenum"
868 version = "1.12.0"
966 version = "1.12.0"
869 source = "registry+https://github.com/rust-lang/crates.io-index"
967 source = "registry+https://github.com/rust-lang/crates.io-index"
968 checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
870
969
871 [[package]]
970 [[package]]
872 name = "unicode-width"
971 name = "unicode-width"
873 version = "0.1.8"
972 version = "0.1.8"
874 source = "registry+https://github.com/rust-lang/crates.io-index"
973 source = "registry+https://github.com/rust-lang/crates.io-index"
974 checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
875
975
876 [[package]]
976 [[package]]
877 name = "unicode-xid"
977 name = "unicode-xid"
878 version = "0.2.1"
978 version = "0.2.1"
879 source = "registry+https://github.com/rust-lang/crates.io-index"
979 source = "registry+https://github.com/rust-lang/crates.io-index"
980 checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
880
981
881 [[package]]
982 [[package]]
882 name = "users"
983 name = "users"
883 version = "0.11.0"
984 version = "0.11.0"
884 source = "registry+https://github.com/rust-lang/crates.io-index"
985 source = "registry+https://github.com/rust-lang/crates.io-index"
986 checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
885 dependencies = [
987 dependencies = [
886 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
988 "libc",
887 "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
989 "log",
888 ]
990 ]
889
991
890 [[package]]
992 [[package]]
891 name = "vcpkg"
993 name = "vcpkg"
892 version = "0.2.11"
994 version = "0.2.11"
893 source = "registry+https://github.com/rust-lang/crates.io-index"
995 source = "registry+https://github.com/rust-lang/crates.io-index"
996 checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb"
894
997
895 [[package]]
998 [[package]]
896 name = "vec_map"
999 name = "vec_map"
897 version = "0.8.2"
1000 version = "0.8.2"
898 source = "registry+https://github.com/rust-lang/crates.io-index"
1001 source = "registry+https://github.com/rust-lang/crates.io-index"
1002 checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
899
1003
900 [[package]]
1004 [[package]]
901 name = "version_check"
1005 name = "version_check"
902 version = "0.9.2"
1006 version = "0.9.2"
903 source = "registry+https://github.com/rust-lang/crates.io-index"
1007 source = "registry+https://github.com/rust-lang/crates.io-index"
1008 checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
904
1009
905 [[package]]
1010 [[package]]
906 name = "wasi"
1011 name = "wasi"
907 version = "0.9.0+wasi-snapshot-preview1"
1012 version = "0.9.0+wasi-snapshot-preview1"
908 source = "registry+https://github.com/rust-lang/crates.io-index"
1013 source = "registry+https://github.com/rust-lang/crates.io-index"
1014 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
909
1015
910 [[package]]
1016 [[package]]
911 name = "wasi"
1017 name = "wasi"
912 version = "0.10.0+wasi-snapshot-preview1"
1018 version = "0.10.0+wasi-snapshot-preview1"
913 source = "registry+https://github.com/rust-lang/crates.io-index"
1019 source = "registry+https://github.com/rust-lang/crates.io-index"
1020 checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
914
1021
915 [[package]]
1022 [[package]]
916 name = "winapi"
1023 name = "winapi"
917 version = "0.3.9"
1024 version = "0.3.9"
918 source = "registry+https://github.com/rust-lang/crates.io-index"
1025 source = "registry+https://github.com/rust-lang/crates.io-index"
1026 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
919 dependencies = [
1027 dependencies = [
920 "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1028 "winapi-i686-pc-windows-gnu",
921 "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1029 "winapi-x86_64-pc-windows-gnu",
922 ]
1030 ]
923
1031
924 [[package]]
1032 [[package]]
925 name = "winapi-i686-pc-windows-gnu"
1033 name = "winapi-i686-pc-windows-gnu"
926 version = "0.4.0"
1034 version = "0.4.0"
927 source = "registry+https://github.com/rust-lang/crates.io-index"
1035 source = "registry+https://github.com/rust-lang/crates.io-index"
1036 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
928
1037
929 [[package]]
1038 [[package]]
930 name = "winapi-util"
1039 name = "winapi-util"
931 version = "0.1.5"
1040 version = "0.1.5"
932 source = "registry+https://github.com/rust-lang/crates.io-index"
1041 source = "registry+https://github.com/rust-lang/crates.io-index"
1042 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
933 dependencies = [
1043 dependencies = [
934 "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
1044 "winapi",
935 ]
1045 ]
936
1046
937 [[package]]
1047 [[package]]
938 name = "winapi-x86_64-pc-windows-gnu"
1048 name = "winapi-x86_64-pc-windows-gnu"
939 version = "0.4.0"
1049 version = "0.4.0"
940 source = "registry+https://github.com/rust-lang/crates.io-index"
1050 source = "registry+https://github.com/rust-lang/crates.io-index"
1051 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
941
1052
942 [[package]]
1053 [[package]]
943 name = "zstd"
1054 name = "zstd"
944 version = "0.5.3+zstd.1.4.5"
1055 version = "0.5.3+zstd.1.4.5"
945 source = "registry+https://github.com/rust-lang/crates.io-index"
1056 source = "registry+https://github.com/rust-lang/crates.io-index"
1057 checksum = "01b32eaf771efa709e8308605bbf9319bf485dc1503179ec0469b611937c0cd8"
946 dependencies = [
1058 dependencies = [
947 "zstd-safe 2.0.5+zstd.1.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
1059 "zstd-safe",
948 ]
1060 ]
949
1061
950 [[package]]
1062 [[package]]
951 name = "zstd-safe"
1063 name = "zstd-safe"
952 version = "2.0.5+zstd.1.4.5"
1064 version = "2.0.5+zstd.1.4.5"
953 source = "registry+https://github.com/rust-lang/crates.io-index"
1065 source = "registry+https://github.com/rust-lang/crates.io-index"
1066 checksum = "1cfb642e0d27f64729a639c52db457e0ae906e7bc6f5fe8f5c453230400f1055"
954 dependencies = [
1067 dependencies = [
955 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
1068 "libc",
956 "zstd-sys 1.4.17+zstd.1.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
1069 "zstd-sys",
957 ]
1070 ]
958
1071
959 [[package]]
1072 [[package]]
960 name = "zstd-sys"
1073 name = "zstd-sys"
961 version = "1.4.17+zstd.1.4.5"
1074 version = "1.4.17+zstd.1.4.5"
962 source = "registry+https://github.com/rust-lang/crates.io-index"
1075 source = "registry+https://github.com/rust-lang/crates.io-index"
1076 checksum = "b89249644df056b522696b1bb9e7c18c87e8ffa3e2f0dc3b0155875d6498f01b"
963 dependencies = [
1077 dependencies = [
964 "cc 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)",
1078 "cc",
965 "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
1079 "glob",
966 "itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
1080 "itertools",
967 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
1081 "libc",
968 ]
1082 ]
969
970 [metadata]
971 "checksum adler 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
972 "checksum aho-corasick 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
973 "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
974 "checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
975 "checksum autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
976 "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
977 "checksum bitmaps 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
978 "checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
979 "checksum bytes-cast 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3196ba300c7bc9282a4331e878496cb3e9603a898a8f1446601317163e16ca52"
980 "checksum bytes-cast-derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cb936af9de38476664d6b58e529aff30d482e4ce1c5e150293d00730b0d81fdb"
981 "checksum cc 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)" = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
982 "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
983 "checksum cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
984 "checksum chrono 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
985 "checksum clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)" = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
986 "checksum const_fn 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd51eab21ab4fd6a3bf889e2d0958c0a6e3a61ad04260325e919e652a2a62826"
987 "checksum cpython 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bfaf3847ab963e40c4f6dd8d6be279bdf74007ae2413786a0dcbb28c52139a95"
988 "checksum crc32fast 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
989 "checksum crossbeam-channel 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
990 "checksum crossbeam-channel 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
991 "checksum crossbeam-deque 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
992 "checksum crossbeam-epoch 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a1aaa739f95311c2c7887a76863f500026092fb1dce0161dab577e559ef3569d"
993 "checksum crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
994 "checksum crossbeam-utils 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
995 "checksum ctor 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "7fbaabec2c953050352311293be5c6aba8e141ba19d6811862b232d6fd020484"
996 "checksum derive_more 0.99.11 (registry+https://github.com/rust-lang/crates.io-index)" = "41cb0e6161ad61ed084a36ba71fbba9e3ac5aee3606fb607fe08da6acbcf3d8c"
997 "checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
998 "checksum either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
999 "checksum env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
1000 "checksum flate2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)" = "7411863d55df97a419aa64cb4d2f167103ea9d767e2c54a1868b7ac3f6b47129"
1001 "checksum format-bytes 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cc35f5e45d6b31053cea13078ffc6fa52fa8617aa54b7ac2011720d9c009e04f"
1002 "checksum format-bytes-macros 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b05089e341a0460449e2210c3bf7b61597860b07f0deae58da38dbed0a4c6b6d"
1003 "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
1004 "checksum gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)" = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
1005 "checksum getrandom 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
1006 "checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
1007 "checksum hermit-abi 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
1008 "checksum home 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
1009 "checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
1010 "checksum im-rc 15.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f"
1011 "checksum itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
1012 "checksum jobserver 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
1013 "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1014 "checksum libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)" = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
1015 "checksum libz-sys 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"
1016 "checksum log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
1017 "checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
1018 "checksum memchr 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
1019 "checksum memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
1020 "checksum memoffset 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
1021 "checksum micro-timer 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2620153e1d903d26b72b89f0e9c48d8c4756cba941c185461dddc234980c298c"
1022 "checksum micro-timer-macros 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e28a3473e6abd6e9aab36aaeef32ad22ae0bd34e79f376643594c2b152ec1c5d"
1023 "checksum miniz_oxide 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
1024 "checksum num-integer 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)" = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
1025 "checksum num-traits 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
1026 "checksum num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
1027 "checksum output_vt100 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
1028 "checksum pkg-config 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)" = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
1029 "checksum ppv-lite86 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
1030 "checksum pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
1031 "checksum proc-macro-hack 0.5.19 (registry+https://github.com/rust-lang/crates.io-index)" = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
1032 "checksum proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)" = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
1033 "checksum python27-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "67cb041de8615111bf224dd75667af5f25c6e032118251426fed7f1b70ce4c8c"
1034 "checksum python3-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90af11779515a1e530af60782d273b59ac79d33b0e253c071a728563957c76d4"
1035 "checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
1036 "checksum quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
1037 "checksum rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)" = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
1038 "checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
1039 "checksum rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
1040 "checksum rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
1041 "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
1042 "checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
1043 "checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
1044 "checksum rand_distr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "96977acbdd3a6576fb1d27391900035bf3863d4a16422973a409b488cf29ffb2"
1045 "checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
1046 "checksum rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
1047 "checksum rand_xoshiro 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004"
1048 "checksum rayon 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674"
1049 "checksum rayon-core 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"
1050 "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
1051 "checksum redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)" = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
1052 "checksum regex 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c"
1053 "checksum regex-syntax 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)" = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
1054 "checksum remove_dir_all 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
1055 "checksum rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)" = "f76d05d3993fd5f4af9434e8e436db163a12a9d40e1a58a726f27a01dfd12a2a"
1056 "checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
1057 "checksum same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1058 "checksum scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
1059 "checksum sized-chunks 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1ec31ceca5644fa6d444cc77548b88b67f46db6f7c71683b0f9336e671830d2f"
1060 "checksum static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
1061 "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
1062 "checksum syn 1.0.54 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2af957a63d6bd42255c359c93d9bfdb97076bd3b820897ce55ffbfbf107f44"
1063 "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
1064 "checksum termcolor 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
1065 "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
1066 "checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
1067 "checksum time 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)" = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
1068 "checksum twox-hash 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"
1069 "checksum typenum 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
1070 "checksum unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
1071 "checksum unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
1072 "checksum users 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
1073 "checksum vcpkg 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb"
1074 "checksum vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
1075 "checksum version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
1076 "checksum wasi 0.10.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
1077 "checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
1078 "checksum winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1079 "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1080 "checksum winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1081 "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1082 "checksum zstd 0.5.3+zstd.1.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "01b32eaf771efa709e8308605bbf9319bf485dc1503179ec0469b611937c0cd8"
1083 "checksum zstd-safe 2.0.5+zstd.1.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "1cfb642e0d27f64729a639c52db457e0ae906e7bc6f5fe8f5c453230400f1055"
1084 "checksum zstd-sys 1.4.17+zstd.1.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b89249644df056b522696b1bb9e7c18c87e8ffa3e2f0dc3b0155875d6498f01b"
General Comments 0
You need to be logged in to leave comments. Login now