##// END OF EJS Templates
rust-cpython: bump cpython to 0.4 to switch to upstreamed PySharedRef
Yuya Nishihara -
r44700:25ed4d8e default
parent child Browse files
Show More
@@ -1,533 +1,533 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 = "aho-corasick"
5 5 version = "0.7.7"
6 6 source = "registry+https://github.com/rust-lang/crates.io-index"
7 7 dependencies = [
8 8 "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
9 9 ]
10 10
11 11 [[package]]
12 12 name = "autocfg"
13 13 version = "0.1.7"
14 14 source = "registry+https://github.com/rust-lang/crates.io-index"
15 15
16 16 [[package]]
17 17 name = "autocfg"
18 18 version = "1.0.0"
19 19 source = "registry+https://github.com/rust-lang/crates.io-index"
20 20
21 21 [[package]]
22 22 name = "bitflags"
23 23 version = "1.2.1"
24 24 source = "registry+https://github.com/rust-lang/crates.io-index"
25 25
26 26 [[package]]
27 27 name = "byteorder"
28 28 version = "1.3.2"
29 29 source = "registry+https://github.com/rust-lang/crates.io-index"
30 30
31 31 [[package]]
32 32 name = "c2-chacha"
33 33 version = "0.2.3"
34 34 source = "registry+https://github.com/rust-lang/crates.io-index"
35 35 dependencies = [
36 36 "ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
37 37 ]
38 38
39 39 [[package]]
40 40 name = "cfg-if"
41 41 version = "0.1.10"
42 42 source = "registry+https://github.com/rust-lang/crates.io-index"
43 43
44 44 [[package]]
45 45 name = "cloudabi"
46 46 version = "0.0.3"
47 47 source = "registry+https://github.com/rust-lang/crates.io-index"
48 48 dependencies = [
49 49 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
50 50 ]
51 51
52 52 [[package]]
53 53 name = "cpython"
54 version = "0.3.0"
54 version = "0.4.0"
55 55 source = "registry+https://github.com/rust-lang/crates.io-index"
56 56 dependencies = [
57 57 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
58 58 "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
59 "python27-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
60 "python3-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
59 "python27-sys 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
60 "python3-sys 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
61 61 ]
62 62
63 63 [[package]]
64 64 name = "crossbeam-deque"
65 65 version = "0.7.2"
66 66 source = "registry+https://github.com/rust-lang/crates.io-index"
67 67 dependencies = [
68 68 "crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
69 69 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
70 70 ]
71 71
72 72 [[package]]
73 73 name = "crossbeam-epoch"
74 74 version = "0.8.0"
75 75 source = "registry+https://github.com/rust-lang/crates.io-index"
76 76 dependencies = [
77 77 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
78 78 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
79 79 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
80 80 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
81 81 "memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
82 82 "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
83 83 ]
84 84
85 85 [[package]]
86 86 name = "crossbeam-queue"
87 87 version = "0.2.1"
88 88 source = "registry+https://github.com/rust-lang/crates.io-index"
89 89 dependencies = [
90 90 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
91 91 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
92 92 ]
93 93
94 94 [[package]]
95 95 name = "crossbeam-utils"
96 96 version = "0.7.0"
97 97 source = "registry+https://github.com/rust-lang/crates.io-index"
98 98 dependencies = [
99 99 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
100 100 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
101 101 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
102 102 ]
103 103
104 104 [[package]]
105 105 name = "either"
106 106 version = "1.5.3"
107 107 source = "registry+https://github.com/rust-lang/crates.io-index"
108 108
109 109 [[package]]
110 110 name = "fuchsia-cprng"
111 111 version = "0.1.1"
112 112 source = "registry+https://github.com/rust-lang/crates.io-index"
113 113
114 114 [[package]]
115 115 name = "getrandom"
116 116 version = "0.1.14"
117 117 source = "registry+https://github.com/rust-lang/crates.io-index"
118 118 dependencies = [
119 119 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
120 120 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
121 121 "wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)",
122 122 ]
123 123
124 124 [[package]]
125 125 name = "hermit-abi"
126 126 version = "0.1.6"
127 127 source = "registry+https://github.com/rust-lang/crates.io-index"
128 128 dependencies = [
129 129 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
130 130 ]
131 131
132 132 [[package]]
133 133 name = "hex"
134 134 version = "0.4.0"
135 135 source = "registry+https://github.com/rust-lang/crates.io-index"
136 136
137 137 [[package]]
138 138 name = "hg-core"
139 139 version = "0.1.0"
140 140 dependencies = [
141 141 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
142 142 "hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
143 143 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
144 144 "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
145 145 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
146 146 "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
147 147 "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
148 148 "regex 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
149 149 "twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
150 150 ]
151 151
152 152 [[package]]
153 153 name = "hg-cpython"
154 154 version = "0.1.0"
155 155 dependencies = [
156 "cpython 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
156 "cpython 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
157 157 "hg-core 0.1.0",
158 158 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
159 159 ]
160 160
161 161 [[package]]
162 162 name = "hgdirectffi"
163 163 version = "0.1.0"
164 164 dependencies = [
165 165 "hg-core 0.1.0",
166 166 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
167 167 ]
168 168
169 169 [[package]]
170 170 name = "lazy_static"
171 171 version = "1.4.0"
172 172 source = "registry+https://github.com/rust-lang/crates.io-index"
173 173
174 174 [[package]]
175 175 name = "libc"
176 176 version = "0.2.66"
177 177 source = "registry+https://github.com/rust-lang/crates.io-index"
178 178
179 179 [[package]]
180 180 name = "memchr"
181 181 version = "2.3.0"
182 182 source = "registry+https://github.com/rust-lang/crates.io-index"
183 183
184 184 [[package]]
185 185 name = "memoffset"
186 186 version = "0.5.3"
187 187 source = "registry+https://github.com/rust-lang/crates.io-index"
188 188 dependencies = [
189 189 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
190 190 ]
191 191
192 192 [[package]]
193 193 name = "num-traits"
194 194 version = "0.2.11"
195 195 source = "registry+https://github.com/rust-lang/crates.io-index"
196 196 dependencies = [
197 197 "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
198 198 ]
199 199
200 200 [[package]]
201 201 name = "num_cpus"
202 202 version = "1.12.0"
203 203 source = "registry+https://github.com/rust-lang/crates.io-index"
204 204 dependencies = [
205 205 "hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
206 206 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
207 207 ]
208 208
209 209 [[package]]
210 210 name = "ppv-lite86"
211 211 version = "0.2.6"
212 212 source = "registry+https://github.com/rust-lang/crates.io-index"
213 213
214 214 [[package]]
215 215 name = "python27-sys"
216 version = "0.3.0"
216 version = "0.4.0"
217 217 source = "registry+https://github.com/rust-lang/crates.io-index"
218 218 dependencies = [
219 219 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
220 220 "regex 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
221 221 ]
222 222
223 223 [[package]]
224 224 name = "python3-sys"
225 version = "0.3.0"
225 version = "0.4.0"
226 226 source = "registry+https://github.com/rust-lang/crates.io-index"
227 227 dependencies = [
228 228 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
229 229 "regex 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
230 230 ]
231 231
232 232 [[package]]
233 233 name = "rand"
234 234 version = "0.6.5"
235 235 source = "registry+https://github.com/rust-lang/crates.io-index"
236 236 dependencies = [
237 237 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
238 238 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
239 239 "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
240 240 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
241 241 "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
242 242 "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
243 243 "rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
244 244 "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
245 245 "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
246 246 "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
247 247 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
248 248 ]
249 249
250 250 [[package]]
251 251 name = "rand"
252 252 version = "0.7.3"
253 253 source = "registry+https://github.com/rust-lang/crates.io-index"
254 254 dependencies = [
255 255 "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
256 256 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
257 257 "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
258 258 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
259 259 "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
260 260 ]
261 261
262 262 [[package]]
263 263 name = "rand_chacha"
264 264 version = "0.1.1"
265 265 source = "registry+https://github.com/rust-lang/crates.io-index"
266 266 dependencies = [
267 267 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
268 268 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
269 269 ]
270 270
271 271 [[package]]
272 272 name = "rand_chacha"
273 273 version = "0.2.1"
274 274 source = "registry+https://github.com/rust-lang/crates.io-index"
275 275 dependencies = [
276 276 "c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
277 277 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
278 278 ]
279 279
280 280 [[package]]
281 281 name = "rand_core"
282 282 version = "0.3.1"
283 283 source = "registry+https://github.com/rust-lang/crates.io-index"
284 284 dependencies = [
285 285 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
286 286 ]
287 287
288 288 [[package]]
289 289 name = "rand_core"
290 290 version = "0.4.2"
291 291 source = "registry+https://github.com/rust-lang/crates.io-index"
292 292
293 293 [[package]]
294 294 name = "rand_core"
295 295 version = "0.5.1"
296 296 source = "registry+https://github.com/rust-lang/crates.io-index"
297 297 dependencies = [
298 298 "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
299 299 ]
300 300
301 301 [[package]]
302 302 name = "rand_hc"
303 303 version = "0.1.0"
304 304 source = "registry+https://github.com/rust-lang/crates.io-index"
305 305 dependencies = [
306 306 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
307 307 ]
308 308
309 309 [[package]]
310 310 name = "rand_hc"
311 311 version = "0.2.0"
312 312 source = "registry+https://github.com/rust-lang/crates.io-index"
313 313 dependencies = [
314 314 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
315 315 ]
316 316
317 317 [[package]]
318 318 name = "rand_isaac"
319 319 version = "0.1.1"
320 320 source = "registry+https://github.com/rust-lang/crates.io-index"
321 321 dependencies = [
322 322 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
323 323 ]
324 324
325 325 [[package]]
326 326 name = "rand_jitter"
327 327 version = "0.1.4"
328 328 source = "registry+https://github.com/rust-lang/crates.io-index"
329 329 dependencies = [
330 330 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
331 331 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
332 332 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
333 333 ]
334 334
335 335 [[package]]
336 336 name = "rand_os"
337 337 version = "0.1.3"
338 338 source = "registry+https://github.com/rust-lang/crates.io-index"
339 339 dependencies = [
340 340 "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
341 341 "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
342 342 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
343 343 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
344 344 "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
345 345 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
346 346 ]
347 347
348 348 [[package]]
349 349 name = "rand_pcg"
350 350 version = "0.1.2"
351 351 source = "registry+https://github.com/rust-lang/crates.io-index"
352 352 dependencies = [
353 353 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
354 354 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
355 355 ]
356 356
357 357 [[package]]
358 358 name = "rand_xorshift"
359 359 version = "0.1.1"
360 360 source = "registry+https://github.com/rust-lang/crates.io-index"
361 361 dependencies = [
362 362 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
363 363 ]
364 364
365 365 [[package]]
366 366 name = "rayon"
367 367 version = "1.3.0"
368 368 source = "registry+https://github.com/rust-lang/crates.io-index"
369 369 dependencies = [
370 370 "crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
371 371 "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
372 372 "rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
373 373 ]
374 374
375 375 [[package]]
376 376 name = "rayon-core"
377 377 version = "1.7.0"
378 378 source = "registry+https://github.com/rust-lang/crates.io-index"
379 379 dependencies = [
380 380 "crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
381 381 "crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
382 382 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
383 383 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
384 384 "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
385 385 ]
386 386
387 387 [[package]]
388 388 name = "rdrand"
389 389 version = "0.4.0"
390 390 source = "registry+https://github.com/rust-lang/crates.io-index"
391 391 dependencies = [
392 392 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
393 393 ]
394 394
395 395 [[package]]
396 396 name = "regex"
397 397 version = "1.3.3"
398 398 source = "registry+https://github.com/rust-lang/crates.io-index"
399 399 dependencies = [
400 400 "aho-corasick 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)",
401 401 "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
402 402 "regex-syntax 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
403 403 "thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
404 404 ]
405 405
406 406 [[package]]
407 407 name = "regex-syntax"
408 408 version = "0.6.13"
409 409 source = "registry+https://github.com/rust-lang/crates.io-index"
410 410
411 411 [[package]]
412 412 name = "rustc_version"
413 413 version = "0.2.3"
414 414 source = "registry+https://github.com/rust-lang/crates.io-index"
415 415 dependencies = [
416 416 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
417 417 ]
418 418
419 419 [[package]]
420 420 name = "scopeguard"
421 421 version = "1.0.0"
422 422 source = "registry+https://github.com/rust-lang/crates.io-index"
423 423
424 424 [[package]]
425 425 name = "semver"
426 426 version = "0.9.0"
427 427 source = "registry+https://github.com/rust-lang/crates.io-index"
428 428 dependencies = [
429 429 "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
430 430 ]
431 431
432 432 [[package]]
433 433 name = "semver-parser"
434 434 version = "0.7.0"
435 435 source = "registry+https://github.com/rust-lang/crates.io-index"
436 436
437 437 [[package]]
438 438 name = "thread_local"
439 439 version = "1.0.1"
440 440 source = "registry+https://github.com/rust-lang/crates.io-index"
441 441 dependencies = [
442 442 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
443 443 ]
444 444
445 445 [[package]]
446 446 name = "twox-hash"
447 447 version = "1.5.0"
448 448 source = "registry+https://github.com/rust-lang/crates.io-index"
449 449 dependencies = [
450 450 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
451 451 ]
452 452
453 453 [[package]]
454 454 name = "wasi"
455 455 version = "0.9.0+wasi-snapshot-preview1"
456 456 source = "registry+https://github.com/rust-lang/crates.io-index"
457 457
458 458 [[package]]
459 459 name = "winapi"
460 460 version = "0.3.8"
461 461 source = "registry+https://github.com/rust-lang/crates.io-index"
462 462 dependencies = [
463 463 "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
464 464 "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
465 465 ]
466 466
467 467 [[package]]
468 468 name = "winapi-i686-pc-windows-gnu"
469 469 version = "0.4.0"
470 470 source = "registry+https://github.com/rust-lang/crates.io-index"
471 471
472 472 [[package]]
473 473 name = "winapi-x86_64-pc-windows-gnu"
474 474 version = "0.4.0"
475 475 source = "registry+https://github.com/rust-lang/crates.io-index"
476 476
477 477 [metadata]
478 478 "checksum aho-corasick 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)" = "5f56c476256dc249def911d6f7580b5fc7e875895b5d7ee88f5d602208035744"
479 479 "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
480 480 "checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
481 481 "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
482 482 "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
483 483 "checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb"
484 484 "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
485 485 "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
486 "checksum cpython 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "85532c648315aeb0829ad216a6a29aa3212cf9319bc7f6daf1404aa0bdd1485f"
486 "checksum cpython 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "86eab84f48335293c53d06565bcffe4024f7294edaf223e499fda536532e4b55"
487 487 "checksum crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3aa945d63861bfe624b55d153a39684da1e8c0bc8fba932f7ee3a3c16cea3ca"
488 488 "checksum crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5064ebdbf05ce3cb95e45c8b086f72263f4166b29b97f6baff7ef7fe047b55ac"
489 489 "checksum crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db"
490 490 "checksum crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce446db02cdc3165b94ae73111e570793400d0794e46125cc4056c81cbb039f4"
491 491 "checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
492 492 "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
493 493 "checksum getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
494 494 "checksum hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eff2656d88f158ce120947499e971d743c05dbcbed62e5bd2f38f1698bbc3772"
495 495 "checksum hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "023b39be39e3a2da62a94feb433e91e8bcd37676fbc8bea371daf52b7a769a3e"
496 496 "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
497 497 "checksum libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)" = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558"
498 498 "checksum memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3197e20c7edb283f87c071ddfc7a2cca8f8e0b888c242959846a6fce03c72223"
499 499 "checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9"
500 500 "checksum num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
501 501 "checksum num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6"
502 502 "checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
503 "checksum python27-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "372555e88a6bc8109eb641380240dc8d25a128fc48363ec9075664daadffdd5b"
504 "checksum python3-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f3a8ebed3f1201fda179f3960609dbbc10cd8c75e9f2afcb03788278f367d8ea"
503 "checksum python27-sys 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ecc2dbf296df07aaa029b6f6e03bdd058fe9827cf2f075261839a9dff49ef419"
504 "checksum python3-sys 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d296550fff0db9d77bae50fe3ecd5997e4929aadca4444e57b22a4bc3bf24fd3"
505 505 "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
506 506 "checksum rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
507 507 "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
508 508 "checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
509 509 "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
510 510 "checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
511 511 "checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
512 512 "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
513 513 "checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
514 514 "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
515 515 "checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
516 516 "checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
517 517 "checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
518 518 "checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
519 519 "checksum rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "db6ce3297f9c85e16621bb8cca38a06779ffc31bb8184e1be4bed2be4678a098"
520 520 "checksum rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9"
521 521 "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
522 522 "checksum regex 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b5508c1941e4e7cb19965abef075d35a9a8b5cdf0846f30b4050e9b55dc55e87"
523 523 "checksum regex-syntax 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e734e891f5b408a29efbf8309e656876276f49ab6a6ac208600b4419bd893d90"
524 524 "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
525 525 "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d"
526 526 "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
527 527 "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
528 528 "checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
529 529 "checksum twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3bfd5b7557925ce778ff9b9ef90e3ade34c524b5ff10e239c69a42d546d2af56"
530 530 "checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
531 531 "checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
532 532 "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
533 533 "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
@@ -1,29 +1,29 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 hg-core = { path = "../hg-core" }
25 25 libc = '*'
26 26
27 27 [dependencies.cpython]
28 version = "0.3"
28 version = "0.4"
29 29 default-features = false
General Comments 0
You need to be logged in to leave comments. Login now