##// END OF EJS Templates
rust-cpython: bump cpython crates to 0.3...
Yuya Nishihara -
r43483:9bbe08ab default
parent child Browse files
Show More
@@ -1,336 +1,336 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.6.9"
6 6 source = "registry+https://github.com/rust-lang/crates.io-index"
7 7 dependencies = [
8 8 "memchr 2.2.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.2"
14 14 source = "registry+https://github.com/rust-lang/crates.io-index"
15 15
16 16 [[package]]
17 17 name = "bitflags"
18 18 version = "1.0.4"
19 19 source = "registry+https://github.com/rust-lang/crates.io-index"
20 20
21 21 [[package]]
22 22 name = "byteorder"
23 23 version = "1.3.1"
24 24 source = "registry+https://github.com/rust-lang/crates.io-index"
25 25
26 26 [[package]]
27 27 name = "cloudabi"
28 28 version = "0.0.3"
29 29 source = "registry+https://github.com/rust-lang/crates.io-index"
30 30 dependencies = [
31 31 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
32 32 ]
33 33
34 34 [[package]]
35 35 name = "cpython"
36 version = "0.2.1"
36 version = "0.3.0"
37 37 source = "registry+https://github.com/rust-lang/crates.io-index"
38 38 dependencies = [
39 39 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
40 40 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
41 "python27-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
42 "python3-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
41 "python27-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
42 "python3-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
43 43 ]
44 44
45 45 [[package]]
46 46 name = "fuchsia-cprng"
47 47 version = "0.1.0"
48 48 source = "registry+https://github.com/rust-lang/crates.io-index"
49 49
50 50 [[package]]
51 51 name = "hg-core"
52 52 version = "0.1.0"
53 53 dependencies = [
54 54 "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
55 55 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
56 56 "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
57 57 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
58 58 "rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
59 59 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
60 60 ]
61 61
62 62 [[package]]
63 63 name = "hg-cpython"
64 64 version = "0.1.0"
65 65 dependencies = [
66 "cpython 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
66 "cpython 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
67 67 "hg-core 0.1.0",
68 68 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
69 "python27-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
70 "python3-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
69 "python27-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
70 "python3-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
71 71 ]
72 72
73 73 [[package]]
74 74 name = "hgdirectffi"
75 75 version = "0.1.0"
76 76 dependencies = [
77 77 "hg-core 0.1.0",
78 78 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
79 79 ]
80 80
81 81 [[package]]
82 82 name = "lazy_static"
83 83 version = "1.3.0"
84 84 source = "registry+https://github.com/rust-lang/crates.io-index"
85 85
86 86 [[package]]
87 87 name = "libc"
88 88 version = "0.2.45"
89 89 source = "registry+https://github.com/rust-lang/crates.io-index"
90 90
91 91 [[package]]
92 92 name = "memchr"
93 93 version = "2.2.0"
94 94 source = "registry+https://github.com/rust-lang/crates.io-index"
95 95
96 96 [[package]]
97 97 name = "num-traits"
98 98 version = "0.2.6"
99 99 source = "registry+https://github.com/rust-lang/crates.io-index"
100 100
101 101 [[package]]
102 102 name = "python27-sys"
103 version = "0.2.1"
103 version = "0.3.0"
104 104 source = "registry+https://github.com/rust-lang/crates.io-index"
105 105 dependencies = [
106 106 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
107 107 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
108 108 ]
109 109
110 110 [[package]]
111 111 name = "python3-sys"
112 version = "0.2.1"
112 version = "0.3.0"
113 113 source = "registry+https://github.com/rust-lang/crates.io-index"
114 114 dependencies = [
115 115 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
116 116 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
117 117 ]
118 118
119 119 [[package]]
120 120 name = "rand"
121 121 version = "0.6.5"
122 122 source = "registry+https://github.com/rust-lang/crates.io-index"
123 123 dependencies = [
124 124 "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
125 125 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
126 126 "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
127 127 "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
128 128 "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
129 129 "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
130 130 "rand_jitter 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
131 131 "rand_os 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
132 132 "rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
133 133 "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
134 134 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
135 135 ]
136 136
137 137 [[package]]
138 138 name = "rand_chacha"
139 139 version = "0.1.1"
140 140 source = "registry+https://github.com/rust-lang/crates.io-index"
141 141 dependencies = [
142 142 "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
143 143 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
144 144 ]
145 145
146 146 [[package]]
147 147 name = "rand_core"
148 148 version = "0.3.1"
149 149 source = "registry+https://github.com/rust-lang/crates.io-index"
150 150 dependencies = [
151 151 "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
152 152 ]
153 153
154 154 [[package]]
155 155 name = "rand_core"
156 156 version = "0.4.0"
157 157 source = "registry+https://github.com/rust-lang/crates.io-index"
158 158
159 159 [[package]]
160 160 name = "rand_hc"
161 161 version = "0.1.0"
162 162 source = "registry+https://github.com/rust-lang/crates.io-index"
163 163 dependencies = [
164 164 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
165 165 ]
166 166
167 167 [[package]]
168 168 name = "rand_isaac"
169 169 version = "0.1.1"
170 170 source = "registry+https://github.com/rust-lang/crates.io-index"
171 171 dependencies = [
172 172 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
173 173 ]
174 174
175 175 [[package]]
176 176 name = "rand_jitter"
177 177 version = "0.1.2"
178 178 source = "registry+https://github.com/rust-lang/crates.io-index"
179 179 dependencies = [
180 180 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
181 181 "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
182 182 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
183 183 ]
184 184
185 185 [[package]]
186 186 name = "rand_os"
187 187 version = "0.1.2"
188 188 source = "registry+https://github.com/rust-lang/crates.io-index"
189 189 dependencies = [
190 190 "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
191 191 "fuchsia-cprng 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
192 192 "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
193 193 "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
194 194 "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
195 195 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
196 196 ]
197 197
198 198 [[package]]
199 199 name = "rand_pcg"
200 200 version = "0.1.1"
201 201 source = "registry+https://github.com/rust-lang/crates.io-index"
202 202 dependencies = [
203 203 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
204 204 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
205 205 ]
206 206
207 207 [[package]]
208 208 name = "rand_xorshift"
209 209 version = "0.1.1"
210 210 source = "registry+https://github.com/rust-lang/crates.io-index"
211 211 dependencies = [
212 212 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
213 213 ]
214 214
215 215 [[package]]
216 216 name = "rdrand"
217 217 version = "0.4.0"
218 218 source = "registry+https://github.com/rust-lang/crates.io-index"
219 219 dependencies = [
220 220 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
221 221 ]
222 222
223 223 [[package]]
224 224 name = "regex"
225 225 version = "1.1.0"
226 226 source = "registry+https://github.com/rust-lang/crates.io-index"
227 227 dependencies = [
228 228 "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
229 229 "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
230 230 "regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
231 231 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
232 232 "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
233 233 ]
234 234
235 235 [[package]]
236 236 name = "regex-syntax"
237 237 version = "0.6.4"
238 238 source = "registry+https://github.com/rust-lang/crates.io-index"
239 239 dependencies = [
240 240 "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
241 241 ]
242 242
243 243 [[package]]
244 244 name = "rustc_version"
245 245 version = "0.2.3"
246 246 source = "registry+https://github.com/rust-lang/crates.io-index"
247 247 dependencies = [
248 248 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
249 249 ]
250 250
251 251 [[package]]
252 252 name = "semver"
253 253 version = "0.9.0"
254 254 source = "registry+https://github.com/rust-lang/crates.io-index"
255 255 dependencies = [
256 256 "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
257 257 ]
258 258
259 259 [[package]]
260 260 name = "semver-parser"
261 261 version = "0.7.0"
262 262 source = "registry+https://github.com/rust-lang/crates.io-index"
263 263
264 264 [[package]]
265 265 name = "thread_local"
266 266 version = "0.3.6"
267 267 source = "registry+https://github.com/rust-lang/crates.io-index"
268 268 dependencies = [
269 269 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
270 270 ]
271 271
272 272 [[package]]
273 273 name = "ucd-util"
274 274 version = "0.1.3"
275 275 source = "registry+https://github.com/rust-lang/crates.io-index"
276 276
277 277 [[package]]
278 278 name = "utf8-ranges"
279 279 version = "1.0.2"
280 280 source = "registry+https://github.com/rust-lang/crates.io-index"
281 281
282 282 [[package]]
283 283 name = "winapi"
284 284 version = "0.3.6"
285 285 source = "registry+https://github.com/rust-lang/crates.io-index"
286 286 dependencies = [
287 287 "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
288 288 "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
289 289 ]
290 290
291 291 [[package]]
292 292 name = "winapi-i686-pc-windows-gnu"
293 293 version = "0.4.0"
294 294 source = "registry+https://github.com/rust-lang/crates.io-index"
295 295
296 296 [[package]]
297 297 name = "winapi-x86_64-pc-windows-gnu"
298 298 version = "0.4.0"
299 299 source = "registry+https://github.com/rust-lang/crates.io-index"
300 300
301 301 [metadata]
302 302 "checksum aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1e9a933f4e58658d7b12defcf96dc5c720f20832deebe3e0a19efd3b6aaeeb9e"
303 303 "checksum autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a6d640bee2da49f60a4068a7fae53acde8982514ab7bae8b8cea9e88cbcfd799"
304 304 "checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
305 305 "checksum byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb"
306 306 "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
307 "checksum cpython 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b489034e723e7f5109fecd19b719e664f89ef925be785885252469e9822fa940"
307 "checksum cpython 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "85532c648315aeb0829ad216a6a29aa3212cf9319bc7f6daf1404aa0bdd1485f"
308 308 "checksum fuchsia-cprng 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "81f7f8eb465745ea9b02e2704612a9946a59fa40572086c6fd49d6ddcf30bf31"
309 309 "checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14"
310 310 "checksum libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)" = "2d2857ec59fadc0773853c664d2d18e7198e83883e7060b63c924cb077bd5c74"
311 311 "checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39"
312 312 "checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1"
313 "checksum python27-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "56114c37d4dca82526d74009df7782a28c871ac9d36b19d4cb9e67672258527e"
314 "checksum python3-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "61e4aac43f833fd637e429506cb2ac9d7df672c4b68f2eaaa163649b7fdc0444"
313 "checksum python27-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "372555e88a6bc8109eb641380240dc8d25a128fc48363ec9075664daadffdd5b"
314 "checksum python3-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f3a8ebed3f1201fda179f3960609dbbc10cd8c75e9f2afcb03788278f367d8ea"
315 315 "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
316 316 "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
317 317 "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
318 318 "checksum rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0"
319 319 "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
320 320 "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
321 321 "checksum rand_jitter 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "080723c6145e37503a2224f801f252e14ac5531cb450f4502698542d188cb3c0"
322 322 "checksum rand_os 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b7c690732391ae0abafced5015ffb53656abfaec61b342290e5eb56b286a679d"
323 323 "checksum rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "086bd09a33c7044e56bb44d5bdde5a60e7f119a9e95b0775f545de759a32fe05"
324 324 "checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
325 325 "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
326 326 "checksum regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "37e7cbbd370869ce2e8dff25c7018702d10b21a20ef7135316f8daecd6c25b7f"
327 327 "checksum regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4e47a2ed29da7a9e1960e1639e7a982e6edc6d49be308a3b02daf511504a16d1"
328 328 "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
329 329 "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
330 330 "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
331 331 "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
332 332 "checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86"
333 333 "checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737"
334 334 "checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0"
335 335 "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
336 336 "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
@@ -1,35 +1,35 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 python27 = ["cpython/python27-sys",
15 15 "cpython/extension-module-2-7",
16 16 "python27-sys",
17 17 ]
18 18
19 19 python3 = ["python3-sys", "cpython/python3-sys", "cpython/extension-module"]
20 20
21 21 [dependencies]
22 22 hg-core = { path = "../hg-core" }
23 23 libc = '*'
24 24
25 25 [dependencies.cpython]
26 version = "*"
26 version = "0.3"
27 27 default-features = false
28 28
29 29 [dependencies.python27-sys]
30 version = "0.2.1"
30 version = "0.3"
31 31 optional = true
32 32
33 33 [dependencies.python3-sys]
34 version = "0.2.1"
34 version = "0.3"
35 35 optional = true
General Comments 0
You need to be logged in to leave comments. Login now