Mercurial > templog
comparison rust/Cargo.lock @ 594:aff50ee77252 rust
rust working better now with streams and sinks.
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 04 Jan 2017 17:18:44 +0800 |
parents | 03b48ec0bb03 |
children | e87655ed8429 |
comparison
equal
deleted
inserted
replaced
593:bf138339d20a | 594:aff50ee77252 |
---|---|
1 [root] | 1 [root] |
2 name = "wort-templog" | 2 name = "wort-templog" |
3 version = "0.1.0" | 3 version = "0.1.0" |
4 dependencies = [ | 4 dependencies = [ |
5 "futures 0.1.6 (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)", | |
7 "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
6 "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)", |
7 "rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", | 9 "rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", |
8 "tokio-core 0.1.1 (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 ] | |
12 | |
13 [[package]] | |
14 name = "aho-corasick" | |
15 version = "0.5.3" | |
16 source = "registry+https://github.com/rust-lang/crates.io-index" | |
17 dependencies = [ | |
18 "memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
9 ] | 19 ] |
10 | 20 |
11 [[package]] | 21 [[package]] |
12 name = "bitflags" | 22 name = "bitflags" |
13 version = "0.4.0" | 23 version = "0.4.0" |
17 name = "cfg-if" | 27 name = "cfg-if" |
18 version = "0.1.0" | 28 version = "0.1.0" |
19 source = "registry+https://github.com/rust-lang/crates.io-index" | 29 source = "registry+https://github.com/rust-lang/crates.io-index" |
20 | 30 |
21 [[package]] | 31 [[package]] |
32 name = "env_logger" | |
33 version = "0.3.5" | |
34 source = "registry+https://github.com/rust-lang/crates.io-index" | |
35 dependencies = [ | |
36 "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
37 "regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)", | |
38 ] | |
39 | |
40 [[package]] | |
22 name = "futures" | 41 name = "futures" |
23 version = "0.1.6" | 42 version = "0.1.7" |
24 source = "registry+https://github.com/rust-lang/crates.io-index" | 43 source = "registry+https://github.com/rust-lang/crates.io-index" |
25 dependencies = [ | 44 dependencies = [ |
26 "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 45 "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
27 ] | 46 ] |
28 | 47 |
49 name = "log" | 68 name = "log" |
50 version = "0.3.6" | 69 version = "0.3.6" |
51 source = "registry+https://github.com/rust-lang/crates.io-index" | 70 source = "registry+https://github.com/rust-lang/crates.io-index" |
52 | 71 |
53 [[package]] | 72 [[package]] |
73 name = "memchr" | |
74 version = "0.1.11" | |
75 source = "registry+https://github.com/rust-lang/crates.io-index" | |
76 dependencies = [ | |
77 "libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
78 ] | |
79 | |
80 [[package]] | |
54 name = "mio" | 81 name = "mio" |
55 version = "0.6.1" | 82 version = "0.6.2" |
56 source = "registry+https://github.com/rust-lang/crates.io-index" | 83 source = "registry+https://github.com/rust-lang/crates.io-index" |
57 dependencies = [ | 84 dependencies = [ |
58 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 85 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
59 "lazycell 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 86 "lazycell 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
60 "libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", | 87 "libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", |
61 "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 88 "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
62 "miow 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 89 "miow 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
63 "net2 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", | 90 "net2 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
64 "nix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 91 "nix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
65 "slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 92 "slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
66 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 93 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
67 ] | 94 ] |
68 | 95 |
69 [[package]] | 96 [[package]] |
70 name = "miow" | 97 name = "miow" |
71 version = "0.1.3" | 98 version = "0.1.5" |
72 source = "registry+https://github.com/rust-lang/crates.io-index" | 99 source = "registry+https://github.com/rust-lang/crates.io-index" |
73 dependencies = [ | 100 dependencies = [ |
74 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 101 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
75 "net2 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", | 102 "net2 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
76 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 103 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
109 dependencies = [ | 136 dependencies = [ |
110 "libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", | 137 "libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", |
111 ] | 138 ] |
112 | 139 |
113 [[package]] | 140 [[package]] |
141 name = "regex" | |
142 version = "0.1.80" | |
143 source = "registry+https://github.com/rust-lang/crates.io-index" | |
144 dependencies = [ | |
145 "aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
146 "memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
147 "regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
148 "thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
149 "utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
150 ] | |
151 | |
152 [[package]] | |
153 name = "regex-syntax" | |
154 version = "0.3.9" | |
155 source = "registry+https://github.com/rust-lang/crates.io-index" | |
156 | |
157 [[package]] | |
114 name = "rustc-serialize" | 158 name = "rustc-serialize" |
115 version = "0.3.22" | 159 version = "0.3.22" |
116 source = "registry+https://github.com/rust-lang/crates.io-index" | 160 source = "registry+https://github.com/rust-lang/crates.io-index" |
117 | 161 |
118 [[package]] | 162 [[package]] |
137 name = "slab" | 181 name = "slab" |
138 version = "0.3.0" | 182 version = "0.3.0" |
139 source = "registry+https://github.com/rust-lang/crates.io-index" | 183 source = "registry+https://github.com/rust-lang/crates.io-index" |
140 | 184 |
141 [[package]] | 185 [[package]] |
186 name = "thread-id" | |
187 version = "2.0.0" | |
188 source = "registry+https://github.com/rust-lang/crates.io-index" | |
189 dependencies = [ | |
190 "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)", | |
192 ] | |
193 | |
194 [[package]] | |
195 name = "thread_local" | |
196 version = "0.2.7" | |
197 source = "registry+https://github.com/rust-lang/crates.io-index" | |
198 dependencies = [ | |
199 "thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
200 ] | |
201 | |
202 [[package]] | |
142 name = "tokio-core" | 203 name = "tokio-core" |
143 version = "0.1.1" | 204 version = "0.1.2" |
144 source = "registry+https://github.com/rust-lang/crates.io-index" | 205 source = "registry+https://github.com/rust-lang/crates.io-index" |
145 dependencies = [ | 206 dependencies = [ |
146 "futures 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 207 "futures 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
147 "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 208 "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
148 "mio 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | 209 "mio 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
149 "scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 210 "scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
150 "slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 211 "slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
151 ] | 212 ] |
152 | 213 |
153 [[package]] | 214 [[package]] |
215 name = "utf8-ranges" | |
216 version = "0.1.3" | |
217 source = "registry+https://github.com/rust-lang/crates.io-index" | |
218 | |
219 [[package]] | |
154 name = "void" | 220 name = "void" |
155 version = "1.0.2" | 221 version = "1.0.2" |
156 source = "registry+https://github.com/rust-lang/crates.io-index" | 222 source = "registry+https://github.com/rust-lang/crates.io-index" |
157 | 223 |
158 [[package]] | 224 [[package]] |
173 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 239 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
174 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 240 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
175 ] | 241 ] |
176 | 242 |
177 [metadata] | 243 [metadata] |
244 "checksum aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ca972c2ea5f742bfce5687b9aef75506a764f61d37f8f649047846a9686ddb66" | |
178 "checksum bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dead7461c1127cf637931a1e50934eb6eee8bff2f74433ac7909e9afcee04a3" | 245 "checksum bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dead7461c1127cf637931a1e50934eb6eee8bff2f74433ac7909e9afcee04a3" |
179 "checksum cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de1e760d7b6535af4241fca8bd8adf68e2e7edacc6b29f5d399050c5e48cf88c" | 246 "checksum cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de1e760d7b6535af4241fca8bd8adf68e2e7edacc6b29f5d399050c5e48cf88c" |
180 "checksum futures 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0bad0a2ac64b227fdc10c254051ae5af542cf19c9328704fd4092f7914196897" | 247 "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" | |
181 "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" | 249 "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
182 "checksum lazycell 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce12306c4739d86ee97c23139f3a34ddf0387bbf181bc7929d287025a8c3ef6b" | 250 "checksum lazycell 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce12306c4739d86ee97c23139f3a34ddf0387bbf181bc7929d287025a8c3ef6b" |
183 "checksum libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "a51822fc847e7a8101514d1d44e354ba2ffa7d4c194dcab48870740e327cac70" | 251 "checksum libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "a51822fc847e7a8101514d1d44e354ba2ffa7d4c194dcab48870740e327cac70" |
184 "checksum log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ab83497bf8bf4ed2a74259c1c802351fcd67a65baa86394b6ba73c36f4838054" | 252 "checksum log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ab83497bf8bf4ed2a74259c1c802351fcd67a65baa86394b6ba73c36f4838054" |
185 "checksum mio 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "410a1a0ff76f5a226f1e4e3ff1756128e65cd30166e39c3892283e2ac09d5b67" | 253 "checksum memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d8b629fb514376c675b98c1421e80b151d3817ac42d7c667717d282761418d20" |
186 "checksum miow 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d5bfc6782530ac8ace97af10a540054a37126b63b0702ddaaa243b73b5745b9a" | 254 "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" | |
187 "checksum net2 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)" = "5edf9cb6be97212423aed9413dd4729d62b370b5e1c571750e882cebbbc1e3e2" | 256 "checksum net2 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)" = "5edf9cb6be97212423aed9413dd4729d62b370b5e1c571750e882cebbbc1e3e2" |
188 "checksum nix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a0d95c5fa8b641c10ad0b8887454ebaafa3c92b5cd5350f8fc693adafd178e7b" | 257 "checksum nix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a0d95c5fa8b641c10ad0b8887454ebaafa3c92b5cd5350f8fc693adafd178e7b" |
189 "checksum rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "022e0636ec2519ddae48154b028864bdce4eaf7d35226ab8e65c611be97b189d" | 258 "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" | |
260 "checksum regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "f9ec002c35e86791825ed294b50008eea9ddfc8def4420124fbc6b08db834957" | |
190 "checksum rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" = "237546c689f20bb44980270c73c3b9edd0891c1be49cc1274406134a66d3957b" | 261 "checksum rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" = "237546c689f20bb44980270c73c3b9edd0891c1be49cc1274406134a66d3957b" |
191 "checksum rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "c5f5376ea5e30ce23c03eb77cbe4962b988deead10910c372b226388b594c084" | 262 "checksum rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "c5f5376ea5e30ce23c03eb77cbe4962b988deead10910c372b226388b594c084" |
192 "checksum scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f417c22df063e9450888a7561788e9bd46d3bb3c1466435b4eccb903807f147d" | 263 "checksum scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f417c22df063e9450888a7561788e9bd46d3bb3c1466435b4eccb903807f147d" |
193 "checksum semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)" = "d4f410fedcf71af0345d7607d246e7ad15faaadd49d240ee3b24e5dc21a820ac" | 264 "checksum semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)" = "d4f410fedcf71af0345d7607d246e7ad15faaadd49d240ee3b24e5dc21a820ac" |
194 "checksum slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23" | 265 "checksum slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23" |
195 "checksum tokio-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "06f40e15561569e24dab3dcf270c0bb950195b84dbed591dfb6591e28c9b9cff" | 266 "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" | |
268 "checksum tokio-core 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "52416b3e937abac22a543a7f1c66bd37feb60137ff1ab42390fa02df85347e58" | |
269 "checksum utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1ca13c08c41c9c3e04224ed9ff80461d97e121589ff27c753a16cb10830ae0f" | |
196 "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" | 270 "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" |
197 "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" | 271 "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
198 "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" | 272 "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
199 "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" | 273 "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" |