blob: de3012613e773cbffbfd951252000a105feaebdb [file] [log] [blame]
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +01001# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3[[package]]
Joel Galenson96d408b2021-06-08 17:53:00 -07004name = "aho-corasick"
5version = "0.7.18"
6source = "registry+https://github.com/rust-lang/crates.io-index"
7checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
8dependencies = [
9 "memchr",
10]
11
12[[package]]
13name = "ansi_term"
14version = "0.11.0"
15source = "registry+https://github.com/rust-lang/crates.io-index"
16checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
17dependencies = [
18 "winapi 0.3.9",
19]
20
21[[package]]
22name = "atty"
23version = "0.2.14"
24source = "registry+https://github.com/rust-lang/crates.io-index"
25checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
26dependencies = [
27 "hermit-abi",
28 "libc",
29 "winapi 0.3.9",
30]
31
32[[package]]
33name = "autocfg"
34version = "1.0.1"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
37
38[[package]]
39name = "bindgen"
40version = "0.57.0"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "fd4865004a46a0aafb2a0a5eb19d3c9fc46ee5f063a6cfc605c69ac9ecf5263d"
43dependencies = [
44 "bitflags",
45 "cexpr",
46 "clang-sys",
47 "clap",
48 "env_logger",
49 "lazy_static",
50 "lazycell",
51 "log",
52 "peeking_take_while",
53 "proc-macro2",
54 "quote",
55 "regex",
56 "rustc-hash",
57 "shlex",
58 "which",
59]
60
61[[package]]
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +010062name = "bitflags"
63version = "1.2.1"
64source = "registry+https://github.com/rust-lang/crates.io-index"
65checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
66
67[[package]]
Joel Galenson96d408b2021-06-08 17:53:00 -070068name = "boring-sys"
69version = "1.1.1"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +010070source = "registry+https://github.com/rust-lang/crates.io-index"
Joel Galenson96d408b2021-06-08 17:53:00 -070071checksum = "d2416bce1bcabf0d7995ce0338ec2425b8766a4d5a39d758a3638008911642fc"
72dependencies = [
73 "bindgen",
74 "cmake",
75]
76
77[[package]]
78name = "bumpalo"
79version = "3.7.0"
80source = "registry+https://github.com/rust-lang/crates.io-index"
81checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +010082
83[[package]]
84name = "cc"
Joel Galenson96d408b2021-06-08 17:53:00 -070085version = "1.0.68"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +010086source = "registry+https://github.com/rust-lang/crates.io-index"
Joel Galenson96d408b2021-06-08 17:53:00 -070087checksum = "4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787"
88
89[[package]]
90name = "cexpr"
91version = "0.4.0"
92source = "registry+https://github.com/rust-lang/crates.io-index"
93checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
94dependencies = [
95 "nom",
96]
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +010097
98[[package]]
99name = "cfg-if"
100version = "0.1.10"
101source = "registry+https://github.com/rust-lang/crates.io-index"
102checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
103
104[[package]]
Joel Galenson96d408b2021-06-08 17:53:00 -0700105name = "cfg-if"
106version = "1.0.0"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100107source = "registry+https://github.com/rust-lang/crates.io-index"
Joel Galenson96d408b2021-06-08 17:53:00 -0700108checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
109
110[[package]]
111name = "clang-sys"
112version = "1.2.0"
113source = "registry+https://github.com/rust-lang/crates.io-index"
114checksum = "853eda514c284c2287f4bf20ae614f8781f40a81d32ecda6e91449304dfe077c"
115dependencies = [
116 "glob",
117 "libc",
118 "libloading",
119]
120
121[[package]]
122name = "clap"
123version = "2.33.3"
124source = "registry+https://github.com/rust-lang/crates.io-index"
125checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
126dependencies = [
127 "ansi_term",
128 "atty",
129 "bitflags",
130 "strsim 0.8.0",
131 "textwrap",
132 "unicode-width",
133 "vec_map",
134]
135
136[[package]]
137name = "cmake"
138version = "0.1.45"
139source = "registry+https://github.com/rust-lang/crates.io-index"
140checksum = "eb6210b637171dfba4cda12e579ac6dc73f5165ad56133e5d72ef3131f320855"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100141dependencies = [
142 "cc",
143]
144
145[[package]]
146name = "darling"
Joel Galenson96d408b2021-06-08 17:53:00 -0700147version = "0.13.0"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100148source = "registry+https://github.com/rust-lang/crates.io-index"
Joel Galenson96d408b2021-06-08 17:53:00 -0700149checksum = "757c0ded2af11d8e739c4daea1ac623dd1624b06c844cf3f5a39f1bdbd99bb12"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100150dependencies = [
151 "darling_core",
152 "darling_macro",
153]
154
155[[package]]
156name = "darling_core"
Joel Galenson96d408b2021-06-08 17:53:00 -0700157version = "0.13.0"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100158source = "registry+https://github.com/rust-lang/crates.io-index"
Joel Galenson96d408b2021-06-08 17:53:00 -0700159checksum = "2c34d8efb62d0c2d7f60ece80f75e5c63c1588ba68032740494b0b9a996466e3"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100160dependencies = [
161 "fnv",
162 "ident_case",
163 "proc-macro2",
164 "quote",
Joel Galenson96d408b2021-06-08 17:53:00 -0700165 "strsim 0.10.0",
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100166 "syn",
167]
168
169[[package]]
170name = "darling_macro"
Joel Galenson96d408b2021-06-08 17:53:00 -0700171version = "0.13.0"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100172source = "registry+https://github.com/rust-lang/crates.io-index"
Joel Galenson96d408b2021-06-08 17:53:00 -0700173checksum = "ade7bff147130fe5e6d39f089c6bd49ec0250f35d70b2eebf72afdfc919f15cc"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100174dependencies = [
175 "darling_core",
176 "quote",
177 "syn",
178]
179
180[[package]]
Joel Galenson96d408b2021-06-08 17:53:00 -0700181name = "env_logger"
182version = "0.8.3"
183source = "registry+https://github.com/rust-lang/crates.io-index"
184checksum = "17392a012ea30ef05a610aa97dfb49496e71c9f676b27879922ea5bdf60d9d3f"
185dependencies = [
186 "atty",
187 "humantime",
188 "log",
189 "regex",
190 "termcolor",
191]
192
193[[package]]
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100194name = "fnv"
195version = "1.0.7"
196source = "registry+https://github.com/rust-lang/crates.io-index"
197checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
198
199[[package]]
200name = "fuchsia-zircon"
201version = "0.3.3"
202source = "registry+https://github.com/rust-lang/crates.io-index"
203checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
204dependencies = [
205 "bitflags",
206 "fuchsia-zircon-sys",
207]
208
209[[package]]
210name = "fuchsia-zircon-sys"
211version = "0.3.3"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
214
215[[package]]
Joel Galenson96d408b2021-06-08 17:53:00 -0700216name = "glob"
217version = "0.3.0"
218source = "registry+https://github.com/rust-lang/crates.io-index"
219checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
220
221[[package]]
222name = "hashbrown"
223version = "0.9.1"
224source = "registry+https://github.com/rust-lang/crates.io-index"
225checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
226
227[[package]]
228name = "hermit-abi"
229version = "0.1.18"
230source = "registry+https://github.com/rust-lang/crates.io-index"
231checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
232dependencies = [
233 "libc",
234]
235
236[[package]]
237name = "humantime"
238version = "2.1.0"
239source = "registry+https://github.com/rust-lang/crates.io-index"
240checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
241
242[[package]]
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100243name = "ident_case"
244version = "1.0.1"
245source = "registry+https://github.com/rust-lang/crates.io-index"
246checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
247
248[[package]]
249name = "idna"
250version = "0.1.5"
251source = "registry+https://github.com/rust-lang/crates.io-index"
252checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
253dependencies = [
254 "matches",
255 "unicode-bidi",
256 "unicode-normalization",
257]
258
259[[package]]
Joel Galenson96d408b2021-06-08 17:53:00 -0700260name = "indexmap"
261version = "1.6.2"
262source = "registry+https://github.com/rust-lang/crates.io-index"
263checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3"
264dependencies = [
265 "autocfg",
266 "hashbrown",
267]
268
269[[package]]
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100270name = "iovec"
271version = "0.1.4"
272source = "registry+https://github.com/rust-lang/crates.io-index"
273checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
274dependencies = [
275 "libc",
276]
277
278[[package]]
279name = "itoa"
Joel Galenson96d408b2021-06-08 17:53:00 -0700280version = "0.4.7"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100281source = "registry+https://github.com/rust-lang/crates.io-index"
Joel Galenson96d408b2021-06-08 17:53:00 -0700282checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100283
284[[package]]
285name = "js-sys"
Joel Galenson96d408b2021-06-08 17:53:00 -0700286version = "0.3.51"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100287source = "registry+https://github.com/rust-lang/crates.io-index"
Joel Galenson96d408b2021-06-08 17:53:00 -0700288checksum = "83bdfbace3a0e81a4253f73b49e960b053e396a11012cbd49b9b74d6a2b67062"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100289dependencies = [
290 "wasm-bindgen",
291]
292
293[[package]]
294name = "kernel32-sys"
295version = "0.2.2"
296source = "registry+https://github.com/rust-lang/crates.io-index"
297checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
298dependencies = [
299 "winapi 0.2.8",
300 "winapi-build",
301]
302
303[[package]]
304name = "lazy_static"
305version = "1.4.0"
306source = "registry+https://github.com/rust-lang/crates.io-index"
307checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
308
309[[package]]
Joel Galenson96d408b2021-06-08 17:53:00 -0700310name = "lazycell"
311version = "1.3.0"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100312source = "registry+https://github.com/rust-lang/crates.io-index"
Joel Galenson96d408b2021-06-08 17:53:00 -0700313checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
314
315[[package]]
316name = "libc"
317version = "0.2.95"
318source = "registry+https://github.com/rust-lang/crates.io-index"
319checksum = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36"
320
321[[package]]
322name = "libloading"
323version = "0.7.0"
324source = "registry+https://github.com/rust-lang/crates.io-index"
325checksum = "6f84d96438c15fcd6c3f244c8fce01d1e2b9c6b5623e9c711dc9286d8fc92d6a"
326dependencies = [
327 "cfg-if 1.0.0",
328 "winapi 0.3.9",
329]
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100330
331[[package]]
332name = "libm"
333version = "0.2.1"
334source = "registry+https://github.com/rust-lang/crates.io-index"
335checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"
336
337[[package]]
338name = "log"
Joel Galenson96d408b2021-06-08 17:53:00 -0700339version = "0.4.14"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100340source = "registry+https://github.com/rust-lang/crates.io-index"
Joel Galenson96d408b2021-06-08 17:53:00 -0700341checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100342dependencies = [
Joel Galenson96d408b2021-06-08 17:53:00 -0700343 "cfg-if 1.0.0",
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100344]
345
346[[package]]
347name = "matches"
348version = "0.1.8"
349source = "registry+https://github.com/rust-lang/crates.io-index"
350checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
351
352[[package]]
Joel Galenson96d408b2021-06-08 17:53:00 -0700353name = "memchr"
354version = "2.4.0"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100355source = "registry+https://github.com/rust-lang/crates.io-index"
Joel Galenson96d408b2021-06-08 17:53:00 -0700356checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
357
358[[package]]
359name = "mio"
360version = "0.6.23"
361source = "registry+https://github.com/rust-lang/crates.io-index"
362checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100363dependencies = [
Joel Galenson96d408b2021-06-08 17:53:00 -0700364 "cfg-if 0.1.10",
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100365 "fuchsia-zircon",
366 "fuchsia-zircon-sys",
367 "iovec",
368 "kernel32-sys",
369 "libc",
370 "log",
371 "miow",
372 "net2",
373 "slab",
374 "winapi 0.2.8",
375]
376
377[[package]]
378name = "miow"
Joel Galenson96d408b2021-06-08 17:53:00 -0700379version = "0.2.2"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100380source = "registry+https://github.com/rust-lang/crates.io-index"
Joel Galenson96d408b2021-06-08 17:53:00 -0700381checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100382dependencies = [
383 "kernel32-sys",
384 "net2",
385 "winapi 0.2.8",
386 "ws2_32-sys",
387]
388
389[[package]]
390name = "net2"
Joel Galenson96d408b2021-06-08 17:53:00 -0700391version = "0.2.37"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100392source = "registry+https://github.com/rust-lang/crates.io-index"
Joel Galenson96d408b2021-06-08 17:53:00 -0700393checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100394dependencies = [
Joel Galenson96d408b2021-06-08 17:53:00 -0700395 "cfg-if 0.1.10",
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100396 "libc",
397 "winapi 0.3.9",
398]
399
400[[package]]
Joel Galenson96d408b2021-06-08 17:53:00 -0700401name = "nom"
402version = "5.1.2"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100403source = "registry+https://github.com/rust-lang/crates.io-index"
Joel Galenson96d408b2021-06-08 17:53:00 -0700404checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
405dependencies = [
406 "memchr",
407 "version_check",
408]
409
410[[package]]
411name = "once_cell"
412version = "1.7.2"
413source = "registry+https://github.com/rust-lang/crates.io-index"
414checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
415
416[[package]]
417name = "peeking_take_while"
418version = "0.1.2"
419source = "registry+https://github.com/rust-lang/crates.io-index"
420checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100421
422[[package]]
423name = "percent-encoding"
424version = "1.0.1"
425source = "registry+https://github.com/rust-lang/crates.io-index"
426checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
427
428[[package]]
429name = "proc-macro2"
Joel Galenson96d408b2021-06-08 17:53:00 -0700430version = "1.0.27"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100431source = "registry+https://github.com/rust-lang/crates.io-index"
Joel Galenson96d408b2021-06-08 17:53:00 -0700432checksum = "f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100433dependencies = [
434 "unicode-xid",
435]
436
437[[package]]
438name = "qlog"
Joel Galenson96d408b2021-06-08 17:53:00 -0700439version = "0.4.0"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100440source = "registry+https://github.com/rust-lang/crates.io-index"
Joel Galenson96d408b2021-06-08 17:53:00 -0700441checksum = "8777d5490145d6907198d48b3a907447689ce80e071b3d8a16a9d9fb3df02bc1"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100442dependencies = [
443 "serde",
444 "serde_derive",
445 "serde_json",
446 "serde_with",
447]
448
449[[package]]
450name = "quiche"
Joel Galenson96d408b2021-06-08 17:53:00 -0700451version = "0.9.0"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100452dependencies = [
Joel Galenson96d408b2021-06-08 17:53:00 -0700453 "boring-sys",
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100454 "cmake",
455 "lazy_static",
456 "libc",
457 "libm",
458 "log",
459 "mio",
460 "qlog",
461 "ring",
462 "url",
463 "winapi 0.3.9",
464]
465
466[[package]]
467name = "quote"
Joel Galenson96d408b2021-06-08 17:53:00 -0700468version = "1.0.9"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100469source = "registry+https://github.com/rust-lang/crates.io-index"
Joel Galenson96d408b2021-06-08 17:53:00 -0700470checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100471dependencies = [
472 "proc-macro2",
473]
474
475[[package]]
Joel Galenson96d408b2021-06-08 17:53:00 -0700476name = "regex"
477version = "1.5.4"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100478source = "registry+https://github.com/rust-lang/crates.io-index"
Joel Galenson96d408b2021-06-08 17:53:00 -0700479checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
480dependencies = [
481 "aho-corasick",
482 "memchr",
483 "regex-syntax",
484]
485
486[[package]]
487name = "regex-syntax"
488version = "0.6.25"
489source = "registry+https://github.com/rust-lang/crates.io-index"
490checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
491
492[[package]]
493name = "ring"
494version = "0.16.20"
495source = "registry+https://github.com/rust-lang/crates.io-index"
496checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100497dependencies = [
498 "cc",
499 "libc",
500 "once_cell",
501 "spin",
502 "untrusted",
503 "web-sys",
504 "winapi 0.3.9",
505]
506
507[[package]]
Joel Galenson96d408b2021-06-08 17:53:00 -0700508name = "rustc-hash"
509version = "1.1.0"
510source = "registry+https://github.com/rust-lang/crates.io-index"
511checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
512
513[[package]]
514name = "rustversion"
515version = "1.0.5"
516source = "registry+https://github.com/rust-lang/crates.io-index"
517checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088"
518
519[[package]]
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100520name = "ryu"
521version = "1.0.5"
522source = "registry+https://github.com/rust-lang/crates.io-index"
523checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
524
525[[package]]
526name = "serde"
Joel Galenson96d408b2021-06-08 17:53:00 -0700527version = "1.0.126"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100528source = "registry+https://github.com/rust-lang/crates.io-index"
Joel Galenson96d408b2021-06-08 17:53:00 -0700529checksum = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100530dependencies = [
531 "serde_derive",
532]
533
534[[package]]
535name = "serde_derive"
Joel Galenson96d408b2021-06-08 17:53:00 -0700536version = "1.0.126"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100537source = "registry+https://github.com/rust-lang/crates.io-index"
Joel Galenson96d408b2021-06-08 17:53:00 -0700538checksum = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100539dependencies = [
540 "proc-macro2",
541 "quote",
542 "syn",
543]
544
545[[package]]
546name = "serde_json"
Joel Galenson96d408b2021-06-08 17:53:00 -0700547version = "1.0.64"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100548source = "registry+https://github.com/rust-lang/crates.io-index"
Joel Galenson96d408b2021-06-08 17:53:00 -0700549checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100550dependencies = [
Joel Galenson96d408b2021-06-08 17:53:00 -0700551 "indexmap",
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100552 "itoa",
553 "ryu",
554 "serde",
555]
556
557[[package]]
558name = "serde_with"
Joel Galenson96d408b2021-06-08 17:53:00 -0700559version = "1.9.2"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100560source = "registry+https://github.com/rust-lang/crates.io-index"
Joel Galenson96d408b2021-06-08 17:53:00 -0700561checksum = "3e3132bd01cfb74aac8b1b10083ad1f38dbf756df3176d5e63dd91e3f62a87f5"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100562dependencies = [
Joel Galenson96d408b2021-06-08 17:53:00 -0700563 "rustversion",
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100564 "serde",
565 "serde_with_macros",
566]
567
568[[package]]
569name = "serde_with_macros"
Joel Galenson96d408b2021-06-08 17:53:00 -0700570version = "1.4.2"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100571source = "registry+https://github.com/rust-lang/crates.io-index"
Joel Galenson96d408b2021-06-08 17:53:00 -0700572checksum = "e1569374bd54623ec8bd592cf22ba6e03c0f177ff55fbc8c29a49e296e7adecf"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100573dependencies = [
574 "darling",
575 "proc-macro2",
576 "quote",
577 "syn",
578]
579
580[[package]]
Joel Galenson96d408b2021-06-08 17:53:00 -0700581name = "shlex"
582version = "0.1.1"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100583source = "registry+https://github.com/rust-lang/crates.io-index"
Joel Galenson96d408b2021-06-08 17:53:00 -0700584checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
585
586[[package]]
587name = "slab"
588version = "0.4.3"
589source = "registry+https://github.com/rust-lang/crates.io-index"
590checksum = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100591
592[[package]]
593name = "spin"
594version = "0.5.2"
595source = "registry+https://github.com/rust-lang/crates.io-index"
596checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
597
598[[package]]
599name = "strsim"
Joel Galenson96d408b2021-06-08 17:53:00 -0700600version = "0.8.0"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100601source = "registry+https://github.com/rust-lang/crates.io-index"
Joel Galenson96d408b2021-06-08 17:53:00 -0700602checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
603
604[[package]]
605name = "strsim"
606version = "0.10.0"
607source = "registry+https://github.com/rust-lang/crates.io-index"
608checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100609
610[[package]]
611name = "syn"
Joel Galenson96d408b2021-06-08 17:53:00 -0700612version = "1.0.72"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100613source = "registry+https://github.com/rust-lang/crates.io-index"
Joel Galenson96d408b2021-06-08 17:53:00 -0700614checksum = "a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100615dependencies = [
616 "proc-macro2",
617 "quote",
618 "unicode-xid",
619]
620
621[[package]]
Joel Galenson96d408b2021-06-08 17:53:00 -0700622name = "termcolor"
623version = "1.1.2"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100624source = "registry+https://github.com/rust-lang/crates.io-index"
Joel Galenson96d408b2021-06-08 17:53:00 -0700625checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
626dependencies = [
627 "winapi-util",
628]
629
630[[package]]
631name = "textwrap"
632version = "0.11.0"
633source = "registry+https://github.com/rust-lang/crates.io-index"
634checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
635dependencies = [
636 "unicode-width",
637]
638
639[[package]]
640name = "tinyvec"
641version = "1.2.0"
642source = "registry+https://github.com/rust-lang/crates.io-index"
643checksum = "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342"
644dependencies = [
645 "tinyvec_macros",
646]
647
648[[package]]
649name = "tinyvec_macros"
650version = "0.1.0"
651source = "registry+https://github.com/rust-lang/crates.io-index"
652checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100653
654[[package]]
655name = "unicode-bidi"
Joel Galenson96d408b2021-06-08 17:53:00 -0700656version = "0.3.5"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100657source = "registry+https://github.com/rust-lang/crates.io-index"
Joel Galenson96d408b2021-06-08 17:53:00 -0700658checksum = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100659dependencies = [
660 "matches",
661]
662
663[[package]]
664name = "unicode-normalization"
Joel Galenson96d408b2021-06-08 17:53:00 -0700665version = "0.1.19"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100666source = "registry+https://github.com/rust-lang/crates.io-index"
Joel Galenson96d408b2021-06-08 17:53:00 -0700667checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100668dependencies = [
669 "tinyvec",
670]
671
672[[package]]
Joel Galenson96d408b2021-06-08 17:53:00 -0700673name = "unicode-width"
674version = "0.1.8"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100675source = "registry+https://github.com/rust-lang/crates.io-index"
Joel Galenson96d408b2021-06-08 17:53:00 -0700676checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
677
678[[package]]
679name = "unicode-xid"
680version = "0.2.2"
681source = "registry+https://github.com/rust-lang/crates.io-index"
682checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100683
684[[package]]
685name = "untrusted"
686version = "0.7.1"
687source = "registry+https://github.com/rust-lang/crates.io-index"
688checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
689
690[[package]]
691name = "url"
692version = "1.7.2"
693source = "registry+https://github.com/rust-lang/crates.io-index"
694checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
695dependencies = [
696 "idna",
697 "matches",
698 "percent-encoding",
699]
700
701[[package]]
Joel Galenson96d408b2021-06-08 17:53:00 -0700702name = "vec_map"
703version = "0.8.2"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100704source = "registry+https://github.com/rust-lang/crates.io-index"
Joel Galenson96d408b2021-06-08 17:53:00 -0700705checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
706
707[[package]]
708name = "version_check"
709version = "0.9.3"
710source = "registry+https://github.com/rust-lang/crates.io-index"
711checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
712
713[[package]]
714name = "wasm-bindgen"
715version = "0.2.74"
716source = "registry+https://github.com/rust-lang/crates.io-index"
717checksum = "d54ee1d4ed486f78874278e63e4069fc1ab9f6a18ca492076ffb90c5eb2997fd"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100718dependencies = [
Joel Galenson96d408b2021-06-08 17:53:00 -0700719 "cfg-if 1.0.0",
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100720 "wasm-bindgen-macro",
721]
722
723[[package]]
724name = "wasm-bindgen-backend"
Joel Galenson96d408b2021-06-08 17:53:00 -0700725version = "0.2.74"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100726source = "registry+https://github.com/rust-lang/crates.io-index"
Joel Galenson96d408b2021-06-08 17:53:00 -0700727checksum = "3b33f6a0694ccfea53d94db8b2ed1c3a8a4c86dd936b13b9f0a15ec4a451b900"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100728dependencies = [
729 "bumpalo",
730 "lazy_static",
731 "log",
732 "proc-macro2",
733 "quote",
734 "syn",
735 "wasm-bindgen-shared",
736]
737
738[[package]]
739name = "wasm-bindgen-macro"
Joel Galenson96d408b2021-06-08 17:53:00 -0700740version = "0.2.74"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100741source = "registry+https://github.com/rust-lang/crates.io-index"
Joel Galenson96d408b2021-06-08 17:53:00 -0700742checksum = "088169ca61430fe1e58b8096c24975251700e7b1f6fd91cc9d59b04fb9b18bd4"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100743dependencies = [
744 "quote",
745 "wasm-bindgen-macro-support",
746]
747
748[[package]]
749name = "wasm-bindgen-macro-support"
Joel Galenson96d408b2021-06-08 17:53:00 -0700750version = "0.2.74"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100751source = "registry+https://github.com/rust-lang/crates.io-index"
Joel Galenson96d408b2021-06-08 17:53:00 -0700752checksum = "be2241542ff3d9f241f5e2cb6dd09b37efe786df8851c54957683a49f0987a97"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100753dependencies = [
754 "proc-macro2",
755 "quote",
756 "syn",
757 "wasm-bindgen-backend",
758 "wasm-bindgen-shared",
759]
760
761[[package]]
762name = "wasm-bindgen-shared"
Joel Galenson96d408b2021-06-08 17:53:00 -0700763version = "0.2.74"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100764source = "registry+https://github.com/rust-lang/crates.io-index"
Joel Galenson96d408b2021-06-08 17:53:00 -0700765checksum = "d7cff876b8f18eed75a66cf49b65e7f967cb354a7aa16003fb55dbfd25b44b4f"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100766
767[[package]]
768name = "web-sys"
Joel Galenson96d408b2021-06-08 17:53:00 -0700769version = "0.3.51"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100770source = "registry+https://github.com/rust-lang/crates.io-index"
Joel Galenson96d408b2021-06-08 17:53:00 -0700771checksum = "e828417b379f3df7111d3a2a9e5753706cae29c41f7c4029ee9fd77f3e09e582"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100772dependencies = [
773 "js-sys",
774 "wasm-bindgen",
775]
776
777[[package]]
Joel Galenson96d408b2021-06-08 17:53:00 -0700778name = "which"
779version = "3.1.1"
780source = "registry+https://github.com/rust-lang/crates.io-index"
781checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724"
782dependencies = [
783 "libc",
784]
785
786[[package]]
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100787name = "winapi"
788version = "0.2.8"
789source = "registry+https://github.com/rust-lang/crates.io-index"
790checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
791
792[[package]]
793name = "winapi"
794version = "0.3.9"
795source = "registry+https://github.com/rust-lang/crates.io-index"
796checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
797dependencies = [
798 "winapi-i686-pc-windows-gnu",
799 "winapi-x86_64-pc-windows-gnu",
800]
801
802[[package]]
803name = "winapi-build"
804version = "0.1.1"
805source = "registry+https://github.com/rust-lang/crates.io-index"
806checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
807
808[[package]]
809name = "winapi-i686-pc-windows-gnu"
810version = "0.4.0"
811source = "registry+https://github.com/rust-lang/crates.io-index"
812checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
813
814[[package]]
Joel Galenson96d408b2021-06-08 17:53:00 -0700815name = "winapi-util"
816version = "0.1.5"
817source = "registry+https://github.com/rust-lang/crates.io-index"
818checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
819dependencies = [
820 "winapi 0.3.9",
821]
822
823[[package]]
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +0100824name = "winapi-x86_64-pc-windows-gnu"
825version = "0.4.0"
826source = "registry+https://github.com/rust-lang/crates.io-index"
827checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
828
829[[package]]
830name = "ws2_32-sys"
831version = "0.2.1"
832source = "registry+https://github.com/rust-lang/crates.io-index"
833checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
834dependencies = [
835 "winapi 0.2.8",
836 "winapi-build",
837]