Show More
@@ -1,687 +1,689 b'' | |||||
1 | [[package]] |
|
1 | [[package]] | |
2 | name = "arrayvec" |
|
2 | name = "arrayvec" | |
3 | version = "0.4.7" |
|
3 | version = "0.4.7" | |
4 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
4 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
5 | dependencies = [ |
|
5 | dependencies = [ | |
6 | "nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
6 | "nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
7 | ] |
|
7 | ] | |
8 |
|
8 | |||
9 | [[package]] |
|
9 | [[package]] | |
10 | name = "bitflags" |
|
10 | name = "bitflags" | |
11 | version = "1.0.4" |
|
11 | version = "1.0.4" | |
12 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
12 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
13 |
|
13 | |||
14 | [[package]] |
|
14 | [[package]] | |
15 | name = "byteorder" |
|
15 | name = "byteorder" | |
16 | version = "1.2.6" |
|
16 | version = "1.2.6" | |
17 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
17 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
18 |
|
18 | |||
19 | [[package]] |
|
19 | [[package]] | |
20 | name = "bytes" |
|
20 | name = "bytes" | |
21 | version = "0.4.10" |
|
21 | version = "0.4.10" | |
22 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
22 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
23 | dependencies = [ |
|
23 | dependencies = [ | |
24 | "byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
24 | "byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
25 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
25 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
26 | ] |
|
26 | ] | |
27 |
|
27 | |||
28 | [[package]] |
|
28 | [[package]] | |
29 | name = "cc" |
|
29 | name = "cc" | |
30 | version = "1.0.25" |
|
30 | version = "1.0.25" | |
31 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
31 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
32 |
|
32 | |||
33 | [[package]] |
|
33 | [[package]] | |
34 | name = "cfg-if" |
|
34 | name = "cfg-if" | |
35 | version = "0.1.5" |
|
35 | version = "0.1.5" | |
36 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
36 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
37 |
|
37 | |||
38 | [[package]] |
|
38 | [[package]] | |
39 | name = "chg" |
|
39 | name = "chg" | |
40 | version = "0.1.0" |
|
40 | version = "0.1.0" | |
41 | dependencies = [ |
|
41 | dependencies = [ | |
42 | "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
42 | "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
43 | "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", |
|
43 | "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", | |
44 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
44 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
45 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
45 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | |
|
46 | "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", | |||
46 | "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
47 | "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
47 | "tokio-hglib 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
48 | "tokio-hglib 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
48 | "tokio-process 0.2.2 (git+https://github.com/alexcrichton/tokio-process)", |
|
49 | "tokio-process 0.2.2 (git+https://github.com/alexcrichton/tokio-process)", | |
|
50 | "tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | |||
49 | ] |
|
51 | ] | |
50 |
|
52 | |||
51 | [[package]] |
|
53 | [[package]] | |
52 | name = "cloudabi" |
|
54 | name = "cloudabi" | |
53 | version = "0.0.3" |
|
55 | version = "0.0.3" | |
54 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
56 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
55 | dependencies = [ |
|
57 | dependencies = [ | |
56 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
58 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
57 | ] |
|
59 | ] | |
58 |
|
60 | |||
59 | [[package]] |
|
61 | [[package]] | |
60 | name = "crossbeam-deque" |
|
62 | name = "crossbeam-deque" | |
61 | version = "0.6.1" |
|
63 | version = "0.6.1" | |
62 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
64 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
63 | dependencies = [ |
|
65 | dependencies = [ | |
64 | "crossbeam-epoch 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
66 | "crossbeam-epoch 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
65 | "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
67 | "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
66 | ] |
|
68 | ] | |
67 |
|
69 | |||
68 | [[package]] |
|
70 | [[package]] | |
69 | name = "crossbeam-epoch" |
|
71 | name = "crossbeam-epoch" | |
70 | version = "0.5.2" |
|
72 | version = "0.5.2" | |
71 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
73 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
72 | dependencies = [ |
|
74 | dependencies = [ | |
73 | "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
75 | "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
74 | "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
76 | "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
75 | "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
77 | "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
76 | "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
78 | "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
77 | "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
79 | "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
78 | "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
80 | "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
79 | ] |
|
81 | ] | |
80 |
|
82 | |||
81 | [[package]] |
|
83 | [[package]] | |
82 | name = "crossbeam-utils" |
|
84 | name = "crossbeam-utils" | |
83 | version = "0.5.0" |
|
85 | version = "0.5.0" | |
84 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
86 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
85 |
|
87 | |||
86 | [[package]] |
|
88 | [[package]] | |
87 | name = "fuchsia-zircon" |
|
89 | name = "fuchsia-zircon" | |
88 | version = "0.3.3" |
|
90 | version = "0.3.3" | |
89 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
91 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
90 | dependencies = [ |
|
92 | dependencies = [ | |
91 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
93 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
92 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
94 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
93 | ] |
|
95 | ] | |
94 |
|
96 | |||
95 | [[package]] |
|
97 | [[package]] | |
96 | name = "fuchsia-zircon-sys" |
|
98 | name = "fuchsia-zircon-sys" | |
97 | version = "0.3.3" |
|
99 | version = "0.3.3" | |
98 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
100 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
99 |
|
101 | |||
100 | [[package]] |
|
102 | [[package]] | |
101 | name = "futures" |
|
103 | name = "futures" | |
102 | version = "0.1.24" |
|
104 | version = "0.1.24" | |
103 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
105 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
104 |
|
106 | |||
105 | [[package]] |
|
107 | [[package]] | |
106 | name = "iovec" |
|
108 | name = "iovec" | |
107 | version = "0.1.2" |
|
109 | version = "0.1.2" | |
108 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
110 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
109 | dependencies = [ |
|
111 | dependencies = [ | |
110 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
112 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | |
111 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
113 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
112 | ] |
|
114 | ] | |
113 |
|
115 | |||
114 | [[package]] |
|
116 | [[package]] | |
115 | name = "kernel32-sys" |
|
117 | name = "kernel32-sys" | |
116 | version = "0.2.2" |
|
118 | version = "0.2.2" | |
117 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
119 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
118 | dependencies = [ |
|
120 | dependencies = [ | |
119 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
121 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
120 | "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
122 | "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
121 | ] |
|
123 | ] | |
122 |
|
124 | |||
123 | [[package]] |
|
125 | [[package]] | |
124 | name = "lazy_static" |
|
126 | name = "lazy_static" | |
125 | version = "1.1.0" |
|
127 | version = "1.1.0" | |
126 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
128 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
127 | dependencies = [ |
|
129 | dependencies = [ | |
128 | "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
130 | "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
129 | ] |
|
131 | ] | |
130 |
|
132 | |||
131 | [[package]] |
|
133 | [[package]] | |
132 | name = "lazycell" |
|
134 | name = "lazycell" | |
133 | version = "1.2.0" |
|
135 | version = "1.2.0" | |
134 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
136 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
135 |
|
137 | |||
136 | [[package]] |
|
138 | [[package]] | |
137 | name = "libc" |
|
139 | name = "libc" | |
138 | version = "0.2.43" |
|
140 | version = "0.2.43" | |
139 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
141 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
140 |
|
142 | |||
141 | [[package]] |
|
143 | [[package]] | |
142 | name = "lock_api" |
|
144 | name = "lock_api" | |
143 | version = "0.1.4" |
|
145 | version = "0.1.4" | |
144 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
146 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
145 | dependencies = [ |
|
147 | dependencies = [ | |
146 | "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
148 | "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
147 | "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
149 | "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
148 | ] |
|
150 | ] | |
149 |
|
151 | |||
150 | [[package]] |
|
152 | [[package]] | |
151 | name = "log" |
|
153 | name = "log" | |
152 | version = "0.4.5" |
|
154 | version = "0.4.5" | |
153 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
155 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
154 | dependencies = [ |
|
156 | dependencies = [ | |
155 | "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
157 | "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
156 | ] |
|
158 | ] | |
157 |
|
159 | |||
158 | [[package]] |
|
160 | [[package]] | |
159 | name = "memoffset" |
|
161 | name = "memoffset" | |
160 | version = "0.2.1" |
|
162 | version = "0.2.1" | |
161 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
163 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
162 |
|
164 | |||
163 | [[package]] |
|
165 | [[package]] | |
164 | name = "mio" |
|
166 | name = "mio" | |
165 | version = "0.6.16" |
|
167 | version = "0.6.16" | |
166 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
168 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
167 | dependencies = [ |
|
169 | dependencies = [ | |
168 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
170 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
169 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
171 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
170 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
172 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
171 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
173 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
172 | "lazycell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
174 | "lazycell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
173 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
175 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | |
174 | "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
176 | "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
175 | "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
177 | "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
176 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
178 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", | |
177 | "slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
179 | "slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
178 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
180 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
179 | ] |
|
181 | ] | |
180 |
|
182 | |||
181 | [[package]] |
|
183 | [[package]] | |
182 | name = "mio-named-pipes" |
|
184 | name = "mio-named-pipes" | |
183 | version = "0.1.6" |
|
185 | version = "0.1.6" | |
184 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
186 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
185 | dependencies = [ |
|
187 | dependencies = [ | |
186 | "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
188 | "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
187 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
|
189 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", | |
188 | "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
190 | "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
189 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
191 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
190 | ] |
|
192 | ] | |
191 |
|
193 | |||
192 | [[package]] |
|
194 | [[package]] | |
193 | name = "mio-uds" |
|
195 | name = "mio-uds" | |
194 | version = "0.6.7" |
|
196 | version = "0.6.7" | |
195 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
197 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
196 | dependencies = [ |
|
198 | dependencies = [ | |
197 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
199 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
198 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
200 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | |
199 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
|
201 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", | |
200 | ] |
|
202 | ] | |
201 |
|
203 | |||
202 | [[package]] |
|
204 | [[package]] | |
203 | name = "miow" |
|
205 | name = "miow" | |
204 | version = "0.2.1" |
|
206 | version = "0.2.1" | |
205 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
207 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
206 | dependencies = [ |
|
208 | dependencies = [ | |
207 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
209 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
208 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
210 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", | |
209 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
211 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
210 | "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
212 | "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
211 | ] |
|
213 | ] | |
212 |
|
214 | |||
213 | [[package]] |
|
215 | [[package]] | |
214 | name = "miow" |
|
216 | name = "miow" | |
215 | version = "0.3.3" |
|
217 | version = "0.3.3" | |
216 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
218 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
217 | dependencies = [ |
|
219 | dependencies = [ | |
218 | "socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
220 | "socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
219 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
221 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
220 | ] |
|
222 | ] | |
221 |
|
223 | |||
222 | [[package]] |
|
224 | [[package]] | |
223 | name = "net2" |
|
225 | name = "net2" | |
224 | version = "0.2.33" |
|
226 | version = "0.2.33" | |
225 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
227 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
226 | dependencies = [ |
|
228 | dependencies = [ | |
227 | "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
229 | "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
228 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
230 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | |
229 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
231 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
230 | ] |
|
232 | ] | |
231 |
|
233 | |||
232 | [[package]] |
|
234 | [[package]] | |
233 | name = "nodrop" |
|
235 | name = "nodrop" | |
234 | version = "0.1.12" |
|
236 | version = "0.1.12" | |
235 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
237 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
236 |
|
238 | |||
237 | [[package]] |
|
239 | [[package]] | |
238 | name = "num_cpus" |
|
240 | name = "num_cpus" | |
239 | version = "1.8.0" |
|
241 | version = "1.8.0" | |
240 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
242 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
241 | dependencies = [ |
|
243 | dependencies = [ | |
242 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
244 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | |
243 | ] |
|
245 | ] | |
244 |
|
246 | |||
245 | [[package]] |
|
247 | [[package]] | |
246 | name = "owning_ref" |
|
248 | name = "owning_ref" | |
247 | version = "0.3.3" |
|
249 | version = "0.3.3" | |
248 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
250 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
249 | dependencies = [ |
|
251 | dependencies = [ | |
250 | "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
252 | "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
251 | ] |
|
253 | ] | |
252 |
|
254 | |||
253 | [[package]] |
|
255 | [[package]] | |
254 | name = "parking_lot" |
|
256 | name = "parking_lot" | |
255 | version = "0.6.4" |
|
257 | version = "0.6.4" | |
256 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
258 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
257 | dependencies = [ |
|
259 | dependencies = [ | |
258 | "lock_api 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
260 | "lock_api 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
259 | "parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
261 | "parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
260 | ] |
|
262 | ] | |
261 |
|
263 | |||
262 | [[package]] |
|
264 | [[package]] | |
263 | name = "parking_lot_core" |
|
265 | name = "parking_lot_core" | |
264 | version = "0.3.1" |
|
266 | version = "0.3.1" | |
265 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
267 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
266 | dependencies = [ |
|
268 | dependencies = [ | |
267 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
269 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | |
268 | "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
270 | "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
269 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
271 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
270 | "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
272 | "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
271 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
273 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
272 | ] |
|
274 | ] | |
273 |
|
275 | |||
274 | [[package]] |
|
276 | [[package]] | |
275 | name = "rand" |
|
277 | name = "rand" | |
276 | version = "0.5.5" |
|
278 | version = "0.5.5" | |
277 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
279 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
278 | dependencies = [ |
|
280 | dependencies = [ | |
279 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
281 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
280 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
282 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
281 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
283 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | |
282 | "rand_core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
284 | "rand_core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
283 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
285 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
284 | ] |
|
286 | ] | |
285 |
|
287 | |||
286 | [[package]] |
|
288 | [[package]] | |
287 | name = "rand_core" |
|
289 | name = "rand_core" | |
288 | version = "0.2.1" |
|
290 | version = "0.2.1" | |
289 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
291 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
290 |
|
292 | |||
291 | [[package]] |
|
293 | [[package]] | |
292 | name = "redox_syscall" |
|
294 | name = "redox_syscall" | |
293 | version = "0.1.40" |
|
295 | version = "0.1.40" | |
294 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
296 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
295 |
|
297 | |||
296 | [[package]] |
|
298 | [[package]] | |
297 | name = "rustc_version" |
|
299 | name = "rustc_version" | |
298 | version = "0.2.3" |
|
300 | version = "0.2.3" | |
299 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
301 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
300 | dependencies = [ |
|
302 | dependencies = [ | |
301 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
303 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
302 | ] |
|
304 | ] | |
303 |
|
305 | |||
304 | [[package]] |
|
306 | [[package]] | |
305 | name = "scopeguard" |
|
307 | name = "scopeguard" | |
306 | version = "0.3.3" |
|
308 | version = "0.3.3" | |
307 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
309 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
308 |
|
310 | |||
309 | [[package]] |
|
311 | [[package]] | |
310 | name = "semver" |
|
312 | name = "semver" | |
311 | version = "0.9.0" |
|
313 | version = "0.9.0" | |
312 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
314 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
313 | dependencies = [ |
|
315 | dependencies = [ | |
314 | "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
316 | "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
315 | ] |
|
317 | ] | |
316 |
|
318 | |||
317 | [[package]] |
|
319 | [[package]] | |
318 | name = "semver-parser" |
|
320 | name = "semver-parser" | |
319 | version = "0.7.0" |
|
321 | version = "0.7.0" | |
320 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
322 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
321 |
|
323 | |||
322 | [[package]] |
|
324 | [[package]] | |
323 | name = "slab" |
|
325 | name = "slab" | |
324 | version = "0.4.1" |
|
326 | version = "0.4.1" | |
325 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
327 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
326 |
|
328 | |||
327 | [[package]] |
|
329 | [[package]] | |
328 | name = "smallvec" |
|
330 | name = "smallvec" | |
329 | version = "0.6.5" |
|
331 | version = "0.6.5" | |
330 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
332 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
331 | dependencies = [ |
|
333 | dependencies = [ | |
332 | "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
334 | "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
333 | ] |
|
335 | ] | |
334 |
|
336 | |||
335 | [[package]] |
|
337 | [[package]] | |
336 | name = "socket2" |
|
338 | name = "socket2" | |
337 | version = "0.3.8" |
|
339 | version = "0.3.8" | |
338 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
340 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
339 | dependencies = [ |
|
341 | dependencies = [ | |
340 | "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
342 | "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
341 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
343 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | |
342 | "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
|
344 | "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", | |
343 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
345 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
344 | ] |
|
346 | ] | |
345 |
|
347 | |||
346 | [[package]] |
|
348 | [[package]] | |
347 | name = "stable_deref_trait" |
|
349 | name = "stable_deref_trait" | |
348 | version = "1.1.1" |
|
350 | version = "1.1.1" | |
349 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
351 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
350 |
|
352 | |||
351 | [[package]] |
|
353 | [[package]] | |
352 | name = "tokio" |
|
354 | name = "tokio" | |
353 | version = "0.1.11" |
|
355 | version = "0.1.11" | |
354 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
356 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
355 | dependencies = [ |
|
357 | dependencies = [ | |
356 | "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
358 | "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
357 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
359 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
358 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
|
360 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", | |
359 | "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
361 | "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
360 | "tokio-current-thread 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
362 | "tokio-current-thread 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
361 | "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
363 | "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
362 | "tokio-fs 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
364 | "tokio-fs 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
363 | "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
365 | "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
364 | "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
366 | "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
365 | "tokio-tcp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
367 | "tokio-tcp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
366 | "tokio-threadpool 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
368 | "tokio-threadpool 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
367 | "tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
369 | "tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
368 | "tokio-udp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
370 | "tokio-udp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
369 | "tokio-uds 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
371 | "tokio-uds 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
370 | ] |
|
372 | ] | |
371 |
|
373 | |||
372 | [[package]] |
|
374 | [[package]] | |
373 | name = "tokio-codec" |
|
375 | name = "tokio-codec" | |
374 | version = "0.1.1" |
|
376 | version = "0.1.1" | |
375 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
377 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
376 | dependencies = [ |
|
378 | dependencies = [ | |
377 | "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
379 | "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
378 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
380 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
379 | "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
381 | "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
380 | ] |
|
382 | ] | |
381 |
|
383 | |||
382 | [[package]] |
|
384 | [[package]] | |
383 | name = "tokio-current-thread" |
|
385 | name = "tokio-current-thread" | |
384 | version = "0.1.3" |
|
386 | version = "0.1.3" | |
385 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
387 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
386 | dependencies = [ |
|
388 | dependencies = [ | |
387 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
389 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
388 | "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
390 | "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
389 | ] |
|
391 | ] | |
390 |
|
392 | |||
391 | [[package]] |
|
393 | [[package]] | |
392 | name = "tokio-executor" |
|
394 | name = "tokio-executor" | |
393 | version = "0.1.5" |
|
395 | version = "0.1.5" | |
394 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
396 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
395 | dependencies = [ |
|
397 | dependencies = [ | |
396 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
398 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
397 | ] |
|
399 | ] | |
398 |
|
400 | |||
399 | [[package]] |
|
401 | [[package]] | |
400 | name = "tokio-fs" |
|
402 | name = "tokio-fs" | |
401 | version = "0.1.3" |
|
403 | version = "0.1.3" | |
402 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
404 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
403 | dependencies = [ |
|
405 | dependencies = [ | |
404 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
406 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
405 | "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
407 | "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
406 | "tokio-threadpool 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
408 | "tokio-threadpool 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
407 | ] |
|
409 | ] | |
408 |
|
410 | |||
409 | [[package]] |
|
411 | [[package]] | |
410 | name = "tokio-hglib" |
|
412 | name = "tokio-hglib" | |
411 | version = "0.2.0" |
|
413 | version = "0.2.0" | |
412 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
414 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
413 | dependencies = [ |
|
415 | dependencies = [ | |
414 | "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
416 | "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
415 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
417 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
416 | "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
418 | "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
417 | "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
419 | "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
418 | "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
420 | "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
419 | "tokio-process 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
421 | "tokio-process 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
420 | "tokio-uds 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
422 | "tokio-uds 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
421 | ] |
|
423 | ] | |
422 |
|
424 | |||
423 | [[package]] |
|
425 | [[package]] | |
424 | name = "tokio-io" |
|
426 | name = "tokio-io" | |
425 | version = "0.1.9" |
|
427 | version = "0.1.9" | |
426 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
428 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
427 | dependencies = [ |
|
429 | dependencies = [ | |
428 | "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
430 | "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
429 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
431 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
430 | "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
432 | "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
431 | ] |
|
433 | ] | |
432 |
|
434 | |||
433 | [[package]] |
|
435 | [[package]] | |
434 | name = "tokio-process" |
|
436 | name = "tokio-process" | |
435 | version = "0.2.2" |
|
437 | version = "0.2.2" | |
436 | source = "git+https://github.com/alexcrichton/tokio-process#2e805aad57e2639246cbf7394899bf7a27c18ebd" |
|
438 | source = "git+https://github.com/alexcrichton/tokio-process#2e805aad57e2639246cbf7394899bf7a27c18ebd" | |
437 | dependencies = [ |
|
439 | dependencies = [ | |
438 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
440 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
439 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
441 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | |
440 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
|
442 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", | |
441 | "mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
443 | "mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
442 | "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
444 | "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
443 | "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
445 | "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
444 | "tokio-signal 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
446 | "tokio-signal 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
445 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
447 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
446 | ] |
|
448 | ] | |
447 |
|
449 | |||
448 | [[package]] |
|
450 | [[package]] | |
449 | name = "tokio-process" |
|
451 | name = "tokio-process" | |
450 | version = "0.2.2" |
|
452 | version = "0.2.2" | |
451 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
453 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
452 | dependencies = [ |
|
454 | dependencies = [ | |
453 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
455 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
454 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
456 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | |
455 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
|
457 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", | |
456 | "mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
458 | "mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
457 | "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
459 | "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
458 | "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
460 | "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
459 | "tokio-signal 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
461 | "tokio-signal 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
460 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
462 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
461 | ] |
|
463 | ] | |
462 |
|
464 | |||
463 | [[package]] |
|
465 | [[package]] | |
464 | name = "tokio-reactor" |
|
466 | name = "tokio-reactor" | |
465 | version = "0.1.6" |
|
467 | version = "0.1.6" | |
466 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
468 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
467 | dependencies = [ |
|
469 | dependencies = [ | |
468 | "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
470 | "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
469 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
471 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
470 | "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
472 | "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
471 | "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
473 | "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
472 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
|
474 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", | |
473 | "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
475 | "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
474 | "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
476 | "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
475 | "slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
477 | "slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
476 | "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
478 | "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
477 | "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
479 | "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
478 | ] |
|
480 | ] | |
479 |
|
481 | |||
480 | [[package]] |
|
482 | [[package]] | |
481 | name = "tokio-signal" |
|
483 | name = "tokio-signal" | |
482 | version = "0.2.5" |
|
484 | version = "0.2.5" | |
483 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
485 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
484 | dependencies = [ |
|
486 | dependencies = [ | |
485 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
487 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
486 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
488 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | |
487 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
|
489 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", | |
488 | "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
490 | "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
489 | "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
491 | "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
490 | "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
492 | "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
491 | "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
493 | "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
492 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
494 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
493 | ] |
|
495 | ] | |
494 |
|
496 | |||
495 | [[package]] |
|
497 | [[package]] | |
496 | name = "tokio-tcp" |
|
498 | name = "tokio-tcp" | |
497 | version = "0.1.2" |
|
499 | version = "0.1.2" | |
498 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
500 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
499 | dependencies = [ |
|
501 | dependencies = [ | |
500 | "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
502 | "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
501 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
503 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
502 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
504 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
503 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
|
505 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", | |
504 | "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
506 | "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
505 | "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
507 | "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
506 | ] |
|
508 | ] | |
507 |
|
509 | |||
508 | [[package]] |
|
510 | [[package]] | |
509 | name = "tokio-threadpool" |
|
511 | name = "tokio-threadpool" | |
510 | version = "0.1.7" |
|
512 | version = "0.1.7" | |
511 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
513 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
512 | dependencies = [ |
|
514 | dependencies = [ | |
513 | "crossbeam-deque 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
515 | "crossbeam-deque 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
514 | "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
516 | "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
515 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
517 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
516 | "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
518 | "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
517 | "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
519 | "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
518 | "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
520 | "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
519 | "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
521 | "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
520 | ] |
|
522 | ] | |
521 |
|
523 | |||
522 | [[package]] |
|
524 | [[package]] | |
523 | name = "tokio-timer" |
|
525 | name = "tokio-timer" | |
524 | version = "0.2.7" |
|
526 | version = "0.2.7" | |
525 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
527 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
526 | dependencies = [ |
|
528 | dependencies = [ | |
527 | "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
529 | "crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
528 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
530 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
529 | "slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
531 | "slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
530 | "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
532 | "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
531 | ] |
|
533 | ] | |
532 |
|
534 | |||
533 | [[package]] |
|
535 | [[package]] | |
534 | name = "tokio-udp" |
|
536 | name = "tokio-udp" | |
535 | version = "0.1.2" |
|
537 | version = "0.1.2" | |
536 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
538 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
537 | dependencies = [ |
|
539 | dependencies = [ | |
538 | "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
540 | "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
539 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
541 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
540 | "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
542 | "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
541 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
|
543 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", | |
542 | "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
544 | "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
543 | "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
545 | "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
544 | "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
546 | "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
545 | ] |
|
547 | ] | |
546 |
|
548 | |||
547 | [[package]] |
|
549 | [[package]] | |
548 | name = "tokio-uds" |
|
550 | name = "tokio-uds" | |
549 | version = "0.2.2" |
|
551 | version = "0.2.2" | |
550 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
552 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
551 | dependencies = [ |
|
553 | dependencies = [ | |
552 | "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
554 | "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
553 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
555 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
554 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
556 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
555 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
557 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | |
556 | "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
558 | "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
557 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
|
559 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", | |
558 | "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
560 | "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
559 | "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
561 | "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
560 | "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
562 | "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
561 | ] |
|
563 | ] | |
562 |
|
564 | |||
563 | [[package]] |
|
565 | [[package]] | |
564 | name = "unreachable" |
|
566 | name = "unreachable" | |
565 | version = "1.0.0" |
|
567 | version = "1.0.0" | |
566 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
568 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
567 | dependencies = [ |
|
569 | dependencies = [ | |
568 | "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
570 | "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
569 | ] |
|
571 | ] | |
570 |
|
572 | |||
571 | [[package]] |
|
573 | [[package]] | |
572 | name = "version_check" |
|
574 | name = "version_check" | |
573 | version = "0.1.5" |
|
575 | version = "0.1.5" | |
574 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
576 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
575 |
|
577 | |||
576 | [[package]] |
|
578 | [[package]] | |
577 | name = "void" |
|
579 | name = "void" | |
578 | version = "1.0.2" |
|
580 | version = "1.0.2" | |
579 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
581 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
580 |
|
582 | |||
581 | [[package]] |
|
583 | [[package]] | |
582 | name = "winapi" |
|
584 | name = "winapi" | |
583 | version = "0.2.8" |
|
585 | version = "0.2.8" | |
584 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
586 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
585 |
|
587 | |||
586 | [[package]] |
|
588 | [[package]] | |
587 | name = "winapi" |
|
589 | name = "winapi" | |
588 | version = "0.3.6" |
|
590 | version = "0.3.6" | |
589 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
591 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
590 | dependencies = [ |
|
592 | dependencies = [ | |
591 | "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
593 | "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
592 | "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
594 | "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
593 | ] |
|
595 | ] | |
594 |
|
596 | |||
595 | [[package]] |
|
597 | [[package]] | |
596 | name = "winapi-build" |
|
598 | name = "winapi-build" | |
597 | version = "0.1.1" |
|
599 | version = "0.1.1" | |
598 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
600 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
599 |
|
601 | |||
600 | [[package]] |
|
602 | [[package]] | |
601 | name = "winapi-i686-pc-windows-gnu" |
|
603 | name = "winapi-i686-pc-windows-gnu" | |
602 | version = "0.4.0" |
|
604 | version = "0.4.0" | |
603 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
605 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
604 |
|
606 | |||
605 | [[package]] |
|
607 | [[package]] | |
606 | name = "winapi-x86_64-pc-windows-gnu" |
|
608 | name = "winapi-x86_64-pc-windows-gnu" | |
607 | version = "0.4.0" |
|
609 | version = "0.4.0" | |
608 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
610 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
609 |
|
611 | |||
610 | [[package]] |
|
612 | [[package]] | |
611 | name = "ws2_32-sys" |
|
613 | name = "ws2_32-sys" | |
612 | version = "0.2.1" |
|
614 | version = "0.2.1" | |
613 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
615 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
614 | dependencies = [ |
|
616 | dependencies = [ | |
615 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
617 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
616 | "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
618 | "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
617 | ] |
|
619 | ] | |
618 |
|
620 | |||
619 | [metadata] |
|
621 | [metadata] | |
620 | "checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef" |
|
622 | "checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef" | |
621 | "checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12" |
|
623 | "checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12" | |
622 | "checksum byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "90492c5858dd7d2e78691cfb89f90d273a2800fc11d98f60786e5d87e2f83781" |
|
624 | "checksum byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "90492c5858dd7d2e78691cfb89f90d273a2800fc11d98f60786e5d87e2f83781" | |
623 | "checksum bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0ce55bd354b095246fc34caf4e9e242f5297a7fd938b090cadfea6eee614aa62" |
|
625 | "checksum bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0ce55bd354b095246fc34caf4e9e242f5297a7fd938b090cadfea6eee614aa62" | |
624 | "checksum cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16" |
|
626 | "checksum cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16" | |
625 | "checksum cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3" |
|
627 | "checksum cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3" | |
626 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
|
628 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" | |
627 | "checksum crossbeam-deque 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3486aefc4c0487b9cb52372c97df0a48b8c249514af1ee99703bf70d2f2ceda1" |
|
629 | "checksum crossbeam-deque 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3486aefc4c0487b9cb52372c97df0a48b8c249514af1ee99703bf70d2f2ceda1" | |
628 | "checksum crossbeam-epoch 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "30fecfcac6abfef8771151f8be4abc9e4edc112c2bcb233314cafde2680536e9" |
|
630 | "checksum crossbeam-epoch 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "30fecfcac6abfef8771151f8be4abc9e4edc112c2bcb233314cafde2680536e9" | |
629 | "checksum crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "677d453a17e8bd2b913fa38e8b9cf04bcdbb5be790aa294f2389661d72036015" |
|
631 | "checksum crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "677d453a17e8bd2b913fa38e8b9cf04bcdbb5be790aa294f2389661d72036015" | |
630 | "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" |
|
632 | "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" | |
631 | "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
|
633 | "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" | |
632 | "checksum futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)" = "0c84b40c7e2de99ffd70602db314a7a8c26b2b3d830e6f7f7a142a8860ab3ca4" |
|
634 | "checksum futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)" = "0c84b40c7e2de99ffd70602db314a7a8c26b2b3d830e6f7f7a142a8860ab3ca4" | |
633 | "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" |
|
635 | "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" | |
634 | "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
|
636 | "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" | |
635 | "checksum lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca488b89a5657b0a2ecd45b95609b3e848cf1755da332a0da46e2b2b1cb371a7" |
|
637 | "checksum lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca488b89a5657b0a2ecd45b95609b3e848cf1755da332a0da46e2b2b1cb371a7" | |
636 | "checksum lazycell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ddba4c30a78328befecec92fc94970e53b3ae385827d28620f0f5bb2493081e0" |
|
638 | "checksum lazycell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ddba4c30a78328befecec92fc94970e53b3ae385827d28620f0f5bb2493081e0" | |
637 | "checksum libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" = "76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d" |
|
639 | "checksum libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" = "76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d" | |
638 | "checksum lock_api 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "775751a3e69bde4df9b38dd00a1b5d6ac13791e4223d4a0506577f0dd27cfb7a" |
|
640 | "checksum lock_api 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "775751a3e69bde4df9b38dd00a1b5d6ac13791e4223d4a0506577f0dd27cfb7a" | |
639 | "checksum log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fcce5fa49cc693c312001daf1d13411c4a5283796bac1084299ea3e567113f" |
|
641 | "checksum log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fcce5fa49cc693c312001daf1d13411c4a5283796bac1084299ea3e567113f" | |
640 | "checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3" |
|
642 | "checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3" | |
641 | "checksum mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)" = "71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432" |
|
643 | "checksum mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)" = "71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432" | |
642 | "checksum mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f5e374eff525ce1c5b7687c4cef63943e7686524a387933ad27ca7ec43779cb3" |
|
644 | "checksum mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f5e374eff525ce1c5b7687c4cef63943e7686524a387933ad27ca7ec43779cb3" | |
643 | "checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125" |
|
645 | "checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125" | |
644 | "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" |
|
646 | "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" | |
645 | "checksum miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226" |
|
647 | "checksum miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226" | |
646 | "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" |
|
648 | "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" | |
647 | "checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2" |
|
649 | "checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2" | |
648 | "checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30" |
|
650 | "checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30" | |
649 | "checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37" |
|
651 | "checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37" | |
650 | "checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5" |
|
652 | "checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5" | |
651 | "checksum parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c" |
|
653 | "checksum parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c" | |
652 | "checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c" |
|
654 | "checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c" | |
653 | "checksum rand_core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "edecf0f94da5551fc9b492093e30b041a891657db7940ee221f9d2f66e82eef2" |
|
655 | "checksum rand_core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "edecf0f94da5551fc9b492093e30b041a891657db7940ee221f9d2f66e82eef2" | |
654 | "checksum redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1" |
|
656 | "checksum redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1" | |
655 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
|
657 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" | |
656 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" |
|
658 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" | |
657 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
|
659 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | |
658 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
|
660 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | |
659 | "checksum slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5f9776d6b986f77b35c6cf846c11ad986ff128fe0b2b63a3628e3755e8d3102d" |
|
661 | "checksum slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5f9776d6b986f77b35c6cf846c11ad986ff128fe0b2b63a3628e3755e8d3102d" | |
660 | "checksum smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "153ffa32fd170e9944f7e0838edf824a754ec4c1fc64746fcc9fe1f8fa602e5d" |
|
662 | "checksum smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "153ffa32fd170e9944f7e0838edf824a754ec4c1fc64746fcc9fe1f8fa602e5d" | |
661 | "checksum socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c4d11a52082057d87cb5caa31ad812f4504b97ab44732cd8359df2e9ff9f48e7" |
|
663 | "checksum socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c4d11a52082057d87cb5caa31ad812f4504b97ab44732cd8359df2e9ff9f48e7" | |
662 | "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" |
|
664 | "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" | |
663 | "checksum tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "6e93c78d23cc61aa245a8acd2c4a79c4d7fa7fb5c3ca90d5737029f043a84895" |
|
665 | "checksum tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "6e93c78d23cc61aa245a8acd2c4a79c4d7fa7fb5c3ca90d5737029f043a84895" | |
664 | "checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f" |
|
666 | "checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f" | |
665 | "checksum tokio-current-thread 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f90fcd90952f0a496d438a976afba8e5c205fb12123f813d8ab3aa1c8436638c" |
|
667 | "checksum tokio-current-thread 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f90fcd90952f0a496d438a976afba8e5c205fb12123f813d8ab3aa1c8436638c" | |
666 | "checksum tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c117b6cf86bb730aab4834f10df96e4dd586eff2c3c27d3781348da49e255bde" |
|
668 | "checksum tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c117b6cf86bb730aab4834f10df96e4dd586eff2c3c27d3781348da49e255bde" | |
667 | "checksum tokio-fs 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b5cbe4ca6e71cb0b62a66e4e6f53a8c06a6eefe46cc5f665ad6f274c9906f135" |
|
669 | "checksum tokio-fs 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b5cbe4ca6e71cb0b62a66e4e6f53a8c06a6eefe46cc5f665ad6f274c9906f135" | |
668 | "checksum tokio-hglib 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8a138c3cb866c8a95ceddae44634bb159eefeebcdba45aec2158f8ad6c201e6d" |
|
670 | "checksum tokio-hglib 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8a138c3cb866c8a95ceddae44634bb159eefeebcdba45aec2158f8ad6c201e6d" | |
669 | "checksum tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "8b8a85fffbec3c5ab1ab62324570230dcd37ee5996a7859da5caf7b9d45e3e8c" |
|
671 | "checksum tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "8b8a85fffbec3c5ab1ab62324570230dcd37ee5996a7859da5caf7b9d45e3e8c" | |
670 | "checksum tokio-process 0.2.2 (git+https://github.com/alexcrichton/tokio-process)" = "<none>" |
|
672 | "checksum tokio-process 0.2.2 (git+https://github.com/alexcrichton/tokio-process)" = "<none>" | |
671 | "checksum tokio-process 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0832648d1ff7ca42c06ca45dc76797b92c56500de828e33c77276fa1449947b6" |
|
673 | "checksum tokio-process 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0832648d1ff7ca42c06ca45dc76797b92c56500de828e33c77276fa1449947b6" | |
672 | "checksum tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "4b26fd37f1125738b2170c80b551f69ff6fecb277e6e5ca885e53eec2b005018" |
|
674 | "checksum tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "4b26fd37f1125738b2170c80b551f69ff6fecb277e6e5ca885e53eec2b005018" | |
673 | "checksum tokio-signal 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b6893092932264944edee8486d54b578c7098bea794aedaf9bd7947b49e6b7bf" |
|
675 | "checksum tokio-signal 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b6893092932264944edee8486d54b578c7098bea794aedaf9bd7947b49e6b7bf" | |
674 | "checksum tokio-tcp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7ad235e9dadd126b2d47f6736f65aa1fdcd6420e66ca63f44177bc78df89f912" |
|
676 | "checksum tokio-tcp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7ad235e9dadd126b2d47f6736f65aa1fdcd6420e66ca63f44177bc78df89f912" | |
675 | "checksum tokio-threadpool 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "bbd8a8b911301c60cbfaa2a6588fb210e5c1038375b8bdecc47aa09a94c3c05f" |
|
677 | "checksum tokio-threadpool 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "bbd8a8b911301c60cbfaa2a6588fb210e5c1038375b8bdecc47aa09a94c3c05f" | |
676 | "checksum tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "3a52f00c97fedb6d535d27f65cccb7181c8dd4c6edc3eda9ea93f6d45d05168e" |
|
678 | "checksum tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "3a52f00c97fedb6d535d27f65cccb7181c8dd4c6edc3eda9ea93f6d45d05168e" | |
677 | "checksum tokio-udp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "da941144b816d0dcda4db3a1ba87596e4df5e860a72b70783fe435891f80601c" |
|
679 | "checksum tokio-udp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "da941144b816d0dcda4db3a1ba87596e4df5e860a72b70783fe435891f80601c" | |
678 | "checksum tokio-uds 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "22e3aa6d1fcc19e635418dc0a30ab5bd65d347973d6f43f1a37bf8d9d1335fc9" |
|
680 | "checksum tokio-uds 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "22e3aa6d1fcc19e635418dc0a30ab5bd65d347973d6f43f1a37bf8d9d1335fc9" | |
679 | "checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56" |
|
681 | "checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56" | |
680 | "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" |
|
682 | "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" | |
681 | "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" |
|
683 | "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" | |
682 | "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
|
684 | "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" | |
683 | "checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0" |
|
685 | "checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0" | |
684 | "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
|
686 | "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" | |
685 | "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
|
687 | "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | |
686 | "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
|
688 | "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | |
687 | "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" |
|
689 | "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" |
@@ -1,18 +1,20 b'' | |||||
1 | [package] |
|
1 | [package] | |
2 | name = "chg" |
|
2 | name = "chg" | |
3 | version = "0.1.0" |
|
3 | version = "0.1.0" | |
4 | authors = ["Yuya Nishihara <yuya@tcha.org>"] |
|
4 | authors = ["Yuya Nishihara <yuya@tcha.org>"] | |
5 | description = "Client for Mercurial command server with cHg extension" |
|
5 | description = "Client for Mercurial command server with cHg extension" | |
6 | license = "GPL-2.0+" |
|
6 | license = "GPL-2.0+" | |
7 |
|
7 | |||
8 | [dependencies] |
|
8 | [dependencies] | |
9 | bytes = "0.4" |
|
9 | bytes = "0.4" | |
10 | futures = "0.1" |
|
10 | futures = "0.1" | |
11 | libc = "0.2" |
|
11 | libc = "0.2" | |
|
12 | log = { version = "0.4", features = ["std"] } | |||
12 | tokio = "0.1" |
|
13 | tokio = "0.1" | |
13 | tokio-hglib = "0.2" |
|
14 | tokio-hglib = "0.2" | |
14 | # TODO: "^0.2.3" once released. we need AsRawFd support. |
|
15 | # TODO: "^0.2.3" once released. we need AsRawFd support. | |
15 | tokio-process = { git = "https://github.com/alexcrichton/tokio-process" } |
|
16 | tokio-process = { git = "https://github.com/alexcrichton/tokio-process" } | |
|
17 | tokio-timer = "0.2" | |||
16 |
|
18 | |||
17 | [build-dependencies] |
|
19 | [build-dependencies] | |
18 | cc = "1.0" |
|
20 | cc = "1.0" |
General Comments 0
You need to be logged in to leave comments.
Login now