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