aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock341
1 files changed, 341 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
new file mode 100644
index 0000000..85a4b2c
--- /dev/null
+++ b/Cargo.lock
@@ -0,0 +1,341 @@
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "autocfg"
7version = "1.0.1"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
10
11[[package]]
12name = "bumpalo"
13version = "3.7.0"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631"
16
17[[package]]
18name = "cbitset"
19version = "0.2.0"
20source = "registry+https://github.com/rust-lang/crates.io-index"
21checksum = "29b6ad25ae296159fb0da12b970b2fe179b234584d7cd294c891e2bbb284466b"
22dependencies = [
23 "num-traits",
24]
25
26[[package]]
27name = "cfg-if"
28version = "0.1.10"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
31
32[[package]]
33name = "cfg-if"
34version = "1.0.0"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
37
38[[package]]
39name = "console_error_panic_hook"
40version = "0.1.6"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "b8d976903543e0c48546a91908f21588a680a8c8f984df9a5d69feccb2b2a211"
43dependencies = [
44 "cfg-if 0.1.10",
45 "wasm-bindgen",
46]
47
48[[package]]
49name = "countme"
50version = "2.0.4"
51source = "registry+https://github.com/rust-lang/crates.io-index"
52checksum = "328b822bdcba4d4e402be8d9adb6eebf269f969f8eadef977a553ff3c4fbcb58"
53
54[[package]]
55name = "cstea"
56version = "0.1.0"
57dependencies = [
58 "console_error_panic_hook",
59 "js-sys",
60 "rnix",
61 "wasm-bindgen",
62 "wasm-bindgen-test",
63 "wee_alloc",
64]
65
66[[package]]
67name = "hashbrown"
68version = "0.9.1"
69source = "registry+https://github.com/rust-lang/crates.io-index"
70checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
71
72[[package]]
73name = "js-sys"
74version = "0.3.51"
75source = "registry+https://github.com/rust-lang/crates.io-index"
76checksum = "83bdfbace3a0e81a4253f73b49e960b053e396a11012cbd49b9b74d6a2b67062"
77dependencies = [
78 "wasm-bindgen",
79]
80
81[[package]]
82name = "lazy_static"
83version = "1.4.0"
84source = "registry+https://github.com/rust-lang/crates.io-index"
85checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
86
87[[package]]
88name = "libc"
89version = "0.2.97"
90source = "registry+https://github.com/rust-lang/crates.io-index"
91checksum = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6"
92
93[[package]]
94name = "log"
95version = "0.4.14"
96source = "registry+https://github.com/rust-lang/crates.io-index"
97checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
98dependencies = [
99 "cfg-if 1.0.0",
100]
101
102[[package]]
103name = "memoffset"
104version = "0.6.4"
105source = "registry+https://github.com/rust-lang/crates.io-index"
106checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"
107dependencies = [
108 "autocfg",
109]
110
111[[package]]
112name = "memory_units"
113version = "0.4.0"
114source = "registry+https://github.com/rust-lang/crates.io-index"
115checksum = "8452105ba047068f40ff7093dd1d9da90898e63dd61736462e9cdda6a90ad3c3"
116
117[[package]]
118name = "num-traits"
119version = "0.2.14"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
122dependencies = [
123 "autocfg",
124]
125
126[[package]]
127name = "proc-macro2"
128version = "1.0.27"
129source = "registry+https://github.com/rust-lang/crates.io-index"
130checksum = "f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038"
131dependencies = [
132 "unicode-xid",
133]
134
135[[package]]
136name = "quote"
137version = "1.0.9"
138source = "registry+https://github.com/rust-lang/crates.io-index"
139checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
140dependencies = [
141 "proc-macro2",
142]
143
144[[package]]
145name = "rnix"
146version = "0.9.0"
147source = "registry+https://github.com/rust-lang/crates.io-index"
148checksum = "1b37f8af07a0354606141df076458660af7e22238e4117a041c21c548080addd"
149dependencies = [
150 "cbitset",
151 "rowan",
152 "smol_str",
153]
154
155[[package]]
156name = "rowan"
157version = "0.12.6"
158source = "registry+https://github.com/rust-lang/crates.io-index"
159checksum = "a1b36e449f3702f3b0c821411db1cbdf30fb451726a9456dce5dabcd44420043"
160dependencies = [
161 "countme",
162 "hashbrown",
163 "memoffset",
164 "rustc-hash",
165 "text-size",
166]
167
168[[package]]
169name = "rustc-hash"
170version = "1.1.0"
171source = "registry+https://github.com/rust-lang/crates.io-index"
172checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
173
174[[package]]
175name = "scoped-tls"
176version = "1.0.0"
177source = "registry+https://github.com/rust-lang/crates.io-index"
178checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
179
180[[package]]
181name = "smol_str"
182version = "0.1.17"
183source = "registry+https://github.com/rust-lang/crates.io-index"
184checksum = "6ca0f7ce3a29234210f0f4f0b56f8be2e722488b95cb522077943212da3b32eb"
185
186[[package]]
187name = "syn"
188version = "1.0.73"
189source = "registry+https://github.com/rust-lang/crates.io-index"
190checksum = "f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7"
191dependencies = [
192 "proc-macro2",
193 "quote",
194 "unicode-xid",
195]
196
197[[package]]
198name = "text-size"
199version = "1.1.0"
200source = "registry+https://github.com/rust-lang/crates.io-index"
201checksum = "288cb548dbe72b652243ea797201f3d481a0609a967980fcc5b2315ea811560a"
202
203[[package]]
204name = "unicode-xid"
205version = "0.2.2"
206source = "registry+https://github.com/rust-lang/crates.io-index"
207checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
208
209[[package]]
210name = "wasm-bindgen"
211version = "0.2.74"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "d54ee1d4ed486f78874278e63e4069fc1ab9f6a18ca492076ffb90c5eb2997fd"
214dependencies = [
215 "cfg-if 1.0.0",
216 "wasm-bindgen-macro",
217]
218
219[[package]]
220name = "wasm-bindgen-backend"
221version = "0.2.74"
222source = "registry+https://github.com/rust-lang/crates.io-index"
223checksum = "3b33f6a0694ccfea53d94db8b2ed1c3a8a4c86dd936b13b9f0a15ec4a451b900"
224dependencies = [
225 "bumpalo",
226 "lazy_static",
227 "log",
228 "proc-macro2",
229 "quote",
230 "syn",
231 "wasm-bindgen-shared",
232]
233
234[[package]]
235name = "wasm-bindgen-futures"
236version = "0.4.24"
237source = "registry+https://github.com/rust-lang/crates.io-index"
238checksum = "5fba7978c679d53ce2d0ac80c8c175840feb849a161664365d1287b41f2e67f1"
239dependencies = [
240 "cfg-if 1.0.0",
241 "js-sys",
242 "wasm-bindgen",
243 "web-sys",
244]
245
246[[package]]
247name = "wasm-bindgen-macro"
248version = "0.2.74"
249source = "registry+https://github.com/rust-lang/crates.io-index"
250checksum = "088169ca61430fe1e58b8096c24975251700e7b1f6fd91cc9d59b04fb9b18bd4"
251dependencies = [
252 "quote",
253 "wasm-bindgen-macro-support",
254]
255
256[[package]]
257name = "wasm-bindgen-macro-support"
258version = "0.2.74"
259source = "registry+https://github.com/rust-lang/crates.io-index"
260checksum = "be2241542ff3d9f241f5e2cb6dd09b37efe786df8851c54957683a49f0987a97"
261dependencies = [
262 "proc-macro2",
263 "quote",
264 "syn",
265 "wasm-bindgen-backend",
266 "wasm-bindgen-shared",
267]
268
269[[package]]
270name = "wasm-bindgen-shared"
271version = "0.2.74"
272source = "registry+https://github.com/rust-lang/crates.io-index"
273checksum = "d7cff876b8f18eed75a66cf49b65e7f967cb354a7aa16003fb55dbfd25b44b4f"
274
275[[package]]
276name = "wasm-bindgen-test"
277version = "0.3.24"
278source = "registry+https://github.com/rust-lang/crates.io-index"
279checksum = "8cab416a9b970464c2882ed92d55b0c33046b08e0bdc9d59b3b718acd4e1bae8"
280dependencies = [
281 "console_error_panic_hook",
282 "js-sys",
283 "scoped-tls",
284 "wasm-bindgen",
285 "wasm-bindgen-futures",
286 "wasm-bindgen-test-macro",
287]
288
289[[package]]
290name = "wasm-bindgen-test-macro"
291version = "0.3.24"
292source = "registry+https://github.com/rust-lang/crates.io-index"
293checksum = "dd4543fc6cf3541ef0d98bf720104cc6bd856d7eba449fd2aa365ef4fed0e782"
294dependencies = [
295 "proc-macro2",
296 "quote",
297]
298
299[[package]]
300name = "web-sys"
301version = "0.3.51"
302source = "registry+https://github.com/rust-lang/crates.io-index"
303checksum = "e828417b379f3df7111d3a2a9e5753706cae29c41f7c4029ee9fd77f3e09e582"
304dependencies = [
305 "js-sys",
306 "wasm-bindgen",
307]
308
309[[package]]
310name = "wee_alloc"
311version = "0.4.5"
312source = "registry+https://github.com/rust-lang/crates.io-index"
313checksum = "dbb3b5a6b2bb17cb6ad44a2e68a43e8d2722c997da10e928665c72ec6c0a0b8e"
314dependencies = [
315 "cfg-if 0.1.10",
316 "libc",
317 "memory_units",
318 "winapi",
319]
320
321[[package]]
322name = "winapi"
323version = "0.3.9"
324source = "registry+https://github.com/rust-lang/crates.io-index"
325checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
326dependencies = [
327 "winapi-i686-pc-windows-gnu",
328 "winapi-x86_64-pc-windows-gnu",
329]
330
331[[package]]
332name = "winapi-i686-pc-windows-gnu"
333version = "0.4.0"
334source = "registry+https://github.com/rust-lang/crates.io-index"
335checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
336
337[[package]]
338name = "winapi-x86_64-pc-windows-gnu"
339version = "0.4.0"
340source = "registry+https://github.com/rust-lang/crates.io-index"
341checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"