Show More
@@ -1,1159 +1,1274 | |||
|
1 | 1 | # This file is automatically @generated by Cargo. |
|
2 | 2 | # It is not intended for manual editing. |
|
3 | 3 | version = 3 |
|
4 | 4 | |
|
5 | 5 | [[package]] |
|
6 | 6 | name = "adler" |
|
7 | 7 | version = "0.2.3" |
|
8 | 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
9 | 9 | checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e" |
|
10 | 10 | |
|
11 | 11 | [[package]] |
|
12 | 12 | name = "ahash" |
|
13 | 13 | version = "0.4.7" |
|
14 | 14 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
15 | 15 | checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e" |
|
16 | 16 | |
|
17 | 17 | [[package]] |
|
18 | 18 | name = "aho-corasick" |
|
19 |
version = "0.7.1 |
|
|
19 | version = "0.7.18" | |
|
20 | 20 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
21 | checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5" | |
|
21 | checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" | |
|
22 | 22 | dependencies = [ |
|
23 | 23 | "memchr", |
|
24 | 24 | ] |
|
25 | 25 | |
|
26 | 26 | [[package]] |
|
27 | 27 | name = "ansi_term" |
|
28 | 28 | version = "0.11.0" |
|
29 | 29 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
30 | 30 | checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
|
31 | 31 | dependencies = [ |
|
32 | 32 | "winapi", |
|
33 | 33 | ] |
|
34 | 34 | |
|
35 | 35 | [[package]] |
|
36 | name = "ansi_term" | |
|
37 | version = "0.12.1" | |
|
38 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
|
39 | checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" | |
|
40 | dependencies = [ | |
|
41 | "winapi", | |
|
42 | ] | |
|
43 | ||
|
44 | [[package]] | |
|
36 | 45 | name = "atty" |
|
37 | 46 | version = "0.2.14" |
|
38 | 47 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
39 | 48 | checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
|
40 | 49 | dependencies = [ |
|
41 | 50 | "hermit-abi", |
|
42 | 51 | "libc", |
|
43 | 52 | "winapi", |
|
44 | 53 | ] |
|
45 | 54 | |
|
46 | 55 | [[package]] |
|
47 | 56 | name = "autocfg" |
|
48 | 57 | version = "1.0.1" |
|
49 | 58 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
50 | 59 | checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" |
|
51 | 60 | |
|
52 | 61 | [[package]] |
|
53 | 62 | name = "bitflags" |
|
54 | 63 | version = "1.2.1" |
|
55 | 64 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
56 | 65 | checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
|
57 | 66 | |
|
58 | 67 | [[package]] |
|
59 | 68 | name = "bitmaps" |
|
60 | 69 | version = "2.1.0" |
|
61 | 70 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
62 | 71 | checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2" |
|
63 | 72 | dependencies = [ |
|
64 | 73 | "typenum", |
|
65 | 74 | ] |
|
66 | 75 | |
|
67 | 76 | [[package]] |
|
68 | 77 | name = "block-buffer" |
|
69 | 78 | version = "0.9.0" |
|
70 | 79 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
71 | 80 | checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" |
|
72 | 81 | dependencies = [ |
|
73 | 82 | "generic-array", |
|
74 | 83 | ] |
|
75 | 84 | |
|
76 | 85 | [[package]] |
|
77 | 86 | name = "byteorder" |
|
78 | 87 | version = "1.3.4" |
|
79 | 88 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
80 | 89 | checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" |
|
81 | 90 | |
|
82 | 91 | [[package]] |
|
83 | 92 | name = "bytes-cast" |
|
84 | 93 | version = "0.2.0" |
|
85 | 94 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
86 | 95 | checksum = "0d434f9a4ecbe987e7ccfda7274b6f82ea52c9b63742565a65cb5e8ba0f2c452" |
|
87 | 96 | dependencies = [ |
|
88 | 97 | "bytes-cast-derive", |
|
89 | 98 | ] |
|
90 | 99 | |
|
91 | 100 | [[package]] |
|
92 | 101 | name = "bytes-cast-derive" |
|
93 | 102 | version = "0.1.0" |
|
94 | 103 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
95 | 104 | checksum = "cb936af9de38476664d6b58e529aff30d482e4ce1c5e150293d00730b0d81fdb" |
|
96 | 105 | dependencies = [ |
|
97 | 106 | "proc-macro2", |
|
98 | 107 | "quote", |
|
99 | 108 | "syn", |
|
100 | 109 | ] |
|
101 | 110 | |
|
102 | 111 | [[package]] |
|
103 | 112 | name = "cc" |
|
104 | 113 | version = "1.0.66" |
|
105 | 114 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
106 | 115 | checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48" |
|
107 | 116 | dependencies = [ |
|
108 | 117 | "jobserver", |
|
109 | 118 | ] |
|
110 | 119 | |
|
111 | 120 | [[package]] |
|
112 | 121 | name = "cfg-if" |
|
113 | 122 | version = "0.1.10" |
|
114 | 123 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
115 | 124 | checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
|
116 | 125 | |
|
117 | 126 | [[package]] |
|
118 | 127 | name = "cfg-if" |
|
119 | 128 | version = "1.0.0" |
|
120 | 129 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
121 | 130 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
|
122 | 131 | |
|
123 | 132 | [[package]] |
|
124 | 133 | name = "chrono" |
|
125 | 134 | version = "0.4.19" |
|
126 | 135 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
127 | 136 | checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" |
|
128 | 137 | dependencies = [ |
|
129 | 138 | "libc", |
|
130 | 139 | "num-integer", |
|
131 | 140 | "num-traits", |
|
132 | 141 | "time", |
|
133 | 142 | "winapi", |
|
134 | 143 | ] |
|
135 | 144 | |
|
136 | 145 | [[package]] |
|
137 | 146 | name = "clap" |
|
138 |
version = "2.3 |
|
|
147 | version = "2.34.0" | |
|
139 | 148 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
140 | checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002" | |
|
149 | checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" | |
|
141 | 150 | dependencies = [ |
|
142 | "ansi_term", | |
|
151 | "ansi_term 0.12.1", | |
|
143 | 152 | "atty", |
|
144 | 153 | "bitflags", |
|
145 | "strsim", | |
|
146 | "textwrap", | |
|
154 | "strsim 0.8.0", | |
|
155 | "textwrap 0.11.0", | |
|
147 | 156 | "unicode-width", |
|
148 | 157 | "vec_map", |
|
149 | 158 | ] |
|
150 | 159 | |
|
151 | 160 | [[package]] |
|
161 | name = "clap" | |
|
162 | version = "3.1.6" | |
|
163 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
|
164 | checksum = "d8c93436c21e4698bacadf42917db28b23017027a4deccb35dbe47a7e7840123" | |
|
165 | dependencies = [ | |
|
166 | "atty", | |
|
167 | "bitflags", | |
|
168 | "indexmap", | |
|
169 | "os_str_bytes", | |
|
170 | "strsim 0.10.0", | |
|
171 | "termcolor", | |
|
172 | "textwrap 0.15.0", | |
|
173 | ] | |
|
174 | ||
|
175 | [[package]] | |
|
152 | 176 | name = "const_fn" |
|
153 | 177 | version = "0.4.4" |
|
154 | 178 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
155 | 179 | checksum = "cd51eab21ab4fd6a3bf889e2d0958c0a6e3a61ad04260325e919e652a2a62826" |
|
156 | 180 | |
|
157 | 181 | [[package]] |
|
182 | name = "convert_case" | |
|
183 | version = "0.4.0" | |
|
184 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
|
185 | checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" | |
|
186 | ||
|
187 | [[package]] | |
|
158 | 188 | name = "cpufeatures" |
|
159 | 189 | version = "0.1.4" |
|
160 | 190 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
161 | 191 | checksum = "ed00c67cb5d0a7d64a44f6ad2668db7e7530311dd53ea79bcd4fb022c64911c8" |
|
162 | 192 | dependencies = [ |
|
163 | 193 | "libc", |
|
164 | 194 | ] |
|
165 | 195 | |
|
166 | 196 | [[package]] |
|
167 | 197 | name = "cpython" |
|
168 | 198 | version = "0.7.0" |
|
169 | 199 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
170 | 200 | checksum = "b7d46ba8ace7f3a1d204ac5060a706d0a68de6b42eafb6a586cc08bebcffe664" |
|
171 | 201 | dependencies = [ |
|
172 | 202 | "libc", |
|
173 | 203 | "num-traits", |
|
174 | 204 | "paste", |
|
175 | 205 | "python3-sys", |
|
176 | 206 | ] |
|
177 | 207 | |
|
178 | 208 | [[package]] |
|
179 | 209 | name = "crc32fast" |
|
180 | 210 | version = "1.2.1" |
|
181 | 211 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
182 | 212 | checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a" |
|
183 | 213 | dependencies = [ |
|
184 | 214 | "cfg-if 1.0.0", |
|
185 | 215 | ] |
|
186 | 216 | |
|
187 | 217 | [[package]] |
|
188 | 218 | name = "crossbeam-channel" |
|
189 | 219 | version = "0.4.4" |
|
190 | 220 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
191 | 221 | checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87" |
|
192 | 222 | dependencies = [ |
|
193 | 223 | "crossbeam-utils 0.7.2", |
|
194 | 224 | "maybe-uninit", |
|
195 | 225 | ] |
|
196 | 226 | |
|
197 | 227 | [[package]] |
|
198 | 228 | name = "crossbeam-channel" |
|
199 | 229 | version = "0.5.0" |
|
200 | 230 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
201 | 231 | checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775" |
|
202 | 232 | dependencies = [ |
|
203 | 233 | "cfg-if 1.0.0", |
|
204 | 234 | "crossbeam-utils 0.8.1", |
|
205 | 235 | ] |
|
206 | 236 | |
|
207 | 237 | [[package]] |
|
208 | 238 | name = "crossbeam-deque" |
|
209 | 239 | version = "0.8.0" |
|
210 | 240 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
211 | 241 | checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9" |
|
212 | 242 | dependencies = [ |
|
213 | 243 | "cfg-if 1.0.0", |
|
214 | 244 | "crossbeam-epoch", |
|
215 | 245 | "crossbeam-utils 0.8.1", |
|
216 | 246 | ] |
|
217 | 247 | |
|
218 | 248 | [[package]] |
|
219 | 249 | name = "crossbeam-epoch" |
|
220 | 250 | version = "0.9.1" |
|
221 | 251 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
222 | 252 | checksum = "a1aaa739f95311c2c7887a76863f500026092fb1dce0161dab577e559ef3569d" |
|
223 | 253 | dependencies = [ |
|
224 | 254 | "cfg-if 1.0.0", |
|
225 | 255 | "const_fn", |
|
226 | 256 | "crossbeam-utils 0.8.1", |
|
227 | 257 | "lazy_static", |
|
228 | 258 | "memoffset", |
|
229 | 259 | "scopeguard", |
|
230 | 260 | ] |
|
231 | 261 | |
|
232 | 262 | [[package]] |
|
233 | 263 | name = "crossbeam-utils" |
|
234 | 264 | version = "0.7.2" |
|
235 | 265 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
236 | 266 | checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" |
|
237 | 267 | dependencies = [ |
|
238 | 268 | "autocfg", |
|
239 | 269 | "cfg-if 0.1.10", |
|
240 | 270 | "lazy_static", |
|
241 | 271 | ] |
|
242 | 272 | |
|
243 | 273 | [[package]] |
|
244 | 274 | name = "crossbeam-utils" |
|
245 | 275 | version = "0.8.1" |
|
246 | 276 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
247 | 277 | checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d" |
|
248 | 278 | dependencies = [ |
|
249 | 279 | "autocfg", |
|
250 | 280 | "cfg-if 1.0.0", |
|
251 | 281 | "lazy_static", |
|
252 | 282 | ] |
|
253 | 283 | |
|
254 | 284 | [[package]] |
|
255 | 285 | name = "ctor" |
|
256 | 286 | version = "0.1.16" |
|
257 | 287 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
258 | 288 | checksum = "7fbaabec2c953050352311293be5c6aba8e141ba19d6811862b232d6fd020484" |
|
259 | 289 | dependencies = [ |
|
260 | 290 | "quote", |
|
261 | 291 | "syn", |
|
262 | 292 | ] |
|
263 | 293 | |
|
264 | 294 | [[package]] |
|
265 | 295 | name = "derive_more" |
|
266 |
version = "0.99.1 |
|
|
296 | version = "0.99.17" | |
|
267 | 297 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
268 | checksum = "41cb0e6161ad61ed084a36ba71fbba9e3ac5aee3606fb607fe08da6acbcf3d8c" | |
|
298 | checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" | |
|
269 | 299 | dependencies = [ |
|
300 | "convert_case", | |
|
270 | 301 | "proc-macro2", |
|
271 | 302 | "quote", |
|
303 | "rustc_version", | |
|
272 | 304 | "syn", |
|
273 | 305 | ] |
|
274 | 306 | |
|
275 | 307 | [[package]] |
|
276 | 308 | name = "difference" |
|
277 | 309 | version = "2.0.0" |
|
278 | 310 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
279 | 311 | checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" |
|
280 | 312 | |
|
281 | 313 | [[package]] |
|
282 | 314 | name = "digest" |
|
283 | 315 | version = "0.9.0" |
|
284 | 316 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
285 | 317 | checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" |
|
286 | 318 | dependencies = [ |
|
287 | 319 | "generic-array", |
|
288 | 320 | ] |
|
289 | 321 | |
|
290 | 322 | [[package]] |
|
291 | 323 | name = "either" |
|
292 | 324 | version = "1.6.1" |
|
293 | 325 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
294 | 326 | checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" |
|
295 | 327 | |
|
296 | 328 | [[package]] |
|
297 | 329 | name = "env_logger" |
|
298 | 330 | version = "0.7.1" |
|
299 | 331 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
300 | 332 | checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" |
|
301 | 333 | dependencies = [ |
|
302 | 334 | "atty", |
|
303 | "humantime", | |
|
335 | "humantime 1.3.0", | |
|
336 | "log", | |
|
337 | "regex", | |
|
338 | "termcolor", | |
|
339 | ] | |
|
340 | ||
|
341 | [[package]] | |
|
342 | name = "env_logger" | |
|
343 | version = "0.9.0" | |
|
344 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
|
345 | checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3" | |
|
346 | dependencies = [ | |
|
347 | "atty", | |
|
348 | "humantime 2.1.0", | |
|
304 | 349 | "log", |
|
305 | 350 | "regex", |
|
306 | 351 | "termcolor", |
|
307 | 352 | ] |
|
308 | 353 | |
|
309 | 354 | [[package]] |
|
310 | 355 | name = "flate2" |
|
311 | 356 | version = "1.0.19" |
|
312 | 357 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
313 | 358 | checksum = "7411863d55df97a419aa64cb4d2f167103ea9d767e2c54a1868b7ac3f6b47129" |
|
314 | 359 | dependencies = [ |
|
315 | 360 | "cfg-if 1.0.0", |
|
316 | 361 | "crc32fast", |
|
317 | 362 | "libc", |
|
318 | 363 | "libz-sys", |
|
319 | 364 | "miniz_oxide", |
|
320 | 365 | ] |
|
321 | 366 | |
|
322 | 367 | [[package]] |
|
323 | 368 | name = "format-bytes" |
|
324 | 369 | version = "0.3.0" |
|
325 | 370 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
326 | 371 | checksum = "48942366ef93975da38e175ac9e10068c6fc08ca9e85930d4f098f4d5b14c2fd" |
|
327 | 372 | dependencies = [ |
|
328 | 373 | "format-bytes-macros", |
|
329 | 374 | ] |
|
330 | 375 | |
|
331 | 376 | [[package]] |
|
332 | 377 | name = "format-bytes-macros" |
|
333 | 378 | version = "0.4.0" |
|
334 | 379 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
335 | 380 | checksum = "203aadebefcc73d12038296c228eabf830f99cba991b0032adf20e9fa6ce7e4f" |
|
336 | 381 | dependencies = [ |
|
337 | 382 | "proc-macro2", |
|
338 | 383 | "quote", |
|
339 | 384 | "syn", |
|
340 | 385 | ] |
|
341 | 386 | |
|
342 | 387 | [[package]] |
|
343 | 388 | name = "generic-array" |
|
344 | 389 | version = "0.14.4" |
|
345 | 390 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
346 | 391 | checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817" |
|
347 | 392 | dependencies = [ |
|
348 | 393 | "typenum", |
|
349 | 394 | "version_check", |
|
350 | 395 | ] |
|
351 | 396 | |
|
352 | 397 | [[package]] |
|
353 | 398 | name = "getrandom" |
|
354 | 399 | version = "0.1.15" |
|
355 | 400 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
356 | 401 | checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6" |
|
357 | 402 | dependencies = [ |
|
358 | 403 | "cfg-if 0.1.10", |
|
359 | 404 | "libc", |
|
360 | 405 | "wasi 0.9.0+wasi-snapshot-preview1", |
|
361 | 406 | ] |
|
362 | 407 | |
|
363 | 408 | [[package]] |
|
364 | 409 | name = "getrandom" |
|
365 | 410 | version = "0.2.4" |
|
366 | 411 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
367 | 412 | checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c" |
|
368 | 413 | dependencies = [ |
|
369 | 414 | "cfg-if 1.0.0", |
|
370 | 415 | "libc", |
|
371 | 416 | "wasi 0.10.0+wasi-snapshot-preview1", |
|
372 | 417 | ] |
|
373 | 418 | |
|
374 | 419 | [[package]] |
|
375 | 420 | name = "glob" |
|
376 | 421 | version = "0.3.0" |
|
377 | 422 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
378 | 423 | checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" |
|
379 | 424 | |
|
380 | 425 | [[package]] |
|
381 | 426 | name = "hashbrown" |
|
382 | 427 | version = "0.9.1" |
|
383 | 428 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
384 | 429 | checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" |
|
385 | 430 | dependencies = [ |
|
386 | 431 | "ahash", |
|
387 | 432 | "rayon", |
|
388 | 433 | ] |
|
389 | 434 | |
|
390 | 435 | [[package]] |
|
436 | name = "hashbrown" | |
|
437 | version = "0.11.2" | |
|
438 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
|
439 | checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" | |
|
440 | ||
|
441 | [[package]] | |
|
391 | 442 | name = "hermit-abi" |
|
392 | 443 | version = "0.1.17" |
|
393 | 444 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
394 | 445 | checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8" |
|
395 | 446 | dependencies = [ |
|
396 | 447 | "libc", |
|
397 | 448 | ] |
|
398 | 449 | |
|
399 | 450 | [[package]] |
|
400 | 451 | name = "hex" |
|
401 | 452 | version = "0.4.3" |
|
402 | 453 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
403 | 454 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
|
404 | 455 | |
|
405 | 456 | [[package]] |
|
406 | 457 | name = "hg-core" |
|
407 | 458 | version = "0.1.0" |
|
408 | 459 | dependencies = [ |
|
409 | 460 | "bitflags", |
|
410 | 461 | "byteorder", |
|
411 | 462 | "bytes-cast", |
|
412 | "clap", | |
|
463 | "clap 3.1.6", | |
|
413 | 464 | "crossbeam-channel 0.4.4", |
|
414 | 465 | "derive_more", |
|
415 | 466 | "flate2", |
|
416 | 467 | "format-bytes", |
|
417 | "hashbrown", | |
|
468 | "hashbrown 0.9.1", | |
|
418 | 469 | "home", |
|
419 | 470 | "im-rc", |
|
420 | 471 | "itertools", |
|
421 | 472 | "lazy_static", |
|
422 | 473 | "libc", |
|
423 | 474 | "log", |
|
424 | 475 | "memmap2", |
|
425 | "micro-timer", | |
|
476 | "micro-timer 0.3.1", | |
|
426 | 477 | "pretty_assertions", |
|
427 | 478 | "rand 0.8.4", |
|
428 | 479 | "rand_distr", |
|
429 | 480 | "rand_pcg", |
|
430 | 481 | "rayon", |
|
431 | 482 | "regex", |
|
432 | 483 | "same-file", |
|
433 | 484 | "sha-1", |
|
434 | 485 | "stable_deref_trait", |
|
435 | 486 | "tempfile", |
|
436 | 487 | "twox-hash", |
|
437 | 488 | "zstd", |
|
438 | 489 | ] |
|
439 | 490 | |
|
440 | 491 | [[package]] |
|
441 | 492 | name = "hg-cpython" |
|
442 | 493 | version = "0.1.0" |
|
443 | 494 | dependencies = [ |
|
444 | 495 | "cpython", |
|
445 | 496 | "crossbeam-channel 0.4.4", |
|
446 | "env_logger", | |
|
497 | "env_logger 0.7.1", | |
|
447 | 498 | "hg-core", |
|
448 | 499 | "libc", |
|
449 | 500 | "log", |
|
450 | 501 | "stable_deref_trait", |
|
451 | 502 | "vcsgraph", |
|
452 | 503 | ] |
|
453 | 504 | |
|
454 | 505 | [[package]] |
|
455 | 506 | name = "home" |
|
456 | 507 | version = "0.5.3" |
|
457 | 508 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
458 | 509 | checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654" |
|
459 | 510 | dependencies = [ |
|
460 | 511 | "winapi", |
|
461 | 512 | ] |
|
462 | 513 | |
|
463 | 514 | [[package]] |
|
464 | 515 | name = "humantime" |
|
465 | 516 | version = "1.3.0" |
|
466 | 517 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
467 | 518 | checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" |
|
468 | 519 | dependencies = [ |
|
469 | 520 | "quick-error", |
|
470 | 521 | ] |
|
471 | 522 | |
|
472 | 523 | [[package]] |
|
524 | name = "humantime" | |
|
525 | version = "2.1.0" | |
|
526 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
|
527 | checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" | |
|
528 | ||
|
529 | [[package]] | |
|
473 | 530 | name = "im-rc" |
|
474 | 531 | version = "15.0.0" |
|
475 | 532 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
476 | 533 | checksum = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f" |
|
477 | 534 | dependencies = [ |
|
478 | 535 | "bitmaps", |
|
479 | 536 | "rand_core 0.5.1", |
|
480 | 537 | "rand_xoshiro", |
|
481 | 538 | "sized-chunks", |
|
482 | 539 | "typenum", |
|
483 | 540 | "version_check", |
|
484 | 541 | ] |
|
485 | 542 | |
|
486 | 543 | [[package]] |
|
544 | name = "indexmap" | |
|
545 | version = "1.8.0" | |
|
546 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
|
547 | checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223" | |
|
548 | dependencies = [ | |
|
549 | "autocfg", | |
|
550 | "hashbrown 0.11.2", | |
|
551 | ] | |
|
552 | ||
|
553 | [[package]] | |
|
487 | 554 | name = "itertools" |
|
488 | 555 | version = "0.9.0" |
|
489 | 556 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
490 | 557 | checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" |
|
491 | 558 | dependencies = [ |
|
492 | 559 | "either", |
|
493 | 560 | ] |
|
494 | 561 | |
|
495 | 562 | [[package]] |
|
496 | 563 | name = "jobserver" |
|
497 | 564 | version = "0.1.21" |
|
498 | 565 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
499 | 566 | checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2" |
|
500 | 567 | dependencies = [ |
|
501 | 568 | "libc", |
|
502 | 569 | ] |
|
503 | 570 | |
|
504 | 571 | [[package]] |
|
505 | 572 | name = "lazy_static" |
|
506 | 573 | version = "1.4.0" |
|
507 | 574 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
508 | 575 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
|
509 | 576 | |
|
510 | 577 | [[package]] |
|
511 | 578 | name = "libc" |
|
512 | 579 | version = "0.2.81" |
|
513 | 580 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
514 | 581 | checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb" |
|
515 | 582 | |
|
516 | 583 | [[package]] |
|
517 | 584 | name = "libm" |
|
518 | 585 | version = "0.2.1" |
|
519 | 586 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
520 | 587 | checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a" |
|
521 | 588 | |
|
522 | 589 | [[package]] |
|
523 | 590 | name = "libz-sys" |
|
524 | 591 | version = "1.1.2" |
|
525 | 592 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
526 | 593 | checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655" |
|
527 | 594 | dependencies = [ |
|
528 | 595 | "cc", |
|
529 | 596 | "pkg-config", |
|
530 | 597 | "vcpkg", |
|
531 | 598 | ] |
|
532 | 599 | |
|
533 | 600 | [[package]] |
|
534 | 601 | name = "log" |
|
535 |
version = "0.4.1 |
|
|
602 | version = "0.4.14" | |
|
536 | 603 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
537 | checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b" | |
|
604 | checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" | |
|
538 | 605 | dependencies = [ |
|
539 |
"cfg-if 0. |
|
|
606 | "cfg-if 1.0.0", | |
|
540 | 607 | ] |
|
541 | 608 | |
|
542 | 609 | [[package]] |
|
543 | 610 | name = "maybe-uninit" |
|
544 | 611 | version = "2.0.0" |
|
545 | 612 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
546 | 613 | checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" |
|
547 | 614 | |
|
548 | 615 | [[package]] |
|
549 | 616 | name = "memchr" |
|
550 |
version = "2. |
|
|
617 | version = "2.4.1" | |
|
551 | 618 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
552 | checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" | |
|
619 | checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" | |
|
553 | 620 | |
|
554 | 621 | [[package]] |
|
555 | 622 | name = "memmap2" |
|
556 | 623 | version = "0.4.0" |
|
557 | 624 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
558 | 625 | checksum = "de5d3112c080d58ce560081baeaab7e1e864ca21795ddbf533d5b1842bb1ecf8" |
|
559 | 626 | dependencies = [ |
|
560 | 627 | "libc", |
|
561 | 628 | "stable_deref_trait", |
|
562 | 629 | ] |
|
563 | 630 | |
|
564 | 631 | [[package]] |
|
565 | 632 | name = "memoffset" |
|
566 | 633 | version = "0.6.1" |
|
567 | 634 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
568 | 635 | checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87" |
|
569 | 636 | dependencies = [ |
|
570 | 637 | "autocfg", |
|
571 | 638 | ] |
|
572 | 639 | |
|
573 | 640 | [[package]] |
|
574 | 641 | name = "micro-timer" |
|
575 | 642 | version = "0.3.1" |
|
576 | 643 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
577 | 644 | checksum = "2620153e1d903d26b72b89f0e9c48d8c4756cba941c185461dddc234980c298c" |
|
578 | 645 | dependencies = [ |
|
579 | "micro-timer-macros", | |
|
646 | "micro-timer-macros 0.3.1", | |
|
647 | "scopeguard", | |
|
648 | ] | |
|
649 | ||
|
650 | [[package]] | |
|
651 | name = "micro-timer" | |
|
652 | version = "0.4.0" | |
|
653 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
|
654 | checksum = "5de32cb59a062672560d6f0842c4aa7714727457b9fe2daf8987d995a176a405" | |
|
655 | dependencies = [ | |
|
656 | "micro-timer-macros 0.4.0", | |
|
580 | 657 | "scopeguard", |
|
581 | 658 | ] |
|
582 | 659 | |
|
583 | 660 | [[package]] |
|
584 | 661 | name = "micro-timer-macros" |
|
585 | 662 | version = "0.3.1" |
|
586 | 663 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
587 | 664 | checksum = "e28a3473e6abd6e9aab36aaeef32ad22ae0bd34e79f376643594c2b152ec1c5d" |
|
588 | 665 | dependencies = [ |
|
589 | 666 | "proc-macro2", |
|
590 | 667 | "quote", |
|
591 | 668 | "scopeguard", |
|
592 | 669 | "syn", |
|
593 | 670 | ] |
|
594 | 671 | |
|
595 | 672 | [[package]] |
|
673 | name = "micro-timer-macros" | |
|
674 | version = "0.4.0" | |
|
675 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
|
676 | checksum = "cee948b94700125b52dfb68dd17c19f6326696c1df57f92c05ee857463c93ba1" | |
|
677 | dependencies = [ | |
|
678 | "proc-macro2", | |
|
679 | "quote", | |
|
680 | "scopeguard", | |
|
681 | "syn", | |
|
682 | ] | |
|
683 | ||
|
684 | [[package]] | |
|
596 | 685 | name = "miniz_oxide" |
|
597 | 686 | version = "0.4.3" |
|
598 | 687 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
599 | 688 | checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d" |
|
600 | 689 | dependencies = [ |
|
601 | 690 | "adler", |
|
602 | 691 | "autocfg", |
|
603 | 692 | ] |
|
604 | 693 | |
|
605 | 694 | [[package]] |
|
606 | 695 | name = "num-integer" |
|
607 | 696 | version = "0.1.44" |
|
608 | 697 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
609 | 698 | checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db" |
|
610 | 699 | dependencies = [ |
|
611 | 700 | "autocfg", |
|
612 | 701 | "num-traits", |
|
613 | 702 | ] |
|
614 | 703 | |
|
615 | 704 | [[package]] |
|
616 | 705 | name = "num-traits" |
|
617 | 706 | version = "0.2.14" |
|
618 | 707 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
619 | 708 | checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" |
|
620 | 709 | dependencies = [ |
|
621 | 710 | "autocfg", |
|
622 | 711 | "libm", |
|
623 | 712 | ] |
|
624 | 713 | |
|
625 | 714 | [[package]] |
|
626 | 715 | name = "num_cpus" |
|
627 | 716 | version = "1.13.0" |
|
628 | 717 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
629 | 718 | checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" |
|
630 | 719 | dependencies = [ |
|
631 | 720 | "hermit-abi", |
|
632 | 721 | "libc", |
|
633 | 722 | ] |
|
634 | 723 | |
|
635 | 724 | [[package]] |
|
636 | 725 | name = "opaque-debug" |
|
637 | 726 | version = "0.3.0" |
|
638 | 727 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
639 | 728 | checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" |
|
640 | 729 | |
|
641 | 730 | [[package]] |
|
731 | name = "os_str_bytes" | |
|
732 | version = "6.0.0" | |
|
733 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
|
734 | checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64" | |
|
735 | dependencies = [ | |
|
736 | "memchr", | |
|
737 | ] | |
|
738 | ||
|
739 | [[package]] | |
|
642 | 740 | name = "output_vt100" |
|
643 | 741 | version = "0.1.2" |
|
644 | 742 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
645 | 743 | checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9" |
|
646 | 744 | dependencies = [ |
|
647 | 745 | "winapi", |
|
648 | 746 | ] |
|
649 | 747 | |
|
650 | 748 | [[package]] |
|
651 | 749 | name = "paste" |
|
652 | 750 | version = "1.0.5" |
|
653 | 751 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
654 | 752 | checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58" |
|
655 | 753 | |
|
656 | 754 | [[package]] |
|
657 | 755 | name = "pkg-config" |
|
658 | 756 | version = "0.3.19" |
|
659 | 757 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
660 | 758 | checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c" |
|
661 | 759 | |
|
662 | 760 | [[package]] |
|
663 | 761 | name = "ppv-lite86" |
|
664 | 762 | version = "0.2.10" |
|
665 | 763 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
666 | 764 | checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" |
|
667 | 765 | |
|
668 | 766 | [[package]] |
|
669 | 767 | name = "pretty_assertions" |
|
670 | 768 | version = "0.6.1" |
|
671 | 769 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
672 | 770 | checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427" |
|
673 | 771 | dependencies = [ |
|
674 | "ansi_term", | |
|
772 | "ansi_term 0.11.0", | |
|
675 | 773 | "ctor", |
|
676 | 774 | "difference", |
|
677 | 775 | "output_vt100", |
|
678 | 776 | ] |
|
679 | 777 | |
|
680 | 778 | [[package]] |
|
681 | 779 | name = "proc-macro2" |
|
682 | 780 | version = "1.0.24" |
|
683 | 781 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
684 | 782 | checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71" |
|
685 | 783 | dependencies = [ |
|
686 | 784 | "unicode-xid", |
|
687 | 785 | ] |
|
688 | 786 | |
|
689 | 787 | [[package]] |
|
690 | 788 | name = "python3-sys" |
|
691 | 789 | version = "0.7.0" |
|
692 | 790 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
693 | 791 | checksum = "b18b32e64c103d5045f44644d7ddddd65336f7a0521f6fde673240a9ecceb77e" |
|
694 | 792 | dependencies = [ |
|
695 | 793 | "libc", |
|
696 | 794 | "regex", |
|
697 | 795 | ] |
|
698 | 796 | |
|
699 | 797 | [[package]] |
|
700 | 798 | name = "quick-error" |
|
701 | 799 | version = "1.2.3" |
|
702 | 800 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
703 | 801 | checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" |
|
704 | 802 | |
|
705 | 803 | [[package]] |
|
706 | 804 | name = "quote" |
|
707 | 805 | version = "1.0.7" |
|
708 | 806 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
709 | 807 | checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37" |
|
710 | 808 | dependencies = [ |
|
711 | 809 | "proc-macro2", |
|
712 | 810 | ] |
|
713 | 811 | |
|
714 | 812 | [[package]] |
|
715 | 813 | name = "rand" |
|
716 | 814 | version = "0.7.3" |
|
717 | 815 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
718 | 816 | checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" |
|
719 | 817 | dependencies = [ |
|
720 | 818 | "getrandom 0.1.15", |
|
721 | 819 | "libc", |
|
722 | 820 | "rand_chacha 0.2.2", |
|
723 | 821 | "rand_core 0.5.1", |
|
724 | 822 | "rand_hc 0.2.0", |
|
725 | 823 | ] |
|
726 | 824 | |
|
727 | 825 | [[package]] |
|
728 | 826 | name = "rand" |
|
729 | 827 | version = "0.8.4" |
|
730 | 828 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
731 | 829 | checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8" |
|
732 | 830 | dependencies = [ |
|
733 | 831 | "libc", |
|
734 | 832 | "rand_chacha 0.3.1", |
|
735 | 833 | "rand_core 0.6.3", |
|
736 | 834 | "rand_hc 0.3.1", |
|
737 | 835 | ] |
|
738 | 836 | |
|
739 | 837 | [[package]] |
|
740 | 838 | name = "rand_chacha" |
|
741 | 839 | version = "0.2.2" |
|
742 | 840 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
743 | 841 | checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" |
|
744 | 842 | dependencies = [ |
|
745 | 843 | "ppv-lite86", |
|
746 | 844 | "rand_core 0.5.1", |
|
747 | 845 | ] |
|
748 | 846 | |
|
749 | 847 | [[package]] |
|
750 | 848 | name = "rand_chacha" |
|
751 | 849 | version = "0.3.1" |
|
752 | 850 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
753 | 851 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
|
754 | 852 | dependencies = [ |
|
755 | 853 | "ppv-lite86", |
|
756 | 854 | "rand_core 0.6.3", |
|
757 | 855 | ] |
|
758 | 856 | |
|
759 | 857 | [[package]] |
|
760 | 858 | name = "rand_core" |
|
761 | 859 | version = "0.5.1" |
|
762 | 860 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
763 | 861 | checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" |
|
764 | 862 | dependencies = [ |
|
765 | 863 | "getrandom 0.1.15", |
|
766 | 864 | ] |
|
767 | 865 | |
|
768 | 866 | [[package]] |
|
769 | 867 | name = "rand_core" |
|
770 | 868 | version = "0.6.3" |
|
771 | 869 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
772 | 870 | checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" |
|
773 | 871 | dependencies = [ |
|
774 | 872 | "getrandom 0.2.4", |
|
775 | 873 | ] |
|
776 | 874 | |
|
777 | 875 | [[package]] |
|
778 | 876 | name = "rand_distr" |
|
779 | 877 | version = "0.4.2" |
|
780 | 878 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
781 | 879 | checksum = "964d548f8e7d12e102ef183a0de7e98180c9f8729f555897a857b96e48122d2f" |
|
782 | 880 | dependencies = [ |
|
783 | 881 | "num-traits", |
|
784 | 882 | "rand 0.8.4", |
|
785 | 883 | ] |
|
786 | 884 | |
|
787 | 885 | [[package]] |
|
788 | 886 | name = "rand_hc" |
|
789 | 887 | version = "0.2.0" |
|
790 | 888 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
791 | 889 | checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" |
|
792 | 890 | dependencies = [ |
|
793 | 891 | "rand_core 0.5.1", |
|
794 | 892 | ] |
|
795 | 893 | |
|
796 | 894 | [[package]] |
|
797 | 895 | name = "rand_hc" |
|
798 | 896 | version = "0.3.1" |
|
799 | 897 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
800 | 898 | checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7" |
|
801 | 899 | dependencies = [ |
|
802 | 900 | "rand_core 0.6.3", |
|
803 | 901 | ] |
|
804 | 902 | |
|
805 | 903 | [[package]] |
|
806 | 904 | name = "rand_pcg" |
|
807 | 905 | version = "0.3.1" |
|
808 | 906 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
809 | 907 | checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e" |
|
810 | 908 | dependencies = [ |
|
811 | 909 | "rand_core 0.6.3", |
|
812 | 910 | ] |
|
813 | 911 | |
|
814 | 912 | [[package]] |
|
815 | 913 | name = "rand_xoshiro" |
|
816 | 914 | version = "0.4.0" |
|
817 | 915 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
818 | 916 | checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004" |
|
819 | 917 | dependencies = [ |
|
820 | 918 | "rand_core 0.5.1", |
|
821 | 919 | ] |
|
822 | 920 | |
|
823 | 921 | [[package]] |
|
824 | 922 | name = "rayon" |
|
825 | 923 | version = "1.5.0" |
|
826 | 924 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
827 | 925 | checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674" |
|
828 | 926 | dependencies = [ |
|
829 | 927 | "autocfg", |
|
830 | 928 | "crossbeam-deque", |
|
831 | 929 | "either", |
|
832 | 930 | "rayon-core", |
|
833 | 931 | ] |
|
834 | 932 | |
|
835 | 933 | [[package]] |
|
836 | 934 | name = "rayon-core" |
|
837 | 935 | version = "1.9.0" |
|
838 | 936 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
839 | 937 | checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a" |
|
840 | 938 | dependencies = [ |
|
841 | 939 | "crossbeam-channel 0.5.0", |
|
842 | 940 | "crossbeam-deque", |
|
843 | 941 | "crossbeam-utils 0.8.1", |
|
844 | 942 | "lazy_static", |
|
845 | 943 | "num_cpus", |
|
846 | 944 | ] |
|
847 | 945 | |
|
848 | 946 | [[package]] |
|
849 | 947 | name = "redox_syscall" |
|
850 | 948 | version = "0.1.57" |
|
851 | 949 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
852 | 950 | checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" |
|
853 | 951 | |
|
854 | 952 | [[package]] |
|
855 | 953 | name = "regex" |
|
856 |
version = "1. |
|
|
954 | version = "1.5.5" | |
|
857 | 955 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
858 | checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c" | |
|
956 | checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286" | |
|
859 | 957 | dependencies = [ |
|
860 | 958 | "aho-corasick", |
|
861 | 959 | "memchr", |
|
862 | 960 | "regex-syntax", |
|
863 | "thread_local", | |
|
864 | 961 | ] |
|
865 | 962 | |
|
866 | 963 | [[package]] |
|
867 | 964 | name = "regex-syntax" |
|
868 |
version = "0.6.2 |
|
|
965 | version = "0.6.25" | |
|
869 | 966 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
870 | checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189" | |
|
967 | checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" | |
|
871 | 968 | |
|
872 | 969 | [[package]] |
|
873 | 970 | name = "remove_dir_all" |
|
874 | 971 | version = "0.5.3" |
|
875 | 972 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
876 | 973 | checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" |
|
877 | 974 | dependencies = [ |
|
878 | 975 | "winapi", |
|
879 | 976 | ] |
|
880 | 977 | |
|
881 | 978 | [[package]] |
|
882 | 979 | name = "rhg" |
|
883 | 980 | version = "0.1.0" |
|
884 | 981 | dependencies = [ |
|
885 | 982 | "atty", |
|
886 | 983 | "chrono", |
|
887 | "clap", | |
|
984 | "clap 2.34.0", | |
|
888 | 985 | "derive_more", |
|
889 | "env_logger", | |
|
986 | "env_logger 0.9.0", | |
|
890 | 987 | "format-bytes", |
|
891 | 988 | "hg-core", |
|
892 | 989 | "home", |
|
893 | 990 | "lazy_static", |
|
894 | 991 | "log", |
|
895 | "micro-timer", | |
|
992 | "micro-timer 0.4.0", | |
|
896 | 993 | "regex", |
|
897 | 994 | "users", |
|
898 | 995 | ] |
|
899 | 996 | |
|
900 | 997 | [[package]] |
|
998 | name = "rustc_version" | |
|
999 | version = "0.4.0" | |
|
1000 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
|
1001 | checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" | |
|
1002 | dependencies = [ | |
|
1003 | "semver", | |
|
1004 | ] | |
|
1005 | ||
|
1006 | [[package]] | |
|
901 | 1007 | name = "same-file" |
|
902 | 1008 | version = "1.0.6" |
|
903 | 1009 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
904 | 1010 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
|
905 | 1011 | dependencies = [ |
|
906 | 1012 | "winapi-util", |
|
907 | 1013 | ] |
|
908 | 1014 | |
|
909 | 1015 | [[package]] |
|
910 | 1016 | name = "scopeguard" |
|
911 | 1017 | version = "1.1.0" |
|
912 | 1018 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
913 | 1019 | checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
|
914 | 1020 | |
|
915 | 1021 | [[package]] |
|
1022 | name = "semver" | |
|
1023 | version = "1.0.6" | |
|
1024 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
|
1025 | checksum = "a4a3381e03edd24287172047536f20cabde766e2cd3e65e6b00fb3af51c4f38d" | |
|
1026 | ||
|
1027 | [[package]] | |
|
916 | 1028 | name = "sha-1" |
|
917 | 1029 | version = "0.9.6" |
|
918 | 1030 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
919 | 1031 | checksum = "8c4cfa741c5832d0ef7fab46cabed29c2aae926db0b11bb2069edd8db5e64e16" |
|
920 | 1032 | dependencies = [ |
|
921 | 1033 | "block-buffer", |
|
922 | 1034 | "cfg-if 1.0.0", |
|
923 | 1035 | "cpufeatures", |
|
924 | 1036 | "digest", |
|
925 | 1037 | "opaque-debug", |
|
926 | 1038 | ] |
|
927 | 1039 | |
|
928 | 1040 | [[package]] |
|
929 | 1041 | name = "sized-chunks" |
|
930 | 1042 | version = "0.6.2" |
|
931 | 1043 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
932 | 1044 | checksum = "1ec31ceca5644fa6d444cc77548b88b67f46db6f7c71683b0f9336e671830d2f" |
|
933 | 1045 | dependencies = [ |
|
934 | 1046 | "bitmaps", |
|
935 | 1047 | "typenum", |
|
936 | 1048 | ] |
|
937 | 1049 | |
|
938 | 1050 | [[package]] |
|
939 | 1051 | name = "stable_deref_trait" |
|
940 | 1052 | version = "1.2.0" |
|
941 | 1053 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
942 | 1054 | checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
|
943 | 1055 | |
|
944 | 1056 | [[package]] |
|
945 | 1057 | name = "static_assertions" |
|
946 | 1058 | version = "1.1.0" |
|
947 | 1059 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
948 | 1060 | checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
|
949 | 1061 | |
|
950 | 1062 | [[package]] |
|
951 | 1063 | name = "strsim" |
|
952 | 1064 | version = "0.8.0" |
|
953 | 1065 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
954 | 1066 | checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
|
955 | 1067 | |
|
956 | 1068 | [[package]] |
|
1069 | name = "strsim" | |
|
1070 | version = "0.10.0" | |
|
1071 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
|
1072 | checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" | |
|
1073 | ||
|
1074 | [[package]] | |
|
957 | 1075 | name = "syn" |
|
958 | 1076 | version = "1.0.54" |
|
959 | 1077 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
960 | 1078 | checksum = "9a2af957a63d6bd42255c359c93d9bfdb97076bd3b820897ce55ffbfbf107f44" |
|
961 | 1079 | dependencies = [ |
|
962 | 1080 | "proc-macro2", |
|
963 | 1081 | "quote", |
|
964 | 1082 | "unicode-xid", |
|
965 | 1083 | ] |
|
966 | 1084 | |
|
967 | 1085 | [[package]] |
|
968 | 1086 | name = "tempfile" |
|
969 | 1087 | version = "3.1.0" |
|
970 | 1088 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
971 | 1089 | checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" |
|
972 | 1090 | dependencies = [ |
|
973 | 1091 | "cfg-if 0.1.10", |
|
974 | 1092 | "libc", |
|
975 | 1093 | "rand 0.7.3", |
|
976 | 1094 | "redox_syscall", |
|
977 | 1095 | "remove_dir_all", |
|
978 | 1096 | "winapi", |
|
979 | 1097 | ] |
|
980 | 1098 | |
|
981 | 1099 | [[package]] |
|
982 | 1100 | name = "termcolor" |
|
983 | 1101 | version = "1.1.2" |
|
984 | 1102 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
985 | 1103 | checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4" |
|
986 | 1104 | dependencies = [ |
|
987 | 1105 | "winapi-util", |
|
988 | 1106 | ] |
|
989 | 1107 | |
|
990 | 1108 | [[package]] |
|
991 | 1109 | name = "textwrap" |
|
992 | 1110 | version = "0.11.0" |
|
993 | 1111 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
994 | 1112 | checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
|
995 | 1113 | dependencies = [ |
|
996 | 1114 | "unicode-width", |
|
997 | 1115 | ] |
|
998 | 1116 | |
|
999 | 1117 | [[package]] |
|
1000 |
name = "t |
|
|
1001 |
version = " |
|
|
1118 | name = "textwrap" | |
|
1119 | version = "0.15.0" | |
|
1002 | 1120 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1003 | checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" | |
|
1004 | dependencies = [ | |
|
1005 | "lazy_static", | |
|
1006 | ] | |
|
1121 | checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb" | |
|
1007 | 1122 | |
|
1008 | 1123 | [[package]] |
|
1009 | 1124 | name = "time" |
|
1010 | 1125 | version = "0.1.44" |
|
1011 | 1126 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1012 | 1127 | checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" |
|
1013 | 1128 | dependencies = [ |
|
1014 | 1129 | "libc", |
|
1015 | 1130 | "wasi 0.10.0+wasi-snapshot-preview1", |
|
1016 | 1131 | "winapi", |
|
1017 | 1132 | ] |
|
1018 | 1133 | |
|
1019 | 1134 | [[package]] |
|
1020 | 1135 | name = "twox-hash" |
|
1021 | 1136 | version = "1.6.0" |
|
1022 | 1137 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1023 | 1138 | checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59" |
|
1024 | 1139 | dependencies = [ |
|
1025 | 1140 | "cfg-if 0.1.10", |
|
1026 | 1141 | "rand 0.7.3", |
|
1027 | 1142 | "static_assertions", |
|
1028 | 1143 | ] |
|
1029 | 1144 | |
|
1030 | 1145 | [[package]] |
|
1031 | 1146 | name = "typenum" |
|
1032 | 1147 | version = "1.12.0" |
|
1033 | 1148 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1034 | 1149 | checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33" |
|
1035 | 1150 | |
|
1036 | 1151 | [[package]] |
|
1037 | 1152 | name = "unicode-width" |
|
1038 |
version = "0.1. |
|
|
1153 | version = "0.1.9" | |
|
1039 | 1154 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1040 | checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" | |
|
1155 | checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" | |
|
1041 | 1156 | |
|
1042 | 1157 | [[package]] |
|
1043 | 1158 | name = "unicode-xid" |
|
1044 | 1159 | version = "0.2.1" |
|
1045 | 1160 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1046 | 1161 | checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" |
|
1047 | 1162 | |
|
1048 | 1163 | [[package]] |
|
1049 | 1164 | name = "users" |
|
1050 | 1165 | version = "0.11.0" |
|
1051 | 1166 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1052 | 1167 | checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032" |
|
1053 | 1168 | dependencies = [ |
|
1054 | 1169 | "libc", |
|
1055 | 1170 | "log", |
|
1056 | 1171 | ] |
|
1057 | 1172 | |
|
1058 | 1173 | [[package]] |
|
1059 | 1174 | name = "vcpkg" |
|
1060 | 1175 | version = "0.2.11" |
|
1061 | 1176 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1062 | 1177 | checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb" |
|
1063 | 1178 | |
|
1064 | 1179 | [[package]] |
|
1065 | 1180 | name = "vcsgraph" |
|
1066 | 1181 | version = "0.2.0" |
|
1067 | 1182 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1068 | 1183 | checksum = "4cb68c231e2575f7503a7c19213875f9d4ec2e84e963a56ce3de4b6bee351ef7" |
|
1069 | 1184 | dependencies = [ |
|
1070 | 1185 | "hex", |
|
1071 | 1186 | "rand 0.7.3", |
|
1072 | 1187 | "sha-1", |
|
1073 | 1188 | ] |
|
1074 | 1189 | |
|
1075 | 1190 | [[package]] |
|
1076 | 1191 | name = "vec_map" |
|
1077 | 1192 | version = "0.8.2" |
|
1078 | 1193 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1079 | 1194 | checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" |
|
1080 | 1195 | |
|
1081 | 1196 | [[package]] |
|
1082 | 1197 | name = "version_check" |
|
1083 | 1198 | version = "0.9.2" |
|
1084 | 1199 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1085 | 1200 | checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed" |
|
1086 | 1201 | |
|
1087 | 1202 | [[package]] |
|
1088 | 1203 | name = "wasi" |
|
1089 | 1204 | version = "0.9.0+wasi-snapshot-preview1" |
|
1090 | 1205 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1091 | 1206 | checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" |
|
1092 | 1207 | |
|
1093 | 1208 | [[package]] |
|
1094 | 1209 | name = "wasi" |
|
1095 | 1210 | version = "0.10.0+wasi-snapshot-preview1" |
|
1096 | 1211 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1097 | 1212 | checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" |
|
1098 | 1213 | |
|
1099 | 1214 | [[package]] |
|
1100 | 1215 | name = "winapi" |
|
1101 | 1216 | version = "0.3.9" |
|
1102 | 1217 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1103 | 1218 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
|
1104 | 1219 | dependencies = [ |
|
1105 | 1220 | "winapi-i686-pc-windows-gnu", |
|
1106 | 1221 | "winapi-x86_64-pc-windows-gnu", |
|
1107 | 1222 | ] |
|
1108 | 1223 | |
|
1109 | 1224 | [[package]] |
|
1110 | 1225 | name = "winapi-i686-pc-windows-gnu" |
|
1111 | 1226 | version = "0.4.0" |
|
1112 | 1227 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1113 | 1228 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
|
1114 | 1229 | |
|
1115 | 1230 | [[package]] |
|
1116 | 1231 | name = "winapi-util" |
|
1117 | 1232 | version = "0.1.5" |
|
1118 | 1233 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1119 | 1234 | checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" |
|
1120 | 1235 | dependencies = [ |
|
1121 | 1236 | "winapi", |
|
1122 | 1237 | ] |
|
1123 | 1238 | |
|
1124 | 1239 | [[package]] |
|
1125 | 1240 | name = "winapi-x86_64-pc-windows-gnu" |
|
1126 | 1241 | version = "0.4.0" |
|
1127 | 1242 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1128 | 1243 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
|
1129 | 1244 | |
|
1130 | 1245 | [[package]] |
|
1131 | 1246 | name = "zstd" |
|
1132 | 1247 | version = "0.5.3+zstd.1.4.5" |
|
1133 | 1248 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1134 | 1249 | checksum = "01b32eaf771efa709e8308605bbf9319bf485dc1503179ec0469b611937c0cd8" |
|
1135 | 1250 | dependencies = [ |
|
1136 | 1251 | "zstd-safe", |
|
1137 | 1252 | ] |
|
1138 | 1253 | |
|
1139 | 1254 | [[package]] |
|
1140 | 1255 | name = "zstd-safe" |
|
1141 | 1256 | version = "2.0.5+zstd.1.4.5" |
|
1142 | 1257 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1143 | 1258 | checksum = "1cfb642e0d27f64729a639c52db457e0ae906e7bc6f5fe8f5c453230400f1055" |
|
1144 | 1259 | dependencies = [ |
|
1145 | 1260 | "libc", |
|
1146 | 1261 | "zstd-sys", |
|
1147 | 1262 | ] |
|
1148 | 1263 | |
|
1149 | 1264 | [[package]] |
|
1150 | 1265 | name = "zstd-sys" |
|
1151 | 1266 | version = "1.4.17+zstd.1.4.5" |
|
1152 | 1267 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1153 | 1268 | checksum = "b89249644df056b522696b1bb9e7c18c87e8ffa3e2f0dc3b0155875d6498f01b" |
|
1154 | 1269 | dependencies = [ |
|
1155 | 1270 | "cc", |
|
1156 | 1271 | "glob", |
|
1157 | 1272 | "itertools", |
|
1158 | 1273 | "libc", |
|
1159 | 1274 | ] |
@@ -1,23 +1,23 | |||
|
1 | 1 | [package] |
|
2 | 2 | name = "rhg" |
|
3 | 3 | version = "0.1.0" |
|
4 | 4 | authors = [ |
|
5 | 5 | "Antoine Cezar <antoine.cezar@octobus.net>", |
|
6 | 6 | "Raphaël Gomès <raphael.gomes@octobus.net>", |
|
7 | 7 | ] |
|
8 | 8 | edition = "2018" |
|
9 | 9 | |
|
10 | 10 | [dependencies] |
|
11 | atty = "0.2" | |
|
11 | atty = "0.2.14" | |
|
12 | 12 | hg-core = { path = "../hg-core"} |
|
13 | 13 | chrono = "0.4.19" |
|
14 |
clap = "2.3 |
|
|
15 | derive_more = "0.99" | |
|
14 | clap = "2.34.0" | |
|
15 | derive_more = "0.99.17" | |
|
16 | 16 | home = "0.5.3" |
|
17 | 17 | lazy_static = "1.4.0" |
|
18 |
log = "0.4.1 |
|
|
19 |
micro-timer = "0. |
|
|
20 |
regex = "1. |
|
|
21 |
env_logger = "0. |
|
|
18 | log = "0.4.14" | |
|
19 | micro-timer = "0.4.0" | |
|
20 | regex = "1.5.5" | |
|
21 | env_logger = "0.9.0" | |
|
22 | 22 | format-bytes = "0.3.0" |
|
23 | 23 | users = "0.11.0" |
General Comments 0
You need to be logged in to leave comments.
Login now