1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3[[package]]
4name = "cfg-if"
5version = "0.1.10"
6source = "registry+https://github.com/rust-lang/crates.io-index"
7checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
8
9[[package]]
10name = "env_logger"
11version = "0.6.2"
12source = "registry+https://github.com/rust-lang/crates.io-index"
13checksum = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3"
14dependencies = [
15 "log",
16]
17
18[[package]]
19name = "lazy_static"
20version = "1.4.0"
21source = "registry+https://github.com/rust-lang/crates.io-index"
22checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
23
24[[package]]
25name = "libc"
26version = "0.2.66"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558"
29
30[[package]]
31name = "log"
32version = "0.4.8"
33source = "registry+https://github.com/rust-lang/crates.io-index"
34checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
35dependencies = [
36 "cfg-if",
37]
38
39[[package]]
40name = "mio"
41version = "0.7.0"
42dependencies = [
43 "env_logger",
44 "lazy_static",
45 "libc",
46 "log",
47 "miow",
48 "net2",
49 "ntapi",
50 "winapi",
51]
52
53[[package]]
54name = "miow"
55version = "0.3.3"
56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226"
58dependencies = [
59 "socket2",
60 "winapi",
61]
62
63[[package]]
64name = "net2"
65version = "0.2.33"
66source = "registry+https://github.com/rust-lang/crates.io-index"
67checksum = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
68dependencies = [
69 "cfg-if",
70 "libc",
71 "winapi",
72]
73
74[[package]]
75name = "ntapi"
76version = "0.3.3"
77source = "registry+https://github.com/rust-lang/crates.io-index"
78checksum = "f26e041cd983acbc087e30fcba770380cfa352d0e392e175b2344ebaf7ea0602"
79dependencies = [
80 "winapi",
81]
82
83[[package]]
84name = "redox_syscall"
85version = "0.1.56"
86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
88
89[[package]]
90name = "socket2"
91version = "0.3.11"
92source = "registry+https://github.com/rust-lang/crates.io-index"
93checksum = "e8b74de517221a2cb01a53349cf54182acdc31a074727d3079068448c0676d85"
94dependencies = [
95 "cfg-if",
96 "libc",
97 "redox_syscall",
98 "winapi",
99]
100
101[[package]]
102name = "winapi"
103version = "0.3.8"
104source = "registry+https://github.com/rust-lang/crates.io-index"
105checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
106dependencies = [
107 "winapi-i686-pc-windows-gnu",
108 "winapi-x86_64-pc-windows-gnu",
109]
110
111[[package]]
112name = "winapi-i686-pc-windows-gnu"
113version = "0.4.0"
114source = "registry+https://github.com/rust-lang/crates.io-index"
115checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
116
117[[package]]
118name = "winapi-x86_64-pc-windows-gnu"
119version = "0.4.0"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
122