aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-08-22 16:46:26 +0100
committerAkshay <[email protected]>2020-08-22 16:46:26 +0100
commit70eeba1f481d625db311ea4d961453d3e1b90ea7 (patch)
treeded265527d9d9d1c9978b69bfd7b84a7717f807f /Cargo.lock
parent9e684bc6100b5db438108f78eea1c11155a47092 (diff)
init
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock999
1 files changed, 999 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
new file mode 100644
index 0000000..74c1be3
--- /dev/null
+++ b/Cargo.lock
@@ -0,0 +1,999 @@
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3[[package]]
4name = "aho-corasick"
5version = "0.7.13"
6source = "registry+https://github.com/rust-lang/crates.io-index"
7checksum = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86"
8dependencies = [
9 "memchr",
10]
11
12[[package]]
13name = "arc-swap"
14version = "0.4.7"
15source = "registry+https://github.com/rust-lang/crates.io-index"
16checksum = "4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034"
17
18[[package]]
19name = "atty"
20version = "0.2.14"
21source = "registry+https://github.com/rust-lang/crates.io-index"
22checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
23dependencies = [
24 "hermit-abi",
25 "libc",
26 "winapi 0.3.9",
27]
28
29[[package]]
30name = "autocfg"
31version = "0.1.7"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
34
35[[package]]
36name = "autocfg"
37version = "1.0.1"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
40
41[[package]]
42name = "bitflags"
43version = "1.2.1"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
46
47[[package]]
48name = "bytes"
49version = "0.5.6"
50source = "registry+https://github.com/rust-lang/crates.io-index"
51checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
52
53[[package]]
54name = "cfg-if"
55version = "0.1.10"
56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
58
59[[package]]
60name = "cloudabi"
61version = "0.0.3"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
64dependencies = [
65 "bitflags",
66]
67
68[[package]]
69name = "env_logger"
70version = "0.7.1"
71source = "registry+https://github.com/rust-lang/crates.io-index"
72checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
73dependencies = [
74 "atty",
75 "humantime",
76 "log",
77 "regex",
78 "termcolor",
79]
80
81[[package]]
82name = "fallible-iterator"
83version = "0.2.0"
84source = "registry+https://github.com/rust-lang/crates.io-index"
85checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
86
87[[package]]
88name = "fallible-streaming-iterator"
89version = "0.1.9"
90source = "registry+https://github.com/rust-lang/crates.io-index"
91checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
92
93[[package]]
94name = "fnv"
95version = "1.0.7"
96source = "registry+https://github.com/rust-lang/crates.io-index"
97checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
98
99[[package]]
100name = "fuchsia-cprng"
101version = "0.1.1"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
104
105[[package]]
106name = "fuchsia-zircon"
107version = "0.3.3"
108source = "registry+https://github.com/rust-lang/crates.io-index"
109checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
110dependencies = [
111 "bitflags",
112 "fuchsia-zircon-sys",
113]
114
115[[package]]
116name = "fuchsia-zircon-sys"
117version = "0.3.3"
118source = "registry+https://github.com/rust-lang/crates.io-index"
119checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
120
121[[package]]
122name = "futures-channel"
123version = "0.3.5"
124source = "registry+https://github.com/rust-lang/crates.io-index"
125checksum = "f366ad74c28cca6ba456d95e6422883cfb4b252a83bed929c83abfdbbf2967d5"
126dependencies = [
127 "futures-core",
128]
129
130[[package]]
131name = "futures-core"
132version = "0.3.5"
133source = "registry+https://github.com/rust-lang/crates.io-index"
134checksum = "59f5fff90fd5d971f936ad674802482ba441b6f09ba5e15fd8b39145582ca399"
135
136[[package]]
137name = "futures-macro"
138version = "0.3.5"
139source = "registry+https://github.com/rust-lang/crates.io-index"
140checksum = "d0b5a30a4328ab5473878237c447333c093297bded83a4983d10f4deea240d39"
141dependencies = [
142 "proc-macro-hack",
143 "proc-macro2",
144 "quote",
145 "syn",
146]
147
148[[package]]
149name = "futures-sink"
150version = "0.3.5"
151source = "registry+https://github.com/rust-lang/crates.io-index"
152checksum = "3f2032893cb734c7a05d85ce0cc8b8c4075278e93b24b66f9de99d6eb0fa8acc"
153
154[[package]]
155name = "futures-task"
156version = "0.3.5"
157source = "registry+https://github.com/rust-lang/crates.io-index"
158checksum = "bdb66b5f09e22019b1ab0830f7785bcea8e7a42148683f99214f73f8ec21a626"
159dependencies = [
160 "once_cell",
161]
162
163[[package]]
164name = "futures-util"
165version = "0.3.5"
166source = "registry+https://github.com/rust-lang/crates.io-index"
167checksum = "8764574ff08b701a084482c3c7031349104b07ac897393010494beaa18ce32c6"
168dependencies = [
169 "futures-core",
170 "futures-macro",
171 "futures-task",
172 "pin-project",
173 "pin-utils",
174 "proc-macro-hack",
175 "proc-macro-nested",
176 "slab",
177]
178
179[[package]]
180name = "h2"
181version = "0.2.6"
182source = "registry+https://github.com/rust-lang/crates.io-index"
183checksum = "993f9e0baeed60001cf565546b0d3dbe6a6ad23f2bd31644a133c641eccf6d53"
184dependencies = [
185 "bytes",
186 "fnv",
187 "futures-core",
188 "futures-sink",
189 "futures-util",
190 "http",
191 "indexmap",
192 "slab",
193 "tokio",
194 "tokio-util",
195 "tracing",
196]
197
198[[package]]
199name = "hashbrown"
200version = "0.8.2"
201source = "registry+https://github.com/rust-lang/crates.io-index"
202checksum = "e91b62f79061a0bc2e046024cb7ba44b08419ed238ecbd9adbd787434b9e8c25"
203dependencies = [
204 "autocfg 1.0.1",
205]
206
207[[package]]
208name = "hedge"
209version = "0.1.0"
210dependencies = [
211 "futures-util",
212 "hyper",
213 "nanoid",
214 "pretty_env_logger",
215 "rusqlite",
216 "tokio",
217 "url",
218]
219
220[[package]]
221name = "hermit-abi"
222version = "0.1.15"
223source = "registry+https://github.com/rust-lang/crates.io-index"
224checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9"
225dependencies = [
226 "libc",
227]
228
229[[package]]
230name = "http"
231version = "0.2.1"
232source = "registry+https://github.com/rust-lang/crates.io-index"
233checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9"
234dependencies = [
235 "bytes",
236 "fnv",
237 "itoa",
238]
239
240[[package]]
241name = "http-body"
242version = "0.3.1"
243source = "registry+https://github.com/rust-lang/crates.io-index"
244checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
245dependencies = [
246 "bytes",
247 "http",
248]
249
250[[package]]
251name = "httparse"
252version = "1.3.4"
253source = "registry+https://github.com/rust-lang/crates.io-index"
254checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
255
256[[package]]
257name = "humantime"
258version = "1.3.0"
259source = "registry+https://github.com/rust-lang/crates.io-index"
260checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
261dependencies = [
262 "quick-error",
263]
264
265[[package]]
266name = "hyper"
267version = "0.13.7"
268source = "registry+https://github.com/rust-lang/crates.io-index"
269checksum = "3e68a8dd9716185d9e64ea473ea6ef63529252e3e27623295a0378a19665d5eb"
270dependencies = [
271 "bytes",
272 "futures-channel",
273 "futures-core",
274 "futures-util",
275 "h2",
276 "http",
277 "http-body",
278 "httparse",
279 "itoa",
280 "pin-project",
281 "socket2",
282 "time",
283 "tokio",
284 "tower-service",
285 "tracing",
286 "want",
287]
288
289[[package]]
290name = "idna"
291version = "0.2.0"
292source = "registry+https://github.com/rust-lang/crates.io-index"
293checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
294dependencies = [
295 "matches",
296 "unicode-bidi",
297 "unicode-normalization",
298]
299
300[[package]]
301name = "indexmap"
302version = "1.5.1"
303source = "registry+https://github.com/rust-lang/crates.io-index"
304checksum = "86b45e59b16c76b11bf9738fd5d38879d3bd28ad292d7b313608becb17ae2df9"
305dependencies = [
306 "autocfg 1.0.1",
307 "hashbrown",
308]
309
310[[package]]
311name = "iovec"
312version = "0.1.4"
313source = "registry+https://github.com/rust-lang/crates.io-index"
314checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
315dependencies = [
316 "libc",
317]
318
319[[package]]
320name = "itoa"
321version = "0.4.6"
322source = "registry+https://github.com/rust-lang/crates.io-index"
323checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
324
325[[package]]
326name = "kernel32-sys"
327version = "0.2.2"
328source = "registry+https://github.com/rust-lang/crates.io-index"
329checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
330dependencies = [
331 "winapi 0.2.8",
332 "winapi-build",
333]
334
335[[package]]
336name = "lazy_static"
337version = "1.4.0"
338source = "registry+https://github.com/rust-lang/crates.io-index"
339checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
340
341[[package]]
342name = "libc"
343version = "0.2.76"
344source = "registry+https://github.com/rust-lang/crates.io-index"
345checksum = "755456fae044e6fa1ebbbd1b3e902ae19e73097ed4ed87bb79934a867c007bc3"
346
347[[package]]
348name = "libsqlite3-sys"
349version = "0.20.0"
350source = "registry+https://github.com/rust-lang/crates.io-index"
351checksum = "e3a245984b1b06c291f46e27ebda9f369a94a1ab8461d0e845e23f9ced01f5db"
352dependencies = [
353 "pkg-config",
354 "vcpkg",
355]
356
357[[package]]
358name = "linked-hash-map"
359version = "0.5.3"
360source = "registry+https://github.com/rust-lang/crates.io-index"
361checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
362
363[[package]]
364name = "log"
365version = "0.4.11"
366source = "registry+https://github.com/rust-lang/crates.io-index"
367checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
368dependencies = [
369 "cfg-if",
370]
371
372[[package]]
373name = "lru-cache"
374version = "0.1.2"
375source = "registry+https://github.com/rust-lang/crates.io-index"
376checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
377dependencies = [
378 "linked-hash-map",
379]
380
381[[package]]
382name = "matches"
383version = "0.1.8"
384source = "registry+https://github.com/rust-lang/crates.io-index"
385checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
386
387[[package]]
388name = "memchr"
389version = "2.3.3"
390source = "registry+https://github.com/rust-lang/crates.io-index"
391checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
392
393[[package]]
394name = "mio"
395version = "0.6.22"
396source = "registry+https://github.com/rust-lang/crates.io-index"
397checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
398dependencies = [
399 "cfg-if",
400 "fuchsia-zircon",
401 "fuchsia-zircon-sys",
402 "iovec",
403 "kernel32-sys",
404 "libc",
405 "log",
406 "miow 0.2.1",
407 "net2",
408 "slab",
409 "winapi 0.2.8",
410]
411
412[[package]]
413name = "mio-named-pipes"
414version = "0.1.7"
415source = "registry+https://github.com/rust-lang/crates.io-index"
416checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656"
417dependencies = [
418 "log",
419 "mio",
420 "miow 0.3.5",
421 "winapi 0.3.9",
422]
423
424[[package]]
425name = "mio-uds"
426version = "0.6.8"
427source = "registry+https://github.com/rust-lang/crates.io-index"
428checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
429dependencies = [
430 "iovec",
431 "libc",
432 "mio",
433]
434
435[[package]]
436name = "miow"
437version = "0.2.1"
438source = "registry+https://github.com/rust-lang/crates.io-index"
439checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
440dependencies = [
441 "kernel32-sys",
442 "net2",
443 "winapi 0.2.8",
444 "ws2_32-sys",
445]
446
447[[package]]
448name = "miow"
449version = "0.3.5"
450source = "registry+https://github.com/rust-lang/crates.io-index"
451checksum = "07b88fb9795d4d36d62a012dfbf49a8f5cf12751f36d31a9dbe66d528e58979e"
452dependencies = [
453 "socket2",
454 "winapi 0.3.9",
455]
456
457[[package]]
458name = "nanoid"
459version = "0.3.0"
460source = "registry+https://github.com/rust-lang/crates.io-index"
461checksum = "a6226bc4e142124cb44e309a37a04cd9bb10e740d8642855441d3b14808f635e"
462dependencies = [
463 "rand",
464]
465
466[[package]]
467name = "net2"
468version = "0.2.34"
469source = "registry+https://github.com/rust-lang/crates.io-index"
470checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7"
471dependencies = [
472 "cfg-if",
473 "libc",
474 "winapi 0.3.9",
475]
476
477[[package]]
478name = "num_cpus"
479version = "1.13.0"
480source = "registry+https://github.com/rust-lang/crates.io-index"
481checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
482dependencies = [
483 "hermit-abi",
484 "libc",
485]
486
487[[package]]
488name = "once_cell"
489version = "1.4.1"
490source = "registry+https://github.com/rust-lang/crates.io-index"
491checksum = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad"
492
493[[package]]
494name = "percent-encoding"
495version = "2.1.0"
496source = "registry+https://github.com/rust-lang/crates.io-index"
497checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
498
499[[package]]
500name = "pin-project"
501version = "0.4.23"
502source = "registry+https://github.com/rust-lang/crates.io-index"
503checksum = "ca4433fff2ae79342e497d9f8ee990d174071408f28f726d6d83af93e58e48aa"
504dependencies = [
505 "pin-project-internal",
506]
507
508[[package]]
509name = "pin-project-internal"
510version = "0.4.23"
511source = "registry+https://github.com/rust-lang/crates.io-index"
512checksum = "2c0e815c3ee9a031fdf5af21c10aa17c573c9c6a566328d99e3936c34e36461f"
513dependencies = [
514 "proc-macro2",
515 "quote",
516 "syn",
517]
518
519[[package]]
520name = "pin-project-lite"
521version = "0.1.7"
522source = "registry+https://github.com/rust-lang/crates.io-index"
523checksum = "282adbf10f2698a7a77f8e983a74b2d18176c19a7fd32a45446139ae7b02b715"
524
525[[package]]
526name = "pin-utils"
527version = "0.1.0"
528source = "registry+https://github.com/rust-lang/crates.io-index"
529checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
530
531[[package]]
532name = "pkg-config"
533version = "0.3.18"
534source = "registry+https://github.com/rust-lang/crates.io-index"
535checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
536
537[[package]]
538name = "pretty_env_logger"
539version = "0.4.0"
540source = "registry+https://github.com/rust-lang/crates.io-index"
541checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
542dependencies = [
543 "env_logger",
544 "log",
545]
546
547[[package]]
548name = "proc-macro-hack"
549version = "0.5.18"
550source = "registry+https://github.com/rust-lang/crates.io-index"
551checksum = "99c605b9a0adc77b7211c6b1f722dcb613d68d66859a44f3d485a6da332b0598"
552
553[[package]]
554name = "proc-macro-nested"
555version = "0.1.6"
556source = "registry+https://github.com/rust-lang/crates.io-index"
557checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"
558
559[[package]]
560name = "proc-macro2"
561version = "1.0.19"
562source = "registry+https://github.com/rust-lang/crates.io-index"
563checksum = "04f5f085b5d71e2188cb8271e5da0161ad52c3f227a661a3c135fdf28e258b12"
564dependencies = [
565 "unicode-xid",
566]
567
568[[package]]
569name = "quick-error"
570version = "1.2.3"
571source = "registry+https://github.com/rust-lang/crates.io-index"
572checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
573
574[[package]]
575name = "quote"
576version = "1.0.7"
577source = "registry+https://github.com/rust-lang/crates.io-index"
578checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
579dependencies = [
580 "proc-macro2",
581]
582
583[[package]]
584name = "rand"
585version = "0.6.5"
586source = "registry+https://github.com/rust-lang/crates.io-index"
587checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
588dependencies = [
589 "autocfg 0.1.7",
590 "libc",
591 "rand_chacha",
592 "rand_core 0.4.2",
593 "rand_hc",
594 "rand_isaac",
595 "rand_jitter",
596 "rand_os",
597 "rand_pcg",
598 "rand_xorshift",
599 "winapi 0.3.9",
600]
601
602[[package]]
603name = "rand_chacha"
604version = "0.1.1"
605source = "registry+https://github.com/rust-lang/crates.io-index"
606checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
607dependencies = [
608 "autocfg 0.1.7",
609 "rand_core 0.3.1",
610]
611
612[[package]]
613name = "rand_core"
614version = "0.3.1"
615source = "registry+https://github.com/rust-lang/crates.io-index"
616checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
617dependencies = [
618 "rand_core 0.4.2",
619]
620
621[[package]]
622name = "rand_core"
623version = "0.4.2"
624source = "registry+https://github.com/rust-lang/crates.io-index"
625checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
626
627[[package]]
628name = "rand_hc"
629version = "0.1.0"
630source = "registry+https://github.com/rust-lang/crates.io-index"
631checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
632dependencies = [
633 "rand_core 0.3.1",
634]
635
636[[package]]
637name = "rand_isaac"
638version = "0.1.1"
639source = "registry+https://github.com/rust-lang/crates.io-index"
640checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
641dependencies = [
642 "rand_core 0.3.1",
643]
644
645[[package]]
646name = "rand_jitter"
647version = "0.1.4"
648source = "registry+https://github.com/rust-lang/crates.io-index"
649checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
650dependencies = [
651 "libc",
652 "rand_core 0.4.2",
653 "winapi 0.3.9",
654]
655
656[[package]]
657name = "rand_os"
658version = "0.1.3"
659source = "registry+https://github.com/rust-lang/crates.io-index"
660checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
661dependencies = [
662 "cloudabi",
663 "fuchsia-cprng",
664 "libc",
665 "rand_core 0.4.2",
666 "rdrand",
667 "winapi 0.3.9",
668]
669
670[[package]]
671name = "rand_pcg"
672version = "0.1.2"
673source = "registry+https://github.com/rust-lang/crates.io-index"
674checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
675dependencies = [
676 "autocfg 0.1.7",
677 "rand_core 0.4.2",
678]
679
680[[package]]
681name = "rand_xorshift"
682version = "0.1.1"
683source = "registry+https://github.com/rust-lang/crates.io-index"
684checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
685dependencies = [
686 "rand_core 0.3.1",
687]
688
689[[package]]
690name = "rdrand"
691version = "0.4.0"
692source = "registry+https://github.com/rust-lang/crates.io-index"
693checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
694dependencies = [
695 "rand_core 0.3.1",
696]
697
698[[package]]
699name = "redox_syscall"
700version = "0.1.57"
701source = "registry+https://github.com/rust-lang/crates.io-index"
702checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
703
704[[package]]
705name = "regex"
706version = "1.3.9"
707source = "registry+https://github.com/rust-lang/crates.io-index"
708checksum = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
709dependencies = [
710 "aho-corasick",
711 "memchr",
712 "regex-syntax",
713 "thread_local",
714]
715
716[[package]]
717name = "regex-syntax"
718version = "0.6.18"
719source = "registry+https://github.com/rust-lang/crates.io-index"
720checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
721
722[[package]]
723name = "rusqlite"
724version = "0.24.0"
725source = "registry+https://github.com/rust-lang/crates.io-index"
726checksum = "4c78c3275d9d6eb684d2db4b2388546b32fdae0586c20a82f3905d21ea78b9ef"
727dependencies = [
728 "bitflags",
729 "fallible-iterator",
730 "fallible-streaming-iterator",
731 "libsqlite3-sys",
732 "lru-cache",
733 "memchr",
734 "smallvec",
735]
736
737[[package]]
738name = "signal-hook-registry"
739version = "1.2.1"
740source = "registry+https://github.com/rust-lang/crates.io-index"
741checksum = "a3e12110bc539e657a646068aaf5eb5b63af9d0c1f7b29c97113fad80e15f035"
742dependencies = [
743 "arc-swap",
744 "libc",
745]
746
747[[package]]
748name = "slab"
749version = "0.4.2"
750source = "registry+https://github.com/rust-lang/crates.io-index"
751checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
752
753[[package]]
754name = "smallvec"
755version = "1.4.2"
756source = "registry+https://github.com/rust-lang/crates.io-index"
757checksum = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252"
758
759[[package]]
760name = "socket2"
761version = "0.3.12"
762source = "registry+https://github.com/rust-lang/crates.io-index"
763checksum = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918"
764dependencies = [
765 "cfg-if",
766 "libc",
767 "redox_syscall",
768 "winapi 0.3.9",
769]
770
771[[package]]
772name = "syn"
773version = "1.0.39"
774source = "registry+https://github.com/rust-lang/crates.io-index"
775checksum = "891d8d6567fe7c7f8835a3a98af4208f3846fba258c1bc3c31d6e506239f11f9"
776dependencies = [
777 "proc-macro2",
778 "quote",
779 "unicode-xid",
780]
781
782[[package]]
783name = "termcolor"
784version = "1.1.0"
785source = "registry+https://github.com/rust-lang/crates.io-index"
786checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
787dependencies = [
788 "winapi-util",
789]
790
791[[package]]
792name = "thread_local"
793version = "1.0.1"
794source = "registry+https://github.com/rust-lang/crates.io-index"
795checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
796dependencies = [
797 "lazy_static",
798]
799
800[[package]]
801name = "time"
802version = "0.1.43"
803source = "registry+https://github.com/rust-lang/crates.io-index"
804checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
805dependencies = [
806 "libc",
807 "winapi 0.3.9",
808]
809
810[[package]]
811name = "tinyvec"
812version = "0.3.4"
813source = "registry+https://github.com/rust-lang/crates.io-index"
814checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"
815
816[[package]]
817name = "tokio"
818version = "0.2.22"
819source = "registry+https://github.com/rust-lang/crates.io-index"
820checksum = "5d34ca54d84bf2b5b4d7d31e901a8464f7b60ac145a284fba25ceb801f2ddccd"
821dependencies = [
822 "bytes",
823 "fnv",
824 "futures-core",
825 "iovec",
826 "lazy_static",
827 "libc",
828 "memchr",
829 "mio",
830 "mio-named-pipes",
831 "mio-uds",
832 "num_cpus",
833 "pin-project-lite",
834 "signal-hook-registry",
835 "slab",
836 "tokio-macros",
837 "winapi 0.3.9",
838]
839
840[[package]]
841name = "tokio-macros"
842version = "0.2.5"
843source = "registry+https://github.com/rust-lang/crates.io-index"
844checksum = "f0c3acc6aa564495a0f2e1d59fab677cd7f81a19994cfc7f3ad0e64301560389"
845dependencies = [
846 "proc-macro2",
847 "quote",
848 "syn",
849]
850
851[[package]]
852name = "tokio-util"
853version = "0.3.1"
854source = "registry+https://github.com/rust-lang/crates.io-index"
855checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
856dependencies = [
857 "bytes",
858 "futures-core",
859 "futures-sink",
860 "log",
861 "pin-project-lite",
862 "tokio",
863]
864
865[[package]]
866name = "tower-service"
867version = "0.3.0"
868source = "registry+https://github.com/rust-lang/crates.io-index"
869checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
870
871[[package]]
872name = "tracing"
873version = "0.1.19"
874source = "registry+https://github.com/rust-lang/crates.io-index"
875checksum = "6d79ca061b032d6ce30c660fded31189ca0b9922bf483cd70759f13a2d86786c"
876dependencies = [
877 "cfg-if",
878 "log",
879 "tracing-core",
880]
881
882[[package]]
883name = "tracing-core"
884version = "0.1.14"
885source = "registry+https://github.com/rust-lang/crates.io-index"
886checksum = "db63662723c316b43ca36d833707cc93dff82a02ba3d7e354f342682cc8b3545"
887dependencies = [
888 "lazy_static",
889]
890
891[[package]]
892name = "try-lock"
893version = "0.2.3"
894source = "registry+https://github.com/rust-lang/crates.io-index"
895checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
896
897[[package]]
898name = "unicode-bidi"
899version = "0.3.4"
900source = "registry+https://github.com/rust-lang/crates.io-index"
901checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
902dependencies = [
903 "matches",
904]
905
906[[package]]
907name = "unicode-normalization"
908version = "0.1.13"
909source = "registry+https://github.com/rust-lang/crates.io-index"
910checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
911dependencies = [
912 "tinyvec",
913]
914
915[[package]]
916name = "unicode-xid"
917version = "0.2.1"
918source = "registry+https://github.com/rust-lang/crates.io-index"
919checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
920
921[[package]]
922name = "url"
923version = "2.1.1"
924source = "registry+https://github.com/rust-lang/crates.io-index"
925checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
926dependencies = [
927 "idna",
928 "matches",
929 "percent-encoding",
930]
931
932[[package]]
933name = "vcpkg"
934version = "0.2.10"
935source = "registry+https://github.com/rust-lang/crates.io-index"
936checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
937
938[[package]]
939name = "want"
940version = "0.3.0"
941source = "registry+https://github.com/rust-lang/crates.io-index"
942checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
943dependencies = [
944 "log",
945 "try-lock",
946]
947
948[[package]]
949name = "winapi"
950version = "0.2.8"
951source = "registry+https://github.com/rust-lang/crates.io-index"
952checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
953
954[[package]]
955name = "winapi"
956version = "0.3.9"
957source = "registry+https://github.com/rust-lang/crates.io-index"
958checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
959dependencies = [
960 "winapi-i686-pc-windows-gnu",
961 "winapi-x86_64-pc-windows-gnu",
962]
963
964[[package]]
965name = "winapi-build"
966version = "0.1.1"
967source = "registry+https://github.com/rust-lang/crates.io-index"
968checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
969
970[[package]]
971name = "winapi-i686-pc-windows-gnu"
972version = "0.4.0"
973source = "registry+https://github.com/rust-lang/crates.io-index"
974checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
975
976[[package]]
977name = "winapi-util"
978version = "0.1.5"
979source = "registry+https://github.com/rust-lang/crates.io-index"
980checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
981dependencies = [
982 "winapi 0.3.9",
983]
984
985[[package]]
986name = "winapi-x86_64-pc-windows-gnu"
987version = "0.4.0"
988source = "registry+https://github.com/rust-lang/crates.io-index"
989checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
990
991[[package]]
992name = "ws2_32-sys"
993version = "0.2.1"
994source = "registry+https://github.com/rust-lang/crates.io-index"
995checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
996dependencies = [
997 "winapi 0.2.8",
998 "winapi-build",
999]