@@ -372,7 +372,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
372
372
checksum = " 6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05"
373
373
dependencies = [
374
374
" memchr" ,
375
- " regex-automata 0.3.9 " ,
375
+ " regex-automata 0.3.7 " ,
376
376
" serde" ,
377
377
]
378
378
@@ -2206,6 +2206,21 @@ dependencies = [
2206
2206
" vcpkg" ,
2207
2207
]
2208
2208
2209
+ [[package ]]
2210
+ name = " line-wrap"
2211
+ version = " 0.2.0"
2212
+ source = " registry+https://github.com/rust-lang/crates.io-index"
2213
+ checksum = " dd1bc4d24ad230d21fb898d1116b1801d7adfc449d42026475862ab48b11e70e"
2214
+
2215
+ [[package ]]
2216
+ name = " linereader"
2217
+ version = " 0.4.0"
2218
+ source = " registry+https://github.com/rust-lang/crates.io-index"
2219
+ checksum = " d921fea6860357575519aca014c6e22470585accdd543b370c404a8a72d0dd1d"
2220
+ dependencies = [
2221
+ " memchr" ,
2222
+ ]
2223
+
2209
2224
[[package ]]
2210
2225
name = " linkchecker"
2211
2226
version = " 0.1.0"
@@ -2214,6 +2229,12 @@ dependencies = [
2214
2229
" regex" ,
2215
2230
]
2216
2231
2232
+ [[package ]]
2233
+ name = " linked-hash-map"
2234
+ version = " 0.5.6"
2235
+ source = " registry+https://github.com/rust-lang/crates.io-index"
2236
+ checksum = " 0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2237
+
2217
2238
[[package ]]
2218
2239
name = " lint-docs"
2219
2240
version = " 0.1.0"
@@ -2364,6 +2385,25 @@ dependencies = [
2364
2385
" topological-sort" ,
2365
2386
]
2366
2387
2388
+ [[package ]]
2389
+ name = " mdbook-i18n-helpers"
2390
+ version = " 0.3.3"
2391
+ source = " registry+https://github.com/rust-lang/crates.io-index"
2392
+ checksum = " f1f71f5961d6f3376e1ff3e5989c2e3ecccc3e8a00f3a3acde446847f84852e4"
2393
+ dependencies = [
2394
+ " anyhow" ,
2395
+ " chrono" ,
2396
+ " mdbook" ,
2397
+ " polib" ,
2398
+ " pulldown-cmark 0.10.3" ,
2399
+ " pulldown-cmark-to-cmark" ,
2400
+ " regex" ,
2401
+ " semver" ,
2402
+ " serde_json" ,
2403
+ " syntect" ,
2404
+ " textwrap" ,
2405
+ ]
2406
+
2367
2407
[[package ]]
2368
2408
name = " mdbook-trpl-listing"
2369
2409
version = " 0.1.0"
@@ -2650,6 +2690,28 @@ version = "1.19.0"
2650
2690
source = " registry+https://github.com/rust-lang/crates.io-index"
2651
2691
checksum = " 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2652
2692
2693
+ [[package ]]
2694
+ name = " onig"
2695
+ version = " 6.4.0"
2696
+ source = " registry+https://github.com/rust-lang/crates.io-index"
2697
+ checksum = " 8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
2698
+ dependencies = [
2699
+ " bitflags 1.3.2" ,
2700
+ " libc" ,
2701
+ " once_cell" ,
2702
+ " onig_sys" ,
2703
+ ]
2704
+
2705
+ [[package ]]
2706
+ name = " onig_sys"
2707
+ version = " 69.8.1"
2708
+ source = " registry+https://github.com/rust-lang/crates.io-index"
2709
+ checksum = " 7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7"
2710
+ dependencies = [
2711
+ " cc" ,
2712
+ " pkg-config" ,
2713
+ ]
2714
+
2653
2715
[[package ]]
2654
2716
name = " opener"
2655
2717
version = " 0.6.1"
@@ -2968,6 +3030,29 @@ version = "0.3.30"
2968
3030
source = " registry+https://github.com/rust-lang/crates.io-index"
2969
3031
checksum = " d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
2970
3032
3033
+ [[package ]]
3034
+ name = " plist"
3035
+ version = " 1.6.1"
3036
+ source = " registry+https://github.com/rust-lang/crates.io-index"
3037
+ checksum = " d9d34169e64b3c7a80c8621a48adaf44e0cf62c78a9b25dd9dd35f1881a17cf9"
3038
+ dependencies = [
3039
+ " base64" ,
3040
+ " indexmap" ,
3041
+ " line-wrap" ,
3042
+ " quick-xml" ,
3043
+ " serde" ,
3044
+ " time" ,
3045
+ ]
3046
+
3047
+ [[package ]]
3048
+ name = " polib"
3049
+ version = " 0.2.0"
3050
+ source = " registry+https://github.com/rust-lang/crates.io-index"
3051
+ checksum = " 6b393b155cf9be86249cba1b56cc81be0e6212c66d94ac0d76d37a1761f3bb1b"
3052
+ dependencies = [
3053
+ " linereader" ,
3054
+ ]
3055
+
2971
3056
[[package ]]
2972
3057
name = " polonius-engine"
2973
3058
version = " 0.13.0"
@@ -3126,6 +3211,15 @@ version = "0.4.1"
3126
3211
source = " registry+https://github.com/rust-lang/crates.io-index"
3127
3212
checksum = " e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
3128
3213
3214
+ [[package ]]
3215
+ name = " quick-xml"
3216
+ version = " 0.31.0"
3217
+ source = " registry+https://github.com/rust-lang/crates.io-index"
3218
+ checksum = " 1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
3219
+ dependencies = [
3220
+ " memchr" ,
3221
+ ]
3222
+
3129
3223
[[package ]]
3130
3224
name = " quine-mc_cluskey"
3131
3225
version = " 0.2.4"
@@ -3261,12 +3355,13 @@ dependencies = [
3261
3355
3262
3356
[[package ]]
3263
3357
name = " regex"
3264
- version = " 1.8 .4"
3358
+ version = " 1.9 .4"
3265
3359
source = " registry+https://github.com/rust-lang/crates.io-index"
3266
- checksum = " d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f "
3360
+ checksum = " 12de2eff854e5fa4b1295edd650e227e9d8fb0c9e90b12e7f36d6a6811791a29 "
3267
3361
dependencies = [
3268
3362
" aho-corasick" ,
3269
3363
" memchr" ,
3364
+ " regex-automata 0.3.7" ,
3270
3365
" regex-syntax 0.7.5" ,
3271
3366
]
3272
3367
@@ -3290,9 +3385,14 @@ dependencies = [
3290
3385
3291
3386
[[package ]]
3292
3387
name = " regex-automata"
3293
- version = " 0.3.9 "
3388
+ version = " 0.3.7 "
3294
3389
source = " registry+https://github.com/rust-lang/crates.io-index"
3295
- checksum = " 59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"
3390
+ checksum = " 49530408a136e16e5b486e883fbb6ba058e8e4e8ae6621a77b048b314336e629"
3391
+ dependencies = [
3392
+ " aho-corasick" ,
3393
+ " memchr" ,
3394
+ " regex-syntax 0.7.5" ,
3395
+ ]
3296
3396
3297
3397
[[package ]]
3298
3398
name = " regex-lite"
@@ -3367,6 +3467,7 @@ dependencies = [
3367
3467
" clap" ,
3368
3468
" env_logger" ,
3369
3469
" mdbook" ,
3470
+ " mdbook-i18n-helpers" ,
3370
3471
" mdbook-trpl-listing" ,
3371
3472
" mdbook-trpl-note" ,
3372
3473
]
@@ -5372,6 +5473,28 @@ dependencies = [
5372
5473
" syn 2.0.64" ,
5373
5474
]
5374
5475
5476
+ [[package ]]
5477
+ name = " syntect"
5478
+ version = " 5.2.0"
5479
+ source = " registry+https://github.com/rust-lang/crates.io-index"
5480
+ checksum = " 874dcfa363995604333cf947ae9f751ca3af4522c60886774c4963943b4746b1"
5481
+ dependencies = [
5482
+ " bincode" ,
5483
+ " bitflags 1.3.2" ,
5484
+ " flate2" ,
5485
+ " fnv" ,
5486
+ " once_cell" ,
5487
+ " onig" ,
5488
+ " plist" ,
5489
+ " regex-syntax 0.8.3" ,
5490
+ " serde" ,
5491
+ " serde_derive" ,
5492
+ " serde_json" ,
5493
+ " thiserror" ,
5494
+ " walkdir" ,
5495
+ " yaml-rust" ,
5496
+ ]
5497
+
5375
5498
[[package ]]
5376
5499
name = " sysinfo"
5377
5500
version = " 0.30.12"
@@ -5497,6 +5620,12 @@ dependencies = [
5497
5620
" std" ,
5498
5621
]
5499
5622
5623
+ [[package ]]
5624
+ name = " textwrap"
5625
+ version = " 0.16.1"
5626
+ source = " registry+https://github.com/rust-lang/crates.io-index"
5627
+ checksum = " 23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9"
5628
+
5500
5629
[[package ]]
5501
5630
name = " thin-vec"
5502
5631
version = " 0.2.13"
@@ -6476,6 +6605,15 @@ dependencies = [
6476
6605
" lzma-sys" ,
6477
6606
]
6478
6607
6608
+ [[package ]]
6609
+ name = " yaml-rust"
6610
+ version = " 0.4.5"
6611
+ source = " registry+https://github.com/rust-lang/crates.io-index"
6612
+ checksum = " 56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
6613
+ dependencies = [
6614
+ " linked-hash-map" ,
6615
+ ]
6616
+
6479
6617
[[package ]]
6480
6618
name = " yansi-term"
6481
6619
version = " 0.1.2"
0 commit comments