~repos /rust-embed
git clone https://pyrossh.dev/repos/rust-embed.git
rust macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.
ad3f790b
—
pyros2097 7 years ago
Merge pull request #11 from Mcat12/fix/remove-cargo-lock
- .gitignore +1 -0
- Cargo.lock +0 -1162
.gitignore
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
1
|
target
|
|
2
|
+
Cargo.lock
|
Cargo.lock
DELETED
|
@@ -1,1162 +0,0 @@
|
|
|
1
|
-
[[package]]
|
|
2
|
-
name = "adler32"
|
|
3
|
-
version = "1.0.2"
|
|
4
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5
|
-
|
|
6
|
-
[[package]]
|
|
7
|
-
name = "arrayvec"
|
|
8
|
-
version = "0.4.7"
|
|
9
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
10
|
-
dependencies = [
|
|
11
|
-
"nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
12
|
-
]
|
|
13
|
-
|
|
14
|
-
[[package]]
|
|
15
|
-
name = "ascii"
|
|
16
|
-
version = "0.7.1"
|
|
17
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
18
|
-
|
|
19
|
-
[[package]]
|
|
20
|
-
name = "base64"
|
|
21
|
-
version = "0.6.0"
|
|
22
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
23
|
-
dependencies = [
|
|
24
|
-
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
25
|
-
"safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
26
|
-
]
|
|
27
|
-
|
|
28
|
-
[[package]]
|
|
29
|
-
name = "base64"
|
|
30
|
-
version = "0.7.0"
|
|
31
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
32
|
-
dependencies = [
|
|
33
|
-
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
34
|
-
"safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
35
|
-
]
|
|
36
|
-
|
|
37
|
-
[[package]]
|
|
38
|
-
name = "bitflags"
|
|
39
|
-
version = "1.0.1"
|
|
40
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
41
|
-
|
|
42
|
-
[[package]]
|
|
43
|
-
name = "brotli-sys"
|
|
44
|
-
version = "0.2.1"
|
|
45
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
46
|
-
dependencies = [
|
|
47
|
-
"gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
48
|
-
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
49
|
-
]
|
|
50
|
-
|
|
51
|
-
[[package]]
|
|
52
|
-
name = "brotli2"
|
|
53
|
-
version = "0.2.2"
|
|
54
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
55
|
-
dependencies = [
|
|
56
|
-
"brotli-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
57
|
-
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
58
|
-
]
|
|
59
|
-
|
|
60
|
-
[[package]]
|
|
61
|
-
name = "buf_redux"
|
|
62
|
-
version = "0.6.3"
|
|
63
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
64
|
-
dependencies = [
|
|
65
|
-
"memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
66
|
-
"safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
67
|
-
]
|
|
68
|
-
|
|
69
|
-
[[package]]
|
|
70
|
-
name = "build_const"
|
|
71
|
-
version = "0.2.0"
|
|
72
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
73
|
-
|
|
74
|
-
[[package]]
|
|
75
|
-
name = "byteorder"
|
|
76
|
-
version = "1.2.1"
|
|
77
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
78
|
-
|
|
79
|
-
[[package]]
|
|
80
|
-
name = "cfg-if"
|
|
81
|
-
version = "0.1.2"
|
|
82
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
83
|
-
|
|
84
|
-
[[package]]
|
|
85
|
-
name = "chrono"
|
|
86
|
-
version = "0.2.25"
|
|
87
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
88
|
-
dependencies = [
|
|
89
|
-
"num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
90
|
-
"time 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
91
|
-
]
|
|
92
|
-
|
|
93
|
-
[[package]]
|
|
94
|
-
name = "chrono"
|
|
95
|
-
version = "0.4.0"
|
|
96
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
97
|
-
dependencies = [
|
|
98
|
-
"num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
99
|
-
"time 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
100
|
-
]
|
|
101
|
-
|
|
102
|
-
[[package]]
|
|
103
|
-
name = "chunked_transfer"
|
|
104
|
-
version = "0.3.1"
|
|
105
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
106
|
-
|
|
107
|
-
[[package]]
|
|
108
|
-
name = "cookie"
|
|
109
|
-
version = "0.9.2"
|
|
110
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
111
|
-
dependencies = [
|
|
112
|
-
"base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
113
|
-
"ring 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
114
|
-
"time 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
115
|
-
"url 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
116
|
-
]
|
|
117
|
-
|
|
118
|
-
[[package]]
|
|
119
|
-
name = "crc"
|
|
120
|
-
version = "1.7.0"
|
|
121
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
122
|
-
dependencies = [
|
|
123
|
-
"build_const 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
124
|
-
]
|
|
125
|
-
|
|
126
|
-
[[package]]
|
|
127
|
-
name = "crossbeam-deque"
|
|
128
|
-
version = "0.2.0"
|
|
129
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
130
|
-
dependencies = [
|
|
131
|
-
"crossbeam-epoch 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
132
|
-
"crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
133
|
-
]
|
|
134
|
-
|
|
135
|
-
[[package]]
|
|
136
|
-
name = "crossbeam-epoch"
|
|
137
|
-
version = "0.3.0"
|
|
138
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
139
|
-
dependencies = [
|
|
140
|
-
"arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
141
|
-
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
142
|
-
"crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
143
|
-
"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
144
|
-
"memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
145
|
-
"nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
146
|
-
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
147
|
-
]
|
|
148
|
-
|
|
149
|
-
[[package]]
|
|
150
|
-
name = "crossbeam-utils"
|
|
151
|
-
version = "0.2.2"
|
|
152
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
153
|
-
dependencies = [
|
|
154
|
-
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
155
|
-
]
|
|
156
|
-
|
|
157
|
-
[[package]]
|
|
158
|
-
name = "deflate"
|
|
159
|
-
version = "0.7.17"
|
|
160
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
161
|
-
dependencies = [
|
|
162
|
-
"adler32 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
163
|
-
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
164
|
-
"gzip-header 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
165
|
-
]
|
|
166
|
-
|
|
167
|
-
[[package]]
|
|
168
|
-
name = "dtoa"
|
|
169
|
-
version = "0.4.2"
|
|
170
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
171
|
-
|
|
172
|
-
[[package]]
|
|
173
|
-
name = "encoding"
|
|
174
|
-
version = "0.2.33"
|
|
175
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
176
|
-
dependencies = [
|
|
177
|
-
"encoding-index-japanese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
178
|
-
"encoding-index-korean 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
179
|
-
"encoding-index-simpchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
180
|
-
"encoding-index-singlebyte 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
181
|
-
"encoding-index-tradchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
182
|
-
]
|
|
183
|
-
|
|
184
|
-
[[package]]
|
|
185
|
-
name = "encoding-index-japanese"
|
|
186
|
-
version = "1.20141219.5"
|
|
187
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
188
|
-
dependencies = [
|
|
189
|
-
"encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
190
|
-
]
|
|
191
|
-
|
|
192
|
-
[[package]]
|
|
193
|
-
name = "encoding-index-korean"
|
|
194
|
-
version = "1.20141219.5"
|
|
195
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
196
|
-
dependencies = [
|
|
197
|
-
"encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
198
|
-
]
|
|
199
|
-
|
|
200
|
-
[[package]]
|
|
201
|
-
name = "encoding-index-simpchinese"
|
|
202
|
-
version = "1.20141219.5"
|
|
203
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
204
|
-
dependencies = [
|
|
205
|
-
"encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
206
|
-
]
|
|
207
|
-
|
|
208
|
-
[[package]]
|
|
209
|
-
name = "encoding-index-singlebyte"
|
|
210
|
-
version = "1.20141219.5"
|
|
211
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
212
|
-
dependencies = [
|
|
213
|
-
"encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
214
|
-
]
|
|
215
|
-
|
|
216
|
-
[[package]]
|
|
217
|
-
name = "encoding-index-tradchinese"
|
|
218
|
-
version = "1.20141219.5"
|
|
219
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
220
|
-
dependencies = [
|
|
221
|
-
"encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
222
|
-
]
|
|
223
|
-
|
|
224
|
-
[[package]]
|
|
225
|
-
name = "encoding_index_tests"
|
|
226
|
-
version = "0.1.4"
|
|
227
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
228
|
-
|
|
229
|
-
[[package]]
|
|
230
|
-
name = "enum_primitive"
|
|
231
|
-
version = "0.1.1"
|
|
232
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
233
|
-
dependencies = [
|
|
234
|
-
"num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
235
|
-
]
|
|
236
|
-
|
|
237
|
-
[[package]]
|
|
238
|
-
name = "fern"
|
|
239
|
-
version = "0.5.4"
|
|
240
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
241
|
-
dependencies = [
|
|
242
|
-
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
243
|
-
]
|
|
244
|
-
|
|
245
|
-
[[package]]
|
|
246
|
-
name = "filetime"
|
|
247
|
-
version = "0.1.15"
|
|
248
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
249
|
-
dependencies = [
|
|
250
|
-
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
251
|
-
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
252
|
-
"redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
253
|
-
]
|
|
254
|
-
|
|
255
|
-
[[package]]
|
|
256
|
-
name = "fuchsia-zircon"
|
|
257
|
-
version = "0.3.3"
|
|
258
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
259
|
-
dependencies = [
|
|
260
|
-
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
261
|
-
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
262
|
-
]
|
|
263
|
-
|
|
264
|
-
[[package]]
|
|
265
|
-
name = "fuchsia-zircon-sys"
|
|
266
|
-
version = "0.3.3"
|
|
267
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
268
|
-
|
|
269
|
-
[[package]]
|
|
270
|
-
name = "gcc"
|
|
271
|
-
version = "0.3.54"
|
|
272
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
273
|
-
|
|
274
|
-
[[package]]
|
|
275
|
-
name = "gzip-header"
|
|
276
|
-
version = "0.1.2"
|
|
277
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
278
|
-
dependencies = [
|
|
279
|
-
"crc 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
280
|
-
"enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
281
|
-
]
|
|
282
|
-
|
|
283
|
-
[[package]]
|
|
284
|
-
name = "httparse"
|
|
285
|
-
version = "1.2.4"
|
|
286
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
287
|
-
|
|
288
|
-
[[package]]
|
|
289
|
-
name = "hyper"
|
|
290
|
-
version = "0.10.13"
|
|
291
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
292
|
-
dependencies = [
|
|
293
|
-
"base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
294
|
-
"httparse 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
295
|
-
"language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
296
|
-
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
297
|
-
"mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
298
|
-
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
299
|
-
"time 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
300
|
-
"traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
301
|
-
"typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
302
|
-
"unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
303
|
-
"url 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
304
|
-
]
|
|
305
|
-
|
|
306
|
-
[[package]]
|
|
307
|
-
name = "idna"
|
|
308
|
-
version = "0.1.4"
|
|
309
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
310
|
-
dependencies = [
|
|
311
|
-
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
312
|
-
"unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
313
|
-
"unicode-normalization 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
314
|
-
]
|
|
315
|
-
|
|
316
|
-
[[package]]
|
|
317
|
-
name = "isatty"
|
|
318
|
-
version = "0.1.6"
|
|
319
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
320
|
-
dependencies = [
|
|
321
|
-
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
322
|
-
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
323
|
-
"termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
324
|
-
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
325
|
-
]
|
|
326
|
-
|
|
327
|
-
[[package]]
|
|
328
|
-
name = "itoa"
|
|
329
|
-
version = "0.3.4"
|
|
330
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
331
|
-
|
|
332
|
-
[[package]]
|
|
333
|
-
name = "kernel32-sys"
|
|
334
|
-
version = "0.2.2"
|
|
335
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
336
|
-
dependencies = [
|
|
337
|
-
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
338
|
-
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
339
|
-
]
|
|
340
|
-
|
|
341
|
-
[[package]]
|
|
342
|
-
name = "language-tags"
|
|
343
|
-
version = "0.2.2"
|
|
344
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
345
|
-
|
|
346
|
-
[[package]]
|
|
347
|
-
name = "lazy_static"
|
|
348
|
-
version = "0.2.11"
|
|
349
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
350
|
-
|
|
351
|
-
[[package]]
|
|
352
|
-
name = "lazy_static"
|
|
353
|
-
version = "1.0.0"
|
|
354
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
355
|
-
|
|
356
|
-
[[package]]
|
|
357
|
-
name = "libc"
|
|
358
|
-
version = "0.2.39"
|
|
359
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
360
|
-
|
|
361
|
-
[[package]]
|
|
362
|
-
name = "log"
|
|
363
|
-
version = "0.3.9"
|
|
364
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
365
|
-
dependencies = [
|
|
366
|
-
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
367
|
-
]
|
|
368
|
-
|
|
369
|
-
[[package]]
|
|
370
|
-
name = "log"
|
|
371
|
-
version = "0.4.1"
|
|
372
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
373
|
-
dependencies = [
|
|
374
|
-
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
375
|
-
]
|
|
376
|
-
|
|
377
|
-
[[package]]
|
|
378
|
-
name = "matches"
|
|
379
|
-
version = "0.1.6"
|
|
380
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
381
|
-
|
|
382
|
-
[[package]]
|
|
383
|
-
name = "memchr"
|
|
384
|
-
version = "1.0.2"
|
|
385
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
386
|
-
dependencies = [
|
|
387
|
-
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
388
|
-
]
|
|
389
|
-
|
|
390
|
-
[[package]]
|
|
391
|
-
name = "memchr"
|
|
392
|
-
version = "2.0.1"
|
|
393
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
394
|
-
dependencies = [
|
|
395
|
-
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
396
|
-
]
|
|
397
|
-
|
|
398
|
-
[[package]]
|
|
399
|
-
name = "memoffset"
|
|
400
|
-
version = "0.2.1"
|
|
401
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
402
|
-
|
|
403
|
-
[[package]]
|
|
404
|
-
name = "mime"
|
|
405
|
-
version = "0.2.6"
|
|
406
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
407
|
-
dependencies = [
|
|
408
|
-
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
409
|
-
]
|
|
410
|
-
|
|
411
|
-
[[package]]
|
|
412
|
-
name = "mime_guess"
|
|
413
|
-
version = "1.8.4"
|
|
414
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
415
|
-
dependencies = [
|
|
416
|
-
"mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
417
|
-
"phf 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
418
|
-
"phf_codegen 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
419
|
-
"unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
420
|
-
]
|
|
421
|
-
|
|
422
|
-
[[package]]
|
|
423
|
-
name = "multipart"
|
|
424
|
-
version = "0.13.6"
|
|
425
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
426
|
-
dependencies = [
|
|
427
|
-
"buf_redux 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
428
|
-
"httparse 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
429
|
-
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
430
|
-
"mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
431
|
-
"mime_guess 1.8.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
432
|
-
"rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
433
|
-
"safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
434
|
-
"tempdir 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
435
|
-
"twoway 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
436
|
-
]
|
|
437
|
-
|
|
438
|
-
[[package]]
|
|
439
|
-
name = "nodrop"
|
|
440
|
-
version = "0.1.12"
|
|
441
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
442
|
-
|
|
443
|
-
[[package]]
|
|
444
|
-
name = "num"
|
|
445
|
-
version = "0.1.42"
|
|
446
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
447
|
-
dependencies = [
|
|
448
|
-
"num-integer 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
449
|
-
"num-iter 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
450
|
-
"num-traits 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
451
|
-
]
|
|
452
|
-
|
|
453
|
-
[[package]]
|
|
454
|
-
name = "num-integer"
|
|
455
|
-
version = "0.1.36"
|
|
456
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
457
|
-
dependencies = [
|
|
458
|
-
"num-traits 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
459
|
-
]
|
|
460
|
-
|
|
461
|
-
[[package]]
|
|
462
|
-
name = "num-iter"
|
|
463
|
-
version = "0.1.35"
|
|
464
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
465
|
-
dependencies = [
|
|
466
|
-
"num-integer 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
467
|
-
"num-traits 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
468
|
-
]
|
|
469
|
-
|
|
470
|
-
[[package]]
|
|
471
|
-
name = "num-traits"
|
|
472
|
-
version = "0.1.43"
|
|
473
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
474
|
-
dependencies = [
|
|
475
|
-
"num-traits 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
476
|
-
]
|
|
477
|
-
|
|
478
|
-
[[package]]
|
|
479
|
-
name = "num-traits"
|
|
480
|
-
version = "0.2.1"
|
|
481
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
482
|
-
|
|
483
|
-
[[package]]
|
|
484
|
-
name = "num_cpus"
|
|
485
|
-
version = "1.8.0"
|
|
486
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
487
|
-
dependencies = [
|
|
488
|
-
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
489
|
-
]
|
|
490
|
-
|
|
491
|
-
[[package]]
|
|
492
|
-
name = "ordermap"
|
|
493
|
-
version = "0.2.13"
|
|
494
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
495
|
-
|
|
496
|
-
[[package]]
|
|
497
|
-
name = "pear"
|
|
498
|
-
version = "0.0.12"
|
|
499
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
500
|
-
|
|
501
|
-
[[package]]
|
|
502
|
-
name = "pear_codegen"
|
|
503
|
-
version = "0.0.12"
|
|
504
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
505
|
-
dependencies = [
|
|
506
|
-
"version_check 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
507
|
-
"yansi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
508
|
-
]
|
|
509
|
-
|
|
510
|
-
[[package]]
|
|
511
|
-
name = "percent-encoding"
|
|
512
|
-
version = "1.0.1"
|
|
513
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
514
|
-
|
|
515
|
-
[[package]]
|
|
516
|
-
name = "phf"
|
|
517
|
-
version = "0.7.21"
|
|
518
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
519
|
-
dependencies = [
|
|
520
|
-
"phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
521
|
-
]
|
|
522
|
-
|
|
523
|
-
[[package]]
|
|
524
|
-
name = "phf_codegen"
|
|
525
|
-
version = "0.7.21"
|
|
526
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
527
|
-
dependencies = [
|
|
528
|
-
"phf_generator 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
529
|
-
"phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
530
|
-
]
|
|
531
|
-
|
|
532
|
-
[[package]]
|
|
533
|
-
name = "phf_generator"
|
|
534
|
-
version = "0.7.21"
|
|
535
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
536
|
-
dependencies = [
|
|
537
|
-
"phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
538
|
-
"rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
539
|
-
]
|
|
540
|
-
|
|
541
|
-
[[package]]
|
|
542
|
-
name = "phf_shared"
|
|
543
|
-
version = "0.7.21"
|
|
544
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
545
|
-
dependencies = [
|
|
546
|
-
"siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
547
|
-
"unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
548
|
-
]
|
|
549
|
-
|
|
550
|
-
[[package]]
|
|
551
|
-
name = "proc-macro2"
|
|
552
|
-
version = "0.2.3"
|
|
553
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
554
|
-
dependencies = [
|
|
555
|
-
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
556
|
-
]
|
|
557
|
-
|
|
558
|
-
[[package]]
|
|
559
|
-
name = "quote"
|
|
560
|
-
version = "0.3.15"
|
|
561
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
562
|
-
|
|
563
|
-
[[package]]
|
|
564
|
-
name = "quote"
|
|
565
|
-
version = "0.4.2"
|
|
566
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
567
|
-
dependencies = [
|
|
568
|
-
"proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
569
|
-
]
|
|
570
|
-
|
|
571
|
-
[[package]]
|
|
572
|
-
name = "rand"
|
|
573
|
-
version = "0.3.22"
|
|
574
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
575
|
-
dependencies = [
|
|
576
|
-
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
577
|
-
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
578
|
-
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
579
|
-
]
|
|
580
|
-
|
|
581
|
-
[[package]]
|
|
582
|
-
name = "rand"
|
|
583
|
-
version = "0.4.2"
|
|
584
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
585
|
-
dependencies = [
|
|
586
|
-
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
587
|
-
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
588
|
-
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
589
|
-
]
|
|
590
|
-
|
|
591
|
-
[[package]]
|
|
592
|
-
name = "rayon"
|
|
593
|
-
version = "0.7.1"
|
|
594
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
595
|
-
dependencies = [
|
|
596
|
-
"rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
597
|
-
]
|
|
598
|
-
|
|
599
|
-
[[package]]
|
|
600
|
-
name = "rayon-core"
|
|
601
|
-
version = "1.4.0"
|
|
602
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
603
|
-
dependencies = [
|
|
604
|
-
"crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
605
|
-
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
606
|
-
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
607
|
-
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
608
|
-
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
609
|
-
]
|
|
610
|
-
|
|
611
|
-
[[package]]
|
|
612
|
-
name = "redox_syscall"
|
|
613
|
-
version = "0.1.37"
|
|
614
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
615
|
-
|
|
616
|
-
[[package]]
|
|
617
|
-
name = "redox_termios"
|
|
618
|
-
version = "0.1.1"
|
|
619
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
620
|
-
dependencies = [
|
|
621
|
-
"redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
622
|
-
]
|
|
623
|
-
|
|
624
|
-
[[package]]
|
|
625
|
-
name = "remove_dir_all"
|
|
626
|
-
version = "0.3.0"
|
|
627
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
628
|
-
dependencies = [
|
|
629
|
-
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
630
|
-
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
631
|
-
]
|
|
632
|
-
|
|
633
|
-
[[package]]
|
|
634
|
-
name = "ring"
|
|
635
|
-
version = "0.11.0"
|
|
636
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
637
|
-
dependencies = [
|
|
638
|
-
"gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
639
|
-
"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
640
|
-
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
641
|
-
"rayon 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
642
|
-
"untrusted 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
643
|
-
]
|
|
644
|
-
|
|
645
|
-
[[package]]
|
|
646
|
-
name = "rocket"
|
|
647
|
-
version = "0.3.6"
|
|
648
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
649
|
-
dependencies = [
|
|
650
|
-
"base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
651
|
-
"cookie 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
652
|
-
"hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
653
|
-
"isatty 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
654
|
-
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
655
|
-
"memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
656
|
-
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
657
|
-
"ordermap 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
658
|
-
"pear 0.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
659
|
-
"pear_codegen 0.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
660
|
-
"smallvec 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
661
|
-
"state 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
662
|
-
"time 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
663
|
-
"toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
664
|
-
"url 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
665
|
-
"version_check 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
666
|
-
"yansi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
667
|
-
]
|
|
668
|
-
|
|
669
|
-
[[package]]
|
|
670
|
-
name = "rocket_codegen"
|
|
671
|
-
version = "0.3.6"
|
|
672
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
673
|
-
dependencies = [
|
|
674
|
-
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
675
|
-
"rocket 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
676
|
-
"version_check 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
677
|
-
"yansi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
678
|
-
]
|
|
679
|
-
|
|
680
|
-
[[package]]
|
|
681
|
-
name = "rocket_contrib"
|
|
682
|
-
version = "0.3.6"
|
|
683
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
684
|
-
dependencies = [
|
|
685
|
-
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
686
|
-
"rocket 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
687
|
-
"serde 1.0.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
688
|
-
"serde_json 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
689
|
-
]
|
|
690
|
-
|
|
691
|
-
[[package]]
|
|
692
|
-
name = "rouille"
|
|
693
|
-
version = "2.1.0"
|
|
694
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
695
|
-
dependencies = [
|
|
696
|
-
"base64 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
697
|
-
"brotli2 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
698
|
-
"chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
699
|
-
"deflate 0.7.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
700
|
-
"filetime 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
701
|
-
"multipart 0.13.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
702
|
-
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
703
|
-
"rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
704
|
-
"serde 1.0.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
705
|
-
"serde_derive 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
706
|
-
"serde_json 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
707
|
-
"sha1 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
708
|
-
"term 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
709
|
-
"threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
710
|
-
"time 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
711
|
-
"tiny_http 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
712
|
-
"url 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
713
|
-
]
|
|
714
|
-
|
|
715
|
-
[[package]]
|
|
716
|
-
name = "rust-embed"
|
|
717
|
-
version = "1.1.1"
|
|
718
|
-
dependencies = [
|
|
719
|
-
"fern 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
720
|
-
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
721
|
-
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
722
|
-
"rocket 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
723
|
-
"rocket_codegen 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
724
|
-
"rocket_contrib 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
725
|
-
"rouille 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
726
|
-
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
727
|
-
"walkdir 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
728
|
-
]
|
|
729
|
-
|
|
730
|
-
[[package]]
|
|
731
|
-
name = "rustc-serialize"
|
|
732
|
-
version = "0.3.24"
|
|
733
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
734
|
-
|
|
735
|
-
[[package]]
|
|
736
|
-
name = "safemem"
|
|
737
|
-
version = "0.2.0"
|
|
738
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
739
|
-
|
|
740
|
-
[[package]]
|
|
741
|
-
name = "same-file"
|
|
742
|
-
version = "1.0.2"
|
|
743
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
744
|
-
dependencies = [
|
|
745
|
-
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
746
|
-
]
|
|
747
|
-
|
|
748
|
-
[[package]]
|
|
749
|
-
name = "scopeguard"
|
|
750
|
-
version = "0.3.3"
|
|
751
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
752
|
-
|
|
753
|
-
[[package]]
|
|
754
|
-
name = "serde"
|
|
755
|
-
version = "1.0.30"
|
|
756
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
757
|
-
|
|
758
|
-
[[package]]
|
|
759
|
-
name = "serde_derive"
|
|
760
|
-
version = "1.0.32"
|
|
761
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
762
|
-
dependencies = [
|
|
763
|
-
"proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
764
|
-
"quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
765
|
-
"serde_derive_internals 0.20.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
766
|
-
"syn 0.12.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
767
|
-
]
|
|
768
|
-
|
|
769
|
-
[[package]]
|
|
770
|
-
name = "serde_derive_internals"
|
|
771
|
-
version = "0.20.1"
|
|
772
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
773
|
-
dependencies = [
|
|
774
|
-
"proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
775
|
-
"syn 0.12.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
776
|
-
]
|
|
777
|
-
|
|
778
|
-
[[package]]
|
|
779
|
-
name = "serde_json"
|
|
780
|
-
version = "1.0.11"
|
|
781
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
782
|
-
dependencies = [
|
|
783
|
-
"dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
784
|
-
"itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
785
|
-
"num-traits 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
786
|
-
"serde 1.0.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
787
|
-
]
|
|
788
|
-
|
|
789
|
-
[[package]]
|
|
790
|
-
name = "sha1"
|
|
791
|
-
version = "0.2.0"
|
|
792
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
793
|
-
|
|
794
|
-
[[package]]
|
|
795
|
-
name = "siphasher"
|
|
796
|
-
version = "0.2.2"
|
|
797
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
798
|
-
|
|
799
|
-
[[package]]
|
|
800
|
-
name = "smallvec"
|
|
801
|
-
version = "0.4.4"
|
|
802
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
803
|
-
|
|
804
|
-
[[package]]
|
|
805
|
-
name = "state"
|
|
806
|
-
version = "0.3.3"
|
|
807
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
808
|
-
|
|
809
|
-
[[package]]
|
|
810
|
-
name = "syn"
|
|
811
|
-
version = "0.11.11"
|
|
812
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
813
|
-
dependencies = [
|
|
814
|
-
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
815
|
-
"synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
816
|
-
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
817
|
-
]
|
|
818
|
-
|
|
819
|
-
[[package]]
|
|
820
|
-
name = "syn"
|
|
821
|
-
version = "0.12.14"
|
|
822
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
823
|
-
dependencies = [
|
|
824
|
-
"proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
825
|
-
"quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
826
|
-
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
827
|
-
]
|
|
828
|
-
|
|
829
|
-
[[package]]
|
|
830
|
-
name = "synom"
|
|
831
|
-
version = "0.11.3"
|
|
832
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
833
|
-
dependencies = [
|
|
834
|
-
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
835
|
-
]
|
|
836
|
-
|
|
837
|
-
[[package]]
|
|
838
|
-
name = "tempdir"
|
|
839
|
-
version = "0.3.6"
|
|
840
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
841
|
-
dependencies = [
|
|
842
|
-
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
843
|
-
"remove_dir_all 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
844
|
-
]
|
|
845
|
-
|
|
846
|
-
[[package]]
|
|
847
|
-
name = "term"
|
|
848
|
-
version = "0.2.14"
|
|
849
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
850
|
-
dependencies = [
|
|
851
|
-
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
852
|
-
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
853
|
-
]
|
|
854
|
-
|
|
855
|
-
[[package]]
|
|
856
|
-
name = "termion"
|
|
857
|
-
version = "1.5.1"
|
|
858
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
859
|
-
dependencies = [
|
|
860
|
-
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
861
|
-
"redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
862
|
-
"redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
863
|
-
]
|
|
864
|
-
|
|
865
|
-
[[package]]
|
|
866
|
-
name = "threadpool"
|
|
867
|
-
version = "1.7.1"
|
|
868
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
869
|
-
dependencies = [
|
|
870
|
-
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
871
|
-
]
|
|
872
|
-
|
|
873
|
-
[[package]]
|
|
874
|
-
name = "time"
|
|
875
|
-
version = "0.1.39"
|
|
876
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
877
|
-
dependencies = [
|
|
878
|
-
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
879
|
-
"redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
880
|
-
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
881
|
-
]
|
|
882
|
-
|
|
883
|
-
[[package]]
|
|
884
|
-
name = "tiny_http"
|
|
885
|
-
version = "0.5.9"
|
|
886
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
887
|
-
dependencies = [
|
|
888
|
-
"ascii 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
889
|
-
"chrono 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
890
|
-
"chunked_transfer 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
891
|
-
"encoding 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
892
|
-
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
893
|
-
"url 0.2.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
894
|
-
]
|
|
895
|
-
|
|
896
|
-
[[package]]
|
|
897
|
-
name = "toml"
|
|
898
|
-
version = "0.4.5"
|
|
899
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
900
|
-
dependencies = [
|
|
901
|
-
"serde 1.0.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
902
|
-
]
|
|
903
|
-
|
|
904
|
-
[[package]]
|
|
905
|
-
name = "traitobject"
|
|
906
|
-
version = "0.1.0"
|
|
907
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
908
|
-
|
|
909
|
-
[[package]]
|
|
910
|
-
name = "twoway"
|
|
911
|
-
version = "0.1.7"
|
|
912
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
913
|
-
dependencies = [
|
|
914
|
-
"memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
915
|
-
]
|
|
916
|
-
|
|
917
|
-
[[package]]
|
|
918
|
-
name = "typeable"
|
|
919
|
-
version = "0.1.2"
|
|
920
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
921
|
-
|
|
922
|
-
[[package]]
|
|
923
|
-
name = "unicase"
|
|
924
|
-
version = "1.4.2"
|
|
925
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
926
|
-
dependencies = [
|
|
927
|
-
"version_check 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
928
|
-
]
|
|
929
|
-
|
|
930
|
-
[[package]]
|
|
931
|
-
name = "unicode-bidi"
|
|
932
|
-
version = "0.3.4"
|
|
933
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
934
|
-
dependencies = [
|
|
935
|
-
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
936
|
-
]
|
|
937
|
-
|
|
938
|
-
[[package]]
|
|
939
|
-
name = "unicode-normalization"
|
|
940
|
-
version = "0.1.5"
|
|
941
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
942
|
-
|
|
943
|
-
[[package]]
|
|
944
|
-
name = "unicode-xid"
|
|
945
|
-
version = "0.0.4"
|
|
946
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
947
|
-
|
|
948
|
-
[[package]]
|
|
949
|
-
name = "unicode-xid"
|
|
950
|
-
version = "0.1.0"
|
|
951
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
952
|
-
|
|
953
|
-
[[package]]
|
|
954
|
-
name = "untrusted"
|
|
955
|
-
version = "0.5.1"
|
|
956
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
957
|
-
|
|
958
|
-
[[package]]
|
|
959
|
-
name = "url"
|
|
960
|
-
version = "0.2.38"
|
|
961
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
962
|
-
dependencies = [
|
|
963
|
-
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
964
|
-
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
965
|
-
"uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
966
|
-
]
|
|
967
|
-
|
|
968
|
-
[[package]]
|
|
969
|
-
name = "url"
|
|
970
|
-
version = "1.7.0"
|
|
971
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
972
|
-
dependencies = [
|
|
973
|
-
"idna 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
974
|
-
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
975
|
-
"percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
976
|
-
]
|
|
977
|
-
|
|
978
|
-
[[package]]
|
|
979
|
-
name = "uuid"
|
|
980
|
-
version = "0.1.18"
|
|
981
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
982
|
-
dependencies = [
|
|
983
|
-
"rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
984
|
-
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
985
|
-
]
|
|
986
|
-
|
|
987
|
-
[[package]]
|
|
988
|
-
name = "version_check"
|
|
989
|
-
version = "0.1.3"
|
|
990
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
991
|
-
|
|
992
|
-
[[package]]
|
|
993
|
-
name = "walkdir"
|
|
994
|
-
version = "2.1.4"
|
|
995
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
996
|
-
dependencies = [
|
|
997
|
-
"same-file 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
998
|
-
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
999
|
-
]
|
|
1000
|
-
|
|
1001
|
-
[[package]]
|
|
1002
|
-
name = "winapi"
|
|
1003
|
-
version = "0.2.8"
|
|
1004
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1005
|
-
|
|
1006
|
-
[[package]]
|
|
1007
|
-
name = "winapi"
|
|
1008
|
-
version = "0.3.4"
|
|
1009
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1010
|
-
dependencies = [
|
|
1011
|
-
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
1012
|
-
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
1013
|
-
]
|
|
1014
|
-
|
|
1015
|
-
[[package]]
|
|
1016
|
-
name = "winapi-build"
|
|
1017
|
-
version = "0.1.1"
|
|
1018
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1019
|
-
|
|
1020
|
-
[[package]]
|
|
1021
|
-
name = "winapi-i686-pc-windows-gnu"
|
|
1022
|
-
version = "0.4.0"
|
|
1023
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1024
|
-
|
|
1025
|
-
[[package]]
|
|
1026
|
-
name = "winapi-x86_64-pc-windows-gnu"
|
|
1027
|
-
version = "0.4.0"
|
|
1028
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1029
|
-
|
|
1030
|
-
[[package]]
|
|
1031
|
-
name = "yansi"
|
|
1032
|
-
version = "0.3.4"
|
|
1033
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1034
|
-
|
|
1035
|
-
[metadata]
|
|
1036
|
-
"checksum adler32 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6cbd0b9af8587c72beadc9f72d35b9fbb070982c9e6203e46e93f10df25f8f45"
|
|
1037
|
-
"checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef"
|
|
1038
|
-
"checksum ascii 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3ae7d751998c189c1d4468cf0a39bb2eae052a9c58d50ebb3b9591ee3813ad50"
|
|
1039
|
-
"checksum base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "96434f987501f0ed4eb336a411e0631ecd1afa11574fe148587adc4ff96143c9"
|
|
1040
|
-
"checksum base64 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5032d51da2741729bfdaeb2664d9b8c6d9fd1e2b90715c660b6def36628499c2"
|
|
1041
|
-
"checksum bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c30d3802dfb7281680d6285f2ccdaa8c2d8fee41f93805dba5c4cf50dc23cf"
|
|
1042
|
-
"checksum brotli-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cb50f54b2e0c671b7ef1637a76237ebacbb293be179440d5d65ca288e42116bb"
|
|
1043
|
-
"checksum brotli2 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ea9d0bbab1235017a09226b079ed733bca4bf9ecb6b6102bd01aac79ea082dca"
|
|
1044
|
-
"checksum buf_redux 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b9279646319ff816b05fb5897883ece50d7d854d12b59992683d4f8a71b0f949"
|
|
1045
|
-
"checksum build_const 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e90dc84f5e62d2ebe7676b83c22d33b6db8bd27340fb6ffbff0a364efa0cb9c9"
|
|
1046
|
-
"checksum byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "652805b7e73fada9d85e9a6682a4abd490cb52d96aeecc12e33a0de34dfd0d23"
|
|
1047
|
-
"checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de"
|
|
1048
|
-
"checksum chrono 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)" = "9213f7cd7c27e95c2b57c49f0e69b1ea65b27138da84a170133fd21b07659c00"
|
|
1049
|
-
"checksum chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7c20ebe0b2b08b0aeddba49c609fe7957ba2e33449882cb186a180bc60682fa9"
|
|
1050
|
-
"checksum chunked_transfer 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "498d20a7aaf62625b9bf26e637cf7736417cde1d0c99f1d04d1170229a85cf87"
|
|
1051
|
-
"checksum cookie 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "477eb650753e319be2ae77ec368a58c638f9f0c4d941c39bad95e950fb1d1d0d"
|
|
1052
|
-
"checksum crc 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bd5d02c0aac6bd68393ed69e00bbc2457f3e89075c6349db7189618dc4ddc1d7"
|
|
1053
|
-
"checksum crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3"
|
|
1054
|
-
"checksum crossbeam-epoch 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "59796cc6cbbdc6bb319161349db0c3250ec73ec7fcb763a51065ec4e2e158552"
|
|
1055
|
-
"checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9"
|
|
1056
|
-
"checksum deflate 0.7.17 (registry+https://github.com/rust-lang/crates.io-index)" = "4dddda59aaab719767ab11d3efd9a714e95b610c4445d4435765021e9d52dfb1"
|
|
1057
|
-
"checksum dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "09c3753c3db574d215cba4ea76018483895d7bff25a31b49ba45db21c48e50ab"
|
|
1058
|
-
"checksum encoding 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
|
|
1059
|
-
"checksum encoding-index-japanese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)" = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
|
|
1060
|
-
"checksum encoding-index-korean 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)" = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
|
|
1061
|
-
"checksum encoding-index-simpchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
|
|
1062
|
-
"checksum encoding-index-singlebyte 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
|
|
1063
|
-
"checksum encoding-index-tradchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
|
|
1064
|
-
"checksum encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
|
|
1065
|
-
"checksum enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "be4551092f4d519593039259a9ed8daedf0da12e5109c5280338073eaeb81180"
|
|
1066
|
-
"checksum fern 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "50475651fccc56343c766e4d1889428ea753308a977e1315db358ada28cc8c9d"
|
|
1067
|
-
"checksum filetime 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "714653f3e34871534de23771ac7b26e999651a0a228f47beb324dfdf1dd4b10f"
|
|
1068
|
-
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
1069
|
-
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
|
1070
|
-
"checksum gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)" = "5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb"
|
|
1071
|
-
"checksum gzip-header 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0a9fcfe1c9ee125342355b2467bc29b9dfcb2124fcae27edb9cee6f4cc5ecd40"
|
|
1072
|
-
"checksum httparse 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c2f407128745b78abc95c0ffbe4e5d37427fdc0d45470710cfef8c44522a2e37"
|
|
1073
|
-
"checksum hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)" = "368cb56b2740ebf4230520e2b90ebb0461e69034d85d1945febd9b3971426db2"
|
|
1074
|
-
"checksum idna 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "014b298351066f1512874135335d62a789ffe78a9974f94b43ed5621951eaf7d"
|
|
1075
|
-
"checksum isatty 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "8f2a233726c7bb76995cec749d59582e5664823b7245d4970354408f1d79a7a2"
|
|
1076
|
-
"checksum itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8324a32baf01e2ae060e9de58ed0bc2320c9a2833491ee36cd3b4c414de4db8c"
|
|
1077
|
-
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
|
1078
|
-
"checksum language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
|
|
1079
|
-
"checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
|
|
1080
|
-
"checksum lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c8f31047daa365f19be14b47c29df4f7c3b581832407daabe6ae77397619237d"
|
|
1081
|
-
"checksum libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)" = "f54263ad99207254cf58b5f701ecb432c717445ea2ee8af387334bdd1a03fdff"
|
|
1082
|
-
"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
|
|
1083
|
-
"checksum log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "89f010e843f2b1a31dbd316b3b8d443758bc634bed37aabade59c686d644e0a2"
|
|
1084
|
-
"checksum matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "100aabe6b8ff4e4a7e32c1c13523379802df0772b82466207ac25b013f193376"
|
|
1085
|
-
"checksum memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "148fab2e51b4f1cfc66da2a7c32981d1d3c083a803978268bb11fe4b86925e7a"
|
|
1086
|
-
"checksum memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "796fba70e76612589ed2ce7f45282f5af869e0fdd7cc6199fa1aa1f1d591ba9d"
|
|
1087
|
-
"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
|
|
1088
|
-
"checksum mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0"
|
|
1089
|
-
"checksum mime_guess 1.8.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b7e2b09d08313f84e0fb82d13a4d859109a17543fe9af3b6d941dc1431f7de79"
|
|
1090
|
-
"checksum multipart 0.13.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92f54eb45230c3aa20864ccf0c277eeaeadcf5e437e91731db498dbf7fbe0ec6"
|
|
1091
|
-
"checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
|
|
1092
|
-
"checksum num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "4703ad64153382334aa8db57c637364c322d3372e097840c72000dabdcf6156e"
|
|
1093
|
-
"checksum num-integer 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)" = "f8d26da319fb45674985c78f1d1caf99aa4941f785d384a2ae36d0740bc3e2fe"
|
|
1094
|
-
"checksum num-iter 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)" = "4b226df12c5a59b63569dd57fafb926d91b385dfce33d8074a412411b689d593"
|
|
1095
|
-
"checksum num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31"
|
|
1096
|
-
"checksum num-traits 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3c2bd9b9d21e48e956b763c9f37134dc62d9e95da6edb3f672cacb6caf3cd3"
|
|
1097
|
-
"checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30"
|
|
1098
|
-
"checksum ordermap 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "b81cf3b8cb96aa0e73bbedfcdc9708d09fec2854ba8d474be4e6f666d7379e8b"
|
|
1099
|
-
"checksum pear 0.0.12 (registry+https://github.com/rust-lang/crates.io-index)" = "b5c2dabd6c1650d9bfac8e46be7b518b31c3885ab4412de1aca330938616c5bd"
|
|
1100
|
-
"checksum pear_codegen 0.0.12 (registry+https://github.com/rust-lang/crates.io-index)" = "df863bb78b3ee6b049278324eea8df6b2553a8db9a3504c0e32cfcc17bc8d18c"
|
|
1101
|
-
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
|
1102
|
-
"checksum phf 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "cb325642290f28ee14d8c6201159949a872f220c62af6e110a56ea914fbe42fc"
|
|
1103
|
-
"checksum phf_codegen 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "d62594c0bb54c464f633175d502038177e90309daf2e0158be42ed5f023ce88f"
|
|
1104
|
-
"checksum phf_generator 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "6b07ffcc532ccc85e3afc45865469bf5d9e4ef5bfcf9622e3cfe80c2d275ec03"
|
|
1105
|
-
"checksum phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "07e24b0ca9643bdecd0632f2b3da6b1b89bbb0030e0b992afc1113b23a7bc2f2"
|
|
1106
|
-
"checksum proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cd07deb3c6d1d9ff827999c7f9b04cdfd66b1b17ae508e14fe47b620f2282ae0"
|
|
1107
|
-
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
|
|
1108
|
-
"checksum quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1eca14c727ad12702eb4b6bfb5a232287dcf8385cb8ca83a3eeaf6519c44c408"
|
|
1109
|
-
"checksum rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" = "15a732abf9d20f0ad8eeb6f909bf6868722d9a06e1e50802b6a70351f40b4eb1"
|
|
1110
|
-
"checksum rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "eba5f8cb59cc50ed56be8880a5c7b496bfd9bd26394e176bc67884094145c2c5"
|
|
1111
|
-
"checksum rayon 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a77c51c07654ddd93f6cb543c7a849863b03abc7e82591afda6dc8ad4ac3ac4a"
|
|
1112
|
-
"checksum rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9d24ad214285a7729b174ed6d3bcfcb80177807f959d95fafd5bfc5c4f201ac8"
|
|
1113
|
-
"checksum redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "0d92eecebad22b767915e4d529f89f28ee96dbbf5a4810d2b844373f136417fd"
|
|
1114
|
-
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
|
|
1115
|
-
"checksum remove_dir_all 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b5d2f806b0fcdabd98acd380dc8daef485e22bcb7cddc811d1337967f2528cf5"
|
|
1116
|
-
"checksum ring 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1f2a6dc7fc06a05e6de183c5b97058582e9da2de0c136eafe49609769c507724"
|
|
1117
|
-
"checksum rocket 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "531c93452333bc5a13d3cbd776a8cac299215ba23be1583fdb307fef75ae0516"
|
|
1118
|
-
"checksum rocket_codegen 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a7ad25afa7baa27347981fc4d450713d1d9f7533fd5a0c4664519fe661bcd827"
|
|
1119
|
-
"checksum rocket_contrib 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f8c65e9bac3d41a9011adb4adccc819ab4a182657eb5cd478fd0e2a3c1eb7dfe"
|
|
1120
|
-
"checksum rouille 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cc1f8407af80b0630983b2c1f1860dda1960fdec8d3ee75ba8db14937756d3a0"
|
|
1121
|
-
"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
|
|
1122
|
-
"checksum safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e27a8b19b835f7aea908818e871f5cc3a5a186550c30773be987e155e8163d8f"
|
|
1123
|
-
"checksum same-file 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "cfb6eded0b06a0b512c8ddbcf04089138c9b4362c2f696f3c3d76039d68f3637"
|
|
1124
|
-
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
|
|
1125
|
-
"checksum serde 1.0.30 (registry+https://github.com/rust-lang/crates.io-index)" = "1f4d6340aa5fcdac490a1aa3511ff079b1cdaa45ffb766b2fd83395dae085cd5"
|
|
1126
|
-
"checksum serde_derive 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)" = "9cd9e89b8be5b611971734eaf887f1da0ce1a5b51491f04b09fe855649a84f3b"
|
|
1127
|
-
"checksum serde_derive_internals 0.20.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a79b781fe5c4a7037a10a485249a499ea02927046360afe7e04885aad2f9c10c"
|
|
1128
|
-
"checksum serde_json 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" = "fab6c4d75bedcf880711c85e39ebf8ccc70d0eba259899047ec5d7436643ee17"
|
|
1129
|
-
"checksum sha1 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cc30b1e1e8c40c121ca33b86c23308a090d19974ef001b4bf6e61fd1a0fb095c"
|
|
1130
|
-
"checksum siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0df90a788073e8d0235a67e50441d47db7c8ad9debd91cbf43736a2a92d36537"
|
|
1131
|
-
"checksum smallvec 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ee4f357e8cd37bf8822e1b964e96fd39e2cb5a0424f8aaa284ccaccc2162411c"
|
|
1132
|
-
"checksum state 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e2fe297055568778ddc83eb1d4292bcdab36bf9e5e7adf4d0ce4ee59caf778d9"
|
|
1133
|
-
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
|
|
1134
|
-
"checksum syn 0.12.14 (registry+https://github.com/rust-lang/crates.io-index)" = "8c5bc2d6ff27891209efa5f63e9de78648d7801f085e4653701a692ce938d6fd"
|
|
1135
|
-
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
|
|
1136
|
-
"checksum tempdir 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f73eebdb68c14bcb24aef74ea96079830e7fa7b31a6106e42ea7ee887c1e134e"
|
|
1137
|
-
"checksum term 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "f2077e54d38055cf1ca0fd7933a2e00cd3ec8f6fed352b2a377f06dcdaaf3281"
|
|
1138
|
-
"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
|
|
1139
|
-
"checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865"
|
|
1140
|
-
"checksum time 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "a15375f1df02096fb3317256ce2cee6a1f42fc84ea5ad5fc8c421cfe40c73098"
|
|
1141
|
-
"checksum tiny_http 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)" = "2f4d55c9a213880d1f0c89ded183f209c6e45b912ca6c7df6f93c163773572e1"
|
|
1142
|
-
"checksum toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a7540f4ffc193e0d3c94121edb19b055670d369f77d5804db11ae053a45b6e7e"
|
|
1143
|
-
"checksum traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079"
|
|
1144
|
-
"checksum twoway 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "db65ddf5811ef1964163e55df0b0b8171e4afc8a53a606dcdb5df87be3dcc302"
|
|
1145
|
-
"checksum typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1410f6f91f21d1612654e7cc69193b0334f909dcf2c790c4826254fbb86f8887"
|
|
1146
|
-
"checksum unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33"
|
|
1147
|
-
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
|
1148
|
-
"checksum unicode-normalization 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "51ccda9ef9efa3f7ef5d91e8f9b83bbe6955f9bf86aec89d5cce2c874625920f"
|
|
1149
|
-
"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
|
|
1150
|
-
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
|
1151
|
-
"checksum untrusted 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f392d7819dbe58833e26872f5f6f0d68b7bbbe90fc3667e98731c4a15ad9a7ae"
|
|
1152
|
-
"checksum url 0.2.38 (registry+https://github.com/rust-lang/crates.io-index)" = "cbaa8377a162d88e7d15db0cf110c8523453edcbc5bc66d2b6fffccffa34a068"
|
|
1153
|
-
"checksum url 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f808aadd8cfec6ef90e4a14eb46f24511824d1ac596b9682703c87056c8678b7"
|
|
1154
|
-
"checksum uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "78c590b5bd79ed10aad8fb75f078a59d8db445af6c743e55c4a53227fc01c13f"
|
|
1155
|
-
"checksum version_check 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6b772017e347561807c1aa192438c5fd74242a670a6cffacc40f2defd1dc069d"
|
|
1156
|
-
"checksum walkdir 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "63636bd0eb3d00ccb8b9036381b526efac53caf112b7783b730ab3f8e44da369"
|
|
1157
|
-
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
1158
|
-
"checksum winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "04e3bd221fcbe8a271359c04f21a76db7d0c6028862d1bb5512d85e1e2eb5bb3"
|
|
1159
|
-
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
|
1160
|
-
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
1161
|
-
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
1162
|
-
"checksum yansi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a503e4eea629f145a693c8ed1eddba88b3b9de5171c6ebd0e2820cf82d38f934"
|