blob: cbeca87b0ff56d9052295bef42b5b2e7e6bc4a80 [file] [log] [blame]
Ivan Lozano57e660e2021-08-20 09:58:42 -04001# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
Joel Galenson057d7582021-09-22 10:53:16 -07003version = 3
4
Ivan Lozano57e660e2021-08-20 09:58:42 -04005[[package]]
6name = "aho-corasick"
David LeGare57dccb52022-03-01 18:55:00 +00007version = "0.7.18"
Ivan Lozano57e660e2021-08-20 09:58:42 -04008source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +00009checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
Ivan Lozano57e660e2021-08-20 09:58:42 -040010dependencies = [
11 "memchr",
12]
13
14[[package]]
15name = "async-channel"
David LeGare57dccb52022-03-01 18:55:00 +000016version = "1.6.1"
Ivan Lozano57e660e2021-08-20 09:58:42 -040017source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +000018checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
Ivan Lozano57e660e2021-08-20 09:58:42 -040019dependencies = [
20 "concurrent-queue",
21 "event-listener",
22 "futures-core",
23]
24
25[[package]]
26name = "async-executor"
David LeGare57dccb52022-03-01 18:55:00 +000027version = "1.4.1"
Ivan Lozano57e660e2021-08-20 09:58:42 -040028source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +000029checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
Ivan Lozano57e660e2021-08-20 09:58:42 -040030dependencies = [
31 "async-task",
32 "concurrent-queue",
33 "fastrand",
34 "futures-lite",
35 "once_cell",
David LeGare57dccb52022-03-01 18:55:00 +000036 "slab",
Ivan Lozano57e660e2021-08-20 09:58:42 -040037]
38
39[[package]]
40name = "async-global-executor"
David LeGare57dccb52022-03-01 18:55:00 +000041version = "2.0.2"
Ivan Lozano57e660e2021-08-20 09:58:42 -040042source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +000043checksum = "9586ec52317f36de58453159d48351bc244bc24ced3effc1fce22f3d48664af6"
Ivan Lozano57e660e2021-08-20 09:58:42 -040044dependencies = [
David LeGare57dccb52022-03-01 18:55:00 +000045 "async-channel",
Ivan Lozano57e660e2021-08-20 09:58:42 -040046 "async-executor",
47 "async-io",
David LeGare57dccb52022-03-01 18:55:00 +000048 "async-mutex",
49 "blocking",
Ivan Lozano57e660e2021-08-20 09:58:42 -040050 "futures-lite",
51 "num_cpus",
52 "once_cell",
53]
54
55[[package]]
56name = "async-io"
David LeGare57dccb52022-03-01 18:55:00 +000057version = "1.6.0"
Ivan Lozano57e660e2021-08-20 09:58:42 -040058source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +000059checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"
Ivan Lozano57e660e2021-08-20 09:58:42 -040060dependencies = [
61 "concurrent-queue",
Ivan Lozano57e660e2021-08-20 09:58:42 -040062 "futures-lite",
63 "libc",
64 "log",
Ivan Lozano57e660e2021-08-20 09:58:42 -040065 "once_cell",
66 "parking",
67 "polling",
David LeGare57dccb52022-03-01 18:55:00 +000068 "slab",
69 "socket2",
Ivan Lozano57e660e2021-08-20 09:58:42 -040070 "waker-fn",
71 "winapi 0.3.9",
72]
73
74[[package]]
David LeGare57dccb52022-03-01 18:55:00 +000075name = "async-lock"
76version = "2.4.0"
77source = "registry+https://github.com/rust-lang/crates.io-index"
78checksum = "e6a8ea61bf9947a1007c5cada31e647dbc77b103c679858150003ba697ea798b"
79dependencies = [
80 "event-listener",
81]
82
83[[package]]
Ivan Lozano57e660e2021-08-20 09:58:42 -040084name = "async-mutex"
85version = "1.4.0"
86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"
88dependencies = [
89 "event-listener",
90]
91
92[[package]]
93name = "async-std"
David LeGare57dccb52022-03-01 18:55:00 +000094version = "1.10.0"
Ivan Lozano57e660e2021-08-20 09:58:42 -040095source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +000096checksum = "f8056f1455169ab86dd47b47391e4ab0cbd25410a70e9fe675544f49bafaf952"
Ivan Lozano57e660e2021-08-20 09:58:42 -040097dependencies = [
98 "async-channel",
99 "async-global-executor",
100 "async-io",
David LeGare57dccb52022-03-01 18:55:00 +0000101 "async-lock",
Ivan Lozano57e660e2021-08-20 09:58:42 -0400102 "crossbeam-utils",
103 "futures-channel",
104 "futures-core",
105 "futures-io",
106 "futures-lite",
107 "gloo-timers",
108 "kv-log-macro",
109 "log",
110 "memchr",
111 "num_cpus",
112 "once_cell",
David LeGare57dccb52022-03-01 18:55:00 +0000113 "pin-project-lite 0.2.7",
Ivan Lozano57e660e2021-08-20 09:58:42 -0400114 "pin-utils",
115 "slab",
116 "wasm-bindgen-futures",
117]
118
119[[package]]
Ivan Lozano57e660e2021-08-20 09:58:42 -0400120name = "async-task"
121version = "4.0.3"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0"
124
125[[package]]
126name = "atomic-waker"
127version = "1.0.0"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
130
131[[package]]
132name = "atty"
133version = "0.2.14"
134source = "registry+https://github.com/rust-lang/crates.io-index"
135checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
136dependencies = [
137 "hermit-abi",
138 "libc",
139 "winapi 0.3.9",
140]
141
142[[package]]
143name = "autocfg"
144version = "1.0.1"
145source = "registry+https://github.com/rust-lang/crates.io-index"
146checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
147
148[[package]]
149name = "bitflags"
David LeGare57dccb52022-03-01 18:55:00 +0000150version = "1.3.2"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400151source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000152checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400153
154[[package]]
155name = "blocking"
156version = "1.0.2"
157source = "registry+https://github.com/rust-lang/crates.io-index"
158checksum = "c5e170dbede1f740736619b776d7251cb1b9095c435c34d8ca9f57fcd2f335e9"
159dependencies = [
160 "async-channel",
161 "async-task",
162 "atomic-waker",
163 "fastrand",
164 "futures-lite",
165 "once_cell",
166]
167
168[[package]]
169name = "bstr"
David LeGare57dccb52022-03-01 18:55:00 +0000170version = "0.2.17"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400171source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000172checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400173dependencies = [
174 "lazy_static",
175 "memchr",
176 "regex-automata",
177 "serde",
178]
179
180[[package]]
181name = "bumpalo"
David LeGare57dccb52022-03-01 18:55:00 +0000182version = "3.8.0"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400183source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000184checksum = "8f1e260c3a9040a7c19a12468758f4c16f31a81a1fe087482be9570ec864bb6c"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400185
186[[package]]
187name = "byteorder"
David LeGare57dccb52022-03-01 18:55:00 +0000188version = "1.4.3"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400189source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000190checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400191
192[[package]]
193name = "bytes"
194version = "0.4.12"
195source = "registry+https://github.com/rust-lang/crates.io-index"
196checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
197dependencies = [
198 "byteorder",
199 "iovec",
200]
201
202[[package]]
203name = "bytes"
204version = "0.5.6"
205source = "registry+https://github.com/rust-lang/crates.io-index"
206checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
207
208[[package]]
209name = "bytes"
David LeGare57dccb52022-03-01 18:55:00 +0000210version = "1.1.0"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400211source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000212checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400213
214[[package]]
215name = "cache-padded"
216version = "1.1.1"
217source = "registry+https://github.com/rust-lang/crates.io-index"
218checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba"
219
220[[package]]
221name = "cast"
David LeGare57dccb52022-03-01 18:55:00 +0000222version = "0.2.7"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400223source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000224checksum = "4c24dab4283a142afa2fdca129b80ad2c6284e073930f964c3a1293c225ee39a"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400225dependencies = [
226 "rustc_version",
227]
228
229[[package]]
230name = "cc"
David LeGare57dccb52022-03-01 18:55:00 +0000231version = "1.0.71"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400232source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000233checksum = "79c2681d6594606957bbb8631c4b90a7fcaaa72cdb714743a437b156d6a7eedd"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400234
235[[package]]
236name = "cfg-if"
237version = "0.1.10"
238source = "registry+https://github.com/rust-lang/crates.io-index"
239checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
240
241[[package]]
242name = "cfg-if"
243version = "1.0.0"
244source = "registry+https://github.com/rust-lang/crates.io-index"
245checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
246
247[[package]]
248name = "clap"
249version = "2.33.3"
250source = "registry+https://github.com/rust-lang/crates.io-index"
251checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
252dependencies = [
253 "bitflags",
254 "textwrap",
255 "unicode-width",
256]
257
258[[package]]
259name = "combine"
David LeGare57dccb52022-03-01 18:55:00 +0000260version = "4.6.3"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400261dependencies = [
262 "async-std",
263 "bytes 0.5.6",
David LeGare57dccb52022-03-01 18:55:00 +0000264 "bytes 1.1.0",
Ivan Lozano57e660e2021-08-20 09:58:42 -0400265 "criterion",
David LeGare57dccb52022-03-01 18:55:00 +0000266 "futures 0.3.17",
Joel Galenson057d7582021-09-22 10:53:16 -0700267 "futures-core",
Ivan Lozano57e660e2021-08-20 09:58:42 -0400268 "futures-io",
Ivan Lozano57e660e2021-08-20 09:58:42 -0400269 "memchr",
270 "once_cell",
271 "partial-io",
David LeGare57dccb52022-03-01 18:55:00 +0000272 "pin-project-lite 0.2.7",
Ivan Lozano57e660e2021-08-20 09:58:42 -0400273 "quick-error",
274 "quickcheck",
275 "regex",
David LeGare57dccb52022-03-01 18:55:00 +0000276 "tokio 0.2.25",
277 "tokio 0.3.7",
278 "tokio 1.12.0",
Ivan Lozano57e660e2021-08-20 09:58:42 -0400279 "tokio-util",
280]
281
282[[package]]
283name = "concurrent-queue"
284version = "1.2.2"
285source = "registry+https://github.com/rust-lang/crates.io-index"
286checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
287dependencies = [
288 "cache-padded",
289]
290
291[[package]]
Ivan Lozano57e660e2021-08-20 09:58:42 -0400292name = "criterion"
David LeGare57dccb52022-03-01 18:55:00 +0000293version = "0.3.5"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400294source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000295checksum = "1604dafd25fba2fe2d5895a9da139f8dc9b319a5fe5354ca137cbbce4e178d10"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400296dependencies = [
297 "atty",
298 "cast",
299 "clap",
300 "criterion-plot",
301 "csv",
302 "itertools",
303 "lazy_static",
304 "num-traits",
305 "oorandom",
306 "plotters",
307 "rayon",
308 "regex",
309 "serde",
310 "serde_cbor",
311 "serde_derive",
312 "serde_json",
313 "tinytemplate",
314 "walkdir",
315]
316
317[[package]]
318name = "criterion-plot"
David LeGare57dccb52022-03-01 18:55:00 +0000319version = "0.4.4"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400320source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000321checksum = "d00996de9f2f7559f7f4dc286073197f83e92256a59ed395f9aac01fe717da57"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400322dependencies = [
323 "cast",
324 "itertools",
325]
326
327[[package]]
328name = "crossbeam-channel"
David LeGare57dccb52022-03-01 18:55:00 +0000329version = "0.5.1"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400330source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000331checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400332dependencies = [
333 "cfg-if 1.0.0",
334 "crossbeam-utils",
335]
336
337[[package]]
338name = "crossbeam-deque"
David LeGare57dccb52022-03-01 18:55:00 +0000339version = "0.8.1"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400340source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000341checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400342dependencies = [
343 "cfg-if 1.0.0",
344 "crossbeam-epoch",
345 "crossbeam-utils",
346]
347
348[[package]]
349name = "crossbeam-epoch"
David LeGare57dccb52022-03-01 18:55:00 +0000350version = "0.9.5"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400351source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000352checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400353dependencies = [
354 "cfg-if 1.0.0",
Ivan Lozano57e660e2021-08-20 09:58:42 -0400355 "crossbeam-utils",
356 "lazy_static",
357 "memoffset",
358 "scopeguard",
359]
360
361[[package]]
362name = "crossbeam-utils"
David LeGare57dccb52022-03-01 18:55:00 +0000363version = "0.8.5"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400364source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000365checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400366dependencies = [
Ivan Lozano57e660e2021-08-20 09:58:42 -0400367 "cfg-if 1.0.0",
368 "lazy_static",
369]
370
371[[package]]
372name = "csv"
David LeGare57dccb52022-03-01 18:55:00 +0000373version = "1.1.6"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400374source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000375checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400376dependencies = [
377 "bstr",
378 "csv-core",
379 "itoa",
380 "ryu",
381 "serde",
382]
383
384[[package]]
385name = "csv-core"
386version = "0.1.10"
387source = "registry+https://github.com/rust-lang/crates.io-index"
388checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
389dependencies = [
390 "memchr",
391]
392
393[[package]]
David LeGare57dccb52022-03-01 18:55:00 +0000394name = "ctor"
395version = "0.1.21"
396source = "registry+https://github.com/rust-lang/crates.io-index"
397checksum = "ccc0a48a9b826acdf4028595adc9db92caea352f7af011a3034acd172a52a0aa"
398dependencies = [
399 "quote",
400 "syn",
401]
402
403[[package]]
Ivan Lozano57e660e2021-08-20 09:58:42 -0400404name = "either"
405version = "1.6.1"
406source = "registry+https://github.com/rust-lang/crates.io-index"
407checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
408
409[[package]]
410name = "env_logger"
411version = "0.5.13"
412source = "registry+https://github.com/rust-lang/crates.io-index"
413checksum = "15b0a4d2e39f8420210be8b27eeda28029729e2fd4291019455016c348240c38"
414dependencies = [
415 "atty",
416 "humantime",
417 "log",
418 "regex",
419 "termcolor",
420]
421
422[[package]]
423name = "event-listener"
424version = "2.5.1"
425source = "registry+https://github.com/rust-lang/crates.io-index"
426checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"
427
428[[package]]
429name = "fastrand"
David LeGare57dccb52022-03-01 18:55:00 +0000430version = "1.5.0"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400431source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000432checksum = "b394ed3d285a429378d3b384b9eb1285267e7df4b166df24b7a6939a04dc392e"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400433dependencies = [
434 "instant",
435]
436
437[[package]]
438name = "fuchsia-cprng"
439version = "0.1.1"
440source = "registry+https://github.com/rust-lang/crates.io-index"
441checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
442
443[[package]]
444name = "fuchsia-zircon"
445version = "0.3.3"
446source = "registry+https://github.com/rust-lang/crates.io-index"
447checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
448dependencies = [
449 "bitflags",
450 "fuchsia-zircon-sys",
451]
452
453[[package]]
454name = "fuchsia-zircon-sys"
455version = "0.3.3"
456source = "registry+https://github.com/rust-lang/crates.io-index"
457checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
458
459[[package]]
460name = "futures"
David LeGare57dccb52022-03-01 18:55:00 +0000461version = "0.1.31"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400462source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000463checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400464
465[[package]]
466name = "futures"
David LeGare57dccb52022-03-01 18:55:00 +0000467version = "0.3.17"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400468source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000469checksum = "a12aa0eb539080d55c3f2d45a67c3b58b6b0773c1a3ca2dfec66d58c97fd66ca"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400470dependencies = [
471 "futures-channel",
472 "futures-core",
473 "futures-executor",
474 "futures-io",
475 "futures-sink",
476 "futures-task",
477 "futures-util",
478]
479
480[[package]]
481name = "futures-channel"
David LeGare57dccb52022-03-01 18:55:00 +0000482version = "0.3.17"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400483source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000484checksum = "5da6ba8c3bb3c165d3c7319fc1cc8304facf1fb8db99c5de877183c08a273888"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400485dependencies = [
486 "futures-core",
487 "futures-sink",
488]
489
490[[package]]
491name = "futures-core"
David LeGare57dccb52022-03-01 18:55:00 +0000492version = "0.3.17"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400493source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000494checksum = "88d1c26957f23603395cd326b0ffe64124b818f4449552f960d815cfba83a53d"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400495
496[[package]]
497name = "futures-executor"
David LeGare57dccb52022-03-01 18:55:00 +0000498version = "0.3.17"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400499source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000500checksum = "45025be030969d763025784f7f355043dc6bc74093e4ecc5000ca4dc50d8745c"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400501dependencies = [
502 "futures-core",
503 "futures-task",
504 "futures-util",
505]
506
507[[package]]
508name = "futures-io"
David LeGare57dccb52022-03-01 18:55:00 +0000509version = "0.3.17"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400510source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000511checksum = "522de2a0fe3e380f1bc577ba0474108faf3f6b18321dbf60b3b9c39a75073377"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400512
513[[package]]
514name = "futures-lite"
David LeGare57dccb52022-03-01 18:55:00 +0000515version = "1.12.0"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400516source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000517checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400518dependencies = [
519 "fastrand",
520 "futures-core",
521 "futures-io",
522 "memchr",
523 "parking",
David LeGare57dccb52022-03-01 18:55:00 +0000524 "pin-project-lite 0.2.7",
Ivan Lozano57e660e2021-08-20 09:58:42 -0400525 "waker-fn",
526]
527
528[[package]]
529name = "futures-macro"
David LeGare57dccb52022-03-01 18:55:00 +0000530version = "0.3.17"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400531source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000532checksum = "18e4a4b95cea4b4ccbcf1c5675ca7c4ee4e9e75eb79944d07defde18068f79bb"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400533dependencies = [
David LeGare57dccb52022-03-01 18:55:00 +0000534 "autocfg",
Ivan Lozano57e660e2021-08-20 09:58:42 -0400535 "proc-macro-hack",
536 "proc-macro2",
537 "quote",
538 "syn",
539]
540
541[[package]]
542name = "futures-sink"
David LeGare57dccb52022-03-01 18:55:00 +0000543version = "0.3.17"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400544source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000545checksum = "36ea153c13024fe480590b3e3d4cad89a0cfacecc24577b68f86c6ced9c2bc11"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400546
547[[package]]
548name = "futures-task"
David LeGare57dccb52022-03-01 18:55:00 +0000549version = "0.3.17"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400550source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000551checksum = "1d3d00f4eddb73e498a54394f228cd55853bdf059259e8e7bc6e69d408892e99"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400552
553[[package]]
554name = "futures-util"
David LeGare57dccb52022-03-01 18:55:00 +0000555version = "0.3.17"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400556source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000557checksum = "36568465210a3a6ee45e1f165136d68671471a501e632e9a98d96872222b5481"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400558dependencies = [
David LeGare57dccb52022-03-01 18:55:00 +0000559 "autocfg",
Ivan Lozano57e660e2021-08-20 09:58:42 -0400560 "futures-channel",
561 "futures-core",
562 "futures-io",
563 "futures-macro",
564 "futures-sink",
565 "futures-task",
566 "memchr",
David LeGare57dccb52022-03-01 18:55:00 +0000567 "pin-project-lite 0.2.7",
Ivan Lozano57e660e2021-08-20 09:58:42 -0400568 "pin-utils",
569 "proc-macro-hack",
570 "proc-macro-nested",
571 "slab",
572]
573
574[[package]]
575name = "gloo-timers"
576version = "0.2.1"
577source = "registry+https://github.com/rust-lang/crates.io-index"
578checksum = "47204a46aaff920a1ea58b11d03dec6f704287d27561724a4631e450654a891f"
579dependencies = [
580 "futures-channel",
581 "futures-core",
582 "js-sys",
583 "wasm-bindgen",
584 "web-sys",
585]
586
587[[package]]
588name = "half"
David LeGare57dccb52022-03-01 18:55:00 +0000589version = "1.8.2"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400590source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000591checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400592
593[[package]]
594name = "hermit-abi"
David LeGare57dccb52022-03-01 18:55:00 +0000595version = "0.1.19"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400596source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000597checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400598dependencies = [
599 "libc",
600]
601
602[[package]]
603name = "humantime"
604version = "1.3.0"
605source = "registry+https://github.com/rust-lang/crates.io-index"
606checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
607dependencies = [
608 "quick-error",
609]
610
611[[package]]
612name = "instant"
David LeGare57dccb52022-03-01 18:55:00 +0000613version = "0.1.12"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400614source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000615checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400616dependencies = [
617 "cfg-if 1.0.0",
618]
619
620[[package]]
621name = "iovec"
622version = "0.1.4"
623source = "registry+https://github.com/rust-lang/crates.io-index"
624checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
625dependencies = [
626 "libc",
627]
628
629[[package]]
630name = "itertools"
David LeGare57dccb52022-03-01 18:55:00 +0000631version = "0.10.1"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400632source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000633checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400634dependencies = [
635 "either",
636]
637
638[[package]]
639name = "itoa"
David LeGare57dccb52022-03-01 18:55:00 +0000640version = "0.4.8"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400641source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000642checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400643
644[[package]]
645name = "js-sys"
David LeGare57dccb52022-03-01 18:55:00 +0000646version = "0.3.55"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400647source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000648checksum = "7cc9ffccd38c451a86bf13657df244e9c3f37493cce8e5e21e940963777acc84"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400649dependencies = [
650 "wasm-bindgen",
651]
652
653[[package]]
654name = "kernel32-sys"
655version = "0.2.2"
656source = "registry+https://github.com/rust-lang/crates.io-index"
657checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
658dependencies = [
659 "winapi 0.2.8",
660 "winapi-build",
661]
662
663[[package]]
664name = "kv-log-macro"
665version = "1.0.7"
666source = "registry+https://github.com/rust-lang/crates.io-index"
667checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
668dependencies = [
669 "log",
670]
671
672[[package]]
673name = "lazy_static"
674version = "1.4.0"
675source = "registry+https://github.com/rust-lang/crates.io-index"
676checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
677
678[[package]]
679name = "libc"
David LeGare57dccb52022-03-01 18:55:00 +0000680version = "0.2.105"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400681source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000682checksum = "869d572136620d55835903746bcb5cdc54cb2851fd0aeec53220b4bb65ef3013"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400683
684[[package]]
685name = "log"
David LeGare57dccb52022-03-01 18:55:00 +0000686version = "0.4.14"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400687source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000688checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400689dependencies = [
David LeGare57dccb52022-03-01 18:55:00 +0000690 "cfg-if 1.0.0",
691 "value-bag",
Ivan Lozano57e660e2021-08-20 09:58:42 -0400692]
693
694[[package]]
695name = "memchr"
David LeGare57dccb52022-03-01 18:55:00 +0000696version = "2.4.1"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400697source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000698checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400699
700[[package]]
701name = "memoffset"
David LeGare57dccb52022-03-01 18:55:00 +0000702version = "0.6.4"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400703source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000704checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400705dependencies = [
706 "autocfg",
707]
708
709[[package]]
710name = "mio"
711version = "0.6.23"
712source = "registry+https://github.com/rust-lang/crates.io-index"
713checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
714dependencies = [
715 "cfg-if 0.1.10",
716 "fuchsia-zircon",
717 "fuchsia-zircon-sys",
718 "iovec",
719 "kernel32-sys",
720 "libc",
721 "log",
722 "miow",
723 "net2",
724 "slab",
725 "winapi 0.2.8",
726]
727
728[[package]]
729name = "miow"
730version = "0.2.2"
731source = "registry+https://github.com/rust-lang/crates.io-index"
732checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
733dependencies = [
734 "kernel32-sys",
735 "net2",
736 "winapi 0.2.8",
737 "ws2_32-sys",
738]
739
740[[package]]
Ivan Lozano57e660e2021-08-20 09:58:42 -0400741name = "net2"
742version = "0.2.37"
743source = "registry+https://github.com/rust-lang/crates.io-index"
744checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
745dependencies = [
746 "cfg-if 0.1.10",
747 "libc",
748 "winapi 0.3.9",
749]
750
751[[package]]
752name = "num-traits"
753version = "0.2.14"
754source = "registry+https://github.com/rust-lang/crates.io-index"
755checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
756dependencies = [
757 "autocfg",
758]
759
760[[package]]
761name = "num_cpus"
762version = "1.13.0"
763source = "registry+https://github.com/rust-lang/crates.io-index"
764checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
765dependencies = [
766 "hermit-abi",
767 "libc",
768]
769
770[[package]]
771name = "once_cell"
David LeGare57dccb52022-03-01 18:55:00 +0000772version = "1.8.0"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400773source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000774checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400775
776[[package]]
777name = "oorandom"
778version = "11.1.3"
779source = "registry+https://github.com/rust-lang/crates.io-index"
780checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
781
782[[package]]
783name = "parking"
784version = "2.0.0"
785source = "registry+https://github.com/rust-lang/crates.io-index"
786checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
787
788[[package]]
789name = "partial-io"
790version = "0.3.1"
791source = "registry+https://github.com/rust-lang/crates.io-index"
792checksum = "682cf88dcd93492e8d17723b7ccc1ae2eeffd1d312ea3533c942aa8af7122a2d"
793dependencies = [
David LeGare57dccb52022-03-01 18:55:00 +0000794 "futures 0.1.31",
Ivan Lozano57e660e2021-08-20 09:58:42 -0400795 "quickcheck",
796 "tokio-io",
797]
798
799[[package]]
David LeGare57dccb52022-03-01 18:55:00 +0000800name = "pin-project-lite"
801version = "0.1.12"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400802source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000803checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400804
805[[package]]
806name = "pin-project-lite"
David LeGare57dccb52022-03-01 18:55:00 +0000807version = "0.2.7"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400808source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000809checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400810
811[[package]]
812name = "pin-utils"
813version = "0.1.0"
814source = "registry+https://github.com/rust-lang/crates.io-index"
815checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
816
817[[package]]
818name = "plotters"
David LeGare57dccb52022-03-01 18:55:00 +0000819version = "0.3.1"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400820source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000821checksum = "32a3fd9ec30b9749ce28cd91f255d569591cdf937fe280c312143e3c4bad6f2a"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400822dependencies = [
Ivan Lozano57e660e2021-08-20 09:58:42 -0400823 "num-traits",
David LeGare57dccb52022-03-01 18:55:00 +0000824 "plotters-backend",
825 "plotters-svg",
Ivan Lozano57e660e2021-08-20 09:58:42 -0400826 "wasm-bindgen",
827 "web-sys",
828]
829
830[[package]]
David LeGare57dccb52022-03-01 18:55:00 +0000831name = "plotters-backend"
832version = "0.3.2"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400833source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000834checksum = "d88417318da0eaf0fdcdb51a0ee6c3bed624333bff8f946733049380be67ac1c"
835
836[[package]]
837name = "plotters-svg"
838version = "0.3.1"
839source = "registry+https://github.com/rust-lang/crates.io-index"
840checksum = "521fa9638fa597e1dc53e9412a4f9cefb01187ee1f7413076f9e6749e2885ba9"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400841dependencies = [
David LeGare57dccb52022-03-01 18:55:00 +0000842 "plotters-backend",
843]
844
845[[package]]
846name = "polling"
847version = "2.1.0"
848source = "registry+https://github.com/rust-lang/crates.io-index"
849checksum = "92341d779fa34ea8437ef4d82d440d5e1ce3f3ff7f824aa64424cd481f9a1f25"
850dependencies = [
851 "cfg-if 1.0.0",
Ivan Lozano57e660e2021-08-20 09:58:42 -0400852 "libc",
853 "log",
David LeGare57dccb52022-03-01 18:55:00 +0000854 "wepoll-ffi",
Ivan Lozano57e660e2021-08-20 09:58:42 -0400855 "winapi 0.3.9",
856]
857
858[[package]]
859name = "proc-macro-hack"
860version = "0.5.19"
861source = "registry+https://github.com/rust-lang/crates.io-index"
862checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
863
864[[package]]
865name = "proc-macro-nested"
David LeGare57dccb52022-03-01 18:55:00 +0000866version = "0.1.7"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400867source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000868checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400869
870[[package]]
871name = "proc-macro2"
David LeGare57dccb52022-03-01 18:55:00 +0000872version = "1.0.32"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400873source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000874checksum = "ba508cc11742c0dc5c1659771673afbab7a0efab23aa17e854cbab0837ed0b43"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400875dependencies = [
876 "unicode-xid",
877]
878
879[[package]]
880name = "quick-error"
881version = "1.2.3"
882source = "registry+https://github.com/rust-lang/crates.io-index"
883checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
884
885[[package]]
886name = "quickcheck"
887version = "0.6.2"
888source = "registry+https://github.com/rust-lang/crates.io-index"
889checksum = "c01babc5ffd48a2a83744b3024814bb46dfd4f2a4705ccb44b1b60e644fdcab7"
890dependencies = [
891 "env_logger",
892 "log",
893 "rand",
894]
895
896[[package]]
897name = "quote"
David LeGare57dccb52022-03-01 18:55:00 +0000898version = "1.0.10"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400899source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000900checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400901dependencies = [
902 "proc-macro2",
903]
904
905[[package]]
906name = "rand"
907version = "0.4.6"
908source = "registry+https://github.com/rust-lang/crates.io-index"
909checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
910dependencies = [
911 "fuchsia-cprng",
912 "libc",
913 "rand_core 0.3.1",
914 "rdrand",
915 "winapi 0.3.9",
916]
917
918[[package]]
919name = "rand_core"
920version = "0.3.1"
921source = "registry+https://github.com/rust-lang/crates.io-index"
922checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
923dependencies = [
924 "rand_core 0.4.2",
925]
926
927[[package]]
928name = "rand_core"
929version = "0.4.2"
930source = "registry+https://github.com/rust-lang/crates.io-index"
931checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
932
933[[package]]
934name = "rayon"
David LeGare57dccb52022-03-01 18:55:00 +0000935version = "1.5.1"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400936source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000937checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400938dependencies = [
939 "autocfg",
940 "crossbeam-deque",
941 "either",
942 "rayon-core",
943]
944
945[[package]]
946name = "rayon-core"
David LeGare57dccb52022-03-01 18:55:00 +0000947version = "1.9.1"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400948source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000949checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400950dependencies = [
951 "crossbeam-channel",
952 "crossbeam-deque",
953 "crossbeam-utils",
954 "lazy_static",
955 "num_cpus",
956]
957
958[[package]]
959name = "rdrand"
960version = "0.4.0"
961source = "registry+https://github.com/rust-lang/crates.io-index"
962checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
963dependencies = [
964 "rand_core 0.3.1",
965]
966
967[[package]]
968name = "regex"
David LeGare57dccb52022-03-01 18:55:00 +0000969version = "1.5.4"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400970source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000971checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400972dependencies = [
973 "aho-corasick",
974 "memchr",
975 "regex-syntax",
Ivan Lozano57e660e2021-08-20 09:58:42 -0400976]
977
978[[package]]
979name = "regex-automata"
David LeGare57dccb52022-03-01 18:55:00 +0000980version = "0.1.10"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400981source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000982checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400983
984[[package]]
985name = "regex-syntax"
David LeGare57dccb52022-03-01 18:55:00 +0000986version = "0.6.25"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400987source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000988checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400989
990[[package]]
991name = "rustc_version"
David LeGare57dccb52022-03-01 18:55:00 +0000992version = "0.4.0"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400993source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +0000994checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
Ivan Lozano57e660e2021-08-20 09:58:42 -0400995dependencies = [
996 "semver",
997]
998
999[[package]]
1000name = "ryu"
1001version = "1.0.5"
1002source = "registry+https://github.com/rust-lang/crates.io-index"
1003checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
1004
1005[[package]]
1006name = "same-file"
1007version = "1.0.6"
1008source = "registry+https://github.com/rust-lang/crates.io-index"
1009checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1010dependencies = [
1011 "winapi-util",
1012]
1013
1014[[package]]
1015name = "scopeguard"
1016version = "1.1.0"
1017source = "registry+https://github.com/rust-lang/crates.io-index"
1018checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
1019
1020[[package]]
1021name = "semver"
David LeGare57dccb52022-03-01 18:55:00 +00001022version = "1.0.4"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001023source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +00001024checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001025
1026[[package]]
1027name = "serde"
David LeGare57dccb52022-03-01 18:55:00 +00001028version = "1.0.130"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001029source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +00001030checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001031
1032[[package]]
1033name = "serde_cbor"
David LeGare57dccb52022-03-01 18:55:00 +00001034version = "0.11.2"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001035source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +00001036checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001037dependencies = [
1038 "half",
1039 "serde",
1040]
1041
1042[[package]]
1043name = "serde_derive"
David LeGare57dccb52022-03-01 18:55:00 +00001044version = "1.0.130"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001045source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +00001046checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001047dependencies = [
1048 "proc-macro2",
1049 "quote",
1050 "syn",
1051]
1052
1053[[package]]
1054name = "serde_json"
David LeGare57dccb52022-03-01 18:55:00 +00001055version = "1.0.68"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001056source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +00001057checksum = "0f690853975602e1bfe1ccbf50504d67174e3bcf340f23b5ea9992e0587a52d8"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001058dependencies = [
1059 "itoa",
1060 "ryu",
1061 "serde",
1062]
1063
1064[[package]]
1065name = "slab"
David LeGare57dccb52022-03-01 18:55:00 +00001066version = "0.4.5"
1067source = "registry+https://github.com/rust-lang/crates.io-index"
1068checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
1069
1070[[package]]
1071name = "socket2"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001072version = "0.4.2"
1073source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +00001074checksum = "5dc90fe6c7be1a323296982db1836d1ea9e47b6839496dde9a541bc496df3516"
1075dependencies = [
1076 "libc",
1077 "winapi 0.3.9",
1078]
Ivan Lozano57e660e2021-08-20 09:58:42 -04001079
1080[[package]]
1081name = "syn"
David LeGare57dccb52022-03-01 18:55:00 +00001082version = "1.0.81"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001083source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +00001084checksum = "f2afee18b8beb5a596ecb4a2dce128c719b4ba399d34126b9e4396e3f9860966"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001085dependencies = [
1086 "proc-macro2",
1087 "quote",
1088 "unicode-xid",
1089]
1090
1091[[package]]
1092name = "termcolor"
1093version = "1.1.2"
1094source = "registry+https://github.com/rust-lang/crates.io-index"
1095checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
1096dependencies = [
1097 "winapi-util",
1098]
1099
1100[[package]]
1101name = "textwrap"
1102version = "0.11.0"
1103source = "registry+https://github.com/rust-lang/crates.io-index"
1104checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
1105dependencies = [
1106 "unicode-width",
1107]
1108
1109[[package]]
Ivan Lozano57e660e2021-08-20 09:58:42 -04001110name = "tinytemplate"
David LeGare57dccb52022-03-01 18:55:00 +00001111version = "1.2.1"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001112source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +00001113checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001114dependencies = [
1115 "serde",
1116 "serde_json",
1117]
1118
1119[[package]]
1120name = "tokio"
David LeGare57dccb52022-03-01 18:55:00 +00001121version = "0.2.25"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001122source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +00001123checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001124dependencies = [
1125 "bytes 0.5.6",
1126 "lazy_static",
1127 "memchr",
1128 "mio",
David LeGare57dccb52022-03-01 18:55:00 +00001129 "pin-project-lite 0.1.12",
Ivan Lozano57e660e2021-08-20 09:58:42 -04001130 "slab",
1131 "tokio-macros 0.2.6",
1132]
1133
1134[[package]]
1135name = "tokio"
David LeGare57dccb52022-03-01 18:55:00 +00001136version = "0.3.7"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001137source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +00001138checksum = "46409491c9375a693ce7032101970a54f8a2010efb77e13f70788f0d84489e39"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001139dependencies = [
1140 "autocfg",
1141 "num_cpus",
David LeGare57dccb52022-03-01 18:55:00 +00001142 "pin-project-lite 0.2.7",
Ivan Lozano57e660e2021-08-20 09:58:42 -04001143 "slab",
1144 "tokio-macros 0.3.2",
1145]
1146
1147[[package]]
1148name = "tokio"
David LeGare57dccb52022-03-01 18:55:00 +00001149version = "1.12.0"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001150source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +00001151checksum = "c2c2416fdedca8443ae44b4527de1ea633af61d8f7169ffa6e72c5b53d24efcc"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001152dependencies = [
1153 "autocfg",
David LeGare57dccb52022-03-01 18:55:00 +00001154 "bytes 1.1.0",
Ivan Lozano57e660e2021-08-20 09:58:42 -04001155 "memchr",
1156 "num_cpus",
David LeGare57dccb52022-03-01 18:55:00 +00001157 "pin-project-lite 0.2.7",
1158 "tokio-macros 1.5.0",
Ivan Lozano57e660e2021-08-20 09:58:42 -04001159]
1160
1161[[package]]
1162name = "tokio-io"
1163version = "0.1.13"
1164source = "registry+https://github.com/rust-lang/crates.io-index"
1165checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
1166dependencies = [
1167 "bytes 0.4.12",
David LeGare57dccb52022-03-01 18:55:00 +00001168 "futures 0.1.31",
Ivan Lozano57e660e2021-08-20 09:58:42 -04001169 "log",
1170]
1171
1172[[package]]
1173name = "tokio-macros"
1174version = "0.2.6"
1175source = "registry+https://github.com/rust-lang/crates.io-index"
1176checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"
1177dependencies = [
1178 "proc-macro2",
1179 "quote",
1180 "syn",
1181]
1182
1183[[package]]
1184name = "tokio-macros"
1185version = "0.3.2"
1186source = "registry+https://github.com/rust-lang/crates.io-index"
1187checksum = "46dfffa59fc3c8aad216ed61bdc2c263d2b9d87a9c8ac9de0c11a813e51b6db7"
1188dependencies = [
1189 "proc-macro2",
1190 "quote",
1191 "syn",
1192]
1193
1194[[package]]
1195name = "tokio-macros"
David LeGare57dccb52022-03-01 18:55:00 +00001196version = "1.5.0"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001197source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +00001198checksum = "b2dd85aeaba7b68df939bd357c6afb36c87951be9e80bf9c859f2fc3e9fca0fd"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001199dependencies = [
1200 "proc-macro2",
1201 "quote",
1202 "syn",
1203]
1204
1205[[package]]
Ivan Lozano57e660e2021-08-20 09:58:42 -04001206name = "tokio-util"
David LeGare57dccb52022-03-01 18:55:00 +00001207version = "0.6.8"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001208source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +00001209checksum = "08d3725d3efa29485e87311c5b699de63cde14b00ed4d256b8318aa30ca452cd"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001210dependencies = [
David LeGare57dccb52022-03-01 18:55:00 +00001211 "bytes 1.1.0",
Ivan Lozano57e660e2021-08-20 09:58:42 -04001212 "futures-core",
1213 "futures-sink",
1214 "log",
David LeGare57dccb52022-03-01 18:55:00 +00001215 "pin-project-lite 0.2.7",
1216 "tokio 1.12.0",
Ivan Lozano57e660e2021-08-20 09:58:42 -04001217]
1218
1219[[package]]
1220name = "unicode-width"
David LeGare57dccb52022-03-01 18:55:00 +00001221version = "0.1.9"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001222source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +00001223checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001224
1225[[package]]
1226name = "unicode-xid"
David LeGare57dccb52022-03-01 18:55:00 +00001227version = "0.2.2"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001228source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +00001229checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001230
1231[[package]]
David LeGare57dccb52022-03-01 18:55:00 +00001232name = "value-bag"
1233version = "1.0.0-alpha.8"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001234source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +00001235checksum = "79923f7731dc61ebfba3633098bf3ac533bbd35ccd8c57e7088d9a5eebe0263f"
1236dependencies = [
1237 "ctor",
1238 "version_check",
1239]
1240
1241[[package]]
1242name = "version_check"
1243version = "0.9.3"
1244source = "registry+https://github.com/rust-lang/crates.io-index"
1245checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001246
1247[[package]]
1248name = "waker-fn"
1249version = "1.1.0"
1250source = "registry+https://github.com/rust-lang/crates.io-index"
1251checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
1252
1253[[package]]
1254name = "walkdir"
David LeGare57dccb52022-03-01 18:55:00 +00001255version = "2.3.2"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001256source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +00001257checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001258dependencies = [
1259 "same-file",
1260 "winapi 0.3.9",
1261 "winapi-util",
1262]
1263
1264[[package]]
1265name = "wasm-bindgen"
David LeGare57dccb52022-03-01 18:55:00 +00001266version = "0.2.78"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001267source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +00001268checksum = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001269dependencies = [
1270 "cfg-if 1.0.0",
1271 "wasm-bindgen-macro",
1272]
1273
1274[[package]]
1275name = "wasm-bindgen-backend"
David LeGare57dccb52022-03-01 18:55:00 +00001276version = "0.2.78"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001277source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +00001278checksum = "a317bf8f9fba2476b4b2c85ef4c4af8ff39c3c7f0cdfeed4f82c34a880aa837b"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001279dependencies = [
1280 "bumpalo",
1281 "lazy_static",
1282 "log",
1283 "proc-macro2",
1284 "quote",
1285 "syn",
1286 "wasm-bindgen-shared",
1287]
1288
1289[[package]]
1290name = "wasm-bindgen-futures"
David LeGare57dccb52022-03-01 18:55:00 +00001291version = "0.4.28"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001292source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +00001293checksum = "8e8d7523cb1f2a4c96c1317ca690031b714a51cc14e05f712446691f413f5d39"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001294dependencies = [
1295 "cfg-if 1.0.0",
1296 "js-sys",
1297 "wasm-bindgen",
1298 "web-sys",
1299]
1300
1301[[package]]
1302name = "wasm-bindgen-macro"
David LeGare57dccb52022-03-01 18:55:00 +00001303version = "0.2.78"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001304source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +00001305checksum = "d56146e7c495528bf6587663bea13a8eb588d39b36b679d83972e1a2dbbdacf9"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001306dependencies = [
1307 "quote",
1308 "wasm-bindgen-macro-support",
1309]
1310
1311[[package]]
1312name = "wasm-bindgen-macro-support"
David LeGare57dccb52022-03-01 18:55:00 +00001313version = "0.2.78"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001314source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +00001315checksum = "7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001316dependencies = [
1317 "proc-macro2",
1318 "quote",
1319 "syn",
1320 "wasm-bindgen-backend",
1321 "wasm-bindgen-shared",
1322]
1323
1324[[package]]
1325name = "wasm-bindgen-shared"
David LeGare57dccb52022-03-01 18:55:00 +00001326version = "0.2.78"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001327source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +00001328checksum = "0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001329
1330[[package]]
1331name = "web-sys"
David LeGare57dccb52022-03-01 18:55:00 +00001332version = "0.3.55"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001333source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +00001334checksum = "38eb105f1c59d9eaa6b5cdc92b859d85b926e82cb2e0945cd0c9259faa6fe9fb"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001335dependencies = [
1336 "js-sys",
1337 "wasm-bindgen",
1338]
1339
1340[[package]]
David LeGare57dccb52022-03-01 18:55:00 +00001341name = "wepoll-ffi"
1342version = "0.1.2"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001343source = "registry+https://github.com/rust-lang/crates.io-index"
David LeGare57dccb52022-03-01 18:55:00 +00001344checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
Ivan Lozano57e660e2021-08-20 09:58:42 -04001345dependencies = [
1346 "cc",
1347]
1348
1349[[package]]
1350name = "winapi"
1351version = "0.2.8"
1352source = "registry+https://github.com/rust-lang/crates.io-index"
1353checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
1354
1355[[package]]
1356name = "winapi"
1357version = "0.3.9"
1358source = "registry+https://github.com/rust-lang/crates.io-index"
1359checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1360dependencies = [
1361 "winapi-i686-pc-windows-gnu",
1362 "winapi-x86_64-pc-windows-gnu",
1363]
1364
1365[[package]]
1366name = "winapi-build"
1367version = "0.1.1"
1368source = "registry+https://github.com/rust-lang/crates.io-index"
1369checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
1370
1371[[package]]
1372name = "winapi-i686-pc-windows-gnu"
1373version = "0.4.0"
1374source = "registry+https://github.com/rust-lang/crates.io-index"
1375checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1376
1377[[package]]
1378name = "winapi-util"
1379version = "0.1.5"
1380source = "registry+https://github.com/rust-lang/crates.io-index"
1381checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1382dependencies = [
1383 "winapi 0.3.9",
1384]
1385
1386[[package]]
1387name = "winapi-x86_64-pc-windows-gnu"
1388version = "0.4.0"
1389source = "registry+https://github.com/rust-lang/crates.io-index"
1390checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1391
1392[[package]]
1393name = "ws2_32-sys"
1394version = "0.2.1"
1395source = "registry+https://github.com/rust-lang/crates.io-index"
1396checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
1397dependencies = [
1398 "winapi 0.2.8",
1399 "winapi-build",
1400]