y-rb 0.1.4.alpha.6-x86_64-linux-musl → 0.1.5-x86_64-linux-musl

Sign up to get free protection for your applications and to get access to all the features.
data/ext/yrb/Cargo.lock DELETED
@@ -1,528 +0,0 @@
1
- # This file is automatically @generated by Cargo.
2
- # It is not intended for manual editing.
3
- version = 3
4
-
5
- [[package]]
6
- name = "aho-corasick"
7
- version = "0.7.18"
8
- source = "registry+https://github.com/rust-lang/crates.io-index"
9
- checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
10
- dependencies = [
11
- "memchr",
12
- ]
13
-
14
- [[package]]
15
- name = "bindgen"
16
- version = "0.60.1"
17
- source = "registry+https://github.com/rust-lang/crates.io-index"
18
- checksum = "062dddbc1ba4aca46de6338e2bf87771414c335f7b2f2036e8f3e9befebf88e6"
19
- dependencies = [
20
- "bitflags",
21
- "cexpr",
22
- "clang-sys",
23
- "lazy_static",
24
- "lazycell",
25
- "peeking_take_while",
26
- "proc-macro2",
27
- "quote",
28
- "regex",
29
- "rustc-hash",
30
- "shlex",
31
- ]
32
-
33
- [[package]]
34
- name = "bitflags"
35
- version = "1.3.2"
36
- source = "registry+https://github.com/rust-lang/crates.io-index"
37
- checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
38
-
39
- [[package]]
40
- name = "bumpalo"
41
- version = "3.10.0"
42
- source = "registry+https://github.com/rust-lang/crates.io-index"
43
- checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3"
44
-
45
- [[package]]
46
- name = "cexpr"
47
- version = "0.6.0"
48
- source = "registry+https://github.com/rust-lang/crates.io-index"
49
- checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
50
- dependencies = [
51
- "nom",
52
- ]
53
-
54
- [[package]]
55
- name = "cfg-if"
56
- version = "1.0.0"
57
- source = "registry+https://github.com/rust-lang/crates.io-index"
58
- checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
59
-
60
- [[package]]
61
- name = "clang-sys"
62
- version = "1.3.3"
63
- source = "registry+https://github.com/rust-lang/crates.io-index"
64
- checksum = "5a050e2153c5be08febd6734e29298e844fdb0fa21aeddd63b4eb7baa106c69b"
65
- dependencies = [
66
- "glob",
67
- "libc",
68
- "libloading",
69
- ]
70
-
71
- [[package]]
72
- name = "darling"
73
- version = "0.13.4"
74
- source = "registry+https://github.com/rust-lang/crates.io-index"
75
- checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
76
- dependencies = [
77
- "darling_core",
78
- "darling_macro",
79
- ]
80
-
81
- [[package]]
82
- name = "darling_core"
83
- version = "0.13.4"
84
- source = "registry+https://github.com/rust-lang/crates.io-index"
85
- checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
86
- dependencies = [
87
- "fnv",
88
- "ident_case",
89
- "proc-macro2",
90
- "quote",
91
- "strsim",
92
- "syn",
93
- ]
94
-
95
- [[package]]
96
- name = "darling_macro"
97
- version = "0.13.4"
98
- source = "registry+https://github.com/rust-lang/crates.io-index"
99
- checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
100
- dependencies = [
101
- "darling_core",
102
- "quote",
103
- "syn",
104
- ]
105
-
106
- [[package]]
107
- name = "fnv"
108
- version = "1.0.7"
109
- source = "registry+https://github.com/rust-lang/crates.io-index"
110
- checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
111
-
112
- [[package]]
113
- name = "getrandom"
114
- version = "0.1.16"
115
- source = "registry+https://github.com/rust-lang/crates.io-index"
116
- checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
117
- dependencies = [
118
- "cfg-if",
119
- "js-sys",
120
- "libc",
121
- "wasi",
122
- "wasm-bindgen",
123
- ]
124
-
125
- [[package]]
126
- name = "glob"
127
- version = "0.3.0"
128
- source = "registry+https://github.com/rust-lang/crates.io-index"
129
- checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
130
-
131
- [[package]]
132
- name = "ident_case"
133
- version = "1.0.1"
134
- source = "registry+https://github.com/rust-lang/crates.io-index"
135
- checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
136
-
137
- [[package]]
138
- name = "js-sys"
139
- version = "0.3.58"
140
- source = "registry+https://github.com/rust-lang/crates.io-index"
141
- checksum = "c3fac17f7123a73ca62df411b1bf727ccc805daa070338fda671c86dac1bdc27"
142
- dependencies = [
143
- "wasm-bindgen",
144
- ]
145
-
146
- [[package]]
147
- name = "lazy_static"
148
- version = "1.4.0"
149
- source = "registry+https://github.com/rust-lang/crates.io-index"
150
- checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
151
-
152
- [[package]]
153
- name = "lazycell"
154
- version = "1.3.0"
155
- source = "registry+https://github.com/rust-lang/crates.io-index"
156
- checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
157
-
158
- [[package]]
159
- name = "lib0"
160
- version = "0.11.2"
161
- source = "registry+https://github.com/rust-lang/crates.io-index"
162
- checksum = "cb83a90e2a0beb4a6c5ffd6ddc24afab7b1340f5615d6050987f311e850724e2"
163
- dependencies = [
164
- "thiserror",
165
- ]
166
-
167
- [[package]]
168
- name = "libc"
169
- version = "0.2.126"
170
- source = "registry+https://github.com/rust-lang/crates.io-index"
171
- checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
172
-
173
- [[package]]
174
- name = "libloading"
175
- version = "0.7.3"
176
- source = "registry+https://github.com/rust-lang/crates.io-index"
177
- checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
178
- dependencies = [
179
- "cfg-if",
180
- "winapi",
181
- ]
182
-
183
- [[package]]
184
- name = "linkify"
185
- version = "0.9.0"
186
- source = "registry+https://github.com/rust-lang/crates.io-index"
187
- checksum = "96dd5884008358112bc66093362197c7248ece00d46624e2cf71e50029f8cff5"
188
- dependencies = [
189
- "memchr",
190
- ]
191
-
192
- [[package]]
193
- name = "log"
194
- version = "0.4.17"
195
- source = "registry+https://github.com/rust-lang/crates.io-index"
196
- checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
197
- dependencies = [
198
- "cfg-if",
199
- ]
200
-
201
- [[package]]
202
- name = "magnus"
203
- version = "0.3.2"
204
- source = "git+https://github.com/matsadler/magnus#cc852bfa31992d882d42509b1165eb5f67f9dc2c"
205
- dependencies = [
206
- "magnus-macros",
207
- "rb-sys",
208
- ]
209
-
210
- [[package]]
211
- name = "magnus-macros"
212
- version = "0.1.0"
213
- source = "git+https://github.com/matsadler/magnus#cc852bfa31992d882d42509b1165eb5f67f9dc2c"
214
- dependencies = [
215
- "darling",
216
- "proc-macro2",
217
- "quote",
218
- "syn",
219
- ]
220
-
221
- [[package]]
222
- name = "memchr"
223
- version = "2.5.0"
224
- source = "registry+https://github.com/rust-lang/crates.io-index"
225
- checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
226
-
227
- [[package]]
228
- name = "minimal-lexical"
229
- version = "0.2.1"
230
- source = "registry+https://github.com/rust-lang/crates.io-index"
231
- checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
232
-
233
- [[package]]
234
- name = "nom"
235
- version = "7.1.1"
236
- source = "registry+https://github.com/rust-lang/crates.io-index"
237
- checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
238
- dependencies = [
239
- "memchr",
240
- "minimal-lexical",
241
- ]
242
-
243
- [[package]]
244
- name = "peeking_take_while"
245
- version = "0.1.2"
246
- source = "registry+https://github.com/rust-lang/crates.io-index"
247
- checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
248
-
249
- [[package]]
250
- name = "ppv-lite86"
251
- version = "0.2.16"
252
- source = "registry+https://github.com/rust-lang/crates.io-index"
253
- checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
254
-
255
- [[package]]
256
- name = "proc-macro2"
257
- version = "1.0.41"
258
- source = "registry+https://github.com/rust-lang/crates.io-index"
259
- checksum = "cdcc2916cde080c1876ff40292a396541241fe0072ef928cd76582e9ea5d60d2"
260
- dependencies = [
261
- "unicode-ident",
262
- ]
263
-
264
- [[package]]
265
- name = "quote"
266
- version = "1.0.20"
267
- source = "registry+https://github.com/rust-lang/crates.io-index"
268
- checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"
269
- dependencies = [
270
- "proc-macro2",
271
- ]
272
-
273
- [[package]]
274
- name = "rand"
275
- version = "0.7.3"
276
- source = "registry+https://github.com/rust-lang/crates.io-index"
277
- checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
278
- dependencies = [
279
- "getrandom",
280
- "libc",
281
- "rand_chacha",
282
- "rand_core",
283
- "rand_hc",
284
- ]
285
-
286
- [[package]]
287
- name = "rand_chacha"
288
- version = "0.2.2"
289
- source = "registry+https://github.com/rust-lang/crates.io-index"
290
- checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
291
- dependencies = [
292
- "ppv-lite86",
293
- "rand_core",
294
- ]
295
-
296
- [[package]]
297
- name = "rand_core"
298
- version = "0.5.1"
299
- source = "registry+https://github.com/rust-lang/crates.io-index"
300
- checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
301
- dependencies = [
302
- "getrandom",
303
- ]
304
-
305
- [[package]]
306
- name = "rand_hc"
307
- version = "0.2.0"
308
- source = "registry+https://github.com/rust-lang/crates.io-index"
309
- checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
310
- dependencies = [
311
- "rand_core",
312
- ]
313
-
314
- [[package]]
315
- name = "rb-sys"
316
- version = "0.9.30"
317
- source = "registry+https://github.com/rust-lang/crates.io-index"
318
- checksum = "24b22a374fc2e92eb6f49d7efe4eb7663655c6e9455d9259ed3342cc1599da85"
319
- dependencies = [
320
- "bindgen",
321
- "linkify",
322
- "rb-sys-build",
323
- ]
324
-
325
- [[package]]
326
- name = "rb-sys-build"
327
- version = "0.9.30"
328
- source = "registry+https://github.com/rust-lang/crates.io-index"
329
- checksum = "3cd23b6dd929b7d50ccb35a6d3aa77dec364328ab9cb304dd32c629332491671"
330
- dependencies = [
331
- "regex",
332
- "shell-words",
333
- ]
334
-
335
- [[package]]
336
- name = "regex"
337
- version = "1.6.0"
338
- source = "registry+https://github.com/rust-lang/crates.io-index"
339
- checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
340
- dependencies = [
341
- "aho-corasick",
342
- "memchr",
343
- "regex-syntax",
344
- ]
345
-
346
- [[package]]
347
- name = "regex-syntax"
348
- version = "0.6.27"
349
- source = "registry+https://github.com/rust-lang/crates.io-index"
350
- checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
351
-
352
- [[package]]
353
- name = "rustc-hash"
354
- version = "1.1.0"
355
- source = "registry+https://github.com/rust-lang/crates.io-index"
356
- checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
357
-
358
- [[package]]
359
- name = "shell-words"
360
- version = "1.1.0"
361
- source = "registry+https://github.com/rust-lang/crates.io-index"
362
- checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
363
-
364
- [[package]]
365
- name = "shlex"
366
- version = "1.1.0"
367
- source = "registry+https://github.com/rust-lang/crates.io-index"
368
- checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
369
-
370
- [[package]]
371
- name = "smallstr"
372
- version = "0.2.0"
373
- source = "registry+https://github.com/rust-lang/crates.io-index"
374
- checksum = "1e922794d168678729ffc7e07182721a14219c65814e66e91b839a272fe5ae4f"
375
- dependencies = [
376
- "smallvec",
377
- ]
378
-
379
- [[package]]
380
- name = "smallvec"
381
- version = "1.9.0"
382
- source = "registry+https://github.com/rust-lang/crates.io-index"
383
- checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
384
-
385
- [[package]]
386
- name = "strsim"
387
- version = "0.10.0"
388
- source = "registry+https://github.com/rust-lang/crates.io-index"
389
- checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
390
-
391
- [[package]]
392
- name = "syn"
393
- version = "1.0.98"
394
- source = "registry+https://github.com/rust-lang/crates.io-index"
395
- checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd"
396
- dependencies = [
397
- "proc-macro2",
398
- "quote",
399
- "unicode-ident",
400
- ]
401
-
402
- [[package]]
403
- name = "thiserror"
404
- version = "1.0.31"
405
- source = "registry+https://github.com/rust-lang/crates.io-index"
406
- checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
407
- dependencies = [
408
- "thiserror-impl",
409
- ]
410
-
411
- [[package]]
412
- name = "thiserror-impl"
413
- version = "1.0.31"
414
- source = "registry+https://github.com/rust-lang/crates.io-index"
415
- checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
416
- dependencies = [
417
- "proc-macro2",
418
- "quote",
419
- "syn",
420
- ]
421
-
422
- [[package]]
423
- name = "unicode-ident"
424
- version = "1.0.2"
425
- source = "registry+https://github.com/rust-lang/crates.io-index"
426
- checksum = "15c61ba63f9235225a22310255a29b806b907c9b8c964bcbd0a2c70f3f2deea7"
427
-
428
- [[package]]
429
- name = "wasi"
430
- version = "0.9.0+wasi-snapshot-preview1"
431
- source = "registry+https://github.com/rust-lang/crates.io-index"
432
- checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
433
-
434
- [[package]]
435
- name = "wasm-bindgen"
436
- version = "0.2.81"
437
- source = "registry+https://github.com/rust-lang/crates.io-index"
438
- checksum = "7c53b543413a17a202f4be280a7e5c62a1c69345f5de525ee64f8cfdbc954994"
439
- dependencies = [
440
- "cfg-if",
441
- "wasm-bindgen-macro",
442
- ]
443
-
444
- [[package]]
445
- name = "wasm-bindgen-backend"
446
- version = "0.2.81"
447
- source = "registry+https://github.com/rust-lang/crates.io-index"
448
- checksum = "5491a68ab4500fa6b4d726bd67408630c3dbe9c4fe7bda16d5c82a1fd8c7340a"
449
- dependencies = [
450
- "bumpalo",
451
- "lazy_static",
452
- "log",
453
- "proc-macro2",
454
- "quote",
455
- "syn",
456
- "wasm-bindgen-shared",
457
- ]
458
-
459
- [[package]]
460
- name = "wasm-bindgen-macro"
461
- version = "0.2.81"
462
- source = "registry+https://github.com/rust-lang/crates.io-index"
463
- checksum = "c441e177922bc58f1e12c022624b6216378e5febc2f0533e41ba443d505b80aa"
464
- dependencies = [
465
- "quote",
466
- "wasm-bindgen-macro-support",
467
- ]
468
-
469
- [[package]]
470
- name = "wasm-bindgen-macro-support"
471
- version = "0.2.81"
472
- source = "registry+https://github.com/rust-lang/crates.io-index"
473
- checksum = "7d94ac45fcf608c1f45ef53e748d35660f168490c10b23704c7779ab8f5c3048"
474
- dependencies = [
475
- "proc-macro2",
476
- "quote",
477
- "syn",
478
- "wasm-bindgen-backend",
479
- "wasm-bindgen-shared",
480
- ]
481
-
482
- [[package]]
483
- name = "wasm-bindgen-shared"
484
- version = "0.2.81"
485
- source = "registry+https://github.com/rust-lang/crates.io-index"
486
- checksum = "6a89911bd99e5f3659ec4acf9c4d93b0a90fe4a2a11f15328472058edc5261be"
487
-
488
- [[package]]
489
- name = "winapi"
490
- version = "0.3.9"
491
- source = "registry+https://github.com/rust-lang/crates.io-index"
492
- checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
493
- dependencies = [
494
- "winapi-i686-pc-windows-gnu",
495
- "winapi-x86_64-pc-windows-gnu",
496
- ]
497
-
498
- [[package]]
499
- name = "winapi-i686-pc-windows-gnu"
500
- version = "0.4.0"
501
- source = "registry+https://github.com/rust-lang/crates.io-index"
502
- checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
503
-
504
- [[package]]
505
- name = "winapi-x86_64-pc-windows-gnu"
506
- version = "0.4.0"
507
- source = "registry+https://github.com/rust-lang/crates.io-index"
508
- checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
509
-
510
- [[package]]
511
- name = "yrb"
512
- version = "0.1.3"
513
- dependencies = [
514
- "lib0",
515
- "magnus",
516
- "yrs",
517
- ]
518
-
519
- [[package]]
520
- name = "yrs"
521
- version = "0.11.2"
522
- source = "registry+https://github.com/rust-lang/crates.io-index"
523
- checksum = "fd45a7bd25be78f285276a9054183e5b77cfcce79ecca1beebd0c8816bef32e1"
524
- dependencies = [
525
- "lib0",
526
- "rand",
527
- "smallstr",
528
- ]