Mercurial > templog
annotate rust/Cargo.lock @ 632:bde302def78e rust
moving to riker, nowhere near yet
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 22 Aug 2019 23:59:50 +0800 |
parents | c57821a60e51 |
children | 490e9e15b98c |
rev | line source |
---|---|
630 | 1 # This file is automatically @generated by Cargo. |
2 # It is not intended for manual editing. | |
594
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
3 [[package]] |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
4 name = "aho-corasick" |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
5 version = "0.5.3" |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
6 source = "registry+https://github.com/rust-lang/crates.io-index" |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
7 dependencies = [ |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
8 "memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
587 | 9 ] |
10 | |
11 [[package]] | |
597 | 12 name = "aho-corasick" |
631 | 13 version = "0.6.10" |
597 | 14 source = "registry+https://github.com/rust-lang/crates.io-index" |
15 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
16 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 17 ] |
18 | |
19 [[package]] | |
20 name = "aho-corasick" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
21 version = "0.7.6" |
631 | 22 source = "registry+https://github.com/rust-lang/crates.io-index" |
23 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
24 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 25 ] |
26 | |
27 [[package]] | |
28 name = "arrayvec" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
29 version = "0.4.11" |
631 | 30 source = "registry+https://github.com/rust-lang/crates.io-index" |
31 dependencies = [ | |
32 "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", | |
597 | 33 ] |
34 | |
35 [[package]] | |
624
2710649ab71e
read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents:
622
diff
changeset
|
36 name = "atomicwrites" |
631 | 37 version = "0.1.5" |
624
2710649ab71e
read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents:
622
diff
changeset
|
38 source = "registry+https://github.com/rust-lang/crates.io-index" |
2710649ab71e
read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents:
622
diff
changeset
|
39 dependencies = [ |
2710649ab71e
read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents:
622
diff
changeset
|
40 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 41 "nix 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
42 "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
624
2710649ab71e
read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents:
622
diff
changeset
|
43 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
2710649ab71e
read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents:
622
diff
changeset
|
44 ] |
2710649ab71e
read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents:
622
diff
changeset
|
45 |
2710649ab71e
read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents:
622
diff
changeset
|
46 [[package]] |
631 | 47 name = "autocfg" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
48 version = "0.1.6" |
631 | 49 source = "registry+https://github.com/rust-lang/crates.io-index" |
50 | |
51 [[package]] | |
616 | 52 name = "base64" |
625 | 53 version = "0.4.2" |
616 | 54 source = "registry+https://github.com/rust-lang/crates.io-index" |
55 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
56 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
616 | 57 ] |
58 | |
59 [[package]] | |
620 | 60 name = "bitflags" |
631 | 61 version = "0.9.1" |
620 | 62 source = "registry+https://github.com/rust-lang/crates.io-index" |
63 | |
64 [[package]] | |
625 | 65 name = "bitflags" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
66 version = "1.1.0" |
625 | 67 source = "registry+https://github.com/rust-lang/crates.io-index" |
68 | |
69 [[package]] | |
616 | 70 name = "byteorder" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
71 version = "1.3.2" |
616 | 72 source = "registry+https://github.com/rust-lang/crates.io-index" |
73 | |
74 [[package]] | |
619 | 75 name = "bytes" |
631 | 76 version = "0.4.12" |
619 | 77 source = "registry+https://github.com/rust-lang/crates.io-index" |
78 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
79 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
80 "either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 81 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
82 ] | |
83 | |
84 [[package]] | |
85 name = "cc" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
86 version = "1.0.40" |
631 | 87 source = "registry+https://github.com/rust-lang/crates.io-index" |
88 | |
89 [[package]] | |
90 name = "cfg-if" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
91 version = "0.1.9" |
631 | 92 source = "registry+https://github.com/rust-lang/crates.io-index" |
93 | |
94 [[package]] | |
95 name = "chrono" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
96 version = "0.4.7" |
631 | 97 source = "registry+https://github.com/rust-lang/crates.io-index" |
98 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
99 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
100 "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
101 "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 102 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
103 ] | |
104 | |
105 [[package]] | |
106 name = "cloudabi" | |
107 version = "0.0.3" | |
108 source = "registry+https://github.com/rust-lang/crates.io-index" | |
109 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
110 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
619 | 111 ] |
112 | |
113 [[package]] | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
114 name = "config" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
115 version = "0.9.3" |
631 | 116 source = "registry+https://github.com/rust-lang/crates.io-index" |
117 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
118 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
119 "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
120 "rust-ini 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
121 "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
122 "serde-hjson 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
123 "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
124 "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
125 "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 126 ] |
127 | |
128 [[package]] | |
129 name = "crossbeam-deque" | |
130 version = "0.7.1" | |
131 source = "registry+https://github.com/rust-lang/crates.io-index" | |
132 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
133 "crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
134 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 135 ] |
136 | |
137 [[package]] | |
138 name = "crossbeam-epoch" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
139 version = "0.7.2" |
631 | 140 source = "registry+https://github.com/rust-lang/crates.io-index" |
141 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
142 "arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
143 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
144 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 145 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
146 "memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
147 "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 148 ] |
149 | |
150 [[package]] | |
151 name = "crossbeam-queue" | |
152 version = "0.1.2" | |
153 source = "registry+https://github.com/rust-lang/crates.io-index" | |
154 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
155 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 156 ] |
157 | |
158 [[package]] | |
159 name = "crossbeam-utils" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
160 version = "0.6.6" |
631 | 161 source = "registry+https://github.com/rust-lang/crates.io-index" |
162 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
163 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 164 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
165 ] | |
166 | |
167 [[package]] | |
597 | 168 name = "docopt" |
169 version = "0.7.0" | |
170 source = "registry+https://github.com/rust-lang/crates.io-index" | |
171 dependencies = [ | |
625 | 172 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 173 "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
625 | 174 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
597 | 175 "strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
176 ] | |
177 | |
178 [[package]] | |
611
f3e39e2107fd
still doesn't compile, improvements to TemplogError and tokio curl though
Matt Johnston <matt@ucc.asn.au>
parents:
609
diff
changeset
|
179 name = "dtoa" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
180 version = "0.4.4" |
631 | 181 source = "registry+https://github.com/rust-lang/crates.io-index" |
182 | |
183 [[package]] | |
184 name = "either" | |
185 version = "1.5.2" | |
186 source = "registry+https://github.com/rust-lang/crates.io-index" | |
187 | |
188 [[package]] | |
594
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
189 name = "env_logger" |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
190 version = "0.3.5" |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
191 source = "registry+https://github.com/rust-lang/crates.io-index" |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
192 dependencies = [ |
631 | 193 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
594
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
194 "regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)", |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
195 ] |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
196 |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
197 [[package]] |
631 | 198 name = "fnv" |
199 version = "1.0.6" | |
200 source = "registry+https://github.com/rust-lang/crates.io-index" | |
201 | |
202 [[package]] | |
203 name = "fuchsia-cprng" | |
204 version = "0.1.1" | |
205 source = "registry+https://github.com/rust-lang/crates.io-index" | |
206 | |
207 [[package]] | |
208 name = "fuchsia-zircon" | |
209 version = "0.3.3" | |
210 source = "registry+https://github.com/rust-lang/crates.io-index" | |
211 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
212 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 213 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
625 | 214 ] |
215 | |
216 [[package]] | |
217 name = "fuchsia-zircon-sys" | |
631 | 218 version = "0.3.3" |
587 | 219 source = "registry+https://github.com/rust-lang/crates.io-index" |
588
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
220 |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
221 [[package]] |
631 | 222 name = "futures" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
223 version = "0.1.28" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
224 source = "registry+https://github.com/rust-lang/crates.io-index" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
225 |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
226 [[package]] |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
227 name = "futures-channel-preview" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
228 version = "0.3.0-alpha.18" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
229 source = "registry+https://github.com/rust-lang/crates.io-index" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
230 dependencies = [ |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
231 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
232 "futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
233 ] |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
234 |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
235 [[package]] |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
236 name = "futures-core-preview" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
237 version = "0.3.0-alpha.18" |
631 | 238 source = "registry+https://github.com/rust-lang/crates.io-index" |
239 | |
240 [[package]] | |
241 name = "futures-cpupool" | |
242 version = "0.1.8" | |
627 | 243 source = "registry+https://github.com/rust-lang/crates.io-index" |
244 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
245 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
246 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
247 ] |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
248 |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
249 [[package]] |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
250 name = "futures-executor-preview" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
251 version = "0.3.0-alpha.18" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
252 source = "registry+https://github.com/rust-lang/crates.io-index" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
253 dependencies = [ |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
254 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
255 "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
256 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
627 | 257 ] |
258 | |
259 [[package]] | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
260 name = "futures-io-preview" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
261 version = "0.3.0-alpha.18" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
262 source = "registry+https://github.com/rust-lang/crates.io-index" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
263 |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
264 [[package]] |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
265 name = "futures-preview" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
266 version = "0.3.0-alpha.18" |
627 | 267 source = "registry+https://github.com/rust-lang/crates.io-index" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
268 dependencies = [ |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
269 "futures-channel-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
270 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
271 "futures-executor-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
272 "futures-io-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
273 "futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
274 "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
275 ] |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
276 |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
277 [[package]] |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
278 name = "futures-sink-preview" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
279 version = "0.3.0-alpha.18" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
280 source = "registry+https://github.com/rust-lang/crates.io-index" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
281 dependencies = [ |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
282 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
283 ] |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
284 |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
285 [[package]] |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
286 name = "futures-util-preview" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
287 version = "0.3.0-alpha.18" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
288 source = "registry+https://github.com/rust-lang/crates.io-index" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
289 dependencies = [ |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
290 "futures-channel-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
291 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
292 "futures-io-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
293 "futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
294 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
295 "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
296 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
297 ] |
627 | 298 |
299 [[package]] | |
631 | 300 name = "h2" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
301 version = "0.1.26" |
627 | 302 source = "registry+https://github.com/rust-lang/crates.io-index" |
303 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
304 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 305 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
306 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
307 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
308 "http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
309 "indexmap 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
310 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 311 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
312 "string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 313 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
627 | 314 ] |
315 | |
316 [[package]] | |
631 | 317 name = "http" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
318 version = "0.1.18" |
627 | 319 source = "registry+https://github.com/rust-lang/crates.io-index" |
320 dependencies = [ | |
631 | 321 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
322 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
323 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
601 | 324 ] |
325 | |
326 [[package]] | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
327 name = "http-body" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
328 version = "0.1.0" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
329 source = "registry+https://github.com/rust-lang/crates.io-index" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
330 dependencies = [ |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
331 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
332 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
333 "http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
334 "tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
335 ] |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
336 |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
337 [[package]] |
625 | 338 name = "httparse" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
339 version = "1.3.4" |
609
7bda01659426
not building, paramwaiter work
Matt Johnston <matt@ucc.asn.au>
parents:
604
diff
changeset
|
340 source = "registry+https://github.com/rust-lang/crates.io-index" |
7bda01659426
not building, paramwaiter work
Matt Johnston <matt@ucc.asn.au>
parents:
604
diff
changeset
|
341 |
7bda01659426
not building, paramwaiter work
Matt Johnston <matt@ucc.asn.au>
parents:
604
diff
changeset
|
342 [[package]] |
625 | 343 name = "hyper" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
344 version = "0.12.33" |
609
7bda01659426
not building, paramwaiter work
Matt Johnston <matt@ucc.asn.au>
parents:
604
diff
changeset
|
345 source = "registry+https://github.com/rust-lang/crates.io-index" |
7bda01659426
not building, paramwaiter work
Matt Johnston <matt@ucc.asn.au>
parents:
604
diff
changeset
|
346 dependencies = [ |
631 | 347 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
348 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 349 "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
350 "h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
351 "http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
352 "http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
353 "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 354 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
355 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
356 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 357 "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
358 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 359 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
360 "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
361 "tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
362 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 363 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
364 "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
365 "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
366 "tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
367 "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
368 "want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 369 ] |
370 | |
371 [[package]] | |
372 name = "indexmap" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
373 version = "1.1.0" |
631 | 374 source = "registry+https://github.com/rust-lang/crates.io-index" |
375 | |
376 [[package]] | |
377 name = "iovec" | |
378 version = "0.1.2" | |
379 source = "registry+https://github.com/rust-lang/crates.io-index" | |
380 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
381 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
619 | 382 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
383 ] | |
384 | |
385 [[package]] | |
611
f3e39e2107fd
still doesn't compile, improvements to TemplogError and tokio curl though
Matt Johnston <matt@ucc.asn.au>
parents:
609
diff
changeset
|
386 name = "itoa" |
625 | 387 version = "0.3.4" |
611
f3e39e2107fd
still doesn't compile, improvements to TemplogError and tokio curl though
Matt Johnston <matt@ucc.asn.au>
parents:
609
diff
changeset
|
388 source = "registry+https://github.com/rust-lang/crates.io-index" |
f3e39e2107fd
still doesn't compile, improvements to TemplogError and tokio curl though
Matt Johnston <matt@ucc.asn.au>
parents:
609
diff
changeset
|
389 |
f3e39e2107fd
still doesn't compile, improvements to TemplogError and tokio curl though
Matt Johnston <matt@ucc.asn.au>
parents:
609
diff
changeset
|
390 [[package]] |
631 | 391 name = "itoa" |
392 version = "0.4.4" | |
393 source = "registry+https://github.com/rust-lang/crates.io-index" | |
394 | |
395 [[package]] | |
587 | 396 name = "kernel32-sys" |
397 version = "0.2.2" | |
398 source = "registry+https://github.com/rust-lang/crates.io-index" | |
399 dependencies = [ | |
400 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
401 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
402 ] | |
403 | |
404 [[package]] | |
597 | 405 name = "lazy_static" |
625 | 406 version = "0.2.11" |
597 | 407 source = "registry+https://github.com/rust-lang/crates.io-index" |
408 | |
409 [[package]] | |
631 | 410 name = "lazy_static" |
411 version = "1.3.0" | |
412 source = "registry+https://github.com/rust-lang/crates.io-index" | |
413 | |
414 [[package]] | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
415 name = "libc" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
416 version = "0.2.62" |
588
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
417 source = "registry+https://github.com/rust-lang/crates.io-index" |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
418 |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
419 [[package]] |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
420 name = "linked-hash-map" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
421 version = "0.3.0" |
631 | 422 source = "registry+https://github.com/rust-lang/crates.io-index" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
423 dependencies = [ |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
424 "serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
425 "serde_test 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
426 ] |
631 | 427 |
428 [[package]] | |
429 name = "linked-hash-map" | |
430 version = "0.5.2" | |
587 | 431 source = "registry+https://github.com/rust-lang/crates.io-index" |
432 | |
433 [[package]] | |
631 | 434 name = "lock_api" |
435 version = "0.1.5" | |
436 source = "registry+https://github.com/rust-lang/crates.io-index" | |
437 dependencies = [ | |
438 "owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
439 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
440 ] | |
441 | |
442 [[package]] | |
587 | 443 name = "log" |
631 | 444 version = "0.3.9" |
445 source = "registry+https://github.com/rust-lang/crates.io-index" | |
446 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
447 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 448 ] |
449 | |
450 [[package]] | |
451 name = "log" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
452 version = "0.4.8" |
631 | 453 source = "registry+https://github.com/rust-lang/crates.io-index" |
454 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
455 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 456 ] |
457 | |
458 [[package]] | |
594
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
459 name = "memchr" |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
460 version = "0.1.11" |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
461 source = "registry+https://github.com/rust-lang/crates.io-index" |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
462 dependencies = [ |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
463 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
594
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
464 ] |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
465 |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
466 [[package]] |
597 | 467 name = "memchr" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
468 version = "2.2.1" |
597 | 469 source = "registry+https://github.com/rust-lang/crates.io-index" |
631 | 470 |
471 [[package]] | |
472 name = "memoffset" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
473 version = "0.5.1" |
625 | 474 source = "registry+https://github.com/rust-lang/crates.io-index" |
475 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
476 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
597 | 477 ] |
478 | |
479 [[package]] | |
588
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
480 name = "mio" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
481 version = "0.6.19" |
588
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
482 source = "registry+https://github.com/rust-lang/crates.io-index" |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
483 dependencies = [ |
631 | 484 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
485 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
486 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
588
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
487 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
488 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
489 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
619 | 490 "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 491 "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
492 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
588
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
493 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
494 ] |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
495 |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
496 [[package]] |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
497 name = "miow" |
619 | 498 version = "0.2.1" |
588
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
499 source = "registry+https://github.com/rust-lang/crates.io-index" |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
500 dependencies = [ |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
501 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 502 "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
588
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
503 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
504 "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
505 ] |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
506 |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
507 [[package]] |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
508 name = "net2" |
631 | 509 version = "0.2.33" |
588
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
510 source = "registry+https://github.com/rust-lang/crates.io-index" |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
511 dependencies = [ |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
512 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
513 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 514 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
588
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
515 ] |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
516 |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
517 [[package]] |
620 | 518 name = "nix" |
631 | 519 version = "0.9.0" |
620 | 520 source = "registry+https://github.com/rust-lang/crates.io-index" |
521 dependencies = [ | |
631 | 522 "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
523 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
524 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
620 | 525 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
526 ] | |
527 | |
528 [[package]] | |
624
2710649ab71e
read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents:
622
diff
changeset
|
529 name = "nix" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
530 version = "0.14.1" |
624
2710649ab71e
read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents:
622
diff
changeset
|
531 source = "registry+https://github.com/rust-lang/crates.io-index" |
2710649ab71e
read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents:
622
diff
changeset
|
532 dependencies = [ |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
533 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
534 "cc 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
535 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
536 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
624
2710649ab71e
read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents:
622
diff
changeset
|
537 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
2710649ab71e
read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents:
622
diff
changeset
|
538 ] |
2710649ab71e
read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents:
622
diff
changeset
|
539 |
2710649ab71e
read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents:
622
diff
changeset
|
540 [[package]] |
631 | 541 name = "nodrop" |
542 version = "0.1.13" | |
543 source = "registry+https://github.com/rust-lang/crates.io-index" | |
544 | |
545 [[package]] | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
546 name = "nom" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
547 version = "4.2.3" |
631 | 548 source = "registry+https://github.com/rust-lang/crates.io-index" |
549 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
550 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
551 "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
552 ] |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
553 |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
554 [[package]] |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
555 name = "num-integer" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
556 version = "0.1.41" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
557 source = "registry+https://github.com/rust-lang/crates.io-index" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
558 dependencies = [ |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
559 "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
560 "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 561 ] |
562 | |
563 [[package]] | |
611
f3e39e2107fd
still doesn't compile, improvements to TemplogError and tokio curl though
Matt Johnston <matt@ucc.asn.au>
parents:
609
diff
changeset
|
564 name = "num-traits" |
631 | 565 version = "0.1.43" |
566 source = "registry+https://github.com/rust-lang/crates.io-index" | |
567 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
568 "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 569 ] |
570 | |
571 [[package]] | |
572 name = "num-traits" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
573 version = "0.2.8" |
611
f3e39e2107fd
still doesn't compile, improvements to TemplogError and tokio curl though
Matt Johnston <matt@ucc.asn.au>
parents:
609
diff
changeset
|
574 source = "registry+https://github.com/rust-lang/crates.io-index" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
575 dependencies = [ |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
576 "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
577 ] |
611
f3e39e2107fd
still doesn't compile, improvements to TemplogError and tokio curl though
Matt Johnston <matt@ucc.asn.au>
parents:
609
diff
changeset
|
578 |
f3e39e2107fd
still doesn't compile, improvements to TemplogError and tokio curl though
Matt Johnston <matt@ucc.asn.au>
parents:
609
diff
changeset
|
579 [[package]] |
601 | 580 name = "num_cpus" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
581 version = "1.10.1" |
631 | 582 source = "registry+https://github.com/rust-lang/crates.io-index" |
583 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
584 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 585 ] |
586 | |
587 [[package]] | |
588 name = "owning_ref" | |
589 version = "0.4.0" | |
590 source = "registry+https://github.com/rust-lang/crates.io-index" | |
591 dependencies = [ | |
592 "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
593 ] | |
594 | |
595 [[package]] | |
596 name = "parking_lot" | |
597 version = "0.7.1" | |
598 source = "registry+https://github.com/rust-lang/crates.io-index" | |
599 dependencies = [ | |
600 "lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
601 "parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
602 ] | |
603 | |
604 [[package]] | |
605 name = "parking_lot_core" | |
606 version = "0.4.0" | |
607 source = "registry+https://github.com/rust-lang/crates.io-index" | |
608 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
609 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 610 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
611 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
612 "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 613 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
614 ] | |
615 | |
616 [[package]] | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
617 name = "pin-utils" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
618 version = "0.1.0-alpha.4" |
609
7bda01659426
not building, paramwaiter work
Matt Johnston <matt@ucc.asn.au>
parents:
604
diff
changeset
|
619 source = "registry+https://github.com/rust-lang/crates.io-index" |
7bda01659426
not building, paramwaiter work
Matt Johnston <matt@ucc.asn.au>
parents:
604
diff
changeset
|
620 |
7bda01659426
not building, paramwaiter work
Matt Johnston <matt@ucc.asn.au>
parents:
604
diff
changeset
|
621 [[package]] |
627 | 622 name = "proc-macro2" |
631 | 623 version = "0.4.30" |
627 | 624 source = "registry+https://github.com/rust-lang/crates.io-index" |
625 dependencies = [ | |
626 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
627 ] | |
628 | |
629 [[package]] | |
595 | 630 name = "quote" |
619 | 631 version = "0.3.15" |
595 | 632 source = "registry+https://github.com/rust-lang/crates.io-index" |
633 | |
634 [[package]] | |
631 | 635 name = "quote" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
636 version = "0.6.13" |
631 | 637 source = "registry+https://github.com/rust-lang/crates.io-index" |
638 dependencies = [ | |
639 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | |
640 ] | |
641 | |
642 [[package]] | |
592
03b48ec0bb03
fridge, types, configwaiter
Matt Johnston <matt@ucc.asn.au>
parents:
591
diff
changeset
|
643 name = "rand" |
631 | 644 version = "0.3.23" |
645 source = "registry+https://github.com/rust-lang/crates.io-index" | |
646 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
647 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 648 "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
649 ] | |
650 | |
651 [[package]] | |
652 name = "rand" | |
653 version = "0.4.6" | |
654 source = "registry+https://github.com/rust-lang/crates.io-index" | |
655 dependencies = [ | |
656 "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
657 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 658 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
659 "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
660 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
661 ] | |
662 | |
663 [[package]] | |
664 name = "rand" | |
665 version = "0.6.5" | |
666 source = "registry+https://github.com/rust-lang/crates.io-index" | |
667 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
668 "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
669 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 670 "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
671 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 672 "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
673 "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
674 "rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 675 "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
676 "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
677 "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
678 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
679 ] | |
680 | |
681 [[package]] | |
682 name = "rand_chacha" | |
683 version = "0.1.1" | |
684 source = "registry+https://github.com/rust-lang/crates.io-index" | |
685 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
686 "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 687 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
688 ] | |
689 | |
690 [[package]] | |
691 name = "rand_core" | |
692 version = "0.3.1" | |
592
03b48ec0bb03
fridge, types, configwaiter
Matt Johnston <matt@ucc.asn.au>
parents:
591
diff
changeset
|
693 source = "registry+https://github.com/rust-lang/crates.io-index" |
03b48ec0bb03
fridge, types, configwaiter
Matt Johnston <matt@ucc.asn.au>
parents:
591
diff
changeset
|
694 dependencies = [ |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
695 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 696 ] |
697 | |
698 [[package]] | |
699 name = "rand_core" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
700 version = "0.4.2" |
631 | 701 source = "registry+https://github.com/rust-lang/crates.io-index" |
702 | |
703 [[package]] | |
704 name = "rand_hc" | |
705 version = "0.1.0" | |
706 source = "registry+https://github.com/rust-lang/crates.io-index" | |
707 dependencies = [ | |
708 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
709 ] | |
710 | |
711 [[package]] | |
712 name = "rand_isaac" | |
713 version = "0.1.1" | |
714 source = "registry+https://github.com/rust-lang/crates.io-index" | |
715 dependencies = [ | |
716 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
717 ] | |
718 | |
719 [[package]] | |
720 name = "rand_jitter" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
721 version = "0.1.4" |
631 | 722 source = "registry+https://github.com/rust-lang/crates.io-index" |
723 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
724 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
725 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 726 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
727 ] | |
728 | |
729 [[package]] | |
730 name = "rand_os" | |
731 version = "0.1.3" | |
732 source = "registry+https://github.com/rust-lang/crates.io-index" | |
733 dependencies = [ | |
734 "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
735 "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
736 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
737 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 738 "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
739 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
740 ] | |
741 | |
742 [[package]] | |
743 name = "rand_pcg" | |
744 version = "0.1.2" | |
745 source = "registry+https://github.com/rust-lang/crates.io-index" | |
746 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
747 "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
748 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 749 ] |
750 | |
751 [[package]] | |
752 name = "rand_xorshift" | |
753 version = "0.1.1" | |
754 source = "registry+https://github.com/rust-lang/crates.io-index" | |
755 dependencies = [ | |
756 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
757 ] | |
758 | |
759 [[package]] | |
760 name = "rdrand" | |
761 version = "0.4.0" | |
762 source = "registry+https://github.com/rust-lang/crates.io-index" | |
763 dependencies = [ | |
764 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
592
03b48ec0bb03
fridge, types, configwaiter
Matt Johnston <matt@ucc.asn.au>
parents:
591
diff
changeset
|
765 ] |
03b48ec0bb03
fridge, types, configwaiter
Matt Johnston <matt@ucc.asn.au>
parents:
591
diff
changeset
|
766 |
03b48ec0bb03
fridge, types, configwaiter
Matt Johnston <matt@ucc.asn.au>
parents:
591
diff
changeset
|
767 [[package]] |
598
d4fbfb5c46ff
broken update of versions of things
Matt Johnston <matt@ucc.asn.au>
parents:
597
diff
changeset
|
768 name = "redox_syscall" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
769 version = "0.1.56" |
598
d4fbfb5c46ff
broken update of versions of things
Matt Johnston <matt@ucc.asn.au>
parents:
597
diff
changeset
|
770 source = "registry+https://github.com/rust-lang/crates.io-index" |
d4fbfb5c46ff
broken update of versions of things
Matt Johnston <matt@ucc.asn.au>
parents:
597
diff
changeset
|
771 |
d4fbfb5c46ff
broken update of versions of things
Matt Johnston <matt@ucc.asn.au>
parents:
597
diff
changeset
|
772 [[package]] |
594
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
773 name = "regex" |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
774 version = "0.1.80" |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
775 source = "registry+https://github.com/rust-lang/crates.io-index" |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
776 dependencies = [ |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
777 "aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
778 "memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
779 "regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
780 "thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
781 "utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
782 ] |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
783 |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
784 [[package]] |
597 | 785 name = "regex" |
631 | 786 version = "0.2.11" |
597 | 787 source = "registry+https://github.com/rust-lang/crates.io-index" |
788 dependencies = [ | |
631 | 789 "aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
790 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 791 "regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
792 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
793 "utf8-ranges 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 794 ] |
795 | |
796 [[package]] | |
797 name = "regex" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
798 version = "1.2.1" |
631 | 799 source = "registry+https://github.com/rust-lang/crates.io-index" |
800 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
801 "aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
802 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
803 "regex-syntax 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 804 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
597 | 805 ] |
806 | |
807 [[package]] | |
594
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
808 name = "regex-syntax" |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
809 version = "0.3.9" |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
810 source = "registry+https://github.com/rust-lang/crates.io-index" |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
811 |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
812 [[package]] |
597 | 813 name = "regex-syntax" |
631 | 814 version = "0.5.6" |
597 | 815 source = "registry+https://github.com/rust-lang/crates.io-index" |
631 | 816 dependencies = [ |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
817 "ucd-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 818 ] |
819 | |
820 [[package]] | |
821 name = "regex-syntax" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
822 version = "0.6.11" |
631 | 823 source = "registry+https://github.com/rust-lang/crates.io-index" |
824 | |
825 [[package]] | |
826 name = "remove_dir_all" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
827 version = "0.5.2" |
625 | 828 source = "registry+https://github.com/rust-lang/crates.io-index" |
829 dependencies = [ | |
631 | 830 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
625 | 831 ] |
832 | |
833 [[package]] | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
834 name = "riker" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
835 version = "0.3.1" |
631 | 836 source = "registry+https://github.com/rust-lang/crates.io-index" |
837 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
838 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
839 "chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
840 "config 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
841 "futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
842 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
843 "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
844 "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
845 "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
846 "riker-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
847 "uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 848 ] |
849 | |
850 [[package]] | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
851 name = "riker-macros" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
852 version = "0.1.0" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
853 source = "registry+https://github.com/rust-lang/crates.io-index" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
854 dependencies = [ |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
855 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
856 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
857 "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
858 ] |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
859 |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
860 [[package]] |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
861 name = "rust-ini" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
862 version = "0.13.0" |
631 | 863 source = "registry+https://github.com/rust-lang/crates.io-index" |
864 | |
865 [[package]] | |
591 | 866 name = "rustc-serialize" |
625 | 867 version = "0.3.24" |
591 | 868 source = "registry+https://github.com/rust-lang/crates.io-index" |
869 | |
870 [[package]] | |
620 | 871 name = "rustc_version" |
631 | 872 version = "0.2.3" |
620 | 873 source = "registry+https://github.com/rust-lang/crates.io-index" |
874 dependencies = [ | |
631 | 875 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
620 | 876 ] |
877 | |
878 [[package]] | |
631 | 879 name = "ryu" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
880 version = "1.0.0" |
631 | 881 source = "registry+https://github.com/rust-lang/crates.io-index" |
882 | |
883 [[package]] | |
884 name = "scopeguard" | |
885 version = "0.3.3" | |
886 source = "registry+https://github.com/rust-lang/crates.io-index" | |
887 | |
888 [[package]] | |
889 name = "scopeguard" | |
890 version = "1.0.0" | |
587 | 891 source = "registry+https://github.com/rust-lang/crates.io-index" |
892 | |
893 [[package]] | |
620 | 894 name = "semver" |
631 | 895 version = "0.9.0" |
896 source = "registry+https://github.com/rust-lang/crates.io-index" | |
897 dependencies = [ | |
898 "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
899 ] | |
900 | |
901 [[package]] | |
902 name = "semver-parser" | |
903 version = "0.7.0" | |
620 | 904 source = "registry+https://github.com/rust-lang/crates.io-index" |
905 | |
906 [[package]] | |
595 | 907 name = "serde" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
908 version = "0.8.23" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
909 source = "registry+https://github.com/rust-lang/crates.io-index" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
910 |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
911 [[package]] |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
912 name = "serde" |
625 | 913 version = "0.9.15" |
595 | 914 source = "registry+https://github.com/rust-lang/crates.io-index" |
915 | |
916 [[package]] | |
631 | 917 name = "serde" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
918 version = "1.0.99" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
919 source = "registry+https://github.com/rust-lang/crates.io-index" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
920 |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
921 [[package]] |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
922 name = "serde-hjson" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
923 version = "0.8.2" |
631 | 924 source = "registry+https://github.com/rust-lang/crates.io-index" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
925 dependencies = [ |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
926 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
927 "linked-hash-map 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
928 "num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
929 "regex 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
930 "serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
931 ] |
631 | 932 |
933 [[package]] | |
598
d4fbfb5c46ff
broken update of versions of things
Matt Johnston <matt@ucc.asn.au>
parents:
597
diff
changeset
|
934 name = "serde_codegen_internals" |
622 | 935 version = "0.14.2" |
595 | 936 source = "registry+https://github.com/rust-lang/crates.io-index" |
937 dependencies = [ | |
625 | 938 "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)", |
595 | 939 ] |
940 | |
941 [[package]] | |
942 name = "serde_derive" | |
625 | 943 version = "0.9.15" |
595 | 944 source = "registry+https://github.com/rust-lang/crates.io-index" |
945 dependencies = [ | |
619 | 946 "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
622 | 947 "serde_codegen_internals 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)", |
625 | 948 "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)", |
595 | 949 ] |
950 | |
951 [[package]] | |
611
f3e39e2107fd
still doesn't compile, improvements to TemplogError and tokio curl though
Matt Johnston <matt@ucc.asn.au>
parents:
609
diff
changeset
|
952 name = "serde_json" |
622 | 953 version = "0.9.10" |
611
f3e39e2107fd
still doesn't compile, improvements to TemplogError and tokio curl though
Matt Johnston <matt@ucc.asn.au>
parents:
609
diff
changeset
|
954 source = "registry+https://github.com/rust-lang/crates.io-index" |
f3e39e2107fd
still doesn't compile, improvements to TemplogError and tokio curl though
Matt Johnston <matt@ucc.asn.au>
parents:
609
diff
changeset
|
955 dependencies = [ |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
956 "dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
625 | 957 "itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 958 "num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", |
625 | 959 "serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)", |
611
f3e39e2107fd
still doesn't compile, improvements to TemplogError and tokio curl though
Matt Johnston <matt@ucc.asn.au>
parents:
609
diff
changeset
|
960 ] |
f3e39e2107fd
still doesn't compile, improvements to TemplogError and tokio curl though
Matt Johnston <matt@ucc.asn.au>
parents:
609
diff
changeset
|
961 |
f3e39e2107fd
still doesn't compile, improvements to TemplogError and tokio curl though
Matt Johnston <matt@ucc.asn.au>
parents:
609
diff
changeset
|
962 [[package]] |
631 | 963 name = "serde_json" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
964 version = "1.0.40" |
631 | 965 source = "registry+https://github.com/rust-lang/crates.io-index" |
966 dependencies = [ | |
967 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
968 "ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
969 "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 970 ] |
971 | |
972 [[package]] | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
973 name = "serde_test" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
974 version = "0.8.23" |
631 | 975 source = "registry+https://github.com/rust-lang/crates.io-index" |
976 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
977 "serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 978 ] |
979 | |
980 [[package]] | |
625 | 981 name = "slab" |
631 | 982 version = "0.4.2" |
625 | 983 source = "registry+https://github.com/rust-lang/crates.io-index" |
984 | |
985 [[package]] | |
986 name = "smallvec" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
987 version = "0.6.10" |
631 | 988 source = "registry+https://github.com/rust-lang/crates.io-index" |
989 | |
990 [[package]] | |
991 name = "stable_deref_trait" | |
992 version = "1.1.1" | |
993 source = "registry+https://github.com/rust-lang/crates.io-index" | |
994 | |
995 [[package]] | |
996 name = "string" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
997 version = "0.2.1" |
631 | 998 source = "registry+https://github.com/rust-lang/crates.io-index" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
999 dependencies = [ |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1000 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1001 ] |
631 | 1002 |
1003 [[package]] | |
597 | 1004 name = "strsim" |
1005 version = "0.6.0" | |
1006 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1007 | |
1008 [[package]] | |
595 | 1009 name = "syn" |
625 | 1010 version = "0.11.11" |
595 | 1011 source = "registry+https://github.com/rust-lang/crates.io-index" |
1012 dependencies = [ | |
619 | 1013 "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
1014 "synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
1015 "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
1016 ] | |
1017 | |
1018 [[package]] | |
631 | 1019 name = "syn" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1020 version = "0.15.44" |
631 | 1021 source = "registry+https://github.com/rust-lang/crates.io-index" |
1022 dependencies = [ | |
1023 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1024 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 1025 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1026 ] | |
1027 | |
1028 [[package]] | |
619 | 1029 name = "synom" |
1030 version = "0.11.3" | |
1031 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1032 dependencies = [ | |
598
d4fbfb5c46ff
broken update of versions of things
Matt Johnston <matt@ucc.asn.au>
parents:
597
diff
changeset
|
1033 "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
595 | 1034 ] |
1035 | |
1036 [[package]] | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1037 name = "sysfs_gpio" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1038 version = "0.5.4" |
620 | 1039 source = "registry+https://github.com/rust-lang/crates.io-index" |
1040 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1041 "nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 1042 ] |
1043 | |
1044 [[package]] | |
624
2710649ab71e
read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents:
622
diff
changeset
|
1045 name = "tempdir" |
631 | 1046 version = "0.3.7" |
624
2710649ab71e
read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents:
622
diff
changeset
|
1047 source = "registry+https://github.com/rust-lang/crates.io-index" |
2710649ab71e
read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents:
622
diff
changeset
|
1048 dependencies = [ |
631 | 1049 "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1050 "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
624
2710649ab71e
read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents:
622
diff
changeset
|
1051 ] |
2710649ab71e
read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents:
622
diff
changeset
|
1052 |
2710649ab71e
read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents:
622
diff
changeset
|
1053 [[package]] |
594
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
1054 name = "thread-id" |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
1055 version = "2.0.0" |
588
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
1056 source = "registry+https://github.com/rust-lang/crates.io-index" |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
1057 dependencies = [ |
594
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
1058 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1059 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
597 | 1060 ] |
1061 | |
1062 [[package]] | |
594
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
1063 name = "thread_local" |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
1064 version = "0.2.7" |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
1065 source = "registry+https://github.com/rust-lang/crates.io-index" |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
1066 dependencies = [ |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
1067 "thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
1068 ] |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
1069 |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
1070 [[package]] |
597 | 1071 name = "thread_local" |
631 | 1072 version = "0.3.6" |
597 | 1073 source = "registry+https://github.com/rust-lang/crates.io-index" |
1074 dependencies = [ | |
631 | 1075 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1076 ] | |
1077 | |
1078 [[package]] | |
597 | 1079 name = "time" |
631 | 1080 version = "0.1.42" |
1081 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1082 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1083 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1084 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 1085 "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1086 ] | |
1087 | |
1088 [[package]] | |
1089 name = "tokio" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1090 version = "0.1.22" |
597 | 1091 source = "registry+https://github.com/rust-lang/crates.io-index" |
1092 dependencies = [ | |
631 | 1093 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1094 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1095 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1096 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 1097 "tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1098 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 1099 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1100 "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1101 "tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1102 "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 1103 ] |
1104 | |
1105 [[package]] | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1106 name = "tokio-buf" |
631 | 1107 version = "0.1.1" |
1108 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1109 dependencies = [ | |
1110 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1111 "either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1112 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 1113 ] |
1114 | |
1115 [[package]] | |
1116 name = "tokio-current-thread" | |
1117 version = "0.1.6" | |
594
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
1118 source = "registry+https://github.com/rust-lang/crates.io-index" |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
1119 dependencies = [ |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1120 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1121 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 1122 ] |
1123 | |
1124 [[package]] | |
1125 name = "tokio-executor" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1126 version = "0.1.8" |
631 | 1127 source = "registry+https://github.com/rust-lang/crates.io-index" |
1128 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1129 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1130 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
609
7bda01659426
not building, paramwaiter work
Matt Johnston <matt@ucc.asn.au>
parents:
604
diff
changeset
|
1131 ] |
7bda01659426
not building, paramwaiter work
Matt Johnston <matt@ucc.asn.au>
parents:
604
diff
changeset
|
1132 |
7bda01659426
not building, paramwaiter work
Matt Johnston <matt@ucc.asn.au>
parents:
604
diff
changeset
|
1133 [[package]] |
619 | 1134 name = "tokio-io" |
631 | 1135 version = "0.1.12" |
625 | 1136 source = "registry+https://github.com/rust-lang/crates.io-index" |
1137 dependencies = [ | |
631 | 1138 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1139 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1140 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
625 | 1141 ] |
1142 | |
1143 [[package]] | |
631 | 1144 name = "tokio-reactor" |
1145 version = "0.1.9" | |
1146 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1147 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1148 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1149 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 1150 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1151 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1152 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1153 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 1154 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1155 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1156 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 1157 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1158 "tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 1159 ] |
1160 | |
1161 [[package]] | |
1162 name = "tokio-sync" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1163 version = "0.1.6" |
631 | 1164 source = "registry+https://github.com/rust-lang/crates.io-index" |
1165 dependencies = [ | |
1166 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1167 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 1168 ] |
1169 | |
1170 [[package]] | |
1171 name = "tokio-tcp" | |
1172 version = "0.1.3" | |
1173 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1174 dependencies = [ | |
1175 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1176 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 1177 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1178 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 1179 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1180 "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
1181 ] | |
1182 | |
1183 [[package]] | |
1184 name = "tokio-threadpool" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1185 version = "0.1.15" |
631 | 1186 source = "registry+https://github.com/rust-lang/crates.io-index" |
1187 dependencies = [ | |
1188 "crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
1189 "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1190 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1191 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1192 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1193 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 1194 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1195 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1196 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 1197 ] |
1198 | |
1199 [[package]] | |
1200 name = "tokio-timer" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1201 version = "0.2.11" |
631 | 1202 source = "registry+https://github.com/rust-lang/crates.io-index" |
1203 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1204 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1205 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1206 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1207 "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
619 | 1208 ] |
1209 | |
1210 [[package]] | |
1211 name = "toml" | |
622 | 1212 version = "0.3.2" |
619 | 1213 source = "registry+https://github.com/rust-lang/crates.io-index" |
1214 dependencies = [ | |
625 | 1215 "serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)", |
1216 ] | |
1217 | |
1218 [[package]] | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1219 name = "toml" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1220 version = "0.4.10" |
631 | 1221 source = "registry+https://github.com/rust-lang/crates.io-index" |
1222 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1223 "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 1224 ] |
1225 | |
1226 [[package]] | |
1227 name = "try-lock" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1228 version = "0.2.2" |
631 | 1229 source = "registry+https://github.com/rust-lang/crates.io-index" |
1230 | |
1231 [[package]] | |
1232 name = "ucd-util" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1233 version = "0.1.5" |
631 | 1234 source = "registry+https://github.com/rust-lang/crates.io-index" |
595 | 1235 |
1236 [[package]] | |
1237 name = "unicode-xid" | |
598
d4fbfb5c46ff
broken update of versions of things
Matt Johnston <matt@ucc.asn.au>
parents:
597
diff
changeset
|
1238 version = "0.0.4" |
595 | 1239 source = "registry+https://github.com/rust-lang/crates.io-index" |
1240 | |
1241 [[package]] | |
627 | 1242 name = "unicode-xid" |
1243 version = "0.1.0" | |
1244 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1245 | |
1246 [[package]] | |
594
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
1247 name = "utf8-ranges" |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
1248 version = "0.1.3" |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
1249 source = "registry+https://github.com/rust-lang/crates.io-index" |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
1250 |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
1251 [[package]] |
597 | 1252 name = "utf8-ranges" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1253 version = "1.0.4" |
597 | 1254 source = "registry+https://github.com/rust-lang/crates.io-index" |
1255 | |
1256 [[package]] | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1257 name = "uuid" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1258 version = "0.6.5" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1259 source = "registry+https://github.com/rust-lang/crates.io-index" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1260 dependencies = [ |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1261 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1262 "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1263 ] |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1264 |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1265 [[package]] |
625 | 1266 name = "version_check" |
631 | 1267 version = "0.1.5" |
625 | 1268 source = "registry+https://github.com/rust-lang/crates.io-index" |
1269 | |
1270 [[package]] | |
588
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
1271 name = "void" |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
1272 version = "1.0.2" |
587 | 1273 source = "registry+https://github.com/rust-lang/crates.io-index" |
1274 | |
1275 [[package]] | |
631 | 1276 name = "want" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1277 version = "0.2.0" |
631 | 1278 source = "registry+https://github.com/rust-lang/crates.io-index" |
1279 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1280 "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1281 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1282 "try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 1283 ] |
1284 | |
1285 [[package]] | |
587 | 1286 name = "winapi" |
1287 version = "0.2.8" | |
1288 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1289 | |
1290 [[package]] | |
631 | 1291 name = "winapi" |
1292 version = "0.3.7" | |
1293 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1294 dependencies = [ | |
1295 "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
1296 "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
1297 ] | |
1298 | |
1299 [[package]] | |
587 | 1300 name = "winapi-build" |
1301 version = "0.1.1" | |
1302 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1303 | |
588
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
1304 [[package]] |
631 | 1305 name = "winapi-i686-pc-windows-gnu" |
1306 version = "0.4.0" | |
1307 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1308 | |
1309 [[package]] | |
1310 name = "winapi-x86_64-pc-windows-gnu" | |
1311 version = "0.4.0" | |
1312 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1313 | |
1314 [[package]] | |
625 | 1315 name = "wort-templog" |
1316 version = "0.1.0" | |
1317 dependencies = [ | |
631 | 1318 "atomicwrites 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
625 | 1319 "base64 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1320 "docopt 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
1321 "env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1322 "hyper 0.12.33 (registry+https://github.com/rust-lang/crates.io-index)", |
625 | 1323 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1324 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 1325 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1326 "rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)", | |
1327 "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1328 "riker 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
625 | 1329 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
1330 "serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)", | |
1331 "serde_derive 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)", | |
1332 "serde_json 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1333 "sysfs_gpio 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 1334 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
625 | 1335 "toml 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1336 ] | |
1337 | |
1338 [[package]] | |
588
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
1339 name = "ws2_32-sys" |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
1340 version = "0.2.1" |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
1341 source = "registry+https://github.com/rust-lang/crates.io-index" |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
1342 dependencies = [ |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
1343 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
1344 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
1345 ] |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
1346 |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1347 [[package]] |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1348 name = "yaml-rust" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1349 version = "0.4.3" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1350 source = "registry+https://github.com/rust-lang/crates.io-index" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1351 dependencies = [ |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1352 "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1353 ] |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1354 |
587 | 1355 [metadata] |
594
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
1356 "checksum aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ca972c2ea5f742bfce5687b9aef75506a764f61d37f8f649047846a9686ddb66" |
631 | 1357 "checksum aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "81ce3d38065e618af2d7b77e10c5ad9a069859b4be3c2250f674af3840d9c8a5" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1358 "checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1359 "checksum arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b8d73f9beda665eaa98ab9e4f7442bd4e7de6652587de55b2525e52e29c1b0ba" |
631 | 1360 "checksum atomicwrites 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "7adff0f3666b56fb01ce4caea58193a26d97d384587a10e950e0e9c857de3cca" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1361 "checksum autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b671c8fb71b457dd4ae18c4ba1e59aa81793daacc361d82fcd410cef0d491875" |
625 | 1362 "checksum base64 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "979d348dc50dfcd050a87df408ec61f01a0a27ee9b4ebdc6085baba8275b2c7f" |
631 | 1363 "checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1364 "checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1365 "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" |
631 | 1366 "checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1367 "checksum cc 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "b548a4ee81fccb95919d4e22cfea83c7693ebfd78f0495493178db20b3139da7" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1368 "checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1369 "checksum chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "77d81f58b7301084de3b958691458a53c3f7e0b1d702f77e550b6a88e3a88abe" |
631 | 1370 "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1371 "checksum config 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f9107d78ed62b3fa5a86e7d18e647abed48cfd8f8fab6c72f4cdb982d196f7e6" |
631 | 1372 "checksum crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1373 "checksum crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fedcd6772e37f3da2a9af9bf12ebe046c0dfe657992377b4df982a2b54cd37a9" |
631 | 1374 "checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1375 "checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6" |
597 | 1376 "checksum docopt 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab32ea6e284d87987066f21a9e809a73c14720571ef34516f0890b3d355ccfd8" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1377 "checksum dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e" |
631 | 1378 "checksum either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b" |
594
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
1379 "checksum env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "15abd780e45b3ea4f76b4e9a26ff4843258dd8a3eed2775a0e7368c2e7936c2f" |
631 | 1380 "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" |
1381 "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" | |
1382 "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" | |
1383 "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1384 "checksum futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "45dc39533a6cae6da2b56da48edae506bb767ec07370f86f70fc062e9d435869" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1385 "checksum futures-channel-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "f477fd0292c4a4ae77044454e7f2b413207942ad405f759bb0b4698b7ace5b12" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1386 "checksum futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "4a2f26f774b81b3847dcda0c81bd4b6313acfb4f69e5a0390c7cb12c058953e9" |
631 | 1387 "checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1388 "checksum futures-executor-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "80705612926df8a1bc05f0057e77460e29318801f988bf7d803a734cf54e7528" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1389 "checksum futures-io-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "ee7de0c1c9ed23f9457b0437fec7663ce64d9cc3c906597e714e529377b5ddd1" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1390 "checksum futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "efa8f90c4fb2328e381f8adfd4255b4a2b696f77d1c63a3dee6700b564c4e4b5" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1391 "checksum futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "e9b65a2481863d1b78e094a07e9c0eed458cc7dc6e72b22b7138b8a67d924859" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1392 "checksum futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "7df53daff1e98cc024bf2720f3ceb0414d96fbb0a94f3cad3a5c3bf3be1d261c" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1393 "checksum h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1394 "checksum http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "372bcb56f939e449117fb0869c2e8fd8753a8223d92a172c6e808cf123a5b6e4" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1395 "checksum http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1396 "checksum httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1397 "checksum hyper 0.12.33 (registry+https://github.com/rust-lang/crates.io-index)" = "7cb44cbce9d8ee4fb36e4c0ad7b794ac44ebaad924b9c8291a63215bb44c2c8f" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1398 "checksum indexmap 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a4d6d89e0948bf10c08b9ecc8ac5b83f07f857ebe2c0cbe38de15b4e4f510356" |
631 | 1399 "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" |
625 | 1400 "checksum itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8324a32baf01e2ae060e9de58ed0bc2320c9a2833491ee36cd3b4c414de4db8c" |
631 | 1401 "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" |
587 | 1402 "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
625 | 1403 "checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73" |
631 | 1404 "checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1405 "checksum libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "34fcd2c08d2f832f376f4173a231990fa5aef4e99fb569867318a227ef4c06ba" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1406 "checksum linked-hash-map 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6d262045c5b87c0861b3f004610afd0e2c851e2908d08b6c870cbb9d5f494ecd" |
631 | 1407 "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" |
1408 "checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" | |
1409 "checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1410 "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
594
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
1411 "checksum memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d8b629fb514376c675b98c1421e80b151d3817ac42d7c667717d282761418d20" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1412 "checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1413 "checksum memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ce6075db033bbbb7ee5a0bbd3a3186bbae616f57fb001c485c7ff77955f8177f" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1414 "checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23" |
619 | 1415 "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" |
631 | 1416 "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1417 "checksum nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce" |
631 | 1418 "checksum nix 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a2c5afeb0198ec7be8569d666644b574345aad2e95a53baf3a532da3e0f3fb32" |
1419 "checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1420 "checksum nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1421 "checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09" |
631 | 1422 "checksum num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1423 "checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1424 "checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273" |
631 | 1425 "checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" |
1426 "checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337" | |
1427 "checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1428 "checksum pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587" |
631 | 1429 "checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" |
619 | 1430 "checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1431 "checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" |
631 | 1432 "checksum rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)" = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c" |
1433 "checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" | |
1434 "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" | |
1435 "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" | |
1436 "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1437 "checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" |
631 | 1438 "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" |
1439 "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1440 "checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b" |
631 | 1441 "checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" |
1442 "checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" | |
1443 "checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" | |
1444 "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1445 "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" |
594
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
1446 "checksum regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)" = "4fd4ace6a8cf7860714a2c2280d6c1f7e6a413486c13298bbc86fd3da019402f" |
631 | 1447 "checksum regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1448 "checksum regex 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88c3d9193984285d544df4a30c23a4e62ead42edf70a4452ceb76dac1ce05c26" |
594
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
1449 "checksum regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "f9ec002c35e86791825ed294b50008eea9ddfc8def4420124fbc6b08db834957" |
631 | 1450 "checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1451 "checksum regex-syntax 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b143cceb2ca5e56d5671988ef8b15615733e7ee16cd348e064333b251b89343f" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1452 "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1453 "checksum riker 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39e462c2197d1be93c4cb00de5bb55e5fc987b042a12dc2915585792ad50a624" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1454 "checksum riker-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f06e98f4eb1a65f85e01c38a42f2b6823968f8257e35ff5bb4ae1dc996f4fd09" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1455 "checksum rust-ini 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3e52c148ef37f8c375d49d5a73aa70713125b7f19095948a923f80afdeb22ec2" |
625 | 1456 "checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda" |
631 | 1457 "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1458 "checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997" |
631 | 1459 "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" |
1460 "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" | |
1461 "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | |
1462 "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1463 "checksum serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)" = "9dad3f759919b92c3068c696c15c3d17238234498bbdcc80f2c469606f948ac8" |
625 | 1464 "checksum serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)" = "34b623917345a631dc9608d5194cc206b3fe6c3554cd1c75b937e55e285254af" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1465 "checksum serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)" = "fec2851eb56d010dc9a21b89ca53ee75e6528bab60c11e89d38390904982da9f" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1466 "checksum serde-hjson 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0b833c5ad67d52ced5f5938b2980f32a9c1c5ef047f0b4fb3127e7a423c76153" |
622 | 1467 "checksum serde_codegen_internals 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bc888bd283bd2420b16ad0d860e35ad8acb21941180a83a189bb2046f9d00400" |
625 | 1468 "checksum serde_derive 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)" = "978fd866f4d4872084a81ccc35e275158351d3b9fe620074e7d7504b816b74ba" |
622 | 1469 "checksum serde_json 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ad8bcf487be7d2e15d3d543f04312de991d631cfe1b43ea0ade69e6a8a5b16a1" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1470 "checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1471 "checksum serde_test 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)" = "110b3dbdf8607ec493c22d5d947753282f3bae73c0f56d322af1e8c78e4c23d5" |
631 | 1472 "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1473 "checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7" |
631 | 1474 "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1475 "checksum string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d" |
597 | 1476 "checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694" |
625 | 1477 "checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1478 "checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" |
619 | 1479 "checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1480 "checksum sysfs_gpio 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "24961a55846623d8e4f6cec38718945116fed8d6970336a7110710a07aa9b5d1" |
631 | 1481 "checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" |
594
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
1482 "checksum thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9539db560102d1cef46b8b78ce737ff0bb64e7e18d35b2a5688f7d097d0ff03" |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
1483 "checksum thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8576dbbfcaef9641452d5cf0df9b0e7eeab7694956dd33bb61515fb8f18cfdd5" |
631 | 1484 "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" |
1485 "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1486 "checksum tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1487 "checksum tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46" |
631 | 1488 "checksum tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d16217cad7f1b840c5a97dfb3c43b0c871fef423a6e8d2118c604e843662a443" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1489 "checksum tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0f27ee0e6db01c5f0b2973824547ce7e637b2ed79b891a9677b0de9bd532b6ac" |
631 | 1490 "checksum tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926" |
1491 "checksum tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6af16bfac7e112bea8b0442542161bfc41cbfa4466b580bdda7d18cb88b911ce" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1492 "checksum tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2162248ff317e2bc713b261f242b69dbb838b85248ed20bb21df56d60ea4cae7" |
631 | 1493 "checksum tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1494 "checksum tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "90ca01319dea1e376a001e8dc192d42ebde6dd532532a5bad988ac37db365b19" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1495 "checksum tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "f2106812d500ed25a4f38235b9cae8f78a09edf43203e16e59c3b769a342a60e" |
622 | 1496 "checksum toml 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bd86ad9ebee246fdedd610e0f6d0587b754a3d81438db930a244d0480ed7878f" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1497 "checksum toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1498 "checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1499 "checksum ucd-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fa9b3b49edd3468c0e6565d85783f51af95212b6fa3986a5500954f00b460874" |
598
d4fbfb5c46ff
broken update of versions of things
Matt Johnston <matt@ucc.asn.au>
parents:
597
diff
changeset
|
1500 "checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc" |
627 | 1501 "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" |
594
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
1502 "checksum utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1ca13c08c41c9c3e04224ed9ff80461d97e121589ff27c753a16cb10830ae0f" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1503 "checksum utf8-ranges 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b4ae116fef2b7fea257ed6440d3cfcff7f190865f170cdad00bb6465bf18ecba" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1504 "checksum uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e1436e58182935dcd9ce0add9ea0b558e8a87befe01c1a301e6020aeb0876363" |
631 | 1505 "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" |
588
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
1506 "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1507 "checksum want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230" |
587 | 1508 "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
631 | 1509 "checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770" |
587 | 1510 "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
631 | 1511 "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
1512 "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | |
588
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
1513 "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1514 "checksum yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d" |