author | Yuya Nishihara <yuya@tcha.org> |
Tue, 31 Mar 2020 23:13:13 +0900 | |
changeset 44670 | cf144f50f413 |
parent 44669 | 1c385b99a360 |
child 44737 | e9e44e61042b |
permissions | -rw-r--r-- |
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
1 |
# This file is automatically @generated by Cargo. |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
2 |
# It is not intended for manual editing. |
39968 | 3 |
[[package]] |
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
4 |
name = "arc-swap" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
5 |
version = "0.4.5" |
39968 | 6 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
7 |
|
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
8 |
[[package]] |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
9 |
name = "autocfg" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
10 |
version = "1.0.0" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
11 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
39968 | 12 |
|
13 |
[[package]] |
|
14 |
name = "bitflags" |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
15 |
version = "1.2.1" |
39968 | 16 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
17 |
||
18 |
[[package]] |
|
19 |
name = "byteorder" |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
20 |
version = "1.3.4" |
39968 | 21 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
22 |
||
23 |
[[package]] |
|
24 |
name = "bytes" |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
25 |
version = "0.4.12" |
39968 | 26 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
27 |
dependencies = [ |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
28 |
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
29 |
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 30 |
] |
31 |
||
32 |
[[package]] |
|
33 |
name = "cc" |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
34 |
version = "1.0.50" |
39968 | 35 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
36 |
||
37 |
[[package]] |
|
38 |
name = "cfg-if" |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
39 |
version = "0.1.10" |
39968 | 40 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
41 |
||
42 |
[[package]] |
|
43 |
name = "chg" |
|
44 |
version = "0.1.0" |
|
45 |
dependencies = [ |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
46 |
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
47 |
"cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
48 |
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
49 |
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
50 |
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
51 |
"tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 52 |
"tokio-hglib 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
53 |
"tokio-process 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
54 |
"tokio-timer 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 55 |
] |
56 |
||
57 |
[[package]] |
|
58 |
name = "cloudabi" |
|
59 |
version = "0.0.3" |
|
60 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
61 |
dependencies = [ |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
62 |
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 63 |
] |
64 |
||
65 |
[[package]] |
|
66 |
name = "crossbeam-deque" |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
67 |
version = "0.7.3" |
39968 | 68 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
69 |
dependencies = [ |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
70 |
"crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
71 |
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
72 |
"maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 73 |
] |
74 |
||
75 |
[[package]] |
|
76 |
name = "crossbeam-epoch" |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
77 |
version = "0.8.2" |
39968 | 78 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
79 |
dependencies = [ |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
80 |
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
81 |
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
82 |
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
83 |
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
84 |
"maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
85 |
"memoffset 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
86 |
"scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
87 |
] |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
88 |
|
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
89 |
[[package]] |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
90 |
name = "crossbeam-queue" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
91 |
version = "0.1.2" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
92 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
93 |
dependencies = [ |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
94 |
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
95 |
] |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
96 |
|
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
97 |
[[package]] |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
98 |
name = "crossbeam-queue" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
99 |
version = "0.2.1" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
100 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
101 |
dependencies = [ |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
102 |
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
103 |
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 104 |
] |
105 |
||
106 |
[[package]] |
|
107 |
name = "crossbeam-utils" |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
108 |
version = "0.6.6" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
109 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
110 |
dependencies = [ |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
111 |
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
112 |
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
113 |
] |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
114 |
|
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
115 |
[[package]] |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
116 |
name = "crossbeam-utils" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
117 |
version = "0.7.2" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
118 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
119 |
dependencies = [ |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
120 |
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
121 |
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
122 |
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
123 |
] |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
124 |
|
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
125 |
[[package]] |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
126 |
name = "fnv" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
127 |
version = "1.0.6" |
39968 | 128 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
129 |
||
130 |
[[package]] |
|
131 |
name = "fuchsia-zircon" |
|
132 |
version = "0.3.3" |
|
133 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
134 |
dependencies = [ |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
135 |
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 136 |
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
137 |
] |
|
138 |
||
139 |
[[package]] |
|
140 |
name = "fuchsia-zircon-sys" |
|
141 |
version = "0.3.3" |
|
142 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
143 |
||
144 |
[[package]] |
|
145 |
name = "futures" |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
146 |
version = "0.1.29" |
39968 | 147 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
148 |
||
149 |
[[package]] |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
150 |
name = "hermit-abi" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
151 |
version = "0.1.10" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
152 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
153 |
dependencies = [ |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
154 |
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
155 |
] |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
156 |
|
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
157 |
[[package]] |
39968 | 158 |
name = "iovec" |
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
159 |
version = "0.1.4" |
39968 | 160 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
161 |
dependencies = [ |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
162 |
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 163 |
] |
164 |
||
165 |
[[package]] |
|
166 |
name = "kernel32-sys" |
|
167 |
version = "0.2.2" |
|
168 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
169 |
dependencies = [ |
|
170 |
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
171 |
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
172 |
] |
|
173 |
||
174 |
[[package]] |
|
175 |
name = "lazy_static" |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
176 |
version = "1.4.0" |
39968 | 177 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
178 |
||
179 |
[[package]] |
|
180 |
name = "libc" |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
181 |
version = "0.2.68" |
39968 | 182 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
183 |
||
184 |
[[package]] |
|
185 |
name = "lock_api" |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
186 |
version = "0.3.3" |
39968 | 187 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
188 |
dependencies = [ |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
189 |
"scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 190 |
] |
191 |
||
192 |
[[package]] |
|
193 |
name = "log" |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
194 |
version = "0.4.8" |
39968 | 195 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
196 |
dependencies = [ |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
197 |
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 198 |
] |
199 |
||
200 |
[[package]] |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
201 |
name = "maybe-uninit" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
202 |
version = "2.0.0" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
203 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
204 |
|
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
205 |
[[package]] |
39968 | 206 |
name = "memoffset" |
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
207 |
version = "0.5.4" |
39968 | 208 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
209 |
dependencies = [ |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
210 |
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
211 |
] |
39968 | 212 |
|
213 |
[[package]] |
|
214 |
name = "mio" |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
215 |
version = "0.6.21" |
39968 | 216 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
217 |
dependencies = [ |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
218 |
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 219 |
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
220 |
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
221 |
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 222 |
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
223 |
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
224 |
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 225 |
"miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
226 |
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
227 |
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 228 |
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
229 |
] |
|
230 |
||
231 |
[[package]] |
|
232 |
name = "mio-named-pipes" |
|
233 |
version = "0.1.6" |
|
234 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
235 |
dependencies = [ |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
236 |
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
237 |
"mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 238 |
"miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
239 |
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 240 |
] |
241 |
||
242 |
[[package]] |
|
243 |
name = "mio-uds" |
|
244 |
version = "0.6.7" |
|
245 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
246 |
dependencies = [ |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
247 |
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
248 |
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
249 |
"mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 250 |
] |
251 |
||
252 |
[[package]] |
|
253 |
name = "miow" |
|
254 |
version = "0.2.1" |
|
255 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
256 |
dependencies = [ |
|
257 |
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
258 |
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
259 |
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
260 |
"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
261 |
] |
|
262 |
||
263 |
[[package]] |
|
264 |
name = "miow" |
|
265 |
version = "0.3.3" |
|
266 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
267 |
dependencies = [ |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
268 |
"socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
269 |
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 270 |
] |
271 |
||
272 |
[[package]] |
|
273 |
name = "net2" |
|
274 |
version = "0.2.33" |
|
275 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
276 |
dependencies = [ |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
277 |
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
278 |
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
279 |
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 280 |
] |
281 |
||
282 |
[[package]] |
|
283 |
name = "num_cpus" |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
284 |
version = "1.12.0" |
39968 | 285 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
286 |
dependencies = [ |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
287 |
"hermit-abi 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
288 |
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 289 |
] |
290 |
||
291 |
[[package]] |
|
292 |
name = "parking_lot" |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
293 |
version = "0.9.0" |
39968 | 294 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
295 |
dependencies = [ |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
296 |
"lock_api 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
297 |
"parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
298 |
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 299 |
] |
300 |
||
301 |
[[package]] |
|
302 |
name = "parking_lot_core" |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
303 |
version = "0.6.2" |
39968 | 304 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
305 |
dependencies = [ |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
306 |
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
307 |
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
308 |
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
309 |
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 310 |
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
311 |
"smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
312 |
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 313 |
] |
314 |
||
315 |
[[package]] |
|
316 |
name = "redox_syscall" |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
317 |
version = "0.1.56" |
39968 | 318 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
319 |
||
320 |
[[package]] |
|
321 |
name = "rustc_version" |
|
322 |
version = "0.2.3" |
|
323 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
324 |
dependencies = [ |
|
325 |
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
326 |
] |
|
327 |
||
328 |
[[package]] |
|
329 |
name = "scopeguard" |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
330 |
version = "1.1.0" |
39968 | 331 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
332 |
||
333 |
[[package]] |
|
334 |
name = "semver" |
|
335 |
version = "0.9.0" |
|
336 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
337 |
dependencies = [ |
|
338 |
"semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
339 |
] |
|
340 |
||
341 |
[[package]] |
|
342 |
name = "semver-parser" |
|
343 |
version = "0.7.0" |
|
344 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
345 |
||
346 |
[[package]] |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
347 |
name = "signal-hook-registry" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
348 |
version = "1.2.0" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
349 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
350 |
dependencies = [ |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
351 |
"arc-swap 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
352 |
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
353 |
] |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
354 |
|
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
355 |
[[package]] |
39968 | 356 |
name = "slab" |
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
357 |
version = "0.4.2" |
39968 | 358 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
359 |
||
360 |
[[package]] |
|
361 |
name = "smallvec" |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
362 |
version = "0.6.13" |
39968 | 363 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
364 |
dependencies = [ |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
365 |
"maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 366 |
] |
367 |
||
368 |
[[package]] |
|
369 |
name = "socket2" |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
370 |
version = "0.3.11" |
39968 | 371 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
372 |
dependencies = [ |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
373 |
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
374 |
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
375 |
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
376 |
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 377 |
] |
378 |
||
379 |
[[package]] |
|
380 |
name = "tokio" |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
381 |
version = "0.1.22" |
39968 | 382 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
383 |
dependencies = [ |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
384 |
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
385 |
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
386 |
"mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
387 |
"num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
388 |
"tokio-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
389 |
"tokio-current-thread 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
390 |
"tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
391 |
"tokio-fs 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
392 |
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
393 |
"tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
394 |
"tokio-sync 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
395 |
"tokio-tcp 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
396 |
"tokio-threadpool 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
397 |
"tokio-timer 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
398 |
"tokio-udp 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
399 |
"tokio-uds 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 400 |
] |
401 |
||
402 |
[[package]] |
|
403 |
name = "tokio-codec" |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
404 |
version = "0.1.2" |
39968 | 405 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
406 |
dependencies = [ |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
407 |
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
408 |
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
409 |
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 410 |
] |
411 |
||
412 |
[[package]] |
|
413 |
name = "tokio-current-thread" |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
414 |
version = "0.1.7" |
39968 | 415 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
416 |
dependencies = [ |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
417 |
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
418 |
"tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 419 |
] |
420 |
||
421 |
[[package]] |
|
422 |
name = "tokio-executor" |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
423 |
version = "0.1.10" |
39968 | 424 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
425 |
dependencies = [ |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
426 |
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
427 |
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 428 |
] |
429 |
||
430 |
[[package]] |
|
431 |
name = "tokio-fs" |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
432 |
version = "0.1.7" |
39968 | 433 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
434 |
dependencies = [ |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
435 |
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
436 |
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
437 |
"tokio-threadpool 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 438 |
] |
439 |
||
440 |
[[package]] |
|
441 |
name = "tokio-hglib" |
|
442 |
version = "0.2.0" |
|
443 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
444 |
dependencies = [ |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
445 |
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
446 |
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
447 |
"tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
448 |
"tokio-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
449 |
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
450 |
"tokio-process 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
451 |
"tokio-uds 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 452 |
] |
453 |
||
454 |
[[package]] |
|
455 |
name = "tokio-io" |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
456 |
version = "0.1.13" |
39968 | 457 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
458 |
dependencies = [ |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
459 |
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
460 |
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
461 |
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 462 |
] |
463 |
||
464 |
[[package]] |
|
465 |
name = "tokio-process" |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
466 |
version = "0.2.5" |
39968 | 467 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
468 |
dependencies = [ |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
469 |
"crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
470 |
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
471 |
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
472 |
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
473 |
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
474 |
"mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 475 |
"mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
476 |
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
477 |
"tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
478 |
"tokio-signal 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
479 |
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 480 |
] |
481 |
||
482 |
[[package]] |
|
483 |
name = "tokio-reactor" |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
484 |
version = "0.1.12" |
39968 | 485 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
486 |
dependencies = [ |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
487 |
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
488 |
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
489 |
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
490 |
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
491 |
"mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
492 |
"num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
493 |
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
494 |
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
495 |
"tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
496 |
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
497 |
"tokio-sync 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 498 |
] |
499 |
||
500 |
[[package]] |
|
501 |
name = "tokio-signal" |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
502 |
version = "0.2.9" |
39968 | 503 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
504 |
dependencies = [ |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
505 |
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
506 |
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
507 |
"mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 508 |
"mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
509 |
"signal-hook-registry 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
510 |
"tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
511 |
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
512 |
"tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
513 |
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
514 |
] |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
515 |
|
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
516 |
[[package]] |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
517 |
name = "tokio-sync" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
518 |
version = "0.1.8" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
519 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
520 |
dependencies = [ |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
521 |
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
522 |
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 523 |
] |
524 |
||
525 |
[[package]] |
|
526 |
name = "tokio-tcp" |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
527 |
version = "0.1.4" |
39968 | 528 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
529 |
dependencies = [ |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
530 |
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
531 |
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
532 |
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
533 |
"mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
534 |
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
535 |
"tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 536 |
] |
537 |
||
538 |
[[package]] |
|
539 |
name = "tokio-threadpool" |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
540 |
version = "0.1.18" |
39968 | 541 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
542 |
dependencies = [ |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
543 |
"crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
544 |
"crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
545 |
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
546 |
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
547 |
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
548 |
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
549 |
"num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
550 |
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
551 |
"tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 552 |
] |
553 |
||
554 |
[[package]] |
|
555 |
name = "tokio-timer" |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
556 |
version = "0.2.13" |
39968 | 557 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
558 |
dependencies = [ |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
559 |
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
560 |
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
561 |
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
562 |
"tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 563 |
] |
564 |
||
565 |
[[package]] |
|
566 |
name = "tokio-udp" |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
567 |
version = "0.1.6" |
39968 | 568 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
569 |
dependencies = [ |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
570 |
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
571 |
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
572 |
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
573 |
"mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
574 |
"tokio-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
575 |
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
576 |
"tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 577 |
] |
578 |
||
579 |
[[package]] |
|
580 |
name = "tokio-uds" |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
581 |
version = "0.2.6" |
39968 | 582 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
583 |
dependencies = [ |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
584 |
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
585 |
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
586 |
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
587 |
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
588 |
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
589 |
"mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 590 |
"mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
591 |
"tokio-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
592 |
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
593 |
"tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
39968 | 594 |
] |
595 |
||
596 |
[[package]] |
|
597 |
name = "winapi" |
|
598 |
version = "0.2.8" |
|
599 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
600 |
||
601 |
[[package]] |
|
602 |
name = "winapi" |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
603 |
version = "0.3.8" |
39968 | 604 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
605 |
dependencies = [ |
|
606 |
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
607 |
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
608 |
] |
|
609 |
||
610 |
[[package]] |
|
611 |
name = "winapi-build" |
|
612 |
version = "0.1.1" |
|
613 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
614 |
||
615 |
[[package]] |
|
616 |
name = "winapi-i686-pc-windows-gnu" |
|
617 |
version = "0.4.0" |
|
618 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
619 |
||
620 |
[[package]] |
|
621 |
name = "winapi-x86_64-pc-windows-gnu" |
|
622 |
version = "0.4.0" |
|
623 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
624 |
||
625 |
[[package]] |
|
626 |
name = "ws2_32-sys" |
|
627 |
version = "0.2.1" |
|
628 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
629 |
dependencies = [ |
|
630 |
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
631 |
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
632 |
] |
|
633 |
||
634 |
[metadata] |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
635 |
"checksum arc-swap 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d663a8e9a99154b5fb793032533f6328da35e23aac63d5c152279aa8ba356825" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
636 |
"checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
637 |
"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
638 |
"checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
639 |
"checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
640 |
"checksum cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)" = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
641 |
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
39968 | 642 |
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
643 |
"checksum crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
644 |
"checksum crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
645 |
"checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
646 |
"checksum crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
647 |
"checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
648 |
"checksum crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
649 |
"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" |
39968 | 650 |
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" |
651 |
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
652 |
"checksum futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)" = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
653 |
"checksum hermit-abi 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "725cf19794cf90aa94e65050cb4191ff5d8fa87a498383774c47b332e3af952e" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
654 |
"checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" |
39968 | 655 |
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
656 |
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
657 |
"checksum libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)" = "dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
658 |
"checksum lock_api 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "79b2de95ecb4691949fea4716ca53cdbcfccb2c612e19644a8bad05edcf9f47b" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
659 |
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
660 |
"checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
661 |
"checksum memoffset 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b4fc2c02a7e374099d4ee95a193111f72d2110197fe200272371758f6c3643d8" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
662 |
"checksum mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)" = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f" |
39968 | 663 |
"checksum mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f5e374eff525ce1c5b7687c4cef63943e7686524a387933ad27ca7ec43779cb3" |
664 |
"checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125" |
|
665 |
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" |
|
666 |
"checksum miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226" |
|
667 |
"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
668 |
"checksum num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
669 |
"checksum parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
670 |
"checksum parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
671 |
"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" |
39968 | 672 |
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
673 |
"checksum scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
39968 | 674 |
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
675 |
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
|
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
676 |
"checksum signal-hook-registry 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94f478ede9f64724c5d173d7bb56099ec3e2d9fc2774aac65d34b8b890405f41" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
677 |
"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
678 |
"checksum smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
679 |
"checksum socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "e8b74de517221a2cb01a53349cf54182acdc31a074727d3079068448c0676d85" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
680 |
"checksum tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
681 |
"checksum tokio-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
682 |
"checksum tokio-current-thread 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
683 |
"checksum tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
684 |
"checksum tokio-fs 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4" |
39968 | 685 |
"checksum tokio-hglib 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8a138c3cb866c8a95ceddae44634bb159eefeebcdba45aec2158f8ad6c201e6d" |
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
686 |
"checksum tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
687 |
"checksum tokio-process 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "382d90f43fa31caebe5d3bc6cfd854963394fff3b8cb59d5146607aaae7e7e43" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
688 |
"checksum tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
689 |
"checksum tokio-signal 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "d0c34c6e548f101053321cba3da7cbb87a610b85555884c41b07da2eb91aff12" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
690 |
"checksum tokio-sync 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
691 |
"checksum tokio-tcp 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
692 |
"checksum tokio-threadpool 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
693 |
"checksum tokio-timer 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
694 |
"checksum tokio-udp 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82" |
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
695 |
"checksum tokio-uds 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "5076db410d6fdc6523df7595447629099a1fdc47b3d9f896220780fa48faf798" |
39968 | 696 |
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
44670
cf144f50f413
rust-chg: update dependencies
Yuya Nishihara <yuya@tcha.org>
parents:
44669
diff
changeset
|
697 |
"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" |
39968 | 698 |
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
699 |
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
|
700 |
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
|
701 |
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" |