forked from rust-lang/crates.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.lock
406 lines (357 loc) · 13.9 KB
/
Cargo.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
[root]
name = "cargo-registry"
version = "0.1.0"
dependencies = [
"civet 0.1.0 (git+https://github.com/wycats/rust-civet)",
"conduit-conditional-get 0.5.0 (git+https://github.com/conduit-rust/conduit-conditional-get)",
"conduit-cookie 0.0.1 (git+https://github.com/conduit-rust/conduit-cookie)",
"conduit-json-parser 0.5.0 (git+https://github.com/conduit-rust/conduit-json-parser)",
"conduit-log-requests 0.5.0 (git+https://github.com/conduit-rust/conduit-log-requests)",
"conduit-middleware 0.5.0 (git+https://github.com/conduit-rust/conduit-middleware)",
"conduit-router 0.5.0 (git+https://github.com/conduit-rust/conduit-router)",
"conduit-static 0.5.0 (git+https://github.com/conduit-rust/conduit-static)",
"conduit-test 0.5.0 (git+https://github.com/conduit-rust/conduit-test)",
"curl 0.0.1 (git+https://github.com/alexcrichton/curl-rust?ref=build-cmd)",
"flate2 0.0.1 (git+https://github.com/alexcrichton/flate2-rs)",
"git2 0.0.1 (git+https://github.com/alexcrichton/git2-rs)",
"html 0.0.1",
"migrate 0.1.0",
"oauth2 0.0.1 (git+https://github.com/alexcrichton/oauth2-rs)",
"openssl 0.0.1 (git+https://github.com/sfackler/rust-openssl)",
"postgres 0.0.0 (git+https://github.com/sfackler/rust-postgres)",
"r2d2_postgres 0.0.0 (git+https://github.com/sfackler/r2d2-postgres)",
"s3 0.0.1",
"semver 0.1.0 (git+https://github.com/rust-lang/semver)",
"time 0.0.1 (git+https://github.com/rust-lang/time)",
"url 0.1.0 (git+https://github.com/servo/rust-url)",
]
[[package]]
name = "civet"
version = "0.1.0"
source = "git+https://github.com/wycats/rust-civet#a38a61f83fdf03ca232988e3c24ccdb89bea3e3e"
dependencies = [
"civet-sys 0.0.1 (git+https://github.com/wycats/rust-civet)",
"conduit 0.5.0 (git+https://github.com/conduit-rust/conduit.git)",
"semver 0.1.0 (git+https://github.com/rust-lang/semver)",
]
[[package]]
name = "civet-sys"
version = "0.0.1"
source = "git+https://github.com/wycats/rust-civet#a38a61f83fdf03ca232988e3c24ccdb89bea3e3e"
[[package]]
name = "conduit"
version = "0.5.0"
source = "git+https://github.com/conduit-rust/conduit.git#53307ac937a0bb5dfb7d8f9d1bbb4c515ba2b99a"
dependencies = [
"semver 0.1.0 (git+https://github.com/rust-lang/semver)",
]
[[package]]
name = "conduit-conditional-get"
version = "0.5.0"
source = "git+https://github.com/conduit-rust/conduit-conditional-get#74957eeac34afa7ee732acdd7344fb17377de165"
dependencies = [
"conduit 0.5.0 (git+https://github.com/conduit-rust/conduit.git)",
"conduit-middleware 0.5.0 (git+https://github.com/conduit-rust/conduit-middleware)",
"time 0.0.1 (git+https://github.com/rust-lang/time)",
]
[[package]]
name = "conduit-cookie"
version = "0.0.1"
source = "git+https://github.com/conduit-rust/conduit-cookie#9b047a3e09930d5ca5e86f5d0d6a3f042e724f7e"
dependencies = [
"conduit 0.5.0 (git+https://github.com/conduit-rust/conduit.git)",
"conduit-middleware 0.5.0 (git+https://github.com/conduit-rust/conduit-middleware)",
"cookie 0.0.1 (git+https://github.com/alexcrichton/cookie-rs.git)",
]
[[package]]
name = "conduit-json-parser"
version = "0.5.0"
source = "git+https://github.com/conduit-rust/conduit-json-parser#6ea9084e67c800f8925c5bf40da16095ca583e26"
dependencies = [
"conduit 0.5.0 (git+https://github.com/conduit-rust/conduit.git)",
"conduit-middleware 0.5.0 (git+https://github.com/conduit-rust/conduit-middleware)",
"conduit-utils 0.5.0 (git+https://github.com/conduit-rust/conduit-utils.git)",
"semver 0.1.0 (git+https://github.com/rust-lang/semver)",
]
[[package]]
name = "conduit-log-requests"
version = "0.5.0"
source = "git+https://github.com/conduit-rust/conduit-log-requests#3b4258618d6a75e742d0cc70ed1b9170e9ff0a65"
dependencies = [
"conduit 0.5.0 (git+https://github.com/conduit-rust/conduit.git)",
"conduit-middleware 0.5.0 (git+https://github.com/conduit-rust/conduit-middleware)",
"time 0.0.1 (git+https://github.com/rust-lang/time)",
]
[[package]]
name = "conduit-middleware"
version = "0.5.0"
source = "git+https://github.com/conduit-rust/conduit-middleware#27bf1e18a81259dad3198bbc5f16bea9b82a5958"
dependencies = [
"conduit 0.5.0 (git+https://github.com/conduit-rust/conduit.git)",
]
[[package]]
name = "conduit-router"
version = "0.5.0"
source = "git+https://github.com/conduit-rust/conduit-router#41201e6d4d51231361bf57ae2bfca11504458d32"
dependencies = [
"conduit 0.5.0 (git+https://github.com/conduit-rust/conduit.git)",
"route-recognizer 0.1.0 (git+https://github.com/conduit-rust/route-recognizer.rs.git)",
]
[[package]]
name = "conduit-static"
version = "0.5.0"
source = "git+https://github.com/conduit-rust/conduit-static#7be285dc44f7e9778d059c6b252f664d7ab0e95d"
dependencies = [
"conduit 0.5.0 (git+https://github.com/conduit-rust/conduit.git)",
"mime-types 0.5.0 (git+https://github.com/conduit-rust/mime-types.git)",
"time 0.0.1 (git+https://github.com/rust-lang/time)",
]
[[package]]
name = "conduit-test"
version = "0.5.0"
source = "git+https://github.com/conduit-rust/conduit-test#5c574ae38fbdc36e6b415488f4ad94d3d5add18c"
dependencies = [
"conduit 0.5.0 (git+https://github.com/conduit-rust/conduit.git)",
"semver 0.1.0 (git+https://github.com/rust-lang/semver)",
]
[[package]]
name = "conduit-utils"
version = "0.5.0"
source = "git+https://github.com/conduit-rust/conduit-utils.git#0dbffb23552c9676ea8bc3748cf64a4aa2a7ccff"
dependencies = [
"conduit 0.5.0 (git+https://github.com/conduit-rust/conduit.git)",
"semver 0.1.0 (git+https://github.com/rust-lang/semver)",
]
[[package]]
name = "cookie"
version = "0.0.1"
source = "git+https://github.com/alexcrichton/cookie-rs.git#2c90c2a56848fbc8e798770f023322f62dddac81"
dependencies = [
"openssl 0.0.1 (git+https://github.com/sfackler/rust-openssl)",
"time 0.0.1 (git+https://github.com/rust-lang/time)",
"url 0.1.0 (git+https://github.com/servo/rust-url)",
]
[[package]]
name = "curl"
version = "0.0.1"
source = "git+https://github.com/alexcrichton/curl-rust?ref=build-cmd#8ca76ce98f0500953a0df379fc7c5e9a991e2214"
dependencies = [
"curl-sys 0.0.1 (git+https://github.com/alexcrichton/curl-rust?ref=build-cmd)",
"url 0.1.0 (git+https://github.com/servo/rust-url)",
]
[[package]]
name = "curl-sys"
version = "0.0.1"
source = "git+https://github.com/alexcrichton/curl-rust?ref=build-cmd#8ca76ce98f0500953a0df379fc7c5e9a991e2214"
dependencies = [
"libz-sys 0.0.1 (git+https://github.com/alexcrichton/libz-sys)",
"openssl-sys 0.0.1 (git+https://github.com/alexcrichton/openssl-sys)",
"pkg-config 0.0.1 (git+https://github.com/alexcrichton/pkg-config-rs)",
]
[[package]]
name = "encoding"
version = "0.2.0"
source = "git+https://github.com/lifthrasiir/rust-encoding#05f1cadf7c51ae2896dce749b56c160bbcf000a1"
dependencies = [
"encoding-index-japanese 1.0.20140915 (git+https://github.com/lifthrasiir/rust-encoding)",
"encoding-index-korean 1.0.20140915 (git+https://github.com/lifthrasiir/rust-encoding)",
"encoding-index-simpchinese 1.0.20140915 (git+https://github.com/lifthrasiir/rust-encoding)",
"encoding-index-singlebyte 1.0.20140915 (git+https://github.com/lifthrasiir/rust-encoding)",
"encoding-index-tradchinese 1.0.20140915 (git+https://github.com/lifthrasiir/rust-encoding)",
]
[[package]]
name = "encoding-index-japanese"
version = "1.0.20140915"
source = "git+https://github.com/lifthrasiir/rust-encoding#05f1cadf7c51ae2896dce749b56c160bbcf000a1"
[[package]]
name = "encoding-index-korean"
version = "1.0.20140915"
source = "git+https://github.com/lifthrasiir/rust-encoding#05f1cadf7c51ae2896dce749b56c160bbcf000a1"
[[package]]
name = "encoding-index-simpchinese"
version = "1.0.20140915"
source = "git+https://github.com/lifthrasiir/rust-encoding#05f1cadf7c51ae2896dce749b56c160bbcf000a1"
[[package]]
name = "encoding-index-singlebyte"
version = "1.0.20140915"
source = "git+https://github.com/lifthrasiir/rust-encoding#05f1cadf7c51ae2896dce749b56c160bbcf000a1"
[[package]]
name = "encoding-index-tradchinese"
version = "1.0.20140915"
source = "git+https://github.com/lifthrasiir/rust-encoding#05f1cadf7c51ae2896dce749b56c160bbcf000a1"
[[package]]
name = "flate2"
version = "0.0.1"
source = "git+https://github.com/alexcrichton/flate2-rs#fc04214981c39633eb3859bd28389fc448d0e9fc"
dependencies = [
"miniz-sys 0.0.1 (git+https://github.com/alexcrichton/flate2-rs)",
]
[[package]]
name = "gcc"
version = "0.0.1"
source = "git+https://github.com/alexcrichton/gcc-rs#f23b4ba15348508b9ac557fc7eed2733f65bc1ee"
[[package]]
name = "git2"
version = "0.0.1"
source = "git+https://github.com/alexcrichton/git2-rs#afec995029fae2d1eedf4d635b2131080b5b196d"
dependencies = [
"libgit2-sys 0.0.1 (git+https://github.com/alexcrichton/git2-rs)",
"time 0.0.1 (git+https://github.com/rust-lang/time)",
"url 0.1.0 (git+https://github.com/servo/rust-url)",
]
[[package]]
name = "html"
version = "0.0.1"
dependencies = [
"url 0.1.0 (git+https://github.com/servo/rust-url)",
]
[[package]]
name = "libgit2-sys"
version = "0.0.1"
source = "git+https://github.com/alexcrichton/git2-rs#afec995029fae2d1eedf4d635b2131080b5b196d"
dependencies = [
"libssh2-sys 0.0.1 (git+https://github.com/alexcrichton/ssh2-rs)",
"openssl-sys 0.0.1 (git+https://github.com/alexcrichton/openssl-sys)",
"pkg-config 0.0.1 (git+https://github.com/alexcrichton/pkg-config-rs)",
]
[[package]]
name = "libressl-pnacl-sys"
version = "2.0.0"
source = "git+https://github.com/DiamondLovesYou/libressl-pnacl-sys.git#24b6800971587e8881215d9398b180c0a79739dc"
dependencies = [
"pnacl-build-helper 0.0.1 (git+https://github.com/DiamondLovesYou/cargo-pnacl-helper.git)",
]
[[package]]
name = "libssh2-sys"
version = "0.0.1"
source = "git+https://github.com/alexcrichton/ssh2-rs#27d760680cf7b756298c8cb61fabe3aaefe0e84a"
dependencies = [
"libz-sys 0.0.1 (git+https://github.com/alexcrichton/libz-sys)",
"openssl-sys 0.0.1 (git+https://github.com/alexcrichton/openssl-sys)",
"pkg-config 0.0.1 (git+https://github.com/alexcrichton/pkg-config-rs)",
]
[[package]]
name = "libz-sys"
version = "0.0.1"
source = "git+https://github.com/alexcrichton/libz-sys#37926b786b09e013e5fd64cc278b3df1b49c4fbe"
dependencies = [
"pkg-config 0.0.1 (git+https://github.com/alexcrichton/pkg-config-rs)",
]
[[package]]
name = "migrate"
version = "0.1.0"
dependencies = [
"postgres 0.0.0 (git+https://github.com/sfackler/rust-postgres)",
]
[[package]]
name = "mime-types"
version = "0.5.0"
source = "git+https://github.com/conduit-rust/mime-types.git#81c8911c5caab8ff47fa04b3f130275ed88e4015"
[[package]]
name = "miniz-sys"
version = "0.0.1"
source = "git+https://github.com/alexcrichton/flate2-rs#fc04214981c39633eb3859bd28389fc448d0e9fc"
dependencies = [
"gcc 0.0.1 (git+https://github.com/alexcrichton/gcc-rs)",
]
[[package]]
name = "oauth2"
version = "0.0.1"
source = "git+https://github.com/alexcrichton/oauth2-rs#713c62f62995e4b089a1e6bd5feb3adf2b63b0c7"
dependencies = [
"curl 0.0.1 (git+https://github.com/alexcrichton/curl-rust?ref=build-cmd)",
"url 0.1.0 (git+https://github.com/servo/rust-url)",
]
[[package]]
name = "openssl"
version = "0.0.1"
source = "git+https://github.com/sfackler/rust-openssl#1f1c30dd3a577b301bb85bf95f964227f84d73fd"
dependencies = [
"libressl-pnacl-sys 2.0.0 (git+https://github.com/DiamondLovesYou/libressl-pnacl-sys.git)",
"openssl-sys 0.0.1 (git+https://github.com/alexcrichton/openssl-sys)",
]
[[package]]
name = "openssl-sys"
version = "0.0.1"
source = "git+https://github.com/alexcrichton/openssl-sys#d66fe8400ab3cbb79ed405e26ae19c0d0cc20931"
dependencies = [
"pkg-config 0.0.1 (git+https://github.com/alexcrichton/pkg-config-rs)",
]
[[package]]
name = "phf"
version = "0.0.0"
source = "git+https://github.com/sfackler/rust-phf#18a5ecc028055c3dbd650cc5a064b6fb033d82ef"
dependencies = [
"xxhash 0.0.1 (git+https://github.com/Jurily/rust-xxhash)",
]
[[package]]
name = "phf_mac"
version = "0.0.0"
source = "git+https://github.com/sfackler/rust-phf#18a5ecc028055c3dbd650cc5a064b6fb033d82ef"
dependencies = [
"xxhash 0.0.1 (git+https://github.com/Jurily/rust-xxhash)",
]
[[package]]
name = "pkg-config"
version = "0.0.1"
source = "git+https://github.com/alexcrichton/pkg-config-rs#d24a08d87d63df8dc9526c503944415b86719220"
[[package]]
name = "pnacl-build-helper"
version = "0.0.1"
source = "git+https://github.com/DiamondLovesYou/cargo-pnacl-helper.git#5402d48d242d11bdd61f801655fca364155c4511"
[[package]]
name = "postgres"
version = "0.0.0"
source = "git+https://github.com/sfackler/rust-postgres#f3fbdd56a84661a0b6dc1090606089d07e97ecc2"
dependencies = [
"openssl 0.0.1 (git+https://github.com/sfackler/rust-openssl)",
"phf 0.0.0 (git+https://github.com/sfackler/rust-phf)",
"phf_mac 0.0.0 (git+https://github.com/sfackler/rust-phf)",
"time 0.0.1 (git+https://github.com/rust-lang/time)",
]
[[package]]
name = "r2d2"
version = "0.0.0"
source = "git+https://github.com/sfackler/r2d2#d7c2835f9c8d33531683f8022fd0327dab2bed90"
[[package]]
name = "r2d2_postgres"
version = "0.0.0"
source = "git+https://github.com/sfackler/r2d2-postgres#2d5c9c55cec9402e25fe257daa13011d956534f5"
dependencies = [
"postgres 0.0.0 (git+https://github.com/sfackler/rust-postgres)",
"r2d2 0.0.0 (git+https://github.com/sfackler/r2d2)",
]
[[package]]
name = "route-recognizer"
version = "0.1.0"
source = "git+https://github.com/conduit-rust/route-recognizer.rs.git#4db520368a275e9cebb039fb09547066144443f2"
[[package]]
name = "s3"
version = "0.0.1"
dependencies = [
"curl 0.0.1 (git+https://github.com/alexcrichton/curl-rust?ref=build-cmd)",
"openssl 0.0.1 (git+https://github.com/sfackler/rust-openssl)",
"time 0.0.1 (git+https://github.com/rust-lang/time)",
]
[[package]]
name = "semver"
version = "0.1.0"
source = "git+https://github.com/rust-lang/semver#7dca047a9cd40e929a4545b37a1917daff82f156"
[[package]]
name = "time"
version = "0.0.1"
source = "git+https://github.com/rust-lang/time#76698f52381a78cf654dbedfefd04c28a9806788"
dependencies = [
"gcc 0.0.1 (git+https://github.com/alexcrichton/gcc-rs)",
]
[[package]]
name = "url"
version = "0.1.0"
source = "git+https://github.com/servo/rust-url#8a61b7654ab5378b488225a1d8a9cbbbcbd38894"
dependencies = [
"encoding 0.2.0 (git+https://github.com/lifthrasiir/rust-encoding)",
]
[[package]]
name = "xxhash"
version = "0.0.1"
source = "git+https://github.com/Jurily/rust-xxhash#7e4174e780af0cfb29a5e53ede0b987adca16396"