Mercurial > templog
comparison rust/Cargo.lock @ 595:e87655ed8429 rust
add config
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 05 Jan 2017 23:26:00 +0800 |
parents | aff50ee77252 |
children | a440eafa84a9 |
comparison
equal
deleted
inserted
replaced
594:aff50ee77252 | 595:e87655ed8429 |
---|---|
4 dependencies = [ | 4 dependencies = [ |
5 "env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | 5 "env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
6 "futures 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 6 "futures 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
7 "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 7 "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
8 "rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", | 8 "rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
9 "rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", | 9 "serde 0.8.21 (registry+https://github.com/rust-lang/crates.io-index)", |
10 "serde_derive 0.8.21 (registry+https://github.com/rust-lang/crates.io-index)", | |
10 "tokio-core 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 11 "tokio-core 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
12 "toml 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
11 ] | 13 ] |
12 | 14 |
13 [[package]] | 15 [[package]] |
14 name = "aho-corasick" | 16 name = "aho-corasick" |
15 version = "0.5.3" | 17 version = "0.5.3" |
59 version = "0.4.0" | 61 version = "0.4.0" |
60 source = "registry+https://github.com/rust-lang/crates.io-index" | 62 source = "registry+https://github.com/rust-lang/crates.io-index" |
61 | 63 |
62 [[package]] | 64 [[package]] |
63 name = "libc" | 65 name = "libc" |
64 version = "0.2.18" | 66 version = "0.2.19" |
65 source = "registry+https://github.com/rust-lang/crates.io-index" | 67 source = "registry+https://github.com/rust-lang/crates.io-index" |
66 | 68 |
67 [[package]] | 69 [[package]] |
68 name = "log" | 70 name = "log" |
69 version = "0.3.6" | 71 version = "0.3.6" |
72 [[package]] | 74 [[package]] |
73 name = "memchr" | 75 name = "memchr" |
74 version = "0.1.11" | 76 version = "0.1.11" |
75 source = "registry+https://github.com/rust-lang/crates.io-index" | 77 source = "registry+https://github.com/rust-lang/crates.io-index" |
76 dependencies = [ | 78 dependencies = [ |
77 "libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", | 79 "libc 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", |
78 ] | 80 ] |
79 | 81 |
80 [[package]] | 82 [[package]] |
81 name = "mio" | 83 name = "mio" |
82 version = "0.6.2" | 84 version = "0.6.2" |
83 source = "registry+https://github.com/rust-lang/crates.io-index" | 85 source = "registry+https://github.com/rust-lang/crates.io-index" |
84 dependencies = [ | 86 dependencies = [ |
85 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 87 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
86 "lazycell 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 88 "lazycell 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
87 "libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", | 89 "libc 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", |
88 "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 90 "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
89 "miow 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 91 "miow 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
90 "net2 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", | 92 "net2 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
91 "nix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 93 "nix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
92 "slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 94 "slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
109 version = "0.2.26" | 111 version = "0.2.26" |
110 source = "registry+https://github.com/rust-lang/crates.io-index" | 112 source = "registry+https://github.com/rust-lang/crates.io-index" |
111 dependencies = [ | 113 dependencies = [ |
112 "cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 114 "cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
113 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 115 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
114 "libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", | 116 "libc 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", |
115 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 117 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
116 "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 118 "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
117 ] | 119 ] |
118 | 120 |
119 [[package]] | 121 [[package]] |
121 version = "0.7.0" | 123 version = "0.7.0" |
122 source = "registry+https://github.com/rust-lang/crates.io-index" | 124 source = "registry+https://github.com/rust-lang/crates.io-index" |
123 dependencies = [ | 125 dependencies = [ |
124 "bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 126 "bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
125 "cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 127 "cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
126 "libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", | 128 "libc 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", |
127 "rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 129 "rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
128 "semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)", | 130 "semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)", |
129 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 131 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
130 ] | 132 ] |
131 | 133 |
132 [[package]] | 134 [[package]] |
135 name = "quote" | |
136 version = "0.3.10" | |
137 source = "registry+https://github.com/rust-lang/crates.io-index" | |
138 | |
139 [[package]] | |
133 name = "rand" | 140 name = "rand" |
134 version = "0.3.15" | 141 version = "0.3.15" |
135 source = "registry+https://github.com/rust-lang/crates.io-index" | 142 source = "registry+https://github.com/rust-lang/crates.io-index" |
136 dependencies = [ | 143 dependencies = [ |
137 "libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", | 144 "libc 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", |
138 ] | 145 ] |
139 | 146 |
140 [[package]] | 147 [[package]] |
141 name = "regex" | 148 name = "regex" |
142 version = "0.1.80" | 149 version = "0.1.80" |
176 name = "semver" | 183 name = "semver" |
177 version = "0.1.20" | 184 version = "0.1.20" |
178 source = "registry+https://github.com/rust-lang/crates.io-index" | 185 source = "registry+https://github.com/rust-lang/crates.io-index" |
179 | 186 |
180 [[package]] | 187 [[package]] |
188 name = "serde" | |
189 version = "0.8.21" | |
190 source = "registry+https://github.com/rust-lang/crates.io-index" | |
191 | |
192 [[package]] | |
193 name = "serde_codegen" | |
194 version = "0.8.21" | |
195 source = "registry+https://github.com/rust-lang/crates.io-index" | |
196 dependencies = [ | |
197 "quote 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
198 "serde_codegen_internals 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
199 "syn 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
200 ] | |
201 | |
202 [[package]] | |
203 name = "serde_codegen_internals" | |
204 version = "0.11.3" | |
205 source = "registry+https://github.com/rust-lang/crates.io-index" | |
206 dependencies = [ | |
207 "syn 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
208 ] | |
209 | |
210 [[package]] | |
211 name = "serde_derive" | |
212 version = "0.8.21" | |
213 source = "registry+https://github.com/rust-lang/crates.io-index" | |
214 dependencies = [ | |
215 "serde_codegen 0.8.21 (registry+https://github.com/rust-lang/crates.io-index)", | |
216 ] | |
217 | |
218 [[package]] | |
181 name = "slab" | 219 name = "slab" |
182 version = "0.3.0" | 220 version = "0.3.0" |
183 source = "registry+https://github.com/rust-lang/crates.io-index" | 221 source = "registry+https://github.com/rust-lang/crates.io-index" |
184 | 222 |
185 [[package]] | 223 [[package]] |
224 name = "syn" | |
225 version = "0.10.5" | |
226 source = "registry+https://github.com/rust-lang/crates.io-index" | |
227 dependencies = [ | |
228 "quote 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
229 "unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
230 ] | |
231 | |
232 [[package]] | |
186 name = "thread-id" | 233 name = "thread-id" |
187 version = "2.0.0" | 234 version = "2.0.0" |
188 source = "registry+https://github.com/rust-lang/crates.io-index" | 235 source = "registry+https://github.com/rust-lang/crates.io-index" |
189 dependencies = [ | 236 dependencies = [ |
190 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 237 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
191 "libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", | 238 "libc 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", |
192 ] | 239 ] |
193 | 240 |
194 [[package]] | 241 [[package]] |
195 name = "thread_local" | 242 name = "thread_local" |
196 version = "0.2.7" | 243 version = "0.2.7" |
208 "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 255 "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
209 "mio 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | 256 "mio 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
210 "scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 257 "scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
211 "slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 258 "slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
212 ] | 259 ] |
260 | |
261 [[package]] | |
262 name = "toml" | |
263 version = "0.2.1" | |
264 source = "registry+https://github.com/rust-lang/crates.io-index" | |
265 dependencies = [ | |
266 "rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", | |
267 "serde 0.8.21 (registry+https://github.com/rust-lang/crates.io-index)", | |
268 ] | |
269 | |
270 [[package]] | |
271 name = "unicode-xid" | |
272 version = "0.0.3" | |
273 source = "registry+https://github.com/rust-lang/crates.io-index" | |
213 | 274 |
214 [[package]] | 275 [[package]] |
215 name = "utf8-ranges" | 276 name = "utf8-ranges" |
216 version = "0.1.3" | 277 version = "0.1.3" |
217 source = "registry+https://github.com/rust-lang/crates.io-index" | 278 source = "registry+https://github.com/rust-lang/crates.io-index" |
246 "checksum cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de1e760d7b6535af4241fca8bd8adf68e2e7edacc6b29f5d399050c5e48cf88c" | 307 "checksum cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de1e760d7b6535af4241fca8bd8adf68e2e7edacc6b29f5d399050c5e48cf88c" |
247 "checksum env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "15abd780e45b3ea4f76b4e9a26ff4843258dd8a3eed2775a0e7368c2e7936c2f" | 308 "checksum env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "15abd780e45b3ea4f76b4e9a26ff4843258dd8a3eed2775a0e7368c2e7936c2f" |
248 "checksum futures 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "177a82a61dd7e528022ce97f24e54b499dd2fee4d4646a0f283c5fb500dbfe20" | 309 "checksum futures 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "177a82a61dd7e528022ce97f24e54b499dd2fee4d4646a0f283c5fb500dbfe20" |
249 "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" | 310 "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
250 "checksum lazycell 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce12306c4739d86ee97c23139f3a34ddf0387bbf181bc7929d287025a8c3ef6b" | 311 "checksum lazycell 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce12306c4739d86ee97c23139f3a34ddf0387bbf181bc7929d287025a8c3ef6b" |
251 "checksum libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "a51822fc847e7a8101514d1d44e354ba2ffa7d4c194dcab48870740e327cac70" | 312 "checksum libc 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)" = "9e030dc72013ed68994d1b2cbf36a94dd0e58418ba949c4b0db7eeb70a7a6352" |
252 "checksum log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ab83497bf8bf4ed2a74259c1c802351fcd67a65baa86394b6ba73c36f4838054" | 313 "checksum log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ab83497bf8bf4ed2a74259c1c802351fcd67a65baa86394b6ba73c36f4838054" |
253 "checksum memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d8b629fb514376c675b98c1421e80b151d3817ac42d7c667717d282761418d20" | 314 "checksum memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d8b629fb514376c675b98c1421e80b151d3817ac42d7c667717d282761418d20" |
254 "checksum mio 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5b493dc9fd96bd2077f2117f178172b0765db4dfda3ea4d8000401e6d65d3e80" | 315 "checksum mio 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5b493dc9fd96bd2077f2117f178172b0765db4dfda3ea4d8000401e6d65d3e80" |
255 "checksum miow 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3e690c5df6b2f60acd45d56378981e827ff8295562fc8d34f573deb267a59cd1" | 316 "checksum miow 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3e690c5df6b2f60acd45d56378981e827ff8295562fc8d34f573deb267a59cd1" |
256 "checksum net2 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)" = "5edf9cb6be97212423aed9413dd4729d62b370b5e1c571750e882cebbbc1e3e2" | 317 "checksum net2 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)" = "5edf9cb6be97212423aed9413dd4729d62b370b5e1c571750e882cebbbc1e3e2" |
257 "checksum nix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a0d95c5fa8b641c10ad0b8887454ebaafa3c92b5cd5350f8fc693adafd178e7b" | 318 "checksum nix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a0d95c5fa8b641c10ad0b8887454ebaafa3c92b5cd5350f8fc693adafd178e7b" |
319 "checksum quote 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)" = "6732e32663c9c271bfc7c1823486b471f18c47a2dbf87c066897b7b51afc83be" | |
258 "checksum rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "022e0636ec2519ddae48154b028864bdce4eaf7d35226ab8e65c611be97b189d" | 320 "checksum rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "022e0636ec2519ddae48154b028864bdce4eaf7d35226ab8e65c611be97b189d" |
259 "checksum regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)" = "4fd4ace6a8cf7860714a2c2280d6c1f7e6a413486c13298bbc86fd3da019402f" | 321 "checksum regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)" = "4fd4ace6a8cf7860714a2c2280d6c1f7e6a413486c13298bbc86fd3da019402f" |
260 "checksum regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "f9ec002c35e86791825ed294b50008eea9ddfc8def4420124fbc6b08db834957" | 322 "checksum regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "f9ec002c35e86791825ed294b50008eea9ddfc8def4420124fbc6b08db834957" |
261 "checksum rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" = "237546c689f20bb44980270c73c3b9edd0891c1be49cc1274406134a66d3957b" | 323 "checksum rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" = "237546c689f20bb44980270c73c3b9edd0891c1be49cc1274406134a66d3957b" |
262 "checksum rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "c5f5376ea5e30ce23c03eb77cbe4962b988deead10910c372b226388b594c084" | 324 "checksum rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "c5f5376ea5e30ce23c03eb77cbe4962b988deead10910c372b226388b594c084" |
263 "checksum scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f417c22df063e9450888a7561788e9bd46d3bb3c1466435b4eccb903807f147d" | 325 "checksum scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f417c22df063e9450888a7561788e9bd46d3bb3c1466435b4eccb903807f147d" |
264 "checksum semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)" = "d4f410fedcf71af0345d7607d246e7ad15faaadd49d240ee3b24e5dc21a820ac" | 326 "checksum semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)" = "d4f410fedcf71af0345d7607d246e7ad15faaadd49d240ee3b24e5dc21a820ac" |
327 "checksum serde 0.8.21 (registry+https://github.com/rust-lang/crates.io-index)" = "7b7c6bf11cf766473ea1d53eb4e3bc4e80f31f50082fc24077cf06f600279a66" | |
328 "checksum serde_codegen 0.8.21 (registry+https://github.com/rust-lang/crates.io-index)" = "64e0d87d19ec28bf431ffa9bad1f1e4ea3b381cd616c6cc56dca9eedbc7f6ab8" | |
329 "checksum serde_codegen_internals 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "afad7924a009f859f380e4a2e3a509a845c2ac66435fcead74a4d983b21ae806" | |
330 "checksum serde_derive 0.8.21 (registry+https://github.com/rust-lang/crates.io-index)" = "6e7ad1e74679b92730ca39c361ea125e2846df337c5d94d084eb2f7837c1843d" | |
265 "checksum slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23" | 331 "checksum slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23" |
332 "checksum syn 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)" = "1a437f8b4353179418870f014113876cd4cd4f642e42dbc5ed4f328d5f808246" | |
266 "checksum thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9539db560102d1cef46b8b78ce737ff0bb64e7e18d35b2a5688f7d097d0ff03" | 333 "checksum thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9539db560102d1cef46b8b78ce737ff0bb64e7e18d35b2a5688f7d097d0ff03" |
267 "checksum thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8576dbbfcaef9641452d5cf0df9b0e7eeab7694956dd33bb61515fb8f18cfdd5" | 334 "checksum thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8576dbbfcaef9641452d5cf0df9b0e7eeab7694956dd33bb61515fb8f18cfdd5" |
268 "checksum tokio-core 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "52416b3e937abac22a543a7f1c66bd37feb60137ff1ab42390fa02df85347e58" | 335 "checksum tokio-core 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "52416b3e937abac22a543a7f1c66bd37feb60137ff1ab42390fa02df85347e58" |
336 "checksum toml 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "736b60249cb25337bc196faa43ee12c705e426f3d55c214d73a4e7be06f92cb4" | |
337 "checksum unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "36dff09cafb4ec7c8cf0023eb0b686cb6ce65499116a12201c9e11840ca01beb" | |
269 "checksum utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1ca13c08c41c9c3e04224ed9ff80461d97e121589ff27c753a16cb10830ae0f" | 338 "checksum utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1ca13c08c41c9c3e04224ed9ff80461d97e121589ff27c753a16cb10830ae0f" |
270 "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" | 339 "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" |
271 "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" | 340 "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
272 "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" | 341 "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
273 "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" | 342 "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" |