Mercurial > templog
annotate rust/Cargo.lock @ 639:89818a14648b rust tip
- switch to using anyhow for errors, surf for http
runs but surf has problems
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 28 Nov 2019 23:57:00 +0800 |
parents | 1e147b3c2c55 |
children |
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]] | |
637 | 28 name = "anyhow" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
29 version = "1.0.25" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
30 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
31 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
32 [[package]] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
33 name = "async-macros" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
34 version = "1.0.0" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
35 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
36 dependencies = [ |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
37 "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
38 "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
39 ] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
40 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
41 [[package]] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
42 name = "async-std" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
43 version = "0.99.12" |
631 | 44 source = "registry+https://github.com/rust-lang/crates.io-index" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
45 dependencies = [ |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
46 "async-macros 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
47 "async-task 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
48 "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
49 "crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
50 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
51 "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
52 "futures-io 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
53 "futures-timer 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
54 "kv-log-macro 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
55 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
56 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
57 "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
58 "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
59 "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
60 "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
61 "pin-project-lite 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
62 "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
63 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
64 ] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
65 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
66 [[package]] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
67 name = "async-task" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
68 version = "1.0.0" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
69 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
70 dependencies = [ |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
71 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
72 ] |
597 | 73 |
74 [[package]] | |
624
2710649ab71e
read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents:
622
diff
changeset
|
75 name = "atomicwrites" |
637 | 76 version = "0.2.5" |
624
2710649ab71e
read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents:
622
diff
changeset
|
77 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
|
78 dependencies = [ |
633 | 79 "nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 80 "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
634 | 81 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
633 | 82 ] |
83 | |
84 [[package]] | |
85 name = "atty" | |
86 version = "0.2.13" | |
87 source = "registry+https://github.com/rust-lang/crates.io-index" | |
88 dependencies = [ | |
637 | 89 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
634 | 90 "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
|
91 ] |
2710649ab71e
read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents:
622
diff
changeset
|
92 |
2710649ab71e
read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents:
622
diff
changeset
|
93 [[package]] |
631 | 94 name = "autocfg" |
637 | 95 version = "0.1.7" |
631 | 96 source = "registry+https://github.com/rust-lang/crates.io-index" |
97 | |
98 [[package]] | |
616 | 99 name = "base64" |
625 | 100 version = "0.4.2" |
616 | 101 source = "registry+https://github.com/rust-lang/crates.io-index" |
102 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
103 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
616 | 104 ] |
105 | |
106 [[package]] | |
620 | 107 name = "bitflags" |
637 | 108 version = "1.2.1" |
625 | 109 source = "registry+https://github.com/rust-lang/crates.io-index" |
110 | |
111 [[package]] | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
112 name = "bumpalo" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
113 version = "2.6.0" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
114 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
115 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
116 [[package]] |
616 | 117 name = "byteorder" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
118 version = "1.3.2" |
616 | 119 source = "registry+https://github.com/rust-lang/crates.io-index" |
120 | |
121 [[package]] | |
619 | 122 name = "bytes" |
631 | 123 version = "0.4.12" |
619 | 124 source = "registry+https://github.com/rust-lang/crates.io-index" |
125 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
126 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
637 | 127 "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 128 ] |
129 | |
130 [[package]] | |
633 | 131 name = "c2-chacha" |
637 | 132 version = "0.2.3" |
633 | 133 source = "registry+https://github.com/rust-lang/crates.io-index" |
134 dependencies = [ | |
637 | 135 "ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
633 | 136 ] |
137 | |
138 [[package]] | |
631 | 139 name = "cc" |
637 | 140 version = "1.0.47" |
631 | 141 source = "registry+https://github.com/rust-lang/crates.io-index" |
142 | |
143 [[package]] | |
144 name = "cfg-if" | |
637 | 145 version = "0.1.10" |
631 | 146 source = "registry+https://github.com/rust-lang/crates.io-index" |
147 | |
148 [[package]] | |
149 name = "chrono" | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
150 version = "0.4.10" |
631 | 151 source = "registry+https://github.com/rust-lang/crates.io-index" |
152 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
153 "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
154 "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 155 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
156 ] | |
157 | |
158 [[package]] | |
634 | 159 name = "clap" |
160 version = "2.33.0" | |
161 source = "registry+https://github.com/rust-lang/crates.io-index" | |
162 dependencies = [ | |
163 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
164 "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", | |
637 | 165 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
634 | 166 "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
167 "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
168 "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
169 "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
170 ] | |
171 | |
172 [[package]] | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
173 name = "config" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
174 version = "0.9.3" |
631 | 175 source = "registry+https://github.com/rust-lang/crates.io-index" |
176 dependencies = [ | |
634 | 177 "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
|
178 "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
|
179 "rust-ini 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
180 "serde 1.0.103 (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
|
181 "serde-hjson 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
182 "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
183 "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
|
184 "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 185 ] |
186 | |
187 [[package]] | |
634 | 188 name = "crossbeam-channel" |
189 version = "0.3.9" | |
190 source = "registry+https://github.com/rust-lang/crates.io-index" | |
191 dependencies = [ | |
192 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
193 ] | |
194 | |
195 [[package]] | |
631 | 196 name = "crossbeam-deque" |
637 | 197 version = "0.7.2" |
631 | 198 source = "registry+https://github.com/rust-lang/crates.io-index" |
199 dependencies = [ | |
637 | 200 "crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
201 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
631 | 202 ] |
203 | |
204 [[package]] | |
205 name = "crossbeam-epoch" | |
637 | 206 version = "0.8.0" |
631 | 207 source = "registry+https://github.com/rust-lang/crates.io-index" |
208 dependencies = [ | |
637 | 209 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
210 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
211 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
634 | 212 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
637 | 213 "memoffset 0.5.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
|
214 "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 215 ] |
216 | |
217 [[package]] | |
218 name = "crossbeam-utils" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
219 version = "0.6.6" |
631 | 220 source = "registry+https://github.com/rust-lang/crates.io-index" |
221 dependencies = [ | |
637 | 222 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
223 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
224 ] | |
225 | |
226 [[package]] | |
227 name = "crossbeam-utils" | |
228 version = "0.7.0" | |
229 source = "registry+https://github.com/rust-lang/crates.io-index" | |
230 dependencies = [ | |
231 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
232 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
634 | 233 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 234 ] |
235 | |
236 [[package]] | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
237 name = "curl" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
238 version = "0.4.25" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
239 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
240 dependencies = [ |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
241 "curl-sys 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
242 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
243 "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
244 "openssl-sys 0.9.53 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
245 "schannel 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
246 "socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
247 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
248 ] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
249 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
250 [[package]] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
251 name = "curl-sys" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
252 version = "0.4.24" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
253 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
254 dependencies = [ |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
255 "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
256 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
257 "libnghttp2-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
258 "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
259 "openssl-sys 0.9.53 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
260 "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
261 "vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
262 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
263 ] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
264 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
265 [[package]] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
266 name = "dtoa" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
267 version = "0.4.4" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
268 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
269 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
270 [[package]] |
594
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
271 name = "env_logger" |
633 | 272 version = "0.6.2" |
594
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
273 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
|
274 dependencies = [ |
633 | 275 "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", |
634 | 276 "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
633 | 277 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
634 | 278 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
633 | 279 "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
|
280 ] |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
281 |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
282 [[package]] |
631 | 283 name = "fnv" |
284 version = "1.0.6" | |
285 source = "registry+https://github.com/rust-lang/crates.io-index" | |
286 | |
287 [[package]] | |
288 name = "fuchsia-cprng" | |
289 version = "0.1.1" | |
290 source = "registry+https://github.com/rust-lang/crates.io-index" | |
291 | |
292 [[package]] | |
293 name = "fuchsia-zircon" | |
294 version = "0.3.3" | |
295 source = "registry+https://github.com/rust-lang/crates.io-index" | |
296 dependencies = [ | |
637 | 297 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 298 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
625 | 299 ] |
300 | |
301 [[package]] | |
302 name = "fuchsia-zircon-sys" | |
631 | 303 version = "0.3.3" |
587 | 304 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
|
305 |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
306 [[package]] |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
307 name = "futures" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
308 version = "0.1.29" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
309 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
310 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
311 [[package]] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
312 name = "futures" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
313 version = "0.3.1" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
314 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
|
315 dependencies = [ |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
316 "futures-channel 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
317 "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
318 "futures-executor 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
319 "futures-io 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
320 "futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
321 "futures-task 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
322 "futures-util 0.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
|
323 ] |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
324 |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
325 [[package]] |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
326 name = "futures-channel" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
327 version = "0.3.1" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
328 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
329 dependencies = [ |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
330 "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
331 "futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
332 ] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
333 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
334 [[package]] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
335 name = "futures-channel-preview" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
336 version = "0.3.0-alpha.19" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
337 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
338 dependencies = [ |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
339 "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
340 "futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
341 ] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
342 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
343 [[package]] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
344 name = "futures-core" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
345 version = "0.3.1" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
346 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
347 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
348 [[package]] |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
349 name = "futures-core-preview" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
350 version = "0.3.0-alpha.19" |
631 | 351 source = "registry+https://github.com/rust-lang/crates.io-index" |
352 | |
353 [[package]] | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
354 name = "futures-executor" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
355 version = "0.3.1" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
356 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
357 dependencies = [ |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
358 "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
359 "futures-task 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
360 "futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
361 ] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
362 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
363 [[package]] |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
364 name = "futures-executor-preview" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
365 version = "0.3.0-alpha.19" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
366 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
|
367 dependencies = [ |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
368 "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
369 "futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
370 "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)", |
627 | 371 ] |
372 | |
373 [[package]] | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
374 name = "futures-io" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
375 version = "0.3.1" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
376 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
377 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
378 [[package]] |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
379 name = "futures-io-preview" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
380 version = "0.3.0-alpha.19" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
381 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
382 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
383 [[package]] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
384 name = "futures-macro" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
385 version = "0.3.1" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
386 source = "registry+https://github.com/rust-lang/crates.io-index" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
387 dependencies = [ |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
388 "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
389 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
390 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
391 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
392 ] |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
393 |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
394 [[package]] |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
395 name = "futures-preview" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
396 version = "0.3.0-alpha.19" |
627 | 397 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
|
398 dependencies = [ |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
399 "futures-channel-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
400 "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
401 "futures-executor-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
402 "futures-io-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
403 "futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
404 "futures-util-preview 0.3.0-alpha.19 (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
|
405 ] |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
406 |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
407 [[package]] |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
408 name = "futures-sink" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
409 version = "0.3.1" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
410 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
411 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
412 [[package]] |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
413 name = "futures-sink-preview" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
414 version = "0.3.0-alpha.19" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
415 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
416 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
417 [[package]] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
418 name = "futures-task" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
419 version = "0.3.1" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
420 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
421 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
422 [[package]] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
423 name = "futures-timer" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
424 version = "1.0.3" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
425 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
|
426 dependencies = [ |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
427 "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
428 "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
429 ] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
430 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
431 [[package]] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
432 name = "futures-util" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
433 version = "0.3.1" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
434 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
435 dependencies = [ |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
436 "futures-channel 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
437 "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
438 "futures-io 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
439 "futures-macro 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
440 "futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
441 "futures-task 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
442 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
443 "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
444 "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
445 "proc-macro-nested 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
446 "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
|
447 ] |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
448 |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
449 [[package]] |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
450 name = "futures-util-preview" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
451 version = "0.3.0-alpha.19" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
452 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
|
453 dependencies = [ |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
454 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
455 "futures-channel-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
456 "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
457 "futures-io-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
458 "futures-sink-preview 0.3.0-alpha.19 (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
|
459 "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
|
460 "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
|
461 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
462 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
463 ] |
627 | 464 |
465 [[package]] | |
633 | 466 name = "getrandom" |
637 | 467 version = "0.1.13" |
633 | 468 source = "registry+https://github.com/rust-lang/crates.io-index" |
469 dependencies = [ | |
637 | 470 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
471 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | |
634 | 472 "wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
633 | 473 ] |
474 | |
475 [[package]] | |
634 | 476 name = "heck" |
477 version = "0.3.1" | |
478 source = "registry+https://github.com/rust-lang/crates.io-index" | |
479 dependencies = [ | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
480 "unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
637 | 481 ] |
482 | |
483 [[package]] | |
484 name = "hermit-abi" | |
485 version = "0.1.3" | |
486 source = "registry+https://github.com/rust-lang/crates.io-index" | |
487 dependencies = [ | |
488 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | |
627 | 489 ] |
490 | |
491 [[package]] | |
631 | 492 name = "http" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
493 version = "0.1.20" |
627 | 494 source = "registry+https://github.com/rust-lang/crates.io-index" |
495 dependencies = [ | |
631 | 496 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
497 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
498 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
601 | 499 ] |
500 | |
501 [[package]] | |
633 | 502 name = "humantime" |
634 | 503 version = "1.3.0" |
633 | 504 source = "registry+https://github.com/rust-lang/crates.io-index" |
505 dependencies = [ | |
506 "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
507 ] | |
508 | |
509 [[package]] | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
510 name = "idna" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
511 version = "0.2.0" |
609
7bda01659426
not building, paramwaiter work
Matt Johnston <matt@ucc.asn.au>
parents:
604
diff
changeset
|
512 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
|
513 dependencies = [ |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
514 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
515 "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
516 "unicode-normalization 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
637 | 517 ] |
631 | 518 |
519 [[package]] | |
520 name = "iovec" | |
637 | 521 version = "0.1.4" |
631 | 522 source = "registry+https://github.com/rust-lang/crates.io-index" |
523 dependencies = [ | |
637 | 524 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
619 | 525 ] |
526 | |
527 [[package]] | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
528 name = "isahc" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
529 version = "0.7.6" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
530 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
531 dependencies = [ |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
532 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
533 "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
534 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
535 "curl 0.4.25 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
536 "curl-sys 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
537 "futures-io-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
538 "futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
539 "http 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
540 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
541 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
542 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
543 "sluice 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
544 ] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
545 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
546 [[package]] |
611
f3e39e2107fd
still doesn't compile, improvements to TemplogError and tokio curl though
Matt Johnston <matt@ucc.asn.au>
parents:
609
diff
changeset
|
547 name = "itoa" |
631 | 548 version = "0.4.4" |
549 source = "registry+https://github.com/rust-lang/crates.io-index" | |
550 | |
551 [[package]] | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
552 name = "js-sys" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
553 version = "0.3.32" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
554 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
555 dependencies = [ |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
556 "wasm-bindgen 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
557 ] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
558 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
559 [[package]] |
587 | 560 name = "kernel32-sys" |
561 version = "0.2.2" | |
562 source = "registry+https://github.com/rust-lang/crates.io-index" | |
563 dependencies = [ | |
564 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
565 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
566 ] | |
567 | |
568 [[package]] | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
569 name = "kv-log-macro" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
570 version = "1.0.4" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
571 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
572 dependencies = [ |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
573 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
574 ] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
575 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
576 [[package]] |
597 | 577 name = "lazy_static" |
625 | 578 version = "0.2.11" |
597 | 579 source = "registry+https://github.com/rust-lang/crates.io-index" |
580 | |
581 [[package]] | |
631 | 582 name = "lazy_static" |
634 | 583 version = "1.4.0" |
631 | 584 source = "registry+https://github.com/rust-lang/crates.io-index" |
585 | |
586 [[package]] | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
587 name = "libc" |
637 | 588 version = "0.2.65" |
588
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
589 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
|
590 |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
591 [[package]] |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
592 name = "libnghttp2-sys" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
593 version = "0.1.2" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
594 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
595 dependencies = [ |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
596 "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
597 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
598 ] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
599 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
600 [[package]] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
601 name = "libz-sys" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
602 version = "1.0.25" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
603 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
604 dependencies = [ |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
605 "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
606 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
607 "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
608 "vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
609 ] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
610 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
611 [[package]] |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
612 name = "linked-hash-map" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
613 version = "0.3.0" |
631 | 614 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
|
615 dependencies = [ |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
616 "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
|
617 "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
|
618 ] |
631 | 619 |
620 [[package]] | |
621 name = "linked-hash-map" | |
622 version = "0.5.2" | |
587 | 623 source = "registry+https://github.com/rust-lang/crates.io-index" |
624 | |
625 [[package]] | |
626 name = "log" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
627 version = "0.4.8" |
631 | 628 source = "registry+https://github.com/rust-lang/crates.io-index" |
629 dependencies = [ | |
637 | 630 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 631 ] |
632 | |
633 [[package]] | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
634 name = "matches" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
635 version = "0.1.8" |
637 | 636 source = "registry+https://github.com/rust-lang/crates.io-index" |
637 | |
638 [[package]] | |
594
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
639 name = "memchr" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
640 version = "2.2.1" |
597 | 641 source = "registry+https://github.com/rust-lang/crates.io-index" |
631 | 642 |
643 [[package]] | |
644 name = "memoffset" | |
637 | 645 version = "0.5.3" |
625 | 646 source = "registry+https://github.com/rust-lang/crates.io-index" |
647 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
648 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
597 | 649 ] |
650 | |
651 [[package]] | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
652 name = "mime" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
653 version = "0.3.14" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
654 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
655 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
656 [[package]] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
657 name = "mime_guess" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
658 version = "2.0.1" |
588
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
659 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
|
660 dependencies = [ |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
661 "mime 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
662 "unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
663 ] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
664 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
665 [[package]] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
666 name = "mio" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
667 version = "0.6.21" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
668 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
669 dependencies = [ |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
670 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 671 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
672 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
637 | 673 "iovec 0.1.4 (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
|
674 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
637 | 675 "libc 0.2.65 (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
|
676 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
619 | 677 "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 678 "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
679 "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
|
680 "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
|
681 ] |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
682 |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
683 [[package]] |
634 | 684 name = "mio-uds" |
685 version = "0.6.7" | |
686 source = "registry+https://github.com/rust-lang/crates.io-index" | |
687 dependencies = [ | |
637 | 688 "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
689 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
690 "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", |
634 | 691 ] |
692 | |
693 [[package]] | |
588
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
694 name = "miow" |
619 | 695 version = "0.2.1" |
588
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
696 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
|
697 dependencies = [ |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
698 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 699 "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
|
700 "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
|
701 "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
|
702 ] |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
703 |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
704 [[package]] |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
705 name = "net2" |
631 | 706 version = "0.2.33" |
588
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
707 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
|
708 dependencies = [ |
637 | 709 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
710 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | |
634 | 711 "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
|
712 ] |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
713 |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
714 [[package]] |
620 | 715 name = "nix" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
716 version = "0.14.1" |
624
2710649ab71e
read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents:
622
diff
changeset
|
717 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
|
718 dependencies = [ |
637 | 719 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
720 "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", | |
721 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
722 "libc 0.2.65 (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
|
723 "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
|
724 ] |
2710649ab71e
read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents:
622
diff
changeset
|
725 |
2710649ab71e
read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents:
622
diff
changeset
|
726 [[package]] |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
727 name = "nom" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
728 version = "4.2.3" |
631 | 729 source = "registry+https://github.com/rust-lang/crates.io-index" |
730 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
731 "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
|
732 "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
|
733 ] |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
734 |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
735 [[package]] |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
736 name = "num-integer" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
737 version = "0.1.41" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
738 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
|
739 dependencies = [ |
637 | 740 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
741 "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 742 ] |
743 | |
744 [[package]] | |
611
f3e39e2107fd
still doesn't compile, improvements to TemplogError and tokio curl though
Matt Johnston <matt@ucc.asn.au>
parents:
609
diff
changeset
|
745 name = "num-traits" |
631 | 746 version = "0.1.43" |
747 source = "registry+https://github.com/rust-lang/crates.io-index" | |
748 dependencies = [ | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
749 "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 750 ] |
751 | |
752 [[package]] | |
753 name = "num-traits" | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
754 version = "0.2.10" |
611
f3e39e2107fd
still doesn't compile, improvements to TemplogError and tokio curl though
Matt Johnston <matt@ucc.asn.au>
parents:
609
diff
changeset
|
755 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
|
756 dependencies = [ |
637 | 757 "autocfg 0.1.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
|
758 ] |
611
f3e39e2107fd
still doesn't compile, improvements to TemplogError and tokio curl though
Matt Johnston <matt@ucc.asn.au>
parents:
609
diff
changeset
|
759 |
f3e39e2107fd
still doesn't compile, improvements to TemplogError and tokio curl though
Matt Johnston <matt@ucc.asn.au>
parents:
609
diff
changeset
|
760 [[package]] |
601 | 761 name = "num_cpus" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
762 version = "1.11.1" |
631 | 763 source = "registry+https://github.com/rust-lang/crates.io-index" |
764 dependencies = [ | |
637 | 765 "hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
766 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | |
631 | 767 ] |
768 | |
769 [[package]] | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
770 name = "once_cell" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
771 version = "1.2.0" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
772 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
773 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
774 [[package]] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
775 name = "openssl-probe" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
776 version = "0.1.2" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
777 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
778 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
779 [[package]] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
780 name = "openssl-sys" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
781 version = "0.9.53" |
631 | 782 source = "registry+https://github.com/rust-lang/crates.io-index" |
783 dependencies = [ | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
784 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
785 "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
786 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
787 "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
788 "vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 789 ] |
790 | |
791 [[package]] | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
792 name = "percent-encoding" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
793 version = "2.1.0" |
631 | 794 source = "registry+https://github.com/rust-lang/crates.io-index" |
634 | 795 |
796 [[package]] | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
797 name = "pin-project-lite" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
798 version = "0.1.1" |
634 | 799 source = "registry+https://github.com/rust-lang/crates.io-index" |
631 | 800 |
801 [[package]] | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
802 name = "pin-utils" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
803 version = "0.1.0-alpha.4" |
609
7bda01659426
not building, paramwaiter work
Matt Johnston <matt@ucc.asn.au>
parents:
604
diff
changeset
|
804 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
|
805 |
7bda01659426
not building, paramwaiter work
Matt Johnston <matt@ucc.asn.au>
parents:
604
diff
changeset
|
806 [[package]] |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
807 name = "pkg-config" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
808 version = "0.3.17" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
809 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
810 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
811 [[package]] |
633 | 812 name = "ppv-lite86" |
637 | 813 version = "0.2.6" |
633 | 814 source = "registry+https://github.com/rust-lang/crates.io-index" |
815 | |
816 [[package]] | |
634 | 817 name = "proc-macro-error" |
818 version = "0.2.6" | |
819 source = "registry+https://github.com/rust-lang/crates.io-index" | |
820 dependencies = [ | |
637 | 821 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
634 | 822 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
637 | 823 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
634 | 824 ] |
825 | |
826 [[package]] | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
827 name = "proc-macro-hack" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
828 version = "0.5.11" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
829 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
830 dependencies = [ |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
831 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
832 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
833 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
834 ] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
835 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
836 [[package]] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
837 name = "proc-macro-nested" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
838 version = "0.1.3" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
839 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
840 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
841 [[package]] |
627 | 842 name = "proc-macro2" |
631 | 843 version = "0.4.30" |
627 | 844 source = "registry+https://github.com/rust-lang/crates.io-index" |
845 dependencies = [ | |
846 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
847 ] | |
848 | |
849 [[package]] | |
633 | 850 name = "proc-macro2" |
637 | 851 version = "1.0.6" |
633 | 852 source = "registry+https://github.com/rust-lang/crates.io-index" |
853 dependencies = [ | |
854 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
855 ] | |
856 | |
857 [[package]] | |
858 name = "quick-error" | |
859 version = "1.2.2" | |
595 | 860 source = "registry+https://github.com/rust-lang/crates.io-index" |
861 | |
862 [[package]] | |
631 | 863 name = "quote" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
864 version = "0.6.13" |
631 | 865 source = "registry+https://github.com/rust-lang/crates.io-index" |
866 dependencies = [ | |
867 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | |
868 ] | |
869 | |
870 [[package]] | |
633 | 871 name = "quote" |
872 version = "1.0.2" | |
631 | 873 source = "registry+https://github.com/rust-lang/crates.io-index" |
874 dependencies = [ | |
637 | 875 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 876 ] |
877 | |
878 [[package]] | |
879 name = "rand" | |
880 version = "0.4.6" | |
881 source = "registry+https://github.com/rust-lang/crates.io-index" | |
882 dependencies = [ | |
883 "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
637 | 884 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 885 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
886 "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
634 | 887 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 888 ] |
889 | |
890 [[package]] | |
891 name = "rand" | |
634 | 892 version = "0.7.2" |
631 | 893 source = "registry+https://github.com/rust-lang/crates.io-index" |
894 dependencies = [ | |
637 | 895 "getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
896 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | |
633 | 897 "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
634 | 898 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
633 | 899 "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
900 ] | |
901 | |
902 [[package]] | |
631 | 903 name = "rand_chacha" |
633 | 904 version = "0.2.1" |
905 source = "registry+https://github.com/rust-lang/crates.io-index" | |
906 dependencies = [ | |
637 | 907 "c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
634 | 908 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
633 | 909 ] |
910 | |
911 [[package]] | |
631 | 912 name = "rand_core" |
913 version = "0.3.1" | |
592
03b48ec0bb03
fridge, types, configwaiter
Matt Johnston <matt@ucc.asn.au>
parents:
591
diff
changeset
|
914 source = "registry+https://github.com/rust-lang/crates.io-index" |
03b48ec0bb03
fridge, types, configwaiter
Matt Johnston <matt@ucc.asn.au>
parents:
591
diff
changeset
|
915 dependencies = [ |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
916 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 917 ] |
918 | |
919 [[package]] | |
920 name = "rand_core" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
921 version = "0.4.2" |
631 | 922 source = "registry+https://github.com/rust-lang/crates.io-index" |
923 | |
924 [[package]] | |
633 | 925 name = "rand_core" |
634 | 926 version = "0.5.1" |
633 | 927 source = "registry+https://github.com/rust-lang/crates.io-index" |
928 dependencies = [ | |
637 | 929 "getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 930 ] |
931 | |
932 [[package]] | |
633 | 933 name = "rand_hc" |
934 version = "0.2.0" | |
935 source = "registry+https://github.com/rust-lang/crates.io-index" | |
936 dependencies = [ | |
634 | 937 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 938 ] |
939 | |
940 [[package]] | |
941 name = "rdrand" | |
942 version = "0.4.0" | |
943 source = "registry+https://github.com/rust-lang/crates.io-index" | |
944 dependencies = [ | |
945 "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
|
946 ] |
03b48ec0bb03
fridge, types, configwaiter
Matt Johnston <matt@ucc.asn.au>
parents:
591
diff
changeset
|
947 |
03b48ec0bb03
fridge, types, configwaiter
Matt Johnston <matt@ucc.asn.au>
parents:
591
diff
changeset
|
948 [[package]] |
598
d4fbfb5c46ff
broken update of versions of things
Matt Johnston <matt@ucc.asn.au>
parents:
597
diff
changeset
|
949 name = "redox_syscall" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
950 version = "0.1.56" |
598
d4fbfb5c46ff
broken update of versions of things
Matt Johnston <matt@ucc.asn.au>
parents:
597
diff
changeset
|
951 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
|
952 |
d4fbfb5c46ff
broken update of versions of things
Matt Johnston <matt@ucc.asn.au>
parents:
597
diff
changeset
|
953 [[package]] |
594
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
954 name = "regex" |
631 | 955 version = "0.2.11" |
597 | 956 source = "registry+https://github.com/rust-lang/crates.io-index" |
957 dependencies = [ | |
631 | 958 "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
|
959 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 960 "regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
961 "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
|
962 "utf8-ranges 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 963 ] |
964 | |
965 [[package]] | |
966 name = "regex" | |
634 | 967 version = "1.3.1" |
631 | 968 source = "registry+https://github.com/rust-lang/crates.io-index" |
969 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
970 "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
|
971 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
634 | 972 "regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 973 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
597 | 974 ] |
975 | |
976 [[package]] | |
594
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
977 name = "regex-syntax" |
631 | 978 version = "0.5.6" |
597 | 979 source = "registry+https://github.com/rust-lang/crates.io-index" |
631 | 980 dependencies = [ |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
981 "ucd-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 982 ] |
983 | |
984 [[package]] | |
985 name = "regex-syntax" | |
634 | 986 version = "0.6.12" |
631 | 987 source = "registry+https://github.com/rust-lang/crates.io-index" |
988 | |
989 [[package]] | |
990 name = "remove_dir_all" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
991 version = "0.5.2" |
625 | 992 source = "registry+https://github.com/rust-lang/crates.io-index" |
993 dependencies = [ | |
634 | 994 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
625 | 995 ] |
996 | |
997 [[package]] | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
998 name = "riker" |
633 | 999 version = "0.3.2" |
631 | 1000 source = "registry+https://github.com/rust-lang/crates.io-index" |
1001 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1002 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1003 "chrono 0.4.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
|
1004 "config 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1005 "futures-preview 0.3.0-alpha.19 (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
|
1006 "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
|
1007 "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
|
1008 "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
|
1009 "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
|
1010 "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
|
1011 "uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 1012 ] |
1013 | |
1014 [[package]] | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1015 name = "riker-macros" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1016 version = "0.1.0" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1017 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
|
1018 dependencies = [ |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1019 "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
|
1020 "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
|
1021 "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
|
1022 ] |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1023 |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1024 [[package]] |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1025 name = "rust-ini" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1026 version = "0.13.0" |
631 | 1027 source = "registry+https://github.com/rust-lang/crates.io-index" |
1028 | |
1029 [[package]] | |
620 | 1030 name = "rustc_version" |
631 | 1031 version = "0.2.3" |
620 | 1032 source = "registry+https://github.com/rust-lang/crates.io-index" |
1033 dependencies = [ | |
631 | 1034 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
620 | 1035 ] |
1036 | |
1037 [[package]] | |
631 | 1038 name = "ryu" |
637 | 1039 version = "1.0.2" |
631 | 1040 source = "registry+https://github.com/rust-lang/crates.io-index" |
1041 | |
1042 [[package]] | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1043 name = "schannel" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1044 version = "0.1.16" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1045 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1046 dependencies = [ |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1047 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1048 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1049 ] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1050 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1051 [[package]] |
631 | 1052 name = "scopeguard" |
1053 version = "1.0.0" | |
587 | 1054 source = "registry+https://github.com/rust-lang/crates.io-index" |
1055 | |
1056 [[package]] | |
620 | 1057 name = "semver" |
631 | 1058 version = "0.9.0" |
1059 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1060 dependencies = [ | |
1061 "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
1062 ] | |
1063 | |
1064 [[package]] | |
1065 name = "semver-parser" | |
1066 version = "0.7.0" | |
620 | 1067 source = "registry+https://github.com/rust-lang/crates.io-index" |
1068 | |
1069 [[package]] | |
595 | 1070 name = "serde" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1071 version = "0.8.23" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1072 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
|
1073 |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1074 [[package]] |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1075 name = "serde" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1076 version = "1.0.103" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1077 source = "registry+https://github.com/rust-lang/crates.io-index" |
633 | 1078 dependencies = [ |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1079 "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
633 | 1080 ] |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1081 |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1082 [[package]] |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1083 name = "serde-hjson" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1084 version = "0.8.2" |
631 | 1085 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
|
1086 dependencies = [ |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1087 "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
|
1088 "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
|
1089 "num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", |
634 | 1090 "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
|
1091 "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
|
1092 ] |
631 | 1093 |
1094 [[package]] | |
633 | 1095 name = "serde_derive" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1096 version = "1.0.103" |
595 | 1097 source = "registry+https://github.com/rust-lang/crates.io-index" |
1098 dependencies = [ | |
637 | 1099 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
633 | 1100 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
637 | 1101 "syn 1.0.8 (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
|
1102 ] |
f3e39e2107fd
still doesn't compile, improvements to TemplogError and tokio curl though
Matt Johnston <matt@ucc.asn.au>
parents:
609
diff
changeset
|
1103 |
f3e39e2107fd
still doesn't compile, improvements to TemplogError and tokio curl though
Matt Johnston <matt@ucc.asn.au>
parents:
609
diff
changeset
|
1104 [[package]] |
631 | 1105 name = "serde_json" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1106 version = "1.0.42" |
631 | 1107 source = "registry+https://github.com/rust-lang/crates.io-index" |
1108 dependencies = [ | |
1109 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
637 | 1110 "ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1111 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 1112 ] |
1113 | |
1114 [[package]] | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1115 name = "serde_test" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1116 version = "0.8.23" |
631 | 1117 source = "registry+https://github.com/rust-lang/crates.io-index" |
1118 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1119 "serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 1120 ] |
1121 | |
1122 [[package]] | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1123 name = "serde_urlencoded" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1124 version = "0.6.1" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1125 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1126 dependencies = [ |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1127 "dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1128 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1129 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1130 "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1131 ] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1132 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1133 [[package]] |
625 | 1134 name = "slab" |
631 | 1135 version = "0.4.2" |
625 | 1136 source = "registry+https://github.com/rust-lang/crates.io-index" |
1137 | |
1138 [[package]] | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1139 name = "sluice" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1140 version = "0.4.2" |
631 | 1141 source = "registry+https://github.com/rust-lang/crates.io-index" |
637 | 1142 dependencies = [ |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1143 "futures-channel-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1144 "futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1145 "futures-io-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", |
637 | 1146 ] |
631 | 1147 |
1148 [[package]] | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1149 name = "smallvec" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1150 version = "1.0.0" |
631 | 1151 source = "registry+https://github.com/rust-lang/crates.io-index" |
1152 | |
1153 [[package]] | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1154 name = "socket2" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1155 version = "0.3.11" |
631 | 1156 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
|
1157 dependencies = [ |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1158 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1159 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1160 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1161 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1162 ] |
631 | 1163 |
1164 [[package]] | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1165 name = "sourcefile" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1166 version = "0.1.4" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1167 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1168 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1169 [[package]] |
597 | 1170 name = "strsim" |
634 | 1171 version = "0.8.0" |
1172 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1173 | |
1174 [[package]] | |
1175 name = "structopt" | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1176 version = "0.3.5" |
597 | 1177 source = "registry+https://github.com/rust-lang/crates.io-index" |
634 | 1178 dependencies = [ |
1179 "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1180 "structopt-derive 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
634 | 1181 ] |
1182 | |
1183 [[package]] | |
1184 name = "structopt-derive" | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1185 version = "0.3.5" |
634 | 1186 source = "registry+https://github.com/rust-lang/crates.io-index" |
1187 dependencies = [ | |
1188 "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
1189 "proc-macro-error 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
637 | 1190 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
634 | 1191 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
637 | 1192 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
634 | 1193 ] |
597 | 1194 |
1195 [[package]] | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1196 name = "surf" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1197 version = "1.0.3" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1198 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1199 dependencies = [ |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1200 "futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1201 "http 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1202 "isahc 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1203 "js-sys 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1204 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1205 "mime 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1206 "mime_guess 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1207 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1208 "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1209 "serde_urlencoded 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1210 "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1211 "wasm-bindgen 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1212 "wasm-bindgen-futures 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1213 "web-sys 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1214 ] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1215 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1216 [[package]] |
595 | 1217 name = "syn" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1218 version = "0.15.44" |
631 | 1219 source = "registry+https://github.com/rust-lang/crates.io-index" |
1220 dependencies = [ | |
1221 "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
|
1222 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 1223 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1224 ] | |
1225 | |
1226 [[package]] | |
633 | 1227 name = "syn" |
637 | 1228 version = "1.0.8" |
619 | 1229 source = "registry+https://github.com/rust-lang/crates.io-index" |
1230 dependencies = [ | |
637 | 1231 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
633 | 1232 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1233 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
595 | 1234 ] |
1235 | |
1236 [[package]] | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1237 name = "sysfs_gpio" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1238 version = "0.5.4" |
620 | 1239 source = "registry+https://github.com/rust-lang/crates.io-index" |
1240 dependencies = [ | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1241 "nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 1242 ] |
1243 | |
1244 [[package]] | |
624
2710649ab71e
read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents:
622
diff
changeset
|
1245 name = "tempdir" |
631 | 1246 version = "0.3.7" |
624
2710649ab71e
read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents:
622
diff
changeset
|
1247 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
|
1248 dependencies = [ |
631 | 1249 "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
|
1250 "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
|
1251 ] |
2710649ab71e
read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents:
622
diff
changeset
|
1252 |
2710649ab71e
read/write params local file. untested
Matt Johnston <matt@ucc.asn.au>
parents:
622
diff
changeset
|
1253 [[package]] |
633 | 1254 name = "termcolor" |
1255 version = "1.0.5" | |
588
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
1256 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
|
1257 dependencies = [ |
633 | 1258 "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
|
1259 ] |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
1260 |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
1261 [[package]] |
634 | 1262 name = "textwrap" |
1263 version = "0.11.0" | |
1264 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1265 dependencies = [ | |
1266 "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
1267 ] | |
1268 | |
1269 [[package]] | |
597 | 1270 name = "thread_local" |
631 | 1271 version = "0.3.6" |
597 | 1272 source = "registry+https://github.com/rust-lang/crates.io-index" |
1273 dependencies = [ | |
634 | 1274 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 1275 ] |
1276 | |
1277 [[package]] | |
597 | 1278 name = "time" |
631 | 1279 version = "0.1.42" |
1280 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1281 dependencies = [ | |
637 | 1282 "libc 0.2.65 (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
|
1283 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
634 | 1284 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 1285 ] |
1286 | |
1287 [[package]] | |
619 | 1288 name = "tokio-io" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1289 version = "0.1.12" |
625 | 1290 source = "registry+https://github.com/rust-lang/crates.io-index" |
1291 dependencies = [ | |
631 | 1292 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1293 "futures 0.1.29 (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
|
1294 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
619 | 1295 ] |
1296 | |
1297 [[package]] | |
1298 name = "toml" | |
633 | 1299 version = "0.4.10" |
619 | 1300 source = "registry+https://github.com/rust-lang/crates.io-index" |
1301 dependencies = [ | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1302 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
625 | 1303 ] |
1304 | |
1305 [[package]] | |
631 | 1306 name = "ucd-util" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1307 version = "0.1.5" |
631 | 1308 source = "registry+https://github.com/rust-lang/crates.io-index" |
595 | 1309 |
1310 [[package]] | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1311 name = "unicase" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1312 version = "2.6.0" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1313 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1314 dependencies = [ |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1315 "version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1316 ] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1317 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1318 [[package]] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1319 name = "unicode-bidi" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1320 version = "0.3.4" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1321 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1322 dependencies = [ |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1323 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1324 ] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1325 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1326 [[package]] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1327 name = "unicode-normalization" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1328 version = "0.1.11" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1329 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1330 dependencies = [ |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1331 "smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1332 ] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1333 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1334 [[package]] |
634 | 1335 name = "unicode-segmentation" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1336 version = "1.6.0" |
634 | 1337 source = "registry+https://github.com/rust-lang/crates.io-index" |
1338 | |
1339 [[package]] | |
1340 name = "unicode-width" | |
1341 version = "0.1.6" | |
1342 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1343 | |
1344 [[package]] | |
595 | 1345 name = "unicode-xid" |
633 | 1346 version = "0.1.0" |
595 | 1347 source = "registry+https://github.com/rust-lang/crates.io-index" |
1348 | |
1349 [[package]] | |
627 | 1350 name = "unicode-xid" |
633 | 1351 version = "0.2.0" |
594
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
1352 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
|
1353 |
aff50ee77252
rust working better now with streams and sinks.
Matt Johnston <matt@ucc.asn.au>
parents:
592
diff
changeset
|
1354 [[package]] |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1355 name = "url" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1356 version = "2.1.0" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1357 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1358 dependencies = [ |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1359 "idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1360 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1361 "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1362 ] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1363 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1364 [[package]] |
597 | 1365 name = "utf8-ranges" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1366 version = "1.0.4" |
597 | 1367 source = "registry+https://github.com/rust-lang/crates.io-index" |
1368 | |
1369 [[package]] | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1370 name = "uuid" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1371 version = "0.6.5" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1372 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
|
1373 dependencies = [ |
637 | 1374 "cfg-if 0.1.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
|
1375 "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
|
1376 ] |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1377 |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1378 [[package]] |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1379 name = "vcpkg" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1380 version = "0.2.7" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1381 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1382 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1383 [[package]] |
634 | 1384 name = "vec_map" |
1385 version = "0.8.1" | |
1386 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1387 | |
1388 [[package]] | |
625 | 1389 name = "version_check" |
631 | 1390 version = "0.1.5" |
625 | 1391 source = "registry+https://github.com/rust-lang/crates.io-index" |
1392 | |
1393 [[package]] | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1394 name = "version_check" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1395 version = "0.9.1" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1396 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1397 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1398 [[package]] |
588
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
1399 name = "void" |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
1400 version = "1.0.2" |
587 | 1401 source = "registry+https://github.com/rust-lang/crates.io-index" |
1402 | |
1403 [[package]] | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1404 name = "wasi" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1405 version = "0.7.0" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1406 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1407 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1408 [[package]] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1409 name = "wasm-bindgen" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1410 version = "0.2.55" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1411 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1412 dependencies = [ |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1413 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1414 "wasm-bindgen-macro 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1415 ] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1416 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1417 [[package]] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1418 name = "wasm-bindgen-backend" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1419 version = "0.2.55" |
631 | 1420 source = "registry+https://github.com/rust-lang/crates.io-index" |
1421 dependencies = [ | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1422 "bumpalo 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1423 "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
|
1424 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1425 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1426 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1427 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1428 "wasm-bindgen-shared 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1429 ] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1430 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1431 [[package]] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1432 name = "wasm-bindgen-futures" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1433 version = "0.3.27" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1434 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1435 dependencies = [ |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1436 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1437 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1438 "futures-channel-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1439 "futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1440 "js-sys 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1441 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1442 "wasm-bindgen 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1443 "web-sys 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | 1444 ] |
1445 | |
1446 [[package]] | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1447 name = "wasm-bindgen-macro" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1448 version = "0.2.55" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1449 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1450 dependencies = [ |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1451 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1452 "wasm-bindgen-macro-support 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1453 ] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1454 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1455 [[package]] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1456 name = "wasm-bindgen-macro-support" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1457 version = "0.2.55" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1458 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1459 dependencies = [ |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1460 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1461 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1462 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1463 "wasm-bindgen-backend 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1464 "wasm-bindgen-shared 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1465 ] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1466 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1467 [[package]] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1468 name = "wasm-bindgen-shared" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1469 version = "0.2.55" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1470 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1471 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1472 [[package]] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1473 name = "wasm-bindgen-webidl" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1474 version = "0.2.55" |
633 | 1475 source = "registry+https://github.com/rust-lang/crates.io-index" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1476 dependencies = [ |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1477 "anyhow 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1478 "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1479 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1480 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1481 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1482 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1483 "wasm-bindgen-backend 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1484 "weedle 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1485 ] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1486 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1487 [[package]] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1488 name = "web-sys" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1489 version = "0.3.32" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1490 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1491 dependencies = [ |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1492 "anyhow 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1493 "js-sys 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1494 "sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1495 "wasm-bindgen 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1496 "wasm-bindgen-webidl 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1497 ] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1498 |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1499 [[package]] |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1500 name = "weedle" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1501 version = "0.10.0" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1502 source = "registry+https://github.com/rust-lang/crates.io-index" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1503 dependencies = [ |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1504 "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1505 ] |
633 | 1506 |
1507 [[package]] | |
587 | 1508 name = "winapi" |
1509 version = "0.2.8" | |
1510 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1511 | |
1512 [[package]] | |
631 | 1513 name = "winapi" |
634 | 1514 version = "0.3.8" |
631 | 1515 source = "registry+https://github.com/rust-lang/crates.io-index" |
1516 dependencies = [ | |
1517 "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
1518 "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
1519 ] | |
1520 | |
1521 [[package]] | |
587 | 1522 name = "winapi-build" |
1523 version = "0.1.1" | |
1524 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1525 | |
588
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
1526 [[package]] |
631 | 1527 name = "winapi-i686-pc-windows-gnu" |
1528 version = "0.4.0" | |
1529 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1530 | |
1531 [[package]] | |
633 | 1532 name = "winapi-util" |
1533 version = "0.1.2" | |
1534 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1535 dependencies = [ | |
634 | 1536 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
633 | 1537 ] |
1538 | |
1539 [[package]] | |
631 | 1540 name = "winapi-x86_64-pc-windows-gnu" |
1541 version = "0.4.0" | |
1542 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1543 | |
1544 [[package]] | |
633 | 1545 name = "wincolor" |
1546 version = "1.0.2" | |
1547 source = "registry+https://github.com/rust-lang/crates.io-index" | |
1548 dependencies = [ | |
634 | 1549 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
633 | 1550 "winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1551 ] | |
1552 | |
1553 [[package]] | |
625 | 1554 name = "wort-templog" |
1555 version = "0.1.0" | |
1556 dependencies = [ | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1557 "anyhow 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1558 "async-std 0.99.12 (registry+https://github.com/rust-lang/crates.io-index)", |
637 | 1559 "atomicwrites 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
625 | 1560 "base64 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1561 "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
634 | 1562 "config 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", |
633 | 1563 "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1564 "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
634 | 1565 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
637 | 1566 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
633 | 1567 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
634 | 1568 "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1569 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
633 | 1570 "riker 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1571 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1572 "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1573 "structopt 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1574 "surf 1.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
|
1575 "sysfs_gpio 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", |
625 | 1576 ] |
1577 | |
1578 [[package]] | |
588
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
1579 name = "ws2_32-sys" |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
1580 version = "0.2.1" |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
1581 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
|
1582 dependencies = [ |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
1583 "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
|
1584 "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
|
1585 ] |
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
1586 |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1587 [[package]] |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1588 name = "yaml-rust" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1589 version = "0.4.3" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1590 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
|
1591 dependencies = [ |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1592 "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
|
1593 ] |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1594 |
587 | 1595 [metadata] |
631 | 1596 "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
|
1597 "checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" |
634 | 1598 "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1599 "checksum anyhow 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "9267dff192e68f3399525901e709a48c1d3982c9c072fa32f2127a0cb0babf14" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1600 "checksum async-macros 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e421d59b24c1feea2496e409b3e0a8de23e5fc130a2ddc0b012e551f3b272bba" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1601 "checksum async-std 0.99.12 (registry+https://github.com/rust-lang/crates.io-index)" = "44501a9f7961bb539b67be0c428b3694e26557046a52759ca7eaf790030a64cc" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1602 "checksum async-task 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de6bd58f7b9cc49032559422595c81cbfcf04db2f2133592f70af19e258a1ced" |
637 | 1603 "checksum atomicwrites 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6a2baf2feb820299c53c7ad1cc4f5914a220a1cb76d7ce321d2522a94b54651f" |
633 | 1604 "checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" |
637 | 1605 "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" |
625 | 1606 "checksum base64 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "979d348dc50dfcd050a87df408ec61f01a0a27ee9b4ebdc6085baba8275b2c7f" |
637 | 1607 "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1608 "checksum bumpalo 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ad807f2fc2bf185eeb98ff3a901bd46dc5ad58163d0fa4577ba0d25674d71708" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1609 "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" |
631 | 1610 "checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" |
637 | 1611 "checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb" |
1612 "checksum cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" = "aa87058dce70a3ff5621797f1506cb837edd02ac4c0ae642b4542dce802908b8" | |
1613 "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1614 "checksum chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "31850b4a4d6bae316f7a09e691c944c28299298837edc0a03f755618c23cbc01" |
634 | 1615 "checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1616 "checksum config 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f9107d78ed62b3fa5a86e7d18e647abed48cfd8f8fab6c72f4cdb982d196f7e6" |
634 | 1617 "checksum crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c8ec7fcd21571dc78f96cc96243cab8d8f035247c3efd16c687be154c3fa9efa" |
637 | 1618 "checksum crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3aa945d63861bfe624b55d153a39684da1e8c0bc8fba932f7ee3a3c16cea3ca" |
1619 "checksum crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5064ebdbf05ce3cb95e45c8b086f72263f4166b29b97f6baff7ef7fe047b55ac" | |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1620 "checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6" |
637 | 1621 "checksum crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce446db02cdc3165b94ae73111e570793400d0794e46125cc4056c81cbb039f4" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1622 "checksum curl 0.4.25 (registry+https://github.com/rust-lang/crates.io-index)" = "06aa71e9208a54def20792d877bc663d6aae0732b9852e612c4a933177c31283" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1623 "checksum curl-sys 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" = "f659f3ffac9582d6177bb86d1d2aa649f4eb9d0d4de9d03ccc08b402832ea340" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1624 "checksum dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e" |
633 | 1625 "checksum env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3" |
631 | 1626 "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" |
1627 "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" | |
1628 "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" | |
1629 "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1630 "checksum futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)" = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1631 "checksum futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b6f16056ecbb57525ff698bb955162d0cd03bee84e6241c27ff75c08d8ca5987" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1632 "checksum futures-channel 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fcae98ca17d102fd8a3603727b9259fcf7fa4239b603d2142926189bc8999b86" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1633 "checksum futures-channel-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "d5e5f4df964fa9c1c2f8bddeb5c3611631cacd93baf810fc8bb2fb4b495c263a" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1634 "checksum futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "79564c427afefab1dfb3298535b21eda083ef7935b4f0ecbfcb121f0aec10866" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1635 "checksum futures-core-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "b35b6263fb1ef523c3056565fa67b1d16f0a8604ff12b11b08c25f28a734c60a" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1636 "checksum futures-executor 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1e274736563f686a837a0568b478bdabfeaec2dca794b5649b04e2fe1627c231" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1637 "checksum futures-executor-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "75236e88bd9fe88e5e8bfcd175b665d0528fe03ca4c5207fabc028c8f9d93e98" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1638 "checksum futures-io 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e676577d229e70952ab25f3945795ba5b16d63ca794ca9d2c860e5595d20b5ff" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1639 "checksum futures-io-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "f4914ae450db1921a56c91bde97a27846287d062087d4a652efc09bb3a01ebda" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1640 "checksum futures-macro 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "52e7c56c15537adb4f76d0b7a76ad131cb4d2f4f32d3b0bcabcbe1c7c5e87764" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1641 "checksum futures-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "3b1dce2a0267ada5c6ff75a8ba864b4e679a9e2aa44262af7a3b5516d530d76e" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1642 "checksum futures-sink 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "171be33efae63c2d59e6dbba34186fe0d6394fb378069a76dfd80fdcffd43c16" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1643 "checksum futures-sink-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "86f148ef6b69f75bb610d4f9a2336d4fc88c4b5b67129d1a340dd0fd362efeec" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1644 "checksum futures-task 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0bae52d6b29cf440e298856fec3965ee6fa71b06aa7495178615953fd669e5f9" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1645 "checksum futures-timer 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7946248e9429ff093345d3e8fdf4eb0f9b2d79091611c9c14f744971a6f8be45" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1646 "checksum futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c0d66274fb76985d3c62c886d1da7ac4c0903a8c9f754e8fe0f35a6a6cc39e76" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1647 "checksum futures-util-preview 0.3.0-alpha.19 (registry+https://github.com/rust-lang/crates.io-index)" = "5ce968633c17e5f97936bd2797b6e38fb56cf16a7422319f7ec2e30d3c470e8d" |
637 | 1648 "checksum getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e7db7ca94ed4cd01190ceee0d8a8052f08a247aa1b469a7f68c6a3b71afcf407" |
634 | 1649 "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" |
637 | 1650 "checksum hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "307c3c9f937f38e3534b1d6447ecf090cafcc9744e4a6360e8b037b2cf5af120" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1651 "checksum http 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)" = "2790658cddc82e82b08e25176c431d7015a0adeb1718498715cbd20138a0bf68" |
634 | 1652 "checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1653 "checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" |
637 | 1654 "checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1655 "checksum isahc 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "17b77027f12e53ae59a379f7074259d32eb10867e6183388020e922832d9c3fb" |
631 | 1656 "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1657 "checksum js-sys 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)" = "1c840fdb2167497b0bd0db43d6dfe61e91637fa72f9d061f8bd17ddc44ba6414" |
587 | 1658 "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1659 "checksum kv-log-macro 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c54d9f465d530a752e6ebdc217e081a7a614b48cb200f6f0aee21ba6bc9aabb" |
625 | 1660 "checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73" |
634 | 1661 "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
637 | 1662 "checksum libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)" = "1a31a0627fdf1f6a39ec0dd577e101440b7db22672c0901fe00a9a6fbb5c24e8" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1663 "checksum libnghttp2-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02254d44f4435dd79e695f2c2b83cd06a47919adea30216ceaf0c57ca0a72463" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1664 "checksum libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1665 "checksum linked-hash-map 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6d262045c5b87c0861b3f004610afd0e2c851e2908d08b6c870cbb9d5f494ecd" |
631 | 1666 "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1667 "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1668 "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1669 "checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" |
637 | 1670 "checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1671 "checksum mime 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "dd1d63acd1b78403cc0c325605908475dd9b9a3acbf65ed8bcab97e27014afcf" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1672 "checksum mime_guess 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1a0ed03949aef72dbdf3116a383d7b38b4768e6f960528cd6a6044aa9ed68599" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1673 "checksum mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)" = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f" |
634 | 1674 "checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125" |
619 | 1675 "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" |
631 | 1676 "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
|
1677 "checksum nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1678 "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
|
1679 "checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09" |
631 | 1680 "checksum num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1681 "checksum num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c81ffc11c212fa327657cb19dd85eb7419e163b5b076bede2bdb5c974c07e4" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1682 "checksum num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76dac5ed2a876980778b8b85f75a71b6cbf0db0b1232ee12f826bccb00d09d72" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1683 "checksum once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "891f486f630e5c5a4916c7e16c4b24a53e78c860b646e9f8e005e4f16847bfed" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1684 "checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1685 "checksum openssl-sys 0.9.53 (registry+https://github.com/rust-lang/crates.io-index)" = "465d16ae7fc0e313318f7de5cecf57b2fbe7511fd213978b457e1c96ff46736f" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1686 "checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1687 "checksum pin-project-lite 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f0af6cbca0e6e3ce8692ee19fb8d734b641899e07b68eb73e9bbbd32f1703991" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1688 "checksum pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1689 "checksum pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677" |
637 | 1690 "checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b" |
634 | 1691 "checksum proc-macro-error 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "aeccfe4d5d8ea175d5f0e4a2ad0637e0f4121d63bd99d356fb1f39ab2e7c6097" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1692 "checksum proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)" = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1693 "checksum proc-macro-nested 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "369a6ed065f249a159e06c45752c780bda2fb53c995718f9e484d08daa9eb42e" |
631 | 1694 "checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" |
637 | 1695 "checksum proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9c9e470a8dc4aeae2dee2f335e8f533e2d4b347e1434e5671afc49b054592f27" |
633 | 1696 "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
|
1697 "checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" |
633 | 1698 "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" |
631 | 1699 "checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" |
634 | 1700 "checksum rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3ae1b169243eaf61759b8475a998f0a385e42042370f3a7dbaf35246eacc8412" |
633 | 1701 "checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853" |
631 | 1702 "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
|
1703 "checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" |
634 | 1704 "checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" |
633 | 1705 "checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" |
631 | 1706 "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
|
1707 "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" |
631 | 1708 "checksum regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384" |
634 | 1709 "checksum regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dc220bd33bdce8f093101afe22a037b8eb0e5af33592e6a9caafff0d4cb81cbd" |
631 | 1710 "checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7" |
634 | 1711 "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
|
1712 "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" |
633 | 1713 "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
|
1714 "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
|
1715 "checksum rust-ini 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3e52c148ef37f8c375d49d5a73aa70713125b7f19095948a923f80afdeb22ec2" |
631 | 1716 "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
637 | 1717 "checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1718 "checksum schannel 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "87f550b06b6cba9c8b8be3ee73f391990116bf527450d2556e9b9ce263b9a021" |
631 | 1719 "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" |
1720 "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | |
1721 "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
|
1722 "checksum serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)" = "9dad3f759919b92c3068c696c15c3d17238234498bbdcc80f2c469606f948ac8" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1723 "checksum serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)" = "1217f97ab8e8904b57dd22eb61cde455fa7446a9c1cf43966066da047c1f3702" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1724 "checksum serde-hjson 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0b833c5ad67d52ced5f5938b2980f32a9c1c5ef047f0b4fb3127e7a423c76153" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1725 "checksum serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)" = "a8c6faef9a2e64b0064f48570289b4bf8823b7581f1d6157c1b52152306651d0" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1726 "checksum serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)" = "1a3351dcbc1f067e2c92ab7c3c1f288ad1a4cffc470b5aaddb4c2e0a3ae80043" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1727 "checksum serde_test 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)" = "110b3dbdf8607ec493c22d5d947753282f3bae73c0f56d322af1e8c78e4c23d5" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1728 "checksum serde_urlencoded 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97" |
631 | 1729 "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1730 "checksum sluice 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0a7d06dfb3e8743bc19e6de8a302277471d08077d68946b307280496dc5a3531" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1731 "checksum smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4ecf3b85f68e8abaa7555aa5abdb1153079387e60b718283d732f03897fcfc86" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1732 "checksum socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "e8b74de517221a2cb01a53349cf54182acdc31a074727d3079068448c0676d85" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1733 "checksum sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4bf77cb82ba8453b42b6ae1d692e4cdc92f9a47beaf89a847c8be83f4e328ad3" |
634 | 1734 "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1735 "checksum structopt 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "30b3a3e93f5ad553c38b3301c8a0a0cec829a36783f6a0c467fc4bf553a5f5bf" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1736 "checksum structopt-derive 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea692d40005b3ceba90a9fe7a78fa8d4b82b0ce627eebbffc329aab850f3410e" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1737 "checksum surf 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "741a8008f8a833ef16f47df94a30754478fb2c2bf822b9c2e6f7f09203b97ace" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1738 "checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" |
637 | 1739 "checksum syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "661641ea2aa15845cddeb97dad000d22070bb5c1fb456b96c1cba883ec691e92" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1740 "checksum sysfs_gpio 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "24961a55846623d8e4f6cec38718945116fed8d6970336a7110710a07aa9b5d1" |
631 | 1741 "checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" |
633 | 1742 "checksum termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "96d6098003bde162e4277c70665bd87c326f5a0c3f3fbfb285787fa482d54e6e" |
634 | 1743 "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
631 | 1744 "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" |
1745 "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" | |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1746 "checksum tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1747 "checksum toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f" |
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1748 "checksum ucd-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fa9b3b49edd3468c0e6565d85783f51af95212b6fa3986a5500954f00b460874" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1749 "checksum unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1750 "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1751 "checksum unicode-normalization 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b561e267b2326bb4cebfc0ef9e68355c7abe6c6f522aeac2f5bf95d56c59bdcf" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1752 "checksum unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0" |
634 | 1753 "checksum unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20" |
627 | 1754 "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" |
633 | 1755 "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1756 "checksum url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "75b414f6c464c879d7f9babf951f23bc3743fb7313c081b2e6ca719067ea9d61" |
632
bde302def78e
moving to riker, nowhere near yet
Matt Johnston <matt@ucc.asn.au>
parents:
631
diff
changeset
|
1757 "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
|
1758 "checksum uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e1436e58182935dcd9ce0add9ea0b558e8a87befe01c1a301e6020aeb0876363" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1759 "checksum vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "33dd455d0f96e90a75803cfeb7f948768c08d70a6de9a8d2362461935698bf95" |
634 | 1760 "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" |
631 | 1761 "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1762 "checksum version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce" |
588
038734052b20
fiddling with futures-rs instead
Matt Johnston <matt@ucc.asn.au>
parents:
587
diff
changeset
|
1763 "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" |
634 | 1764 "checksum wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d" |
639
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1765 "checksum wasm-bindgen 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)" = "29ae32af33bacd663a9a28241abecf01f2be64e6a185c6139b04f18b6385c5f2" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1766 "checksum wasm-bindgen-backend 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)" = "1845584bd3593442dc0de6e6d9f84454a59a057722f36f005e44665d6ab19d85" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1767 "checksum wasm-bindgen-futures 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)" = "83420b37346c311b9ed822af41ec2e82839bfe99867ec6c54e2da43b7538771c" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1768 "checksum wasm-bindgen-macro 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)" = "87fcc747e6b73c93d22c947a6334644d22cfec5abd8b66238484dc2b0aeb9fe4" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1769 "checksum wasm-bindgen-macro-support 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)" = "3dc4b3f2c4078c8c4a5f363b92fcf62604c5913cbd16c6ff5aaf0f74ec03f570" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1770 "checksum wasm-bindgen-shared 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)" = "ca0b78d6d3be8589b95d1d49cdc0794728ca734adf36d7c9f07e6459508bb53d" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1771 "checksum wasm-bindgen-webidl 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)" = "3126356474ceb717c8fb5549ae387c9fbf4872818454f4d87708bee997214bb5" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1772 "checksum web-sys 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)" = "98405c0a2e722ed3db341b4c5b70eb9fe0021621f7350bab76df93b09b649bbf" |
89818a14648b
- switch to using anyhow for errors, surf for http
Matt Johnston <matt@ucc.asn.au>
parents:
637
diff
changeset
|
1773 "checksum weedle 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3bb43f70885151e629e2a19ce9e50bd730fd436cfd4b666894c9ce4de9141164" |
587 | 1774 "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
634 | 1775 "checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" |
587 | 1776 "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
631 | 1777 "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
633 | 1778 "checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9" |
631 | 1779 "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
633 | 1780 "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
|
1781 "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
|
1782 "checksum yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d" |