Show More
@@ -1,687 +1,689 | |||
|
1 | 1 | [[package]] |
|
2 | 2 | name = "arrayvec" |
|
3 | 3 | version = "0.4.7" |
|
4 | 4 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
5 | 5 | dependencies = [ |
|
6 | 6 | "nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
7 | 7 | ] |
|
8 | 8 | |
|
9 | 9 | [[package]] |
|
10 | 10 | name = "bitflags" |
|
11 | 11 | version = "1.0.4" |
|
12 | 12 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
13 | 13 | |
|
14 | 14 | [[package]] |
|
15 | 15 | name = "byteorder" |
|
16 | 16 | version = "1.2.6" |
|
17 | 17 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
18 | 18 | |
|
19 | 19 | [[package]] |
|
20 | 20 | name = "bytes" |
|
21 | 21 | version = "0.4.10" |
|
22 | 22 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
23 | 23 | dependencies = [ |
|
24 | 24 | "byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
25 | 25 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
26 | 26 | ] |
|
27 | 27 | |
|
28 | 28 | [[package]] |
|
29 | 29 | name = "cc" |
|
30 | 30 | version = "1.0.25" |
|
31 | 31 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
32 | 32 | |
|
33 | 33 | [[package]] |
|
34 | 34 | name = "cfg-if" |
|
35 | 35 | version = "0.1.5" |
|
36 | 36 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
37 | 37 | |
|
38 | 38 | [[package]] |
|
39 | 39 | name = "chg" |
|
40 | 40 | version = "0.1.0" |
|
41 | 41 | dependencies = [ |
|
42 | 42 | "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
43 | 43 | "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", |
|
44 | 44 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
45 | 45 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
46 | "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
|
46 | 47 | "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
47 | 48 | "tokio-hglib 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
48 | 49 | "tokio-process 0.2.2 (git+https://github.com/alexcrichton/tokio-process)", |
|
50 | "tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
|
49 | 51 | ] |
|
50 | 52 | |
|
51 | 53 | [[package]] |
|
52 | 54 | name = "cloudabi" |
|
53 | 55 | version = "0.0.3" |
|
54 | 56 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
55 | 57 | dependencies = [ |
|
56 | 58 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
57 | 59 | ] |
|
58 | 60 | |
|
59 | 61 | [[package]] |
|
60 | 62 | name = "crossbeam-deque" |
|
61 | 63 | version = "0.6.1" |
|
62 | 64 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
63 | 65 | dependencies = [ |
|
64 | 66 | "crossbeam-epoch 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
65 | 67 | "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
66 | 68 | ] |
|
67 | 69 | |
|
68 | 70 | [[package]] |
|
69 | 71 | name = "crossbeam-epoch" |
|
70 | 72 | version = "0.5.2" |
|
71 | 73 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
72 | 74 | dependencies = [ |
|
73 | 75 | "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
74 | 76 | "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
75 | 77 | "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
76 | 78 | "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
77 | 79 | "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
78 | 80 | "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
79 | 81 | ] |
|
80 | 82 | |
|
81 | 83 | [[package]] |
|
82 | 84 | name = "crossbeam-utils" |
|
83 | 85 | version = "0.5.0" |
|
84 | 86 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
85 | 87 | |
|
86 | 88 | [[package]] |
|
87 | 89 | name = "fuchsia-zircon" |
|
88 | 90 | version = "0.3.3" |
|
89 | 91 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
90 | 92 | dependencies = [ |
|
91 | 93 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
92 | 94 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
93 | 95 | ] |
|
94 | 96 | |
|
95 | 97 | [[package]] |
|
96 | 98 | name = "fuchsia-zircon-sys" |
|
97 | 99 | version = "0.3.3" |
|
98 | 100 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
99 | 101 | |
|
100 | 102 | [[package]] |
|
101 | 103 | name = "futures" |
|
102 | 104 | version = "0.1.24" |
|
103 | 105 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
104 | 106 | |
|
105 | 107 | [[package]] |
|
106 | 108 | name = "iovec" |
|
107 | 109 | version = "0.1.2" |
|
108 | 110 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
109 | 111 | dependencies = [ |
|
110 | 112 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
111 | 113 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
112 | 114 | ] |
|
113 | 115 | |
|
114 | 116 | [[package]] |
|
115 | 117 | name = "kernel32-sys" |
|
116 | 118 | version = "0.2.2" |
|
117 | 119 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
118 | 120 | dependencies = [ |
|
119 | 121 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
120 | 122 | "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
121 | 123 | ] |
|
122 | 124 | |
|
123 | 125 | [[package]] |
|
124 | 126 | name = "lazy_static" |
|
125 | 127 | version = "1.1.0" |
|
126 | 128 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
127 | 129 | dependencies = [ |
|
128 | 130 | "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
129 | 131 | ] |
|
130 | 132 | |
|
131 | 133 | [[package]] |
|
132 | 134 | name = "lazycell" |
|
133 | 135 | version = "1.2.0" |
|
134 | 136 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
135 | 137 | |
|
136 | 138 | [[package]] |
|
137 | 139 | name = "libc" |
|
138 | 140 | version = "0.2.43" |
|
139 | 141 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
140 | 142 | |
|
141 | 143 | [[package]] |
|
142 | 144 | name = "lock_api" |
|
143 | 145 | version = "0.1.4" |
|
144 | 146 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
145 | 147 | dependencies = [ |
|
146 | 148 | "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
147 | 149 | "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
148 | 150 | ] |
|
149 | 151 | |
|
150 | 152 | [[package]] |
|
151 | 153 | name = "log" |
|
152 | 154 | version = "0.4.5" |
|
153 | 155 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
154 | 156 | dependencies = [ |
|
155 | 157 | "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
156 | 158 | ] |
|
157 | 159 | |
|
158 | 160 | [[package]] |
|
159 | 161 | name = "memoffset" |
|
160 | 162 | version = "0.2.1" |
|
161 | 163 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
162 | 164 | |
|
163 | 165 | [[package]] |
|
164 | 166 | name = "mio" |
|
165 | 167 | version = "0.6.16" |
|
166 | 168 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
167 | 169 | dependencies = [ |
|
168 | 170 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
169 | 171 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
170 | 172 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
171 | 173 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
172 | 174 | "lazycell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
173 | 175 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
174 | 176 | "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
175 | 177 | "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
176 | 178 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
177 | 179 | "slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
178 | 180 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
179 | 181 | ] |
|
180 | 182 | |
|
181 | 183 | [[package]] |
|
182 | 184 | name = "mio-named-pipes" |
|
183 | 185 | version = "0.1.6" |
|
184 | 186 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
185 | 187 | dependencies = [ |
|
186 | 188 | "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
187 | 189 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
|
188 | 190 | "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
189 | 191 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
190 | 192 | ] |
|
191 | 193 | |
|
192 | 194 | [[package]] |
|
193 | 195 | name = "mio-uds" |
|
194 | 196 | version = "0.6.7" |
|
195 | 197 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
196 | 198 | dependencies = [ |
|
197 | 199 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
198 | 200 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
199 | 201 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
|
200 | 202 | ] |
|
201 | 203 | |
|
202 | 204 | [[package]] |
|
203 | 205 | name = "miow" |
|
204 | 206 | version = "0.2.1" |
|
205 | 207 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
206 | 208 | dependencies = [ |
|
207 | 209 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
208 | 210 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
209 | 211 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
210 | 212 | "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
211 | 213 | ] |
|
212 | 214 | |
|
213 | 215 | [[package]] |
|
214 | 216 | name = "miow" |
|
215 | 217 | version = "0.3.3" |
|
216 | 218 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
217 | 219 | dependencies = [ |
|
218 | 220 | "socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
219 | 221 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
220 | 222 | ] |
|
221 | 223 | |
|
222 | 224 | [[package]] |
|
223 | 225 | name = "net2" |
|
224 | 226 | version = "0.2.33" |
|
225 | 227 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
226 | 228 | dependencies = [ |
|
227 | 229 | "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
228 | 230 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
229 | 231 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
230 | 232 | ] |
|
231 | 233 | |
|
232 | 234 | [[package]] |
|
233 | 235 | name = "nodrop" |
|
234 | 236 | version = "0.1.12" |
|
235 | 237 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
236 | 238 | |
|
237 | 239 | [[package]] |
|
238 | 240 | name = "num_cpus" |
|
239 | 241 | version = "1.8.0" |
|
240 | 242 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
241 | 243 | dependencies = [ |
|
242 | 244 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
243 | 245 | ] |
|
244 | 246 | |
|
245 | 247 | [[package]] |
|
246 | 248 | name = "owning_ref" |
|
247 | 249 | version = "0.3.3" |
|
248 | 250 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
249 | 251 | dependencies = [ |
|
250 | 252 | "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
251 | 253 | ] |
|
252 | 254 | |
|
253 | 255 | [[package]] |
|
254 | 256 | name = "parking_lot" |
|
255 | 257 | version = "0.6.4" |
|
256 | 258 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
257 | 259 | dependencies = [ |
|
258 | 260 | "lock_api 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
259 | 261 | "parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
260 | 262 | ] |
|
261 | 263 | |
|
262 | 264 | [[package]] |
|
263 | 265 | name = "parking_lot_core" |
|
264 | 266 | version = "0.3.1" |
|
265 | 267 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
266 | 268 | dependencies = [ |
|
267 | 269 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
268 | 270 | "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
269 | 271 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
270 | 272 | "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
271 | 273 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
272 | 274 | ] |
|
273 | 275 | |
|
274 | 276 | [[package]] |
|
275 | 277 | name = "rand" |
|
276 | 278 | version = "0.5.5" |
|
277 | 279 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
278 | 280 | dependencies = [ |
|
279 | 281 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
280 | 282 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
281 | 283 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
282 | 284 | "rand_core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
283 | 285 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
284 | 286 | ] |
|
285 | 287 | |
|
286 | 288 | [[package]] |
|
287 | 289 | name = "rand_core" |
|
288 | 290 | version = "0.2.1" |
|
289 | 291 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
290 | 292 | |
|
291 | 293 | [[package]] |
|
292 | 294 | name = "redox_syscall" |
|
293 | 295 | version = "0.1.40" |
|
294 | 296 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
295 | 297 | |
|
296 | 298 | [[package]] |
|
297 | 299 | name = "rustc_version" |
|
298 | 300 | version = "0.2.3" |
|
299 | 301 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
300 | 302 | dependencies = [ |
|
301 | 303 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
302 | 304 | ] |
|
303 | 305 | |
|
304 | 306 | [[package]] |
|
305 | 307 | name = "scopeguard" |
|
306 | 308 | version = "0.3.3" |
|
307 | 309 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
308 | 310 | |
|
309 | 311 | [[package]] |
|
310 | 312 | name = "semver" |
|
311 | 313 | version = "0.9.0" |
|
312 | 314 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
313 | 315 | dependencies = [ |
|
314 | 316 | "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
315 | 317 | ] |
|
316 | 318 | |
|
317 | 319 | [[package]] |
|
318 | 320 | name = "semver-parser" |
|
319 | 321 | version = "0.7.0" |
|
320 | 322 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
321 | 323 | |
|
322 | 324 | [[package]] |
|
323 | 325 | name = "slab" |
|
324 | 326 | version = "0.4.1" |
|
325 | 327 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
326 | 328 | |
|
327 | 329 | [[package]] |
|
328 | 330 | name = "smallvec" |
|
329 | 331 | version = "0.6.5" |
|
330 | 332 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
331 | 333 | dependencies = [ |
|
332 | 334 | "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
333 | 335 | ] |
|
334 | 336 | |
|
335 | 337 | [[package]] |
|
336 | 338 | name = "socket2" |
|
337 | 339 | version = "0.3.8" |
|
338 | 340 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
339 | 341 | dependencies = [ |
|
340 | 342 | "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
341 | 343 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
342 | 344 | "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
|
343 | 345 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
344 | 346 | ] |
|
345 | 347 | |
|
346 | 348 | [[package]] |
|
347 | 349 | name = "stable_deref_trait" |
|
348 | 350 | version = "1.1.1" |
|
349 | 351 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
350 | 352 | |
|
351 | 353 | [[package]] |
|
352 | 354 | name = "tokio" |
|
353 | 355 | version = "0.1.11" |
|
354 | 356 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
355 | 357 | dependencies = [ |
|
356 | 358 | "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
357 | 359 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
358 | 360 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
|
359 | 361 | "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
360 | 362 | "tokio-current-thread 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
361 | 363 | "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
362 | 364 | "tokio-fs 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
363 | 365 | "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
364 | 366 | "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
365 | 367 | "tokio-tcp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
366 | 368 | "tokio-threadpool 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
367 | 369 | "tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
368 | 370 | "tokio-udp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
369 | 371 | "tokio-uds 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
370 | 372 | ] |
|
371 | 373 | |
|
372 | 374 | [[package]] |
|
373 | 375 | name = "tokio-codec" |
|
374 | 376 | version = "0.1.1" |
|
375 | 377 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
376 | 378 | dependencies = [ |
|
377 | 379 | "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
378 | 380 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
379 | 381 | "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
380 | 382 | ] |
|
381 | 383 | |
|
382 | 384 | [[package]] |
|
383 | 385 | name = "tokio-current-thread" |
|
384 | 386 | version = "0.1.3" |
|
385 | 387 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
386 | 388 | dependencies = [ |
|
387 | 389 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
388 | 390 | "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
389 | 391 | ] |
|
390 | 392 | |
|
391 | 393 | [[package]] |
|
392 | 394 | name = "tokio-executor" |
|
393 | 395 | version = "0.1.5" |
|
394 | 396 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
395 | 397 | dependencies = [ |
|
396 | 398 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
397 | 399 | ] |
|
398 | 400 | |
|
399 | 401 | [[package]] |
|
400 | 402 | name = "tokio-fs" |
|
401 | 403 | version = "0.1.3" |
|
402 | 404 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
403 | 405 | dependencies = [ |
|
404 | 406 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
405 | 407 | "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
406 | 408 | "tokio-threadpool 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
407 | 409 | ] |
|
408 | 410 | |
|
409 | 411 | [[package]] |
|
410 | 412 | name = "tokio-hglib" |
|
411 | 413 | version = "0.2.0" |
|
412 | 414 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
413 | 415 | dependencies = [ |
|
414 | 416 | "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
415 | 417 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
416 | 418 | "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
417 | 419 | "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
418 | 420 | "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
419 | 421 | "tokio-process 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
420 | 422 | "tokio-uds 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
421 | 423 | ] |
|
422 | 424 | |
|
423 | 425 | [[package]] |
|
424 | 426 | name = "tokio-io" |
|
425 | 427 | version = "0.1.9" |
|
426 | 428 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
427 | 429 | dependencies = [ |
|
428 | 430 | "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
429 | 431 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
430 | 432 | "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
431 | 433 | ] |
|
432 | 434 | |
|
433 | 435 | [[package]] |
|
434 | 436 | name = "tokio-process" |
|
435 | 437 | version = "0.2.2" |
|
436 | 438 | source = "git+https://github.com/alexcrichton/tokio-process#2e805aad57e2639246cbf7394899bf7a27c18ebd" |
|
437 | 439 | dependencies = [ |
|
438 | 440 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
439 | 441 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
440 | 442 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
|
441 | 443 | "mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
442 | 444 | "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
443 | 445 | "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
444 | 446 | "tokio-signal 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
445 | 447 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
446 | 448 | ] |
|
447 | 449 | |
|
448 | 450 | [[package]] |
|
449 | 451 | name = "tokio-process" |
|
450 | 452 | version = "0.2.2" |
|
451 | 453 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
452 | 454 | dependencies = [ |
|
453 | 455 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
454 | 456 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
455 | 457 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
|
456 | 458 | "mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
457 | 459 | "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
458 | 460 | "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
459 | 461 | "tokio-signal 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
460 | 462 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
461 | 463 | ] |
|
462 | 464 | |
|
463 | 465 | [[package]] |
|
464 | 466 | name = "tokio-reactor" |
|
465 | 467 | version = "0.1.6" |
|
466 | 468 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
467 | 469 | dependencies = [ |
|
468 | 470 | "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
469 | 471 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
470 | 472 | "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
471 | 473 | "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
472 | 474 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
|
473 | 475 | "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
474 | 476 | "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
475 | 477 | "slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
476 | 478 | "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
477 | 479 | "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
478 | 480 | ] |
|
479 | 481 | |
|
480 | 482 | [[package]] |
|
481 | 483 | name = "tokio-signal" |
|
482 | 484 | version = "0.2.5" |
|
483 | 485 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
484 | 486 | dependencies = [ |
|
485 | 487 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
486 | 488 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
487 | 489 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
|
488 | 490 | "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
489 | 491 | "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
490 | 492 | "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
491 | 493 | "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
492 | 494 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
493 | 495 | ] |
|
494 | 496 | |
|
495 | 497 | [[package]] |
|
496 | 498 | name = "tokio-tcp" |
|
497 | 499 | version = "0.1.2" |
|
498 | 500 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
499 | 501 | dependencies = [ |
|
500 | 502 | "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
501 | 503 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
502 | 504 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
503 | 505 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
|
504 | 506 | "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
505 | 507 | "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
506 | 508 | ] |
|
507 | 509 | |
|
508 | 510 | [[package]] |
|
509 | 511 | name = "tokio-threadpool" |
|
510 | 512 | version = "0.1.7" |
|
511 | 513 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
512 | 514 | dependencies = [ |
|
513 | 515 | "crossbeam-deque 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
514 | 516 | "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
515 | 517 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
516 | 518 | "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
517 | 519 | "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
518 | 520 | "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
519 | 521 | "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
520 | 522 | ] |
|
521 | 523 | |
|
522 | 524 | [[package]] |
|
523 | 525 | name = "tokio-timer" |
|
524 | 526 | version = "0.2.7" |
|
525 | 527 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
526 | 528 | dependencies = [ |
|
527 | 529 | "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
528 | 530 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
529 | 531 | "slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
530 | 532 | "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
531 | 533 | ] |
|
532 | 534 | |
|
533 | 535 | [[package]] |
|
534 | 536 | name = "tokio-udp" |
|
535 | 537 | version = "0.1.2" |
|
536 | 538 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
537 | 539 | dependencies = [ |
|
538 | 540 | "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
539 | 541 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
540 | 542 | "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
541 | 543 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
|
542 | 544 | "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
543 | 545 | "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
544 | 546 | "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
545 | 547 | ] |
|
546 | 548 | |
|
547 | 549 | [[package]] |
|
548 | 550 | name = "tokio-uds" |
|
549 | 551 | version = "0.2.2" |
|
550 | 552 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
551 | 553 | dependencies = [ |
|
552 | 554 | "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
553 | 555 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
554 | 556 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
555 | 557 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
556 | 558 | "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
557 | 559 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
|
558 | 560 | "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
559 | 561 | "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
560 | 562 | "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
561 | 563 | ] |
|
562 | 564 | |
|
563 | 565 | [[package]] |
|
564 | 566 | name = "unreachable" |
|
565 | 567 | version = "1.0.0" |
|
566 | 568 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
567 | 569 | dependencies = [ |
|
568 | 570 | "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
569 | 571 | ] |
|
570 | 572 | |
|
571 | 573 | [[package]] |
|
572 | 574 | name = "version_check" |
|
573 | 575 | version = "0.1.5" |
|
574 | 576 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
575 | 577 | |
|
576 | 578 | [[package]] |
|
577 | 579 | name = "void" |
|
578 | 580 | version = "1.0.2" |
|
579 | 581 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
580 | 582 | |
|
581 | 583 | [[package]] |
|
582 | 584 | name = "winapi" |
|
583 | 585 | version = "0.2.8" |
|
584 | 586 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
585 | 587 | |
|
586 | 588 | [[package]] |
|
587 | 589 | name = "winapi" |
|
588 | 590 | version = "0.3.6" |
|
589 | 591 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
590 | 592 | dependencies = [ |
|
591 | 593 | "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
592 | 594 | "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
593 | 595 | ] |
|
594 | 596 | |
|
595 | 597 | [[package]] |
|
596 | 598 | name = "winapi-build" |
|
597 | 599 | version = "0.1.1" |
|
598 | 600 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
599 | 601 | |
|
600 | 602 | [[package]] |
|
601 | 603 | name = "winapi-i686-pc-windows-gnu" |
|
602 | 604 | version = "0.4.0" |
|
603 | 605 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
604 | 606 | |
|
605 | 607 | [[package]] |
|
606 | 608 | name = "winapi-x86_64-pc-windows-gnu" |
|
607 | 609 | version = "0.4.0" |
|
608 | 610 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
609 | 611 | |
|
610 | 612 | [[package]] |
|
611 | 613 | name = "ws2_32-sys" |
|
612 | 614 | version = "0.2.1" |
|
613 | 615 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
614 | 616 | dependencies = [ |
|
615 | 617 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
616 | 618 | "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
617 | 619 | ] |
|
618 | 620 | |
|
619 | 621 | [metadata] |
|
620 | 622 | "checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef" |
|
621 | 623 | "checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12" |
|
622 | 624 | "checksum byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "90492c5858dd7d2e78691cfb89f90d273a2800fc11d98f60786e5d87e2f83781" |
|
623 | 625 | "checksum bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0ce55bd354b095246fc34caf4e9e242f5297a7fd938b090cadfea6eee614aa62" |
|
624 | 626 | "checksum cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16" |
|
625 | 627 | "checksum cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3" |
|
626 | 628 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
|
627 | 629 | "checksum crossbeam-deque 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3486aefc4c0487b9cb52372c97df0a48b8c249514af1ee99703bf70d2f2ceda1" |
|
628 | 630 | "checksum crossbeam-epoch 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "30fecfcac6abfef8771151f8be4abc9e4edc112c2bcb233314cafde2680536e9" |
|
629 | 631 | "checksum crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "677d453a17e8bd2b913fa38e8b9cf04bcdbb5be790aa294f2389661d72036015" |
|
630 | 632 | "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" |
|
631 | 633 | "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
|
632 | 634 | "checksum futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)" = "0c84b40c7e2de99ffd70602db314a7a8c26b2b3d830e6f7f7a142a8860ab3ca4" |
|
633 | 635 | "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" |
|
634 | 636 | "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
|
635 | 637 | "checksum lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca488b89a5657b0a2ecd45b95609b3e848cf1755da332a0da46e2b2b1cb371a7" |
|
636 | 638 | "checksum lazycell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ddba4c30a78328befecec92fc94970e53b3ae385827d28620f0f5bb2493081e0" |
|
637 | 639 | "checksum libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" = "76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d" |
|
638 | 640 | "checksum lock_api 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "775751a3e69bde4df9b38dd00a1b5d6ac13791e4223d4a0506577f0dd27cfb7a" |
|
639 | 641 | "checksum log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fcce5fa49cc693c312001daf1d13411c4a5283796bac1084299ea3e567113f" |
|
640 | 642 | "checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3" |
|
641 | 643 | "checksum mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)" = "71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432" |
|
642 | 644 | "checksum mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f5e374eff525ce1c5b7687c4cef63943e7686524a387933ad27ca7ec43779cb3" |
|
643 | 645 | "checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125" |
|
644 | 646 | "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" |
|
645 | 647 | "checksum miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226" |
|
646 | 648 | "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" |
|
647 | 649 | "checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2" |
|
648 | 650 | "checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30" |
|
649 | 651 | "checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37" |
|
650 | 652 | "checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5" |
|
651 | 653 | "checksum parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c" |
|
652 | 654 | "checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c" |
|
653 | 655 | "checksum rand_core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "edecf0f94da5551fc9b492093e30b041a891657db7940ee221f9d2f66e82eef2" |
|
654 | 656 | "checksum redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1" |
|
655 | 657 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
|
656 | 658 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" |
|
657 | 659 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
|
658 | 660 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
|
659 | 661 | "checksum slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5f9776d6b986f77b35c6cf846c11ad986ff128fe0b2b63a3628e3755e8d3102d" |
|
660 | 662 | "checksum smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "153ffa32fd170e9944f7e0838edf824a754ec4c1fc64746fcc9fe1f8fa602e5d" |
|
661 | 663 | "checksum socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c4d11a52082057d87cb5caa31ad812f4504b97ab44732cd8359df2e9ff9f48e7" |
|
662 | 664 | "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" |
|
663 | 665 | "checksum tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "6e93c78d23cc61aa245a8acd2c4a79c4d7fa7fb5c3ca90d5737029f043a84895" |
|
664 | 666 | "checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f" |
|
665 | 667 | "checksum tokio-current-thread 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f90fcd90952f0a496d438a976afba8e5c205fb12123f813d8ab3aa1c8436638c" |
|
666 | 668 | "checksum tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c117b6cf86bb730aab4834f10df96e4dd586eff2c3c27d3781348da49e255bde" |
|
667 | 669 | "checksum tokio-fs 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b5cbe4ca6e71cb0b62a66e4e6f53a8c06a6eefe46cc5f665ad6f274c9906f135" |
|
668 | 670 | "checksum tokio-hglib 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8a138c3cb866c8a95ceddae44634bb159eefeebcdba45aec2158f8ad6c201e6d" |
|
669 | 671 | "checksum tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "8b8a85fffbec3c5ab1ab62324570230dcd37ee5996a7859da5caf7b9d45e3e8c" |
|
670 | 672 | "checksum tokio-process 0.2.2 (git+https://github.com/alexcrichton/tokio-process)" = "<none>" |
|
671 | 673 | "checksum tokio-process 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0832648d1ff7ca42c06ca45dc76797b92c56500de828e33c77276fa1449947b6" |
|
672 | 674 | "checksum tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "4b26fd37f1125738b2170c80b551f69ff6fecb277e6e5ca885e53eec2b005018" |
|
673 | 675 | "checksum tokio-signal 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b6893092932264944edee8486d54b578c7098bea794aedaf9bd7947b49e6b7bf" |
|
674 | 676 | "checksum tokio-tcp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7ad235e9dadd126b2d47f6736f65aa1fdcd6420e66ca63f44177bc78df89f912" |
|
675 | 677 | "checksum tokio-threadpool 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "bbd8a8b911301c60cbfaa2a6588fb210e5c1038375b8bdecc47aa09a94c3c05f" |
|
676 | 678 | "checksum tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "3a52f00c97fedb6d535d27f65cccb7181c8dd4c6edc3eda9ea93f6d45d05168e" |
|
677 | 679 | "checksum tokio-udp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "da941144b816d0dcda4db3a1ba87596e4df5e860a72b70783fe435891f80601c" |
|
678 | 680 | "checksum tokio-uds 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "22e3aa6d1fcc19e635418dc0a30ab5bd65d347973d6f43f1a37bf8d9d1335fc9" |
|
679 | 681 | "checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56" |
|
680 | 682 | "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" |
|
681 | 683 | "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" |
|
682 | 684 | "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
|
683 | 685 | "checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0" |
|
684 | 686 | "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
|
685 | 687 | "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
|
686 | 688 | "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
|
687 | 689 | "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" |
@@ -1,18 +1,20 | |||
|
1 | 1 | [package] |
|
2 | 2 | name = "chg" |
|
3 | 3 | version = "0.1.0" |
|
4 | 4 | authors = ["Yuya Nishihara <yuya@tcha.org>"] |
|
5 | 5 | description = "Client for Mercurial command server with cHg extension" |
|
6 | 6 | license = "GPL-2.0+" |
|
7 | 7 | |
|
8 | 8 | [dependencies] |
|
9 | 9 | bytes = "0.4" |
|
10 | 10 | futures = "0.1" |
|
11 | 11 | libc = "0.2" |
|
12 | log = { version = "0.4", features = ["std"] } | |
|
12 | 13 | tokio = "0.1" |
|
13 | 14 | tokio-hglib = "0.2" |
|
14 | 15 | # TODO: "^0.2.3" once released. we need AsRawFd support. |
|
15 | 16 | tokio-process = { git = "https://github.com/alexcrichton/tokio-process" } |
|
17 | tokio-timer = "0.2" | |
|
16 | 18 | |
|
17 | 19 | [build-dependencies] |
|
18 | 20 | cc = "1.0" |
General Comments 0
You need to be logged in to leave comments.
Login now