/ Cargo.lock
Cargo.lock
  1  # This file is automatically @generated by Cargo.
  2  # It is not intended for manual editing.
  3  version = 3
  4  
  5  [[package]]
  6  name = "amplify"
  7  version = "4.0.0"
  8  source = "registry+https://github.com/rust-lang/crates.io-index"
  9  checksum = "f26966af46e0d200e8bf2b7f16230997c1c3f2d141bc27ccc091c012ed527b58"
 10  dependencies = [
 11   "amplify_derive",
 12   "amplify_num",
 13   "ascii",
 14   "wasm-bindgen",
 15  ]
 16  
 17  [[package]]
 18  name = "amplify_derive"
 19  version = "3.0.0"
 20  source = "registry+https://github.com/rust-lang/crates.io-index"
 21  checksum = "580f12b79a9e10cfa8d2515128d83a53f387e290096a75904c92b8a2a4d542a6"
 22  dependencies = [
 23   "amplify_syn",
 24   "proc-macro2",
 25   "quote",
 26   "syn",
 27  ]
 28  
 29  [[package]]
 30  name = "amplify_num"
 31  version = "0.5.0"
 32  source = "registry+https://github.com/rust-lang/crates.io-index"
 33  checksum = "ddce3bc63e807ea02065e8d8b702695f3d302ae4158baddff8b0ce5c73947251"
 34  
 35  [[package]]
 36  name = "amplify_syn"
 37  version = "2.0.0"
 38  source = "registry+https://github.com/rust-lang/crates.io-index"
 39  checksum = "29b08d74fda406d5a94abfdcdb91ba13bb06562ccf0a4581867fa924ca242b01"
 40  dependencies = [
 41   "proc-macro2",
 42   "quote",
 43   "syn",
 44  ]
 45  
 46  [[package]]
 47  name = "ascii"
 48  version = "1.1.0"
 49  source = "registry+https://github.com/rust-lang/crates.io-index"
 50  checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
 51  
 52  [[package]]
 53  name = "autocfg"
 54  version = "1.1.0"
 55  source = "registry+https://github.com/rust-lang/crates.io-index"
 56  checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
 57  
 58  [[package]]
 59  name = "bitflags"
 60  version = "1.3.2"
 61  source = "registry+https://github.com/rust-lang/crates.io-index"
 62  checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 63  
 64  [[package]]
 65  name = "bumpalo"
 66  version = "3.12.0"
 67  source = "registry+https://github.com/rust-lang/crates.io-index"
 68  checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
 69  
 70  [[package]]
 71  name = "cfg-if"
 72  version = "1.0.0"
 73  source = "registry+https://github.com/rust-lang/crates.io-index"
 74  checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 75  
 76  [[package]]
 77  name = "concurrent-queue"
 78  version = "2.2.0"
 79  source = "registry+https://github.com/rust-lang/crates.io-index"
 80  checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c"
 81  dependencies = [
 82   "crossbeam-utils",
 83  ]
 84  
 85  [[package]]
 86  name = "crossbeam-channel"
 87  version = "0.5.8"
 88  source = "registry+https://github.com/rust-lang/crates.io-index"
 89  checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
 90  dependencies = [
 91   "cfg-if",
 92   "crossbeam-utils",
 93  ]
 94  
 95  [[package]]
 96  name = "crossbeam-utils"
 97  version = "0.8.15"
 98  source = "registry+https://github.com/rust-lang/crates.io-index"
 99  checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
100  dependencies = [
101   "cfg-if",
102  ]
103  
104  [[package]]
105  name = "ctor"
106  version = "0.1.26"
107  source = "registry+https://github.com/rust-lang/crates.io-index"
108  checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
109  dependencies = [
110   "quote",
111   "syn",
112  ]
113  
114  [[package]]
115  name = "io-reactor"
116  version = "0.2.1"
117  dependencies = [
118   "amplify",
119   "crossbeam-channel",
120   "libc",
121   "log",
122   "mio",
123   "polling",
124   "popol",
125  ]
126  
127  [[package]]
128  name = "libc"
129  version = "0.2.141"
130  source = "registry+https://github.com/rust-lang/crates.io-index"
131  checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5"
132  
133  [[package]]
134  name = "log"
135  version = "0.4.17"
136  source = "registry+https://github.com/rust-lang/crates.io-index"
137  checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
138  dependencies = [
139   "cfg-if",
140   "value-bag",
141  ]
142  
143  [[package]]
144  name = "mio"
145  version = "0.8.6"
146  source = "registry+https://github.com/rust-lang/crates.io-index"
147  checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
148  dependencies = [
149   "libc",
150   "log",
151   "wasi",
152   "windows-sys 0.45.0",
153  ]
154  
155  [[package]]
156  name = "once_cell"
157  version = "1.17.1"
158  source = "registry+https://github.com/rust-lang/crates.io-index"
159  checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
160  
161  [[package]]
162  name = "pin-project-lite"
163  version = "0.2.9"
164  source = "registry+https://github.com/rust-lang/crates.io-index"
165  checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
166  
167  [[package]]
168  name = "polling"
169  version = "2.7.0"
170  source = "registry+https://github.com/rust-lang/crates.io-index"
171  checksum = "4be1c66a6add46bff50935c313dae30a5030cf8385c5206e8a95e9e9def974aa"
172  dependencies = [
173   "autocfg",
174   "bitflags",
175   "cfg-if",
176   "concurrent-queue",
177   "libc",
178   "log",
179   "pin-project-lite",
180   "windows-sys 0.48.0",
181  ]
182  
183  [[package]]
184  name = "popol"
185  version = "3.0.0"
186  source = "registry+https://github.com/rust-lang/crates.io-index"
187  checksum = "93406933502e4446250941cf95d5e62851feb62a25b742acf7ffce96755c53e3"
188  dependencies = [
189   "libc",
190  ]
191  
192  [[package]]
193  name = "proc-macro2"
194  version = "1.0.56"
195  source = "registry+https://github.com/rust-lang/crates.io-index"
196  checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
197  dependencies = [
198   "unicode-ident",
199  ]
200  
201  [[package]]
202  name = "quote"
203  version = "1.0.26"
204  source = "registry+https://github.com/rust-lang/crates.io-index"
205  checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
206  dependencies = [
207   "proc-macro2",
208  ]
209  
210  [[package]]
211  name = "syn"
212  version = "1.0.109"
213  source = "registry+https://github.com/rust-lang/crates.io-index"
214  checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
215  dependencies = [
216   "proc-macro2",
217   "quote",
218   "unicode-ident",
219  ]
220  
221  [[package]]
222  name = "unicode-ident"
223  version = "1.0.8"
224  source = "registry+https://github.com/rust-lang/crates.io-index"
225  checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
226  
227  [[package]]
228  name = "value-bag"
229  version = "1.0.0-alpha.9"
230  source = "registry+https://github.com/rust-lang/crates.io-index"
231  checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"
232  dependencies = [
233   "ctor",
234   "version_check",
235  ]
236  
237  [[package]]
238  name = "version_check"
239  version = "0.9.4"
240  source = "registry+https://github.com/rust-lang/crates.io-index"
241  checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
242  
243  [[package]]
244  name = "wasi"
245  version = "0.11.0+wasi-snapshot-preview1"
246  source = "registry+https://github.com/rust-lang/crates.io-index"
247  checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
248  
249  [[package]]
250  name = "wasm-bindgen"
251  version = "0.2.84"
252  source = "registry+https://github.com/rust-lang/crates.io-index"
253  checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
254  dependencies = [
255   "cfg-if",
256   "wasm-bindgen-macro",
257  ]
258  
259  [[package]]
260  name = "wasm-bindgen-backend"
261  version = "0.2.84"
262  source = "registry+https://github.com/rust-lang/crates.io-index"
263  checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
264  dependencies = [
265   "bumpalo",
266   "log",
267   "once_cell",
268   "proc-macro2",
269   "quote",
270   "syn",
271   "wasm-bindgen-shared",
272  ]
273  
274  [[package]]
275  name = "wasm-bindgen-macro"
276  version = "0.2.84"
277  source = "registry+https://github.com/rust-lang/crates.io-index"
278  checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
279  dependencies = [
280   "quote",
281   "wasm-bindgen-macro-support",
282  ]
283  
284  [[package]]
285  name = "wasm-bindgen-macro-support"
286  version = "0.2.84"
287  source = "registry+https://github.com/rust-lang/crates.io-index"
288  checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
289  dependencies = [
290   "proc-macro2",
291   "quote",
292   "syn",
293   "wasm-bindgen-backend",
294   "wasm-bindgen-shared",
295  ]
296  
297  [[package]]
298  name = "wasm-bindgen-shared"
299  version = "0.2.84"
300  source = "registry+https://github.com/rust-lang/crates.io-index"
301  checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
302  
303  [[package]]
304  name = "windows-sys"
305  version = "0.45.0"
306  source = "registry+https://github.com/rust-lang/crates.io-index"
307  checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
308  dependencies = [
309   "windows-targets 0.42.1",
310  ]
311  
312  [[package]]
313  name = "windows-sys"
314  version = "0.48.0"
315  source = "registry+https://github.com/rust-lang/crates.io-index"
316  checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
317  dependencies = [
318   "windows-targets 0.48.0",
319  ]
320  
321  [[package]]
322  name = "windows-targets"
323  version = "0.42.1"
324  source = "registry+https://github.com/rust-lang/crates.io-index"
325  checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
326  dependencies = [
327   "windows_aarch64_gnullvm 0.42.2",
328   "windows_aarch64_msvc 0.42.2",
329   "windows_i686_gnu 0.42.2",
330   "windows_i686_msvc 0.42.2",
331   "windows_x86_64_gnu 0.42.2",
332   "windows_x86_64_gnullvm 0.42.2",
333   "windows_x86_64_msvc 0.42.2",
334  ]
335  
336  [[package]]
337  name = "windows-targets"
338  version = "0.48.0"
339  source = "registry+https://github.com/rust-lang/crates.io-index"
340  checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
341  dependencies = [
342   "windows_aarch64_gnullvm 0.48.0",
343   "windows_aarch64_msvc 0.48.0",
344   "windows_i686_gnu 0.48.0",
345   "windows_i686_msvc 0.48.0",
346   "windows_x86_64_gnu 0.48.0",
347   "windows_x86_64_gnullvm 0.48.0",
348   "windows_x86_64_msvc 0.48.0",
349  ]
350  
351  [[package]]
352  name = "windows_aarch64_gnullvm"
353  version = "0.42.2"
354  source = "registry+https://github.com/rust-lang/crates.io-index"
355  checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
356  
357  [[package]]
358  name = "windows_aarch64_gnullvm"
359  version = "0.48.0"
360  source = "registry+https://github.com/rust-lang/crates.io-index"
361  checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
362  
363  [[package]]
364  name = "windows_aarch64_msvc"
365  version = "0.42.2"
366  source = "registry+https://github.com/rust-lang/crates.io-index"
367  checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
368  
369  [[package]]
370  name = "windows_aarch64_msvc"
371  version = "0.48.0"
372  source = "registry+https://github.com/rust-lang/crates.io-index"
373  checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
374  
375  [[package]]
376  name = "windows_i686_gnu"
377  version = "0.42.2"
378  source = "registry+https://github.com/rust-lang/crates.io-index"
379  checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
380  
381  [[package]]
382  name = "windows_i686_gnu"
383  version = "0.48.0"
384  source = "registry+https://github.com/rust-lang/crates.io-index"
385  checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
386  
387  [[package]]
388  name = "windows_i686_msvc"
389  version = "0.42.2"
390  source = "registry+https://github.com/rust-lang/crates.io-index"
391  checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
392  
393  [[package]]
394  name = "windows_i686_msvc"
395  version = "0.48.0"
396  source = "registry+https://github.com/rust-lang/crates.io-index"
397  checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
398  
399  [[package]]
400  name = "windows_x86_64_gnu"
401  version = "0.42.2"
402  source = "registry+https://github.com/rust-lang/crates.io-index"
403  checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
404  
405  [[package]]
406  name = "windows_x86_64_gnu"
407  version = "0.48.0"
408  source = "registry+https://github.com/rust-lang/crates.io-index"
409  checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
410  
411  [[package]]
412  name = "windows_x86_64_gnullvm"
413  version = "0.42.2"
414  source = "registry+https://github.com/rust-lang/crates.io-index"
415  checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
416  
417  [[package]]
418  name = "windows_x86_64_gnullvm"
419  version = "0.48.0"
420  source = "registry+https://github.com/rust-lang/crates.io-index"
421  checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
422  
423  [[package]]
424  name = "windows_x86_64_msvc"
425  version = "0.42.2"
426  source = "registry+https://github.com/rust-lang/crates.io-index"
427  checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
428  
429  [[package]]
430  name = "windows_x86_64_msvc"
431  version = "0.48.0"
432  source = "registry+https://github.com/rust-lang/crates.io-index"
433  checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"