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