xre2 0.2.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,647 @@
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 = "1.1.3"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
10
+ dependencies = [
11
+ "memchr",
12
+ ]
13
+
14
+ [[package]]
15
+ name = "ansi_term"
16
+ version = "0.12.1"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
19
+ dependencies = [
20
+ "winapi",
21
+ ]
22
+
23
+ [[package]]
24
+ name = "atty"
25
+ version = "0.2.14"
26
+ source = "registry+https://github.com/rust-lang/crates.io-index"
27
+ checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
28
+ dependencies = [
29
+ "hermit-abi",
30
+ "libc",
31
+ "winapi",
32
+ ]
33
+
34
+ [[package]]
35
+ name = "bindgen"
36
+ version = "0.59.2"
37
+ source = "registry+https://github.com/rust-lang/crates.io-index"
38
+ checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"
39
+ dependencies = [
40
+ "bitflags 1.3.2",
41
+ "cexpr",
42
+ "clang-sys",
43
+ "clap",
44
+ "env_logger",
45
+ "lazy_static",
46
+ "lazycell",
47
+ "log",
48
+ "peeking_take_while",
49
+ "proc-macro2",
50
+ "quote",
51
+ "regex",
52
+ "rustc-hash",
53
+ "shlex",
54
+ "which",
55
+ ]
56
+
57
+ [[package]]
58
+ name = "bindgen"
59
+ version = "0.69.4"
60
+ source = "registry+https://github.com/rust-lang/crates.io-index"
61
+ checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
62
+ dependencies = [
63
+ "bitflags 2.5.0",
64
+ "cexpr",
65
+ "clang-sys",
66
+ "itertools",
67
+ "lazy_static",
68
+ "lazycell",
69
+ "proc-macro2",
70
+ "quote",
71
+ "regex",
72
+ "rustc-hash",
73
+ "shlex",
74
+ "syn",
75
+ ]
76
+
77
+ [[package]]
78
+ name = "bit-set"
79
+ version = "0.5.3"
80
+ source = "registry+https://github.com/rust-lang/crates.io-index"
81
+ checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
82
+ dependencies = [
83
+ "bit-vec",
84
+ ]
85
+
86
+ [[package]]
87
+ name = "bit-vec"
88
+ version = "0.6.3"
89
+ source = "registry+https://github.com/rust-lang/crates.io-index"
90
+ checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
91
+
92
+ [[package]]
93
+ name = "bitflags"
94
+ version = "1.3.2"
95
+ source = "registry+https://github.com/rust-lang/crates.io-index"
96
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
97
+
98
+ [[package]]
99
+ name = "bitflags"
100
+ version = "2.5.0"
101
+ source = "registry+https://github.com/rust-lang/crates.io-index"
102
+ checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
103
+
104
+ [[package]]
105
+ name = "cc"
106
+ version = "1.0.90"
107
+ source = "registry+https://github.com/rust-lang/crates.io-index"
108
+ checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5"
109
+
110
+ [[package]]
111
+ name = "cexpr"
112
+ version = "0.6.0"
113
+ source = "registry+https://github.com/rust-lang/crates.io-index"
114
+ checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
115
+ dependencies = [
116
+ "nom",
117
+ ]
118
+
119
+ [[package]]
120
+ name = "cfg-if"
121
+ version = "1.0.0"
122
+ source = "registry+https://github.com/rust-lang/crates.io-index"
123
+ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
124
+
125
+ [[package]]
126
+ name = "clang-sys"
127
+ version = "1.7.0"
128
+ source = "registry+https://github.com/rust-lang/crates.io-index"
129
+ checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1"
130
+ dependencies = [
131
+ "glob",
132
+ "libc",
133
+ "libloading",
134
+ ]
135
+
136
+ [[package]]
137
+ name = "clap"
138
+ version = "2.34.0"
139
+ source = "registry+https://github.com/rust-lang/crates.io-index"
140
+ checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
141
+ dependencies = [
142
+ "ansi_term",
143
+ "atty",
144
+ "bitflags 1.3.2",
145
+ "strsim",
146
+ "textwrap",
147
+ "unicode-width",
148
+ "vec_map",
149
+ ]
150
+
151
+ [[package]]
152
+ name = "either"
153
+ version = "1.10.0"
154
+ source = "registry+https://github.com/rust-lang/crates.io-index"
155
+ checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
156
+
157
+ [[package]]
158
+ name = "env_logger"
159
+ version = "0.9.3"
160
+ source = "registry+https://github.com/rust-lang/crates.io-index"
161
+ checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
162
+ dependencies = [
163
+ "atty",
164
+ "humantime",
165
+ "log",
166
+ "regex",
167
+ "termcolor",
168
+ ]
169
+
170
+ [[package]]
171
+ name = "errno"
172
+ version = "0.3.8"
173
+ source = "registry+https://github.com/rust-lang/crates.io-index"
174
+ checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
175
+ dependencies = [
176
+ "libc",
177
+ "windows-sys",
178
+ ]
179
+
180
+ [[package]]
181
+ name = "fancy-regex"
182
+ version = "0.13.0"
183
+ source = "registry+https://github.com/rust-lang/crates.io-index"
184
+ checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
185
+ dependencies = [
186
+ "bit-set",
187
+ "regex-automata",
188
+ "regex-syntax",
189
+ ]
190
+
191
+ [[package]]
192
+ name = "glob"
193
+ version = "0.3.1"
194
+ source = "registry+https://github.com/rust-lang/crates.io-index"
195
+ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
196
+
197
+ [[package]]
198
+ name = "hermit-abi"
199
+ version = "0.1.19"
200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
201
+ checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
202
+ dependencies = [
203
+ "libc",
204
+ ]
205
+
206
+ [[package]]
207
+ name = "home"
208
+ version = "0.5.9"
209
+ source = "registry+https://github.com/rust-lang/crates.io-index"
210
+ checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
211
+ dependencies = [
212
+ "windows-sys",
213
+ ]
214
+
215
+ [[package]]
216
+ name = "humantime"
217
+ version = "2.1.0"
218
+ source = "registry+https://github.com/rust-lang/crates.io-index"
219
+ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
220
+
221
+ [[package]]
222
+ name = "itertools"
223
+ version = "0.12.1"
224
+ source = "registry+https://github.com/rust-lang/crates.io-index"
225
+ checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
226
+ dependencies = [
227
+ "either",
228
+ ]
229
+
230
+ [[package]]
231
+ name = "lazy_static"
232
+ version = "1.4.0"
233
+ source = "registry+https://github.com/rust-lang/crates.io-index"
234
+ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
235
+
236
+ [[package]]
237
+ name = "lazycell"
238
+ version = "1.3.0"
239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
240
+ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
241
+
242
+ [[package]]
243
+ name = "libc"
244
+ version = "0.2.153"
245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
246
+ checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
247
+
248
+ [[package]]
249
+ name = "libloading"
250
+ version = "0.8.3"
251
+ source = "registry+https://github.com/rust-lang/crates.io-index"
252
+ checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
253
+ dependencies = [
254
+ "cfg-if",
255
+ "windows-targets",
256
+ ]
257
+
258
+ [[package]]
259
+ name = "linux-raw-sys"
260
+ version = "0.4.13"
261
+ source = "registry+https://github.com/rust-lang/crates.io-index"
262
+ checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
263
+
264
+ [[package]]
265
+ name = "log"
266
+ version = "0.4.21"
267
+ source = "registry+https://github.com/rust-lang/crates.io-index"
268
+ checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
269
+
270
+ [[package]]
271
+ name = "magnus"
272
+ version = "0.6.3"
273
+ source = "registry+https://github.com/rust-lang/crates.io-index"
274
+ checksum = "0fc7a31fb0b64761e3cd09a6975577601fccc5f08b8fc9245064fc4f71ed6a9d"
275
+ dependencies = [
276
+ "magnus-macros",
277
+ "rb-sys",
278
+ "rb-sys-env",
279
+ "seq-macro",
280
+ ]
281
+
282
+ [[package]]
283
+ name = "magnus-macros"
284
+ version = "0.6.0"
285
+ source = "registry+https://github.com/rust-lang/crates.io-index"
286
+ checksum = "5968c820e2960565f647819f5928a42d6e874551cab9d88d75e3e0660d7f71e3"
287
+ dependencies = [
288
+ "proc-macro2",
289
+ "quote",
290
+ "syn",
291
+ ]
292
+
293
+ [[package]]
294
+ name = "memchr"
295
+ version = "2.7.2"
296
+ source = "registry+https://github.com/rust-lang/crates.io-index"
297
+ checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
298
+
299
+ [[package]]
300
+ name = "minimal-lexical"
301
+ version = "0.2.1"
302
+ source = "registry+https://github.com/rust-lang/crates.io-index"
303
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
304
+
305
+ [[package]]
306
+ name = "nom"
307
+ version = "7.1.3"
308
+ source = "registry+https://github.com/rust-lang/crates.io-index"
309
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
310
+ dependencies = [
311
+ "memchr",
312
+ "minimal-lexical",
313
+ ]
314
+
315
+ [[package]]
316
+ name = "once_cell"
317
+ version = "1.19.0"
318
+ source = "registry+https://github.com/rust-lang/crates.io-index"
319
+ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
320
+
321
+ [[package]]
322
+ name = "onig"
323
+ version = "6.4.0"
324
+ source = "registry+https://github.com/rust-lang/crates.io-index"
325
+ checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
326
+ dependencies = [
327
+ "bitflags 1.3.2",
328
+ "libc",
329
+ "once_cell",
330
+ "onig_sys",
331
+ ]
332
+
333
+ [[package]]
334
+ name = "onig_sys"
335
+ version = "69.8.1"
336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
337
+ checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7"
338
+ dependencies = [
339
+ "bindgen 0.59.2",
340
+ "cc",
341
+ "pkg-config",
342
+ ]
343
+
344
+ [[package]]
345
+ name = "peeking_take_while"
346
+ version = "0.1.2"
347
+ source = "registry+https://github.com/rust-lang/crates.io-index"
348
+ checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
349
+
350
+ [[package]]
351
+ name = "pkg-config"
352
+ version = "0.3.30"
353
+ source = "registry+https://github.com/rust-lang/crates.io-index"
354
+ checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
355
+
356
+ [[package]]
357
+ name = "proc-macro2"
358
+ version = "1.0.79"
359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
360
+ checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
361
+ dependencies = [
362
+ "unicode-ident",
363
+ ]
364
+
365
+ [[package]]
366
+ name = "quote"
367
+ version = "1.0.35"
368
+ source = "registry+https://github.com/rust-lang/crates.io-index"
369
+ checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
370
+ dependencies = [
371
+ "proc-macro2",
372
+ ]
373
+
374
+ [[package]]
375
+ name = "rb-sys"
376
+ version = "0.9.90"
377
+ source = "registry+https://github.com/rust-lang/crates.io-index"
378
+ checksum = "55d933382388cc7a6fdfd54e222eca7994791ac4b9ce5c9e8df280c739d86bbe"
379
+ dependencies = [
380
+ "rb-sys-build",
381
+ ]
382
+
383
+ [[package]]
384
+ name = "rb-sys-build"
385
+ version = "0.9.90"
386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
387
+ checksum = "ebc5a7e3a875419baaa0d8cc606cdfb9361b444cb7e5abcf0de4693025887374"
388
+ dependencies = [
389
+ "bindgen 0.69.4",
390
+ "lazy_static",
391
+ "proc-macro2",
392
+ "quote",
393
+ "regex",
394
+ "shell-words",
395
+ "syn",
396
+ ]
397
+
398
+ [[package]]
399
+ name = "rb-sys-env"
400
+ version = "0.1.2"
401
+ source = "registry+https://github.com/rust-lang/crates.io-index"
402
+ checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
403
+
404
+ [[package]]
405
+ name = "regex"
406
+ version = "1.10.4"
407
+ source = "registry+https://github.com/rust-lang/crates.io-index"
408
+ checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
409
+ dependencies = [
410
+ "aho-corasick",
411
+ "memchr",
412
+ "regex-automata",
413
+ "regex-syntax",
414
+ ]
415
+
416
+ [[package]]
417
+ name = "regex-automata"
418
+ version = "0.4.6"
419
+ source = "registry+https://github.com/rust-lang/crates.io-index"
420
+ checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
421
+ dependencies = [
422
+ "aho-corasick",
423
+ "memchr",
424
+ "regex-syntax",
425
+ ]
426
+
427
+ [[package]]
428
+ name = "regex-syntax"
429
+ version = "0.8.3"
430
+ source = "registry+https://github.com/rust-lang/crates.io-index"
431
+ checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
432
+
433
+ [[package]]
434
+ name = "rustc-hash"
435
+ version = "1.1.0"
436
+ source = "registry+https://github.com/rust-lang/crates.io-index"
437
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
438
+
439
+ [[package]]
440
+ name = "rustix"
441
+ version = "0.38.32"
442
+ source = "registry+https://github.com/rust-lang/crates.io-index"
443
+ checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
444
+ dependencies = [
445
+ "bitflags 2.5.0",
446
+ "errno",
447
+ "libc",
448
+ "linux-raw-sys",
449
+ "windows-sys",
450
+ ]
451
+
452
+ [[package]]
453
+ name = "seq-macro"
454
+ version = "0.3.5"
455
+ source = "registry+https://github.com/rust-lang/crates.io-index"
456
+ checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
457
+
458
+ [[package]]
459
+ name = "shell-words"
460
+ version = "1.1.0"
461
+ source = "registry+https://github.com/rust-lang/crates.io-index"
462
+ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
463
+
464
+ [[package]]
465
+ name = "shlex"
466
+ version = "1.3.0"
467
+ source = "registry+https://github.com/rust-lang/crates.io-index"
468
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
469
+
470
+ [[package]]
471
+ name = "strsim"
472
+ version = "0.8.0"
473
+ source = "registry+https://github.com/rust-lang/crates.io-index"
474
+ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
475
+
476
+ [[package]]
477
+ name = "syn"
478
+ version = "2.0.57"
479
+ source = "registry+https://github.com/rust-lang/crates.io-index"
480
+ checksum = "11a6ae1e52eb25aab8f3fb9fca13be982a373b8f1157ca14b897a825ba4a2d35"
481
+ dependencies = [
482
+ "proc-macro2",
483
+ "quote",
484
+ "unicode-ident",
485
+ ]
486
+
487
+ [[package]]
488
+ name = "termcolor"
489
+ version = "1.4.1"
490
+ source = "registry+https://github.com/rust-lang/crates.io-index"
491
+ checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
492
+ dependencies = [
493
+ "winapi-util",
494
+ ]
495
+
496
+ [[package]]
497
+ name = "textwrap"
498
+ version = "0.11.0"
499
+ source = "registry+https://github.com/rust-lang/crates.io-index"
500
+ checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
501
+ dependencies = [
502
+ "unicode-width",
503
+ ]
504
+
505
+ [[package]]
506
+ name = "unicode-ident"
507
+ version = "1.0.12"
508
+ source = "registry+https://github.com/rust-lang/crates.io-index"
509
+ checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
510
+
511
+ [[package]]
512
+ name = "unicode-segmentation"
513
+ version = "1.11.0"
514
+ source = "registry+https://github.com/rust-lang/crates.io-index"
515
+ checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
516
+
517
+ [[package]]
518
+ name = "unicode-width"
519
+ version = "0.1.11"
520
+ source = "registry+https://github.com/rust-lang/crates.io-index"
521
+ checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
522
+
523
+ [[package]]
524
+ name = "vec_map"
525
+ version = "0.8.2"
526
+ source = "registry+https://github.com/rust-lang/crates.io-index"
527
+ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
528
+
529
+ [[package]]
530
+ name = "which"
531
+ version = "4.4.2"
532
+ source = "registry+https://github.com/rust-lang/crates.io-index"
533
+ checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
534
+ dependencies = [
535
+ "either",
536
+ "home",
537
+ "once_cell",
538
+ "rustix",
539
+ ]
540
+
541
+ [[package]]
542
+ name = "winapi"
543
+ version = "0.3.9"
544
+ source = "registry+https://github.com/rust-lang/crates.io-index"
545
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
546
+ dependencies = [
547
+ "winapi-i686-pc-windows-gnu",
548
+ "winapi-x86_64-pc-windows-gnu",
549
+ ]
550
+
551
+ [[package]]
552
+ name = "winapi-i686-pc-windows-gnu"
553
+ version = "0.4.0"
554
+ source = "registry+https://github.com/rust-lang/crates.io-index"
555
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
556
+
557
+ [[package]]
558
+ name = "winapi-util"
559
+ version = "0.1.6"
560
+ source = "registry+https://github.com/rust-lang/crates.io-index"
561
+ checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
562
+ dependencies = [
563
+ "winapi",
564
+ ]
565
+
566
+ [[package]]
567
+ name = "winapi-x86_64-pc-windows-gnu"
568
+ version = "0.4.0"
569
+ source = "registry+https://github.com/rust-lang/crates.io-index"
570
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
571
+
572
+ [[package]]
573
+ name = "windows-sys"
574
+ version = "0.52.0"
575
+ source = "registry+https://github.com/rust-lang/crates.io-index"
576
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
577
+ dependencies = [
578
+ "windows-targets",
579
+ ]
580
+
581
+ [[package]]
582
+ name = "windows-targets"
583
+ version = "0.52.4"
584
+ source = "registry+https://github.com/rust-lang/crates.io-index"
585
+ checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
586
+ dependencies = [
587
+ "windows_aarch64_gnullvm",
588
+ "windows_aarch64_msvc",
589
+ "windows_i686_gnu",
590
+ "windows_i686_msvc",
591
+ "windows_x86_64_gnu",
592
+ "windows_x86_64_gnullvm",
593
+ "windows_x86_64_msvc",
594
+ ]
595
+
596
+ [[package]]
597
+ name = "windows_aarch64_gnullvm"
598
+ version = "0.52.4"
599
+ source = "registry+https://github.com/rust-lang/crates.io-index"
600
+ checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
601
+
602
+ [[package]]
603
+ name = "windows_aarch64_msvc"
604
+ version = "0.52.4"
605
+ source = "registry+https://github.com/rust-lang/crates.io-index"
606
+ checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
607
+
608
+ [[package]]
609
+ name = "windows_i686_gnu"
610
+ version = "0.52.4"
611
+ source = "registry+https://github.com/rust-lang/crates.io-index"
612
+ checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
613
+
614
+ [[package]]
615
+ name = "windows_i686_msvc"
616
+ version = "0.52.4"
617
+ source = "registry+https://github.com/rust-lang/crates.io-index"
618
+ checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
619
+
620
+ [[package]]
621
+ name = "windows_x86_64_gnu"
622
+ version = "0.52.4"
623
+ source = "registry+https://github.com/rust-lang/crates.io-index"
624
+ checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
625
+
626
+ [[package]]
627
+ name = "windows_x86_64_gnullvm"
628
+ version = "0.52.4"
629
+ source = "registry+https://github.com/rust-lang/crates.io-index"
630
+ checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
631
+
632
+ [[package]]
633
+ name = "windows_x86_64_msvc"
634
+ version = "0.52.4"
635
+ source = "registry+https://github.com/rust-lang/crates.io-index"
636
+ checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
637
+
638
+ [[package]]
639
+ name = "xre2"
640
+ version = "0.1.0"
641
+ dependencies = [
642
+ "fancy-regex",
643
+ "magnus",
644
+ "onig",
645
+ "regex",
646
+ "unicode-segmentation",
647
+ ]
@@ -0,0 +1,7 @@
1
+ # This Cargo.toml is here to let externals tools (IDEs, etc.) know that this is
2
+ # a Rust project. Your extensions dependencies should be added to the Cargo.toml
3
+ # in the ext/ directory.
4
+
5
+ [workspace]
6
+ members = ["./ext/xre2"]
7
+ resolver = "2"
@@ -0,0 +1,17 @@
1
+ [package]
2
+ name = "xre2"
3
+ version = "0.1.0"
4
+ edition = "2021"
5
+ authors = ["barseek <sergey.b@hey.com>"]
6
+ license = "MIT"
7
+ publish = false
8
+
9
+ [lib]
10
+ crate-type = ["cdylib"]
11
+
12
+ [dependencies]
13
+ fancy-regex = "0.13.0"
14
+ magnus = "0.6.2"
15
+ onig = "6.4.0"
16
+ regex = "1.10.4"
17
+ unicode-segmentation = "1.11.0"