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