~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.
63f22834
—
pyros2097 7 years ago
add lib export
- Cargo.lock +1121 -3
- Cargo.toml +8 -1
- examples/hyper.rs +0 -60
Cargo.lock
CHANGED
|
@@ -1,24 +1,714 @@
|
|
|
1
|
+
[[package]]
|
|
2
|
+
name = "actix"
|
|
3
|
+
version = "0.4.5"
|
|
4
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5
|
+
dependencies = [
|
|
6
|
+
"actix_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
7
|
+
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
8
|
+
"bytes 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
9
|
+
"crossbeam 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
10
|
+
"futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
11
|
+
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
12
|
+
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
13
|
+
"skeptic 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
14
|
+
"smallvec 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
15
|
+
"tokio-core 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
16
|
+
"tokio-io 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
17
|
+
"tokio-signal 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
18
|
+
"uuid 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
19
|
+
]
|
|
20
|
+
|
|
21
|
+
[[package]]
|
|
22
|
+
name = "actix-web"
|
|
23
|
+
version = "0.3.3"
|
|
24
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
25
|
+
dependencies = [
|
|
26
|
+
"actix 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
27
|
+
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
28
|
+
"brotli2 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
29
|
+
"bytes 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
30
|
+
"cookie 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
31
|
+
"failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
32
|
+
"failure_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
33
|
+
"flate2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
34
|
+
"futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
35
|
+
"h2 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
36
|
+
"http 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
37
|
+
"http-range 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
38
|
+
"httparse 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
39
|
+
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
40
|
+
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
41
|
+
"mime 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
42
|
+
"mime_guess 1.8.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
43
|
+
"mio 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
44
|
+
"net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
45
|
+
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
46
|
+
"percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
47
|
+
"regex 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
48
|
+
"serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
49
|
+
"serde_json 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
50
|
+
"sha1 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
51
|
+
"skeptic 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
52
|
+
"smallvec 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
53
|
+
"time 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
54
|
+
"tokio-core 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
55
|
+
"tokio-io 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
56
|
+
"url 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
57
|
+
"version_check 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
58
|
+
]
|
|
59
|
+
|
|
60
|
+
[[package]]
|
|
61
|
+
name = "actix_derive"
|
|
62
|
+
version = "0.1.1"
|
|
63
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
64
|
+
dependencies = [
|
|
65
|
+
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
66
|
+
"rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
67
|
+
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
68
|
+
"version_check 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
69
|
+
]
|
|
70
|
+
|
|
71
|
+
[[package]]
|
|
72
|
+
name = "aho-corasick"
|
|
73
|
+
version = "0.6.4"
|
|
74
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
75
|
+
dependencies = [
|
|
76
|
+
"memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
77
|
+
]
|
|
78
|
+
|
|
79
|
+
[[package]]
|
|
80
|
+
name = "arrayvec"
|
|
81
|
+
version = "0.4.7"
|
|
82
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
83
|
+
dependencies = [
|
|
84
|
+
"nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
85
|
+
]
|
|
86
|
+
|
|
87
|
+
[[package]]
|
|
88
|
+
name = "backtrace"
|
|
89
|
+
version = "0.3.5"
|
|
90
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
91
|
+
dependencies = [
|
|
92
|
+
"backtrace-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
93
|
+
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
94
|
+
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
95
|
+
"rustc-demangle 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
96
|
+
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
97
|
+
]
|
|
98
|
+
|
|
99
|
+
[[package]]
|
|
100
|
+
name = "backtrace-sys"
|
|
101
|
+
version = "0.1.16"
|
|
102
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
103
|
+
dependencies = [
|
|
104
|
+
"cc 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
105
|
+
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
106
|
+
]
|
|
107
|
+
|
|
108
|
+
[[package]]
|
|
109
|
+
name = "base64"
|
|
110
|
+
version = "0.6.0"
|
|
111
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
112
|
+
dependencies = [
|
|
113
|
+
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
114
|
+
"safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
115
|
+
]
|
|
116
|
+
|
|
117
|
+
[[package]]
|
|
118
|
+
name = "bitflags"
|
|
119
|
+
version = "0.9.1"
|
|
120
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
121
|
+
|
|
122
|
+
[[package]]
|
|
123
|
+
name = "bitflags"
|
|
124
|
+
version = "1.0.1"
|
|
125
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
126
|
+
|
|
127
|
+
[[package]]
|
|
128
|
+
name = "brotli-sys"
|
|
129
|
+
version = "0.3.2"
|
|
130
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
131
|
+
dependencies = [
|
|
132
|
+
"cc 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
133
|
+
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
134
|
+
]
|
|
135
|
+
|
|
136
|
+
[[package]]
|
|
137
|
+
name = "brotli2"
|
|
138
|
+
version = "0.3.2"
|
|
139
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
140
|
+
dependencies = [
|
|
141
|
+
"brotli-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
142
|
+
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
143
|
+
]
|
|
144
|
+
|
|
145
|
+
[[package]]
|
|
146
|
+
name = "bytecount"
|
|
147
|
+
version = "0.2.0"
|
|
148
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
149
|
+
|
|
150
|
+
[[package]]
|
|
151
|
+
name = "byteorder"
|
|
152
|
+
version = "1.2.1"
|
|
153
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
154
|
+
|
|
155
|
+
[[package]]
|
|
156
|
+
name = "bytes"
|
|
157
|
+
version = "0.4.6"
|
|
158
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
159
|
+
dependencies = [
|
|
160
|
+
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
161
|
+
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
162
|
+
]
|
|
163
|
+
|
|
164
|
+
[[package]]
|
|
165
|
+
name = "cargo_metadata"
|
|
166
|
+
version = "0.3.3"
|
|
167
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
168
|
+
dependencies = [
|
|
169
|
+
"error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
170
|
+
"semver 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
171
|
+
"serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
172
|
+
"serde_derive 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
173
|
+
"serde_json 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
174
|
+
]
|
|
175
|
+
|
|
176
|
+
[[package]]
|
|
177
|
+
name = "cc"
|
|
178
|
+
version = "1.0.4"
|
|
179
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
180
|
+
|
|
1
181
|
[[package]]
|
|
2
182
|
name = "cfg-if"
|
|
3
183
|
version = "0.1.2"
|
|
4
184
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5
185
|
|
|
6
186
|
[[package]]
|
|
187
|
+
name = "cookie"
|
|
188
|
+
version = "0.10.1"
|
|
189
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
190
|
+
dependencies = [
|
|
191
|
+
"base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
192
|
+
"ring 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
193
|
+
"time 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
194
|
+
"url 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
195
|
+
]
|
|
196
|
+
|
|
197
|
+
[[package]]
|
|
198
|
+
name = "crossbeam"
|
|
199
|
+
version = "0.3.0"
|
|
200
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
201
|
+
|
|
202
|
+
[[package]]
|
|
203
|
+
name = "crossbeam-deque"
|
|
204
|
+
version = "0.2.0"
|
|
205
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
206
|
+
dependencies = [
|
|
207
|
+
"crossbeam-epoch 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
208
|
+
"crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
209
|
+
]
|
|
210
|
+
|
|
211
|
+
[[package]]
|
|
212
|
+
name = "crossbeam-epoch"
|
|
213
|
+
version = "0.3.0"
|
|
214
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
215
|
+
dependencies = [
|
|
216
|
+
"arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
217
|
+
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
218
|
+
"crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
219
|
+
"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
220
|
+
"memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
221
|
+
"nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
222
|
+
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
223
|
+
]
|
|
224
|
+
|
|
225
|
+
[[package]]
|
|
226
|
+
name = "crossbeam-utils"
|
|
227
|
+
version = "0.2.2"
|
|
228
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
229
|
+
dependencies = [
|
|
230
|
+
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
231
|
+
]
|
|
232
|
+
|
|
233
|
+
[[package]]
|
|
234
|
+
name = "dtoa"
|
|
235
|
+
version = "0.4.2"
|
|
236
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
237
|
+
|
|
238
|
+
[[package]]
|
|
239
|
+
name = "error-chain"
|
|
240
|
+
version = "0.11.0"
|
|
241
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
242
|
+
dependencies = [
|
|
243
|
+
"backtrace 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
244
|
+
]
|
|
245
|
+
|
|
246
|
+
[[package]]
|
|
247
|
+
name = "failure"
|
|
248
|
+
version = "0.1.1"
|
|
249
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
250
|
+
dependencies = [
|
|
251
|
+
"backtrace 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
252
|
+
"failure_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
253
|
+
]
|
|
254
|
+
|
|
255
|
+
[[package]]
|
|
256
|
+
name = "failure_derive"
|
|
257
|
+
version = "0.1.1"
|
|
258
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
259
|
+
dependencies = [
|
|
260
|
+
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
261
|
+
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
262
|
+
"synstructure 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
263
|
+
]
|
|
264
|
+
|
|
265
|
+
[[package]]
|
|
266
|
+
name = "flate2"
|
|
267
|
+
version = "1.0.1"
|
|
268
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
269
|
+
dependencies = [
|
|
270
|
+
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
271
|
+
"miniz-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
272
|
+
]
|
|
273
|
+
|
|
274
|
+
[[package]]
|
|
275
|
+
name = "fnv"
|
|
276
|
+
version = "1.0.6"
|
|
277
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
278
|
+
|
|
279
|
+
[[package]]
|
|
280
|
+
name = "fuchsia-zircon"
|
|
281
|
+
version = "0.3.3"
|
|
282
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
283
|
+
dependencies = [
|
|
284
|
+
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
285
|
+
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
286
|
+
]
|
|
287
|
+
|
|
288
|
+
[[package]]
|
|
289
|
+
name = "fuchsia-zircon-sys"
|
|
290
|
+
version = "0.3.3"
|
|
291
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
292
|
+
|
|
293
|
+
[[package]]
|
|
294
|
+
name = "futures"
|
|
295
|
+
version = "0.1.18"
|
|
296
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
297
|
+
|
|
298
|
+
[[package]]
|
|
299
|
+
name = "gcc"
|
|
300
|
+
version = "0.3.54"
|
|
301
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
302
|
+
|
|
303
|
+
[[package]]
|
|
304
|
+
name = "glob"
|
|
305
|
+
version = "0.2.11"
|
|
306
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
307
|
+
|
|
308
|
+
[[package]]
|
|
309
|
+
name = "h2"
|
|
310
|
+
version = "0.1.0"
|
|
311
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
312
|
+
dependencies = [
|
|
313
|
+
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
314
|
+
"bytes 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
315
|
+
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
316
|
+
"futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
317
|
+
"http 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
318
|
+
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
319
|
+
"ordermap 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
320
|
+
"slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
321
|
+
"string 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
322
|
+
"tokio-io 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
323
|
+
]
|
|
324
|
+
|
|
325
|
+
[[package]]
|
|
326
|
+
name = "http"
|
|
327
|
+
version = "0.1.4"
|
|
328
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
329
|
+
dependencies = [
|
|
330
|
+
"bytes 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
331
|
+
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
332
|
+
]
|
|
333
|
+
|
|
334
|
+
[[package]]
|
|
335
|
+
name = "http-range"
|
|
336
|
+
version = "0.1.1"
|
|
337
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
338
|
+
|
|
339
|
+
[[package]]
|
|
340
|
+
name = "httparse"
|
|
341
|
+
version = "1.2.4"
|
|
342
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
343
|
+
|
|
344
|
+
[[package]]
|
|
345
|
+
name = "idna"
|
|
346
|
+
version = "0.1.4"
|
|
347
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
348
|
+
dependencies = [
|
|
349
|
+
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
350
|
+
"unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
351
|
+
"unicode-normalization 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
352
|
+
]
|
|
353
|
+
|
|
354
|
+
[[package]]
|
|
355
|
+
name = "iovec"
|
|
356
|
+
version = "0.1.2"
|
|
357
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
358
|
+
dependencies = [
|
|
359
|
+
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
360
|
+
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
361
|
+
]
|
|
362
|
+
|
|
363
|
+
[[package]]
|
|
364
|
+
name = "itoa"
|
|
365
|
+
version = "0.3.4"
|
|
366
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
367
|
+
|
|
368
|
+
[[package]]
|
|
369
|
+
name = "kernel32-sys"
|
|
370
|
+
version = "0.2.2"
|
|
371
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
372
|
+
dependencies = [
|
|
373
|
+
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
374
|
+
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
375
|
+
]
|
|
376
|
+
|
|
377
|
+
[[package]]
|
|
378
|
+
name = "lazy_static"
|
|
379
|
+
version = "0.2.11"
|
|
380
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
381
|
+
|
|
382
|
+
[[package]]
|
|
383
|
+
name = "lazy_static"
|
|
384
|
+
version = "1.0.0"
|
|
385
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
386
|
+
|
|
387
|
+
[[package]]
|
|
388
|
+
name = "lazycell"
|
|
389
|
+
version = "0.6.0"
|
|
390
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
391
|
+
|
|
392
|
+
[[package]]
|
|
393
|
+
name = "libc"
|
|
394
|
+
version = "0.2.36"
|
|
395
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
396
|
+
|
|
397
|
+
[[package]]
|
|
7
|
-
name = "log"
|
|
398
|
+
name = "log"
|
|
399
|
+
version = "0.3.9"
|
|
400
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
401
|
+
dependencies = [
|
|
402
|
+
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
403
|
+
]
|
|
404
|
+
|
|
405
|
+
[[package]]
|
|
406
|
+
name = "log"
|
|
8
|
-
version = "0.4.1"
|
|
407
|
+
version = "0.4.1"
|
|
408
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
409
|
+
dependencies = [
|
|
410
|
+
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
411
|
+
]
|
|
412
|
+
|
|
413
|
+
[[package]]
|
|
414
|
+
name = "matches"
|
|
415
|
+
version = "0.1.6"
|
|
416
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
417
|
+
|
|
418
|
+
[[package]]
|
|
419
|
+
name = "memchr"
|
|
420
|
+
version = "2.0.1"
|
|
421
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
422
|
+
dependencies = [
|
|
423
|
+
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
424
|
+
]
|
|
425
|
+
|
|
426
|
+
[[package]]
|
|
427
|
+
name = "memoffset"
|
|
428
|
+
version = "0.2.1"
|
|
429
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
430
|
+
|
|
431
|
+
[[package]]
|
|
432
|
+
name = "mime"
|
|
433
|
+
version = "0.2.6"
|
|
434
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
435
|
+
dependencies = [
|
|
436
|
+
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
437
|
+
]
|
|
438
|
+
|
|
439
|
+
[[package]]
|
|
440
|
+
name = "mime"
|
|
441
|
+
version = "0.3.5"
|
|
442
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
443
|
+
dependencies = [
|
|
444
|
+
"unicase 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
445
|
+
]
|
|
446
|
+
|
|
447
|
+
[[package]]
|
|
448
|
+
name = "mime_guess"
|
|
449
|
+
version = "1.8.4"
|
|
450
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
451
|
+
dependencies = [
|
|
452
|
+
"mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
453
|
+
"phf 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
454
|
+
"phf_codegen 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
455
|
+
"unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
456
|
+
]
|
|
457
|
+
|
|
458
|
+
[[package]]
|
|
459
|
+
name = "miniz-sys"
|
|
460
|
+
version = "0.1.10"
|
|
461
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
462
|
+
dependencies = [
|
|
463
|
+
"cc 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
464
|
+
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
465
|
+
]
|
|
466
|
+
|
|
467
|
+
[[package]]
|
|
468
|
+
name = "mio"
|
|
469
|
+
version = "0.6.13"
|
|
470
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
471
|
+
dependencies = [
|
|
472
|
+
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
473
|
+
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
474
|
+
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
475
|
+
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
476
|
+
"lazycell 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
477
|
+
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
478
|
+
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
479
|
+
"miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
480
|
+
"net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
481
|
+
"slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
482
|
+
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
483
|
+
]
|
|
484
|
+
|
|
485
|
+
[[package]]
|
|
486
|
+
name = "mio-uds"
|
|
487
|
+
version = "0.6.4"
|
|
488
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
489
|
+
dependencies = [
|
|
490
|
+
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
491
|
+
"mio 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
492
|
+
]
|
|
493
|
+
|
|
494
|
+
[[package]]
|
|
495
|
+
name = "miow"
|
|
496
|
+
version = "0.2.1"
|
|
497
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
498
|
+
dependencies = [
|
|
499
|
+
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
500
|
+
"net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
501
|
+
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
502
|
+
"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
503
|
+
]
|
|
504
|
+
|
|
505
|
+
[[package]]
|
|
506
|
+
name = "net2"
|
|
507
|
+
version = "0.2.31"
|
|
508
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
509
|
+
dependencies = [
|
|
510
|
+
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
511
|
+
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
512
|
+
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
513
|
+
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
514
|
+
"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
515
|
+
]
|
|
516
|
+
|
|
517
|
+
[[package]]
|
|
518
|
+
name = "nodrop"
|
|
519
|
+
version = "0.1.12"
|
|
520
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
521
|
+
|
|
522
|
+
[[package]]
|
|
523
|
+
name = "num-traits"
|
|
524
|
+
version = "0.1.43"
|
|
525
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
526
|
+
dependencies = [
|
|
527
|
+
"num-traits 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
528
|
+
]
|
|
529
|
+
|
|
530
|
+
[[package]]
|
|
531
|
+
name = "num-traits"
|
|
532
|
+
version = "0.2.0"
|
|
533
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
534
|
+
|
|
535
|
+
[[package]]
|
|
536
|
+
name = "num_cpus"
|
|
537
|
+
version = "1.8.0"
|
|
538
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
539
|
+
dependencies = [
|
|
540
|
+
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
541
|
+
]
|
|
542
|
+
|
|
543
|
+
[[package]]
|
|
544
|
+
name = "ordermap"
|
|
545
|
+
version = "0.2.13"
|
|
546
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
547
|
+
|
|
548
|
+
[[package]]
|
|
549
|
+
name = "percent-encoding"
|
|
550
|
+
version = "1.0.1"
|
|
551
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
552
|
+
|
|
553
|
+
[[package]]
|
|
554
|
+
name = "phf"
|
|
555
|
+
version = "0.7.21"
|
|
556
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
557
|
+
dependencies = [
|
|
558
|
+
"phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
559
|
+
]
|
|
560
|
+
|
|
561
|
+
[[package]]
|
|
562
|
+
name = "phf_codegen"
|
|
563
|
+
version = "0.7.21"
|
|
564
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
565
|
+
dependencies = [
|
|
566
|
+
"phf_generator 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
567
|
+
"phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
568
|
+
]
|
|
569
|
+
|
|
570
|
+
[[package]]
|
|
571
|
+
name = "phf_generator"
|
|
572
|
+
version = "0.7.21"
|
|
573
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
574
|
+
dependencies = [
|
|
575
|
+
"phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
576
|
+
"rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
577
|
+
]
|
|
578
|
+
|
|
579
|
+
[[package]]
|
|
580
|
+
name = "phf_shared"
|
|
581
|
+
version = "0.7.21"
|
|
582
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
583
|
+
dependencies = [
|
|
584
|
+
"siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
585
|
+
"unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
586
|
+
]
|
|
587
|
+
|
|
588
|
+
[[package]]
|
|
589
|
+
name = "pulldown-cmark"
|
|
590
|
+
version = "0.1.2"
|
|
591
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
592
|
+
dependencies = [
|
|
593
|
+
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
594
|
+
]
|
|
595
|
+
|
|
596
|
+
[[package]]
|
|
597
|
+
name = "quote"
|
|
598
|
+
version = "0.3.15"
|
|
599
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
600
|
+
|
|
601
|
+
[[package]]
|
|
602
|
+
name = "rand"
|
|
603
|
+
version = "0.3.22"
|
|
9
604
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
10
605
|
dependencies = [
|
|
606
|
+
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
607
|
+
"libc 0.2.36 (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 = "rand"
|
|
613
|
+
version = "0.4.2"
|
|
614
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
615
|
+
dependencies = [
|
|
616
|
+
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
617
|
+
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
618
|
+
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
619
|
+
]
|
|
620
|
+
|
|
621
|
+
[[package]]
|
|
622
|
+
name = "rayon"
|
|
623
|
+
version = "0.8.2"
|
|
624
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
625
|
+
dependencies = [
|
|
626
|
+
"rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
627
|
+
]
|
|
628
|
+
|
|
629
|
+
[[package]]
|
|
630
|
+
name = "rayon-core"
|
|
631
|
+
version = "1.4.0"
|
|
632
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
633
|
+
dependencies = [
|
|
634
|
+
"crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
635
|
+
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
636
|
+
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
637
|
+
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
638
|
+
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
639
|
+
]
|
|
640
|
+
|
|
641
|
+
[[package]]
|
|
642
|
+
name = "redox_syscall"
|
|
643
|
+
version = "0.1.37"
|
|
644
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
645
|
+
|
|
646
|
+
[[package]]
|
|
647
|
+
name = "regex"
|
|
648
|
+
version = "0.2.6"
|
|
649
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
650
|
+
dependencies = [
|
|
651
|
+
"aho-corasick 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
652
|
+
"memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
653
|
+
"regex-syntax 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
654
|
+
"thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
655
|
+
"utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
656
|
+
]
|
|
657
|
+
|
|
658
|
+
[[package]]
|
|
659
|
+
name = "regex-syntax"
|
|
660
|
+
version = "0.4.2"
|
|
661
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
662
|
+
|
|
663
|
+
[[package]]
|
|
664
|
+
name = "remove_dir_all"
|
|
665
|
+
version = "0.3.0"
|
|
666
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
667
|
+
dependencies = [
|
|
668
|
+
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
669
|
+
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
670
|
+
]
|
|
671
|
+
|
|
672
|
+
[[package]]
|
|
673
|
+
name = "ring"
|
|
674
|
+
version = "0.12.1"
|
|
675
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
676
|
+
dependencies = [
|
|
677
|
+
"gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
678
|
+
"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
679
|
+
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
11
|
-
"
|
|
680
|
+
"rayon 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
681
|
+
"untrusted 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
12
682
|
]
|
|
13
683
|
|
|
14
684
|
[[package]]
|
|
15
685
|
name = "rust-embed"
|
|
16
686
|
version = "0.3.0"
|
|
17
687
|
dependencies = [
|
|
688
|
+
"actix-web 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
18
689
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
19
690
|
"walkdir 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
20
691
|
]
|
|
21
692
|
|
|
693
|
+
[[package]]
|
|
694
|
+
name = "rustc-demangle"
|
|
695
|
+
version = "0.1.7"
|
|
696
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
697
|
+
|
|
698
|
+
[[package]]
|
|
699
|
+
name = "safemem"
|
|
700
|
+
version = "0.2.0"
|
|
701
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
702
|
+
|
|
703
|
+
[[package]]
|
|
704
|
+
name = "same-file"
|
|
705
|
+
version = "0.1.3"
|
|
706
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
707
|
+
dependencies = [
|
|
708
|
+
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
709
|
+
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
710
|
+
]
|
|
711
|
+
|
|
22
712
|
[[package]]
|
|
23
713
|
name = "same-file"
|
|
24
714
|
version = "1.0.2"
|
|
@@ -27,6 +717,294 @@ dependencies = [
|
|
|
27
717
|
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
28
718
|
]
|
|
29
719
|
|
|
720
|
+
[[package]]
|
|
721
|
+
name = "scoped-tls"
|
|
722
|
+
version = "0.1.0"
|
|
723
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
724
|
+
|
|
725
|
+
[[package]]
|
|
726
|
+
name = "scopeguard"
|
|
727
|
+
version = "0.3.3"
|
|
728
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
729
|
+
|
|
730
|
+
[[package]]
|
|
731
|
+
name = "semver"
|
|
732
|
+
version = "0.8.0"
|
|
733
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
734
|
+
dependencies = [
|
|
735
|
+
"semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
736
|
+
"serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
737
|
+
]
|
|
738
|
+
|
|
739
|
+
[[package]]
|
|
740
|
+
name = "semver-parser"
|
|
741
|
+
version = "0.7.0"
|
|
742
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
743
|
+
|
|
744
|
+
[[package]]
|
|
745
|
+
name = "serde"
|
|
746
|
+
version = "1.0.27"
|
|
747
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
748
|
+
|
|
749
|
+
[[package]]
|
|
750
|
+
name = "serde_derive"
|
|
751
|
+
version = "1.0.27"
|
|
752
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
753
|
+
dependencies = [
|
|
754
|
+
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
755
|
+
"serde_derive_internals 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
756
|
+
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
757
|
+
]
|
|
758
|
+
|
|
759
|
+
[[package]]
|
|
760
|
+
name = "serde_derive_internals"
|
|
761
|
+
version = "0.19.0"
|
|
762
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
763
|
+
dependencies = [
|
|
764
|
+
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
765
|
+
"synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
766
|
+
]
|
|
767
|
+
|
|
768
|
+
[[package]]
|
|
769
|
+
name = "serde_json"
|
|
770
|
+
version = "1.0.9"
|
|
771
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
772
|
+
dependencies = [
|
|
773
|
+
"dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
774
|
+
"itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
775
|
+
"num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
776
|
+
"serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
777
|
+
]
|
|
778
|
+
|
|
779
|
+
[[package]]
|
|
780
|
+
name = "sha1"
|
|
781
|
+
version = "0.4.0"
|
|
782
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
783
|
+
|
|
784
|
+
[[package]]
|
|
785
|
+
name = "siphasher"
|
|
786
|
+
version = "0.2.2"
|
|
787
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
788
|
+
|
|
789
|
+
[[package]]
|
|
790
|
+
name = "skeptic"
|
|
791
|
+
version = "0.13.2"
|
|
792
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
793
|
+
dependencies = [
|
|
794
|
+
"bytecount 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
795
|
+
"cargo_metadata 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
796
|
+
"error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
797
|
+
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
798
|
+
"pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
799
|
+
"serde_json 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
800
|
+
"tempdir 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
801
|
+
"walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
802
|
+
]
|
|
803
|
+
|
|
804
|
+
[[package]]
|
|
805
|
+
name = "slab"
|
|
806
|
+
version = "0.3.0"
|
|
807
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
808
|
+
|
|
809
|
+
[[package]]
|
|
810
|
+
name = "slab"
|
|
811
|
+
version = "0.4.0"
|
|
812
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
813
|
+
|
|
814
|
+
[[package]]
|
|
815
|
+
name = "smallvec"
|
|
816
|
+
version = "0.6.0"
|
|
817
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
818
|
+
|
|
819
|
+
[[package]]
|
|
820
|
+
name = "string"
|
|
821
|
+
version = "0.1.0"
|
|
822
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
823
|
+
|
|
824
|
+
[[package]]
|
|
825
|
+
name = "syn"
|
|
826
|
+
version = "0.11.11"
|
|
827
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
828
|
+
dependencies = [
|
|
829
|
+
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
830
|
+
"synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
831
|
+
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
832
|
+
]
|
|
833
|
+
|
|
834
|
+
[[package]]
|
|
835
|
+
name = "synom"
|
|
836
|
+
version = "0.11.3"
|
|
837
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
838
|
+
dependencies = [
|
|
839
|
+
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
840
|
+
]
|
|
841
|
+
|
|
842
|
+
[[package]]
|
|
843
|
+
name = "synstructure"
|
|
844
|
+
version = "0.6.1"
|
|
845
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
846
|
+
dependencies = [
|
|
847
|
+
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
848
|
+
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
849
|
+
]
|
|
850
|
+
|
|
851
|
+
[[package]]
|
|
852
|
+
name = "tempdir"
|
|
853
|
+
version = "0.3.6"
|
|
854
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
855
|
+
dependencies = [
|
|
856
|
+
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
857
|
+
"remove_dir_all 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
858
|
+
]
|
|
859
|
+
|
|
860
|
+
[[package]]
|
|
861
|
+
name = "thread_local"
|
|
862
|
+
version = "0.3.5"
|
|
863
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
864
|
+
dependencies = [
|
|
865
|
+
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
866
|
+
"unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
867
|
+
]
|
|
868
|
+
|
|
869
|
+
[[package]]
|
|
870
|
+
name = "time"
|
|
871
|
+
version = "0.1.39"
|
|
872
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
873
|
+
dependencies = [
|
|
874
|
+
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
875
|
+
"redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
876
|
+
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
877
|
+
]
|
|
878
|
+
|
|
879
|
+
[[package]]
|
|
880
|
+
name = "tokio-core"
|
|
881
|
+
version = "0.1.12"
|
|
882
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
883
|
+
dependencies = [
|
|
884
|
+
"bytes 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
885
|
+
"futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
886
|
+
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
887
|
+
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
888
|
+
"mio 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
889
|
+
"scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
890
|
+
"slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
891
|
+
"tokio-io 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
892
|
+
]
|
|
893
|
+
|
|
894
|
+
[[package]]
|
|
895
|
+
name = "tokio-io"
|
|
896
|
+
version = "0.1.5"
|
|
897
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
898
|
+
dependencies = [
|
|
899
|
+
"bytes 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
900
|
+
"futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
901
|
+
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
902
|
+
]
|
|
903
|
+
|
|
904
|
+
[[package]]
|
|
905
|
+
name = "tokio-signal"
|
|
906
|
+
version = "0.1.4"
|
|
907
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
908
|
+
dependencies = [
|
|
909
|
+
"futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
910
|
+
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
911
|
+
"mio 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
912
|
+
"mio-uds 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
913
|
+
"tokio-core 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
914
|
+
"tokio-io 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
915
|
+
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
916
|
+
]
|
|
917
|
+
|
|
918
|
+
[[package]]
|
|
919
|
+
name = "unicase"
|
|
920
|
+
version = "1.4.2"
|
|
921
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
922
|
+
dependencies = [
|
|
923
|
+
"version_check 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
924
|
+
]
|
|
925
|
+
|
|
926
|
+
[[package]]
|
|
927
|
+
name = "unicase"
|
|
928
|
+
version = "2.1.0"
|
|
929
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
930
|
+
dependencies = [
|
|
931
|
+
"version_check 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
932
|
+
]
|
|
933
|
+
|
|
934
|
+
[[package]]
|
|
935
|
+
name = "unicode-bidi"
|
|
936
|
+
version = "0.3.4"
|
|
937
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
938
|
+
dependencies = [
|
|
939
|
+
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
940
|
+
]
|
|
941
|
+
|
|
942
|
+
[[package]]
|
|
943
|
+
name = "unicode-normalization"
|
|
944
|
+
version = "0.1.5"
|
|
945
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
946
|
+
|
|
947
|
+
[[package]]
|
|
948
|
+
name = "unicode-xid"
|
|
949
|
+
version = "0.0.4"
|
|
950
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
951
|
+
|
|
952
|
+
[[package]]
|
|
953
|
+
name = "unreachable"
|
|
954
|
+
version = "1.0.0"
|
|
955
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
956
|
+
dependencies = [
|
|
957
|
+
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
958
|
+
]
|
|
959
|
+
|
|
960
|
+
[[package]]
|
|
961
|
+
name = "untrusted"
|
|
962
|
+
version = "0.5.1"
|
|
963
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
964
|
+
|
|
965
|
+
[[package]]
|
|
966
|
+
name = "url"
|
|
967
|
+
version = "1.7.0"
|
|
968
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
969
|
+
dependencies = [
|
|
970
|
+
"idna 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
971
|
+
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
972
|
+
"percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
973
|
+
]
|
|
974
|
+
|
|
975
|
+
[[package]]
|
|
976
|
+
name = "utf8-ranges"
|
|
977
|
+
version = "1.0.0"
|
|
978
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
979
|
+
|
|
980
|
+
[[package]]
|
|
981
|
+
name = "uuid"
|
|
982
|
+
version = "0.5.1"
|
|
983
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
984
|
+
dependencies = [
|
|
985
|
+
"rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
986
|
+
]
|
|
987
|
+
|
|
988
|
+
[[package]]
|
|
989
|
+
name = "version_check"
|
|
990
|
+
version = "0.1.3"
|
|
991
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
992
|
+
|
|
993
|
+
[[package]]
|
|
994
|
+
name = "void"
|
|
995
|
+
version = "1.0.2"
|
|
996
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
997
|
+
|
|
998
|
+
[[package]]
|
|
999
|
+
name = "walkdir"
|
|
1000
|
+
version = "1.0.7"
|
|
1001
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1002
|
+
dependencies = [
|
|
1003
|
+
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
1004
|
+
"same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
1005
|
+
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
1006
|
+
]
|
|
1007
|
+
|
|
30
1008
|
[[package]]
|
|
31
1009
|
name = "walkdir"
|
|
32
1010
|
version = "2.1.4"
|
|
@@ -36,6 +1014,11 @@ dependencies = [
|
|
|
36
1014
|
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
37
1015
|
]
|
|
38
1016
|
|
|
1017
|
+
[[package]]
|
|
1018
|
+
name = "winapi"
|
|
1019
|
+
version = "0.2.8"
|
|
1020
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1021
|
+
|
|
39
1022
|
[[package]]
|
|
40
1023
|
name = "winapi"
|
|
41
1024
|
version = "0.3.4"
|
|
@@ -45,6 +1028,11 @@ dependencies = [
|
|
|
45
1028
|
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
46
1029
|
]
|
|
47
1030
|
|
|
1031
|
+
[[package]]
|
|
1032
|
+
name = "winapi-build"
|
|
1033
|
+
version = "0.1.1"
|
|
1034
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1035
|
+
|
|
48
1036
|
[[package]]
|
|
49
1037
|
name = "winapi-i686-pc-windows-gnu"
|
|
50
1038
|
version = "0.4.0"
|
|
@@ -55,11 +1043,141 @@ name = "winapi-x86_64-pc-windows-gnu"
|
|
|
55
1043
|
version = "0.4.0"
|
|
56
1044
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
57
1045
|
|
|
1046
|
+
[[package]]
|
|
1047
|
+
name = "ws2_32-sys"
|
|
1048
|
+
version = "0.2.1"
|
|
1049
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1050
|
+
dependencies = [
|
|
1051
|
+
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
1052
|
+
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
1053
|
+
]
|
|
1054
|
+
|
|
58
1055
|
[metadata]
|
|
1056
|
+
"checksum actix 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "5666ab3d95ddbc71266c547686affb22fd80676a3d50c9fbfc18b6be2198c657"
|
|
1057
|
+
"checksum actix-web 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b4a8d7798b9fd01f1f62957f37432ce2f63295a5bb754a97f221d2ff341b4e8c"
|
|
1058
|
+
"checksum actix_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "01c4c825d555262f37bf03953f465025e7e4a6fbf4fe2ccf44f373914c7dd951"
|
|
1059
|
+
"checksum aho-corasick 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d6531d44de723825aa81398a6415283229725a00fa30713812ab9323faa82fc4"
|
|
1060
|
+
"checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef"
|
|
1061
|
+
"checksum backtrace 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ebbbf59b1c43eefa8c3ede390fcc36820b4999f7914104015be25025e0d62af2"
|
|
1062
|
+
"checksum backtrace-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "44585761d6161b0f57afc49482ab6bd067e4edef48c12a152c237eb0203f7661"
|
|
1063
|
+
"checksum base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "96434f987501f0ed4eb336a411e0631ecd1afa11574fe148587adc4ff96143c9"
|
|
1064
|
+
"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
|
|
1065
|
+
"checksum bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c30d3802dfb7281680d6285f2ccdaa8c2d8fee41f93805dba5c4cf50dc23cf"
|
|
1066
|
+
"checksum brotli-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4445dea95f4c2b41cde57cc9fee236ae4dbae88d8fcbdb4750fc1bb5d86aaecd"
|
|
1067
|
+
"checksum brotli2 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0cb036c3eade309815c15ddbacec5b22c4d1f3983a774ab2eac2e3e9ea85568e"
|
|
1068
|
+
"checksum bytecount 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "af27422163679dea46a1a7239dffff64d3dcdc3ba5fe9c49c789fbfe0eb949de"
|
|
1069
|
+
"checksum byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "652805b7e73fada9d85e9a6682a4abd490cb52d96aeecc12e33a0de34dfd0d23"
|
|
1070
|
+
"checksum bytes 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "1b7db437d718977f6dc9b2e3fd6fc343c02ac6b899b73fdd2179163447bd9ce9"
|
|
1071
|
+
"checksum cargo_metadata 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1f56ec3e469bca7c276f2eea015aa05c5e381356febdbb0683c2580189604537"
|
|
1072
|
+
"checksum cc 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "deaf9ec656256bb25b404c51ef50097207b9cbb29c933d31f92cae5a8a0ffee0"
|
|
59
1073
|
"checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de"
|
|
1074
|
+
"checksum cookie 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "746858cae4eae40fff37e1998320068df317bc247dc91a67c6cfa053afdc2abb"
|
|
1075
|
+
"checksum crossbeam 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8837ab96533202c5b610ed44bc7f4183e7957c1c8f56e8cc78bb098593c8ba0a"
|
|
1076
|
+
"checksum crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3"
|
|
1077
|
+
"checksum crossbeam-epoch 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "59796cc6cbbdc6bb319161349db0c3250ec73ec7fcb763a51065ec4e2e158552"
|
|
1078
|
+
"checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9"
|
|
1079
|
+
"checksum dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "09c3753c3db574d215cba4ea76018483895d7bff25a31b49ba45db21c48e50ab"
|
|
1080
|
+
"checksum error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3"
|
|
1081
|
+
"checksum failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "934799b6c1de475a012a02dab0ace1ace43789ee4b99bcfbf1a2e3e8ced5de82"
|
|
1082
|
+
"checksum failure_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c7cdda555bb90c9bb67a3b670a0f42de8e73f5981524123ad8578aafec8ddb8b"
|
|
1083
|
+
"checksum flate2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9fac2277e84e5e858483756647a9d0aa8d9a2b7cba517fd84325a0aaa69a0909"
|
|
1084
|
+
"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
|
|
1085
|
+
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
1086
|
+
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
|
1087
|
+
"checksum futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "0bab5b5e94f5c31fc764ba5dd9ad16568aae5d4825538c01d6bca680c9bf94a7"
|
|
1088
|
+
"checksum gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)" = "5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb"
|
|
1089
|
+
"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
|
|
1090
|
+
"checksum h2 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5617f23e03f04b44147b0dee52d1146e61b5044994659dedf71246ccd34eb48e"
|
|
1091
|
+
"checksum http 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bf8217d8829cc05dedadc08b4bc0684e5e3fbba1126c5edc680af49053fa230c"
|
|
1092
|
+
"checksum http-range 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5f2e4003e6fd05ea9109db00415e670b11f511a42e567ff2d5d771cbdfa24e02"
|
|
1093
|
+
"checksum httparse 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c2f407128745b78abc95c0ffbe4e5d37427fdc0d45470710cfef8c44522a2e37"
|
|
1094
|
+
"checksum idna 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "014b298351066f1512874135335d62a789ffe78a9974f94b43ed5621951eaf7d"
|
|
1095
|
+
"checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08"
|
|
1096
|
+
"checksum itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8324a32baf01e2ae060e9de58ed0bc2320c9a2833491ee36cd3b4c414de4db8c"
|
|
1097
|
+
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
|
1098
|
+
"checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
|
|
1099
|
+
"checksum lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c8f31047daa365f19be14b47c29df4f7c3b581832407daabe6ae77397619237d"
|
|
1100
|
+
"checksum lazycell 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a6f08839bc70ef4a3fe1d566d5350f519c5912ea86be0df1740a7d247c7fc0ef"
|
|
1101
|
+
"checksum libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)" = "1e5d97d6708edaa407429faa671b942dc0f2727222fb6b6539bf1db936e4b121"
|
|
1102
|
+
"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
|
|
60
1103
|
"checksum log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "89f010e843f2b1a31dbd316b3b8d443758bc634bed37aabade59c686d644e0a2"
|
|
1104
|
+
"checksum matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "100aabe6b8ff4e4a7e32c1c13523379802df0772b82466207ac25b013f193376"
|
|
1105
|
+
"checksum memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "796fba70e76612589ed2ce7f45282f5af869e0fdd7cc6199fa1aa1f1d591ba9d"
|
|
1106
|
+
"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
|
|
1107
|
+
"checksum mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0"
|
|
1108
|
+
"checksum mime 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e2e00e17be181010a91dbfefb01660b17311059dc8c7f48b9017677721e732bd"
|
|
1109
|
+
"checksum mime_guess 1.8.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b7e2b09d08313f84e0fb82d13a4d859109a17543fe9af3b6d941dc1431f7de79"
|
|
1110
|
+
"checksum miniz-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "609ce024854aeb19a0ef7567d348aaa5a746b32fb72e336df7fcc16869d7e2b4"
|
|
1111
|
+
"checksum mio 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "7da01a5e23070d92d99b1ecd1cd0af36447c6fd44b0fe283c2db199fa136724f"
|
|
1112
|
+
"checksum mio-uds 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1731a873077147b626d89cc6c2a0db6288d607496c5d10c0cfcf3adc697ec673"
|
|
1113
|
+
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
|
|
1114
|
+
"checksum net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)" = "3a80f842784ef6c9a958b68b7516bc7e35883c614004dd94959a4dca1b716c09"
|
|
1115
|
+
"checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
|
|
1116
|
+
"checksum num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31"
|
|
1117
|
+
"checksum num-traits 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e7de20f146db9d920c45ee8ed8f71681fd9ade71909b48c3acbd766aa504cf10"
|
|
1118
|
+
"checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30"
|
|
1119
|
+
"checksum ordermap 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "b81cf3b8cb96aa0e73bbedfcdc9708d09fec2854ba8d474be4e6f666d7379e8b"
|
|
1120
|
+
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
|
1121
|
+
"checksum phf 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "cb325642290f28ee14d8c6201159949a872f220c62af6e110a56ea914fbe42fc"
|
|
1122
|
+
"checksum phf_codegen 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "d62594c0bb54c464f633175d502038177e90309daf2e0158be42ed5f023ce88f"
|
|
1123
|
+
"checksum phf_generator 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "6b07ffcc532ccc85e3afc45865469bf5d9e4ef5bfcf9622e3cfe80c2d275ec03"
|
|
1124
|
+
"checksum phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "07e24b0ca9643bdecd0632f2b3da6b1b89bbb0030e0b992afc1113b23a7bc2f2"
|
|
1125
|
+
"checksum pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d6fdf85cda6cadfae5428a54661d431330b312bc767ddbc57adbedc24da66e32"
|
|
1126
|
+
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
|
|
1127
|
+
"checksum rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" = "15a732abf9d20f0ad8eeb6f909bf6868722d9a06e1e50802b6a70351f40b4eb1"
|
|
1128
|
+
"checksum rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "eba5f8cb59cc50ed56be8880a5c7b496bfd9bd26394e176bc67884094145c2c5"
|
|
1129
|
+
"checksum rayon 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b614fe08b6665cb9a231d07ac1364b0ef3cb3698f1239ee0c4c3a88a524f54c8"
|
|
1130
|
+
"checksum rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9d24ad214285a7729b174ed6d3bcfcb80177807f959d95fafd5bfc5c4f201ac8"
|
|
1131
|
+
"checksum redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "0d92eecebad22b767915e4d529f89f28ee96dbbf5a4810d2b844373f136417fd"
|
|
1132
|
+
"checksum regex 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "5be5347bde0c48cfd8c3fdc0766cdfe9d8a755ef84d620d6794c778c91de8b2b"
|
|
1133
|
+
"checksum regex-syntax 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8e931c58b93d86f080c734bfd2bce7dd0079ae2331235818133c8be7f422e20e"
|
|
1134
|
+
"checksum remove_dir_all 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b5d2f806b0fcdabd98acd380dc8daef485e22bcb7cddc811d1337967f2528cf5"
|
|
1135
|
+
"checksum ring 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6f7d28b30a72c01b458428e0ae988d4149c20d902346902be881e3edc4bb325c"
|
|
1136
|
+
"checksum rustc-demangle 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "11fb43a206a04116ffd7cfcf9bcb941f8eb6cc7ff667272246b0a1c74259a3cb"
|
|
1137
|
+
"checksum safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e27a8b19b835f7aea908818e871f5cc3a5a186550c30773be987e155e8163d8f"
|
|
1138
|
+
"checksum same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d931a44fdaa43b8637009e7632a02adc4f2b2e0733c08caa4cf00e8da4a117a7"
|
|
61
1139
|
"checksum same-file 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "cfb6eded0b06a0b512c8ddbcf04089138c9b4362c2f696f3c3d76039d68f3637"
|
|
1140
|
+
"checksum scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f417c22df063e9450888a7561788e9bd46d3bb3c1466435b4eccb903807f147d"
|
|
1141
|
+
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
|
|
1142
|
+
"checksum semver 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bee2bc909ab2d8d60dab26e8cad85b25d795b14603a0dcb627b78b9d30b6454b"
|
|
1143
|
+
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
1144
|
+
"checksum serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)" = "db99f3919e20faa51bb2996057f5031d8685019b5a06139b1ce761da671b8526"
|
|
1145
|
+
"checksum serde_derive 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)" = "f4ba7591cfe93755e89eeecdbcc668885624829b020050e6aec99c2a03bd3fd0"
|
|
1146
|
+
"checksum serde_derive_internals 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6e03f1c9530c3fb0a0a5c9b826bdd9246a5921ae995d75f512ac917fc4dd55b5"
|
|
1147
|
+
"checksum serde_json 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c9db7266c7d63a4c4b7fe8719656ccdd51acf1bed6124b174f933b009fb10bcb"
|
|
1148
|
+
"checksum sha1 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "933ed2cffa70bb0e1a2c1bf1174d0f39dd3b81bbf5597d882d886710c8729924"
|
|
1149
|
+
"checksum siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0df90a788073e8d0235a67e50441d47db7c8ad9debd91cbf43736a2a92d36537"
|
|
1150
|
+
"checksum skeptic 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c8431f8fca168e2db4be547bd8329eac70d095dff1444fee4b0fa0fabc7df75a"
|
|
1151
|
+
"checksum slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23"
|
|
1152
|
+
"checksum slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fdeff4cd9ecff59ec7e3744cbca73dfe5ac35c2aedb2cfba8a1c715a18912e9d"
|
|
1153
|
+
"checksum smallvec 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44db0ecb22921ef790d17ae13a3f6d15784183ff5f2a01aa32098c7498d2b4b9"
|
|
1154
|
+
"checksum string 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "31f98b200e7caca9efca50fc0aa69cd58a5ec81d5f6e75b2f3ecaad2e998972a"
|
|
1155
|
+
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
|
|
1156
|
+
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
|
|
1157
|
+
"checksum synstructure 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3a761d12e6d8dcb4dcf952a7a89b475e3a9d69e4a69307e01a470977642914bd"
|
|
1158
|
+
"checksum tempdir 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f73eebdb68c14bcb24aef74ea96079830e7fa7b31a6106e42ea7ee887c1e134e"
|
|
1159
|
+
"checksum thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "279ef31c19ededf577bfd12dfae728040a21f635b06a24cd670ff510edd38963"
|
|
1160
|
+
"checksum time 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "a15375f1df02096fb3317256ce2cee6a1f42fc84ea5ad5fc8c421cfe40c73098"
|
|
1161
|
+
"checksum tokio-core 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "52b4e32d8edbf29501aabb3570f027c6ceb00ccef6538f4bddba0200503e74e8"
|
|
1162
|
+
"checksum tokio-io 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b9532748772222bf70297ec0e2ad0f17213b4a7dd0e6afb68e0a0768f69f4e4f"
|
|
1163
|
+
"checksum tokio-signal 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c4ef9836ecceb2583e0ddf25b7ca448fac74c1115461436f85e088a8e39e7904"
|
|
1164
|
+
"checksum unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33"
|
|
1165
|
+
"checksum unicase 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "284b6d3db520d67fbe88fd778c21510d1b0ba4a551e5d0fbb023d33405f6de8a"
|
|
1166
|
+
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
|
1167
|
+
"checksum unicode-normalization 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "51ccda9ef9efa3f7ef5d91e8f9b83bbe6955f9bf86aec89d5cce2c874625920f"
|
|
1168
|
+
"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
|
|
1169
|
+
"checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
|
|
1170
|
+
"checksum untrusted 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f392d7819dbe58833e26872f5f6f0d68b7bbbe90fc3667e98731c4a15ad9a7ae"
|
|
1171
|
+
"checksum url 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f808aadd8cfec6ef90e4a14eb46f24511824d1ac596b9682703c87056c8678b7"
|
|
1172
|
+
"checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122"
|
|
1173
|
+
"checksum uuid 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcc7e3b898aa6f6c08e5295b6c89258d1331e9ac578cc992fb818759951bdc22"
|
|
1174
|
+
"checksum version_check 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6b772017e347561807c1aa192438c5fd74242a670a6cffacc40f2defd1dc069d"
|
|
1175
|
+
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
|
1176
|
+
"checksum walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "bb08f9e670fab86099470b97cd2b252d6527f0b3cc1401acdb595ffc9dd288ff"
|
|
62
1177
|
"checksum walkdir 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "63636bd0eb3d00ccb8b9036381b526efac53caf112b7783b730ab3f8e44da369"
|
|
1178
|
+
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
63
1179
|
"checksum winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "04e3bd221fcbe8a271359c04f21a76db7d0c6028862d1bb5512d85e1e2eb5bb3"
|
|
1180
|
+
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
|
64
1181
|
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
65
1182
|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
1183
|
+
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
Cargo.toml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "rust-embed"
|
|
3
|
-
version = "0.3.
|
|
3
|
+
version = "0.3.1"
|
|
4
4
|
description = "Rust Marco which loads files into the rust binary at compile time during release and loads the file from the fs during dev"
|
|
5
5
|
readme = "readme.md"
|
|
6
6
|
documentation = "https://docs.rs/rust-embed"
|
|
@@ -10,6 +10,13 @@ keywords = ["http", "rocket", "static", "web", "server"]
|
|
|
10
10
|
categories = ["web-programming::http-server"]
|
|
11
11
|
authors = ["pyros2097 <pyros2097@gmail.com>"]
|
|
12
12
|
|
|
13
|
+
[lib]
|
|
14
|
+
name = "rust-embed"
|
|
15
|
+
plugin = true
|
|
16
|
+
|
|
13
17
|
[dependencies]
|
|
14
18
|
log = "0.4"
|
|
15
19
|
walkdir = "2.1.4"
|
|
20
|
+
|
|
21
|
+
[dev-dependencies]
|
|
22
|
+
actix-web = "0.3.3"
|
examples/hyper.rs
DELETED
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
// extern crate futures;
|
|
2
|
-
// extern crate hyper;
|
|
3
|
-
|
|
4
|
-
// use futures::future::Future;
|
|
5
|
-
|
|
6
|
-
// use hyper::header::ContentLength;
|
|
7
|
-
// use hyper::server::{Http, Request, Response, Service};
|
|
8
|
-
|
|
9
|
-
// mod assets;
|
|
10
|
-
|
|
11
|
-
// struct HelloWorld;
|
|
12
|
-
|
|
13
|
-
// const PHRASE: &'static str = "Hello, World!";
|
|
14
|
-
|
|
15
|
-
// impl Service for HelloWorld {
|
|
16
|
-
// // boilerplate hooking up hyper's server types
|
|
17
|
-
// type Request = Request;
|
|
18
|
-
// type Response = Response;
|
|
19
|
-
// type Error = hyper::Error;
|
|
20
|
-
// // The future representing the eventual Response your call will
|
|
21
|
-
// // resolve to. This can change to whatever Future you need.
|
|
22
|
-
// type Future = Box<Future<Item = Self::Response, Error = Self::Error>>;
|
|
23
|
-
|
|
24
|
-
// fn call(&self, _req: Request) -> Self::Future {
|
|
25
|
-
// // We're currently ignoring the Request
|
|
26
|
-
// // And returning an 'ok' Future, which means it's ready
|
|
27
|
-
// // immediately, and build a Response with the 'PHRASE' body.
|
|
28
|
-
// Box::new(futures::future::ok(
|
|
29
|
-
// Response::new()
|
|
30
|
-
// .with_header(ContentLength(PHRASE.len() as u64))
|
|
31
|
-
// .with_body(PHRASE),
|
|
32
|
-
// ))
|
|
33
|
-
// }
|
|
34
|
-
// }
|
|
35
|
-
|
|
36
|
-
// // fn handle_index(req: Request, res: Response) {
|
|
37
|
-
// // match req.uri {
|
|
38
|
-
// // AbsolutePath(ref path) => {
|
|
39
|
-
// // println!("GET {:?}", &path);
|
|
40
|
-
// // if &path[..] == "/" {
|
|
41
|
-
// // res.send(&assets::examples_public_index_html).unwrap();
|
|
42
|
-
// // } else {
|
|
43
|
-
// // res.send(assets::get(&path[1..path.len()]).unwrap()).unwrap();
|
|
44
|
-
// // }
|
|
45
|
-
// // },
|
|
46
|
-
// // _ => {
|
|
47
|
-
// // return;
|
|
48
|
-
// // }
|
|
49
|
-
// // }
|
|
50
|
-
// // }
|
|
51
|
-
|
|
52
|
-
// fn main() {
|
|
53
|
-
// println!("Server running on 127.0.0.1:3000");
|
|
54
|
-
// let addr = "127.0.0.1:3000".parse().unwrap();
|
|
55
|
-
// let server = Http::new().bind(&addr, || Ok(HelloWorld)).unwrap();
|
|
56
|
-
// server.run().unwrap();
|
|
57
|
-
// }
|
|
58
|
-
|
|
59
|
-
fn main() {
|
|
60
|
-
}
|