typos 1.34.0__tar.gz → 1.35.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {typos-1.34.0 → typos-1.35.1}/Cargo.lock +60 -48
- typos-1.35.1/PKG-INFO +9 -0
- {typos-1.34.0 → typos-1.35.1}/crates/typos-cli/Cargo.toml +4 -4
- {typos-1.34.0 → typos-1.35.1}/crates/typos-dict/Cargo.toml +1 -1
- {typos-1.34.0 → typos-1.35.1}/crates/typos-dict/src/word_codegen.rs +118731 -118248
- {typos-1.34.0 → typos-1.35.1}/pyproject.toml +1 -1
- typos-1.34.0/PKG-INFO +0 -206
- {typos-1.34.0 → typos-1.35.1}/Cargo.toml +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/dictgen/Cargo.toml +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/dictgen/src/aho_corasick.rs +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/dictgen/src/gen.rs +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/dictgen/src/insensitive.rs +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/dictgen/src/lib.rs +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/dictgen/src/map.rs +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/dictgen/src/match.rs +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/dictgen/src/ordered_map.rs +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/dictgen/src/trie.rs +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/typos/Cargo.toml +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/typos/README.md +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/typos/src/check.rs +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/typos/src/dict.rs +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/typos/src/lib.rs +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/typos/src/tokens.rs +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/typos-cli/README.md +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/typos-cli/src/bin/typos-cli/args.rs +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/typos-cli/src/bin/typos-cli/main.rs +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/typos-cli/src/bin/typos-cli/report.rs +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/typos-cli/src/config.rs +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/typos-cli/src/default_types.rs +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/typos-cli/src/dict.rs +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/typos-cli/src/file.rs +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/typos-cli/src/file_type.rs +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/typos-cli/src/file_type_specifics.rs +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/typos-cli/src/lib.rs +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/typos-cli/src/policy.rs +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/typos-cli/src/report.rs +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/typos-cli/tests/cmd/en-us.in/README.md +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/typos-cli/tests/cmd/false-positives.in/README.md +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/typos-dict/README.md +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/typos-dict/src/lib.rs +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/typos-vars/Cargo.toml +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/typos-vars/README.md +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/typos-vars/src/lib.rs +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/typos-vars/src/vars_codegen.rs +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/varcon/Cargo.toml +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/varcon/README.md +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/varcon/src/codegen.rs +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/varcon/src/lib.rs +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/varcon-core/Cargo.toml +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/varcon-core/README.md +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/varcon-core/src/borrowed.rs +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/varcon-core/src/lib.rs +0 -0
- {typos-1.34.0 → typos-1.35.1}/crates/varcon-core/src/parser.rs +0 -0
|
@@ -51,9 +51,9 @@ dependencies = [
|
|
|
51
51
|
|
|
52
52
|
[[package]]
|
|
53
53
|
name = "anstream"
|
|
54
|
-
version = "0.6.
|
|
54
|
+
version = "0.6.19"
|
|
55
55
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
56
|
-
checksum = "
|
|
56
|
+
checksum = "301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933"
|
|
57
57
|
dependencies = [
|
|
58
58
|
"anstyle",
|
|
59
59
|
"anstyle-parse",
|
|
@@ -66,9 +66,9 @@ dependencies = [
|
|
|
66
66
|
|
|
67
67
|
[[package]]
|
|
68
68
|
name = "anstyle"
|
|
69
|
-
version = "1.0.
|
|
69
|
+
version = "1.0.11"
|
|
70
70
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
71
|
-
checksum = "
|
|
71
|
+
checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd"
|
|
72
72
|
|
|
73
73
|
[[package]]
|
|
74
74
|
name = "anstyle-parse"
|
|
@@ -191,9 +191,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
191
191
|
|
|
192
192
|
[[package]]
|
|
193
193
|
name = "clap"
|
|
194
|
-
version = "4.5.
|
|
194
|
+
version = "4.5.42"
|
|
195
195
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
196
|
-
checksum = "
|
|
196
|
+
checksum = "ed87a9d530bb41a67537289bafcac159cb3ee28460e0a4571123d2a778a6a882"
|
|
197
197
|
dependencies = [
|
|
198
198
|
"clap_builder",
|
|
199
199
|
"clap_derive",
|
|
@@ -211,9 +211,9 @@ dependencies = [
|
|
|
211
211
|
|
|
212
212
|
[[package]]
|
|
213
213
|
name = "clap_builder"
|
|
214
|
-
version = "4.5.
|
|
214
|
+
version = "4.5.42"
|
|
215
215
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
216
|
-
checksum = "
|
|
216
|
+
checksum = "64f4f3f3c77c94aff3c7e9aac9a2ca1974a5adf392a8bb751e827d6d127ab966"
|
|
217
217
|
dependencies = [
|
|
218
218
|
"anstream",
|
|
219
219
|
"anstyle",
|
|
@@ -224,9 +224,9 @@ dependencies = [
|
|
|
224
224
|
|
|
225
225
|
[[package]]
|
|
226
226
|
name = "clap_derive"
|
|
227
|
-
version = "4.5.
|
|
227
|
+
version = "4.5.41"
|
|
228
228
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
229
|
-
checksum = "
|
|
229
|
+
checksum = "ef4f52386a59ca4c860f7393bcf8abd8dfd91ecccc0f774635ff68e92eeef491"
|
|
230
230
|
dependencies = [
|
|
231
231
|
"heck",
|
|
232
232
|
"proc-macro2",
|
|
@@ -269,9 +269,9 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
|
|
269
269
|
|
|
270
270
|
[[package]]
|
|
271
271
|
name = "colorchoice-clap"
|
|
272
|
-
version = "1.0.
|
|
272
|
+
version = "1.0.7"
|
|
273
273
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
274
|
-
checksum = "
|
|
274
|
+
checksum = "0ff31f4fe290e780fe3bbec6b2eb9dbfdccd1630e79a104c221d99243de81493"
|
|
275
275
|
dependencies = [
|
|
276
276
|
"clap",
|
|
277
277
|
"colorchoice",
|
|
@@ -404,9 +404,9 @@ dependencies = [
|
|
|
404
404
|
|
|
405
405
|
[[package]]
|
|
406
406
|
name = "derive_setters"
|
|
407
|
-
version = "0.1.
|
|
407
|
+
version = "0.1.8"
|
|
408
408
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
409
|
-
checksum = "
|
|
409
|
+
checksum = "ae5c625eda104c228c06ecaf988d1c60e542176bd7a490e60eeda3493244c0c9"
|
|
410
410
|
dependencies = [
|
|
411
411
|
"darling",
|
|
412
412
|
"proc-macro2",
|
|
@@ -503,18 +503,18 @@ dependencies = [
|
|
|
503
503
|
|
|
504
504
|
[[package]]
|
|
505
505
|
name = "enumflags2"
|
|
506
|
-
version = "0.7.
|
|
506
|
+
version = "0.7.12"
|
|
507
507
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
508
|
-
checksum = "
|
|
508
|
+
checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
|
|
509
509
|
dependencies = [
|
|
510
510
|
"enumflags2_derive",
|
|
511
511
|
]
|
|
512
512
|
|
|
513
513
|
[[package]]
|
|
514
514
|
name = "enumflags2_derive"
|
|
515
|
-
version = "0.7.
|
|
515
|
+
version = "0.7.12"
|
|
516
516
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
517
|
-
checksum = "
|
|
517
|
+
checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
|
|
518
518
|
dependencies = [
|
|
519
519
|
"proc-macro2",
|
|
520
520
|
"quote",
|
|
@@ -655,9 +655,9 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
|
655
655
|
|
|
656
656
|
[[package]]
|
|
657
657
|
name = "human-panic"
|
|
658
|
-
version = "2.0.
|
|
658
|
+
version = "2.0.3"
|
|
659
659
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
660
|
-
checksum = "
|
|
660
|
+
checksum = "ac63a746b187e95d51fe16850eb04d1cfef203f6af98e6c405a6f262ad3df00a"
|
|
661
661
|
dependencies = [
|
|
662
662
|
"anstream",
|
|
663
663
|
"anstyle",
|
|
@@ -709,9 +709,9 @@ dependencies = [
|
|
|
709
709
|
|
|
710
710
|
[[package]]
|
|
711
711
|
name = "indexmap"
|
|
712
|
-
version = "2.
|
|
712
|
+
version = "2.10.0"
|
|
713
713
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
714
|
-
checksum = "
|
|
714
|
+
checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
|
|
715
715
|
dependencies = [
|
|
716
716
|
"equivalent",
|
|
717
717
|
"hashbrown",
|
|
@@ -1242,9 +1242,9 @@ dependencies = [
|
|
|
1242
1242
|
|
|
1243
1243
|
[[package]]
|
|
1244
1244
|
name = "serde_json"
|
|
1245
|
-
version = "1.0.
|
|
1245
|
+
version = "1.0.142"
|
|
1246
1246
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1247
|
-
checksum = "
|
|
1247
|
+
checksum = "030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7"
|
|
1248
1248
|
dependencies = [
|
|
1249
1249
|
"indexmap",
|
|
1250
1250
|
"itoa",
|
|
@@ -1265,9 +1265,9 @@ dependencies = [
|
|
|
1265
1265
|
|
|
1266
1266
|
[[package]]
|
|
1267
1267
|
name = "serde_spanned"
|
|
1268
|
-
version = "0.
|
|
1268
|
+
version = "1.0.0"
|
|
1269
1269
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1270
|
-
checksum = "
|
|
1270
|
+
checksum = "40734c41988f7306bb04f0ecf60ec0f3f1caa34290e4e8ea471dcd3346483b83"
|
|
1271
1271
|
dependencies = [
|
|
1272
1272
|
"serde",
|
|
1273
1273
|
]
|
|
@@ -1431,60 +1431,72 @@ dependencies = [
|
|
|
1431
1431
|
|
|
1432
1432
|
[[package]]
|
|
1433
1433
|
name = "thread_local"
|
|
1434
|
-
version = "1.1.
|
|
1434
|
+
version = "1.1.9"
|
|
1435
1435
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1436
|
-
checksum = "
|
|
1436
|
+
checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
|
|
1437
1437
|
dependencies = [
|
|
1438
1438
|
"cfg-if",
|
|
1439
|
-
"once_cell",
|
|
1440
1439
|
]
|
|
1441
1440
|
|
|
1442
1441
|
[[package]]
|
|
1443
1442
|
name = "toml"
|
|
1444
|
-
version = "0.
|
|
1443
|
+
version = "0.9.4"
|
|
1445
1444
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1446
|
-
checksum = "
|
|
1445
|
+
checksum = "41ae868b5a0f67631c14589f7e250c1ea2c574ee5ba21c6c8dd4b1485705a5a1"
|
|
1447
1446
|
dependencies = [
|
|
1447
|
+
"indexmap",
|
|
1448
1448
|
"serde",
|
|
1449
1449
|
"serde_spanned",
|
|
1450
1450
|
"toml_datetime",
|
|
1451
|
-
"
|
|
1451
|
+
"toml_parser",
|
|
1452
|
+
"toml_writer",
|
|
1453
|
+
"winnow",
|
|
1452
1454
|
]
|
|
1453
1455
|
|
|
1454
1456
|
[[package]]
|
|
1455
1457
|
name = "toml_datetime"
|
|
1456
|
-
version = "0.
|
|
1458
|
+
version = "0.7.0"
|
|
1457
1459
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1458
|
-
checksum = "
|
|
1460
|
+
checksum = "bade1c3e902f58d73d3f294cd7f20391c1cb2fbcb643b73566bc773971df91e3"
|
|
1459
1461
|
dependencies = [
|
|
1460
1462
|
"serde",
|
|
1461
1463
|
]
|
|
1462
1464
|
|
|
1463
1465
|
[[package]]
|
|
1464
1466
|
name = "toml_edit"
|
|
1465
|
-
version = "0.
|
|
1467
|
+
version = "0.23.0"
|
|
1466
1468
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1467
|
-
checksum = "
|
|
1469
|
+
checksum = "54449f7f7569ce6f57cda7812361961c0f6a77f720802537b5618585b4a7ff4c"
|
|
1468
1470
|
dependencies = [
|
|
1469
1471
|
"indexmap",
|
|
1470
1472
|
"serde",
|
|
1471
1473
|
"serde_spanned",
|
|
1472
1474
|
"toml_datetime",
|
|
1473
|
-
"
|
|
1475
|
+
"toml_parser",
|
|
1476
|
+
"toml_writer",
|
|
1474
1477
|
"winnow",
|
|
1475
1478
|
]
|
|
1476
1479
|
|
|
1477
1480
|
[[package]]
|
|
1478
|
-
name = "
|
|
1479
|
-
version = "0.1
|
|
1481
|
+
name = "toml_parser"
|
|
1482
|
+
version = "1.0.1"
|
|
1483
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1484
|
+
checksum = "97200572db069e74c512a14117b296ba0a80a30123fbbb5aa1f4a348f639ca30"
|
|
1485
|
+
dependencies = [
|
|
1486
|
+
"winnow",
|
|
1487
|
+
]
|
|
1488
|
+
|
|
1489
|
+
[[package]]
|
|
1490
|
+
name = "toml_writer"
|
|
1491
|
+
version = "1.0.2"
|
|
1480
1492
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1481
|
-
checksum = "
|
|
1493
|
+
checksum = "fcc842091f2def52017664b53082ecbbeb5c7731092bad69d2c63050401dfd64"
|
|
1482
1494
|
|
|
1483
1495
|
[[package]]
|
|
1484
1496
|
name = "trycmd"
|
|
1485
|
-
version = "0.15.
|
|
1497
|
+
version = "0.15.10"
|
|
1486
1498
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1487
|
-
checksum = "
|
|
1499
|
+
checksum = "659488a954e37cc663704c169f829952c49b315e2fe5fd375508baffa698f106"
|
|
1488
1500
|
dependencies = [
|
|
1489
1501
|
"anstream",
|
|
1490
1502
|
"automod",
|
|
@@ -1539,7 +1551,7 @@ dependencies = [
|
|
|
1539
1551
|
|
|
1540
1552
|
[[package]]
|
|
1541
1553
|
name = "typos-cli"
|
|
1542
|
-
version = "1.
|
|
1554
|
+
version = "1.35.1"
|
|
1543
1555
|
dependencies = [
|
|
1544
1556
|
"ahash",
|
|
1545
1557
|
"anstream",
|
|
@@ -1588,7 +1600,7 @@ dependencies = [
|
|
|
1588
1600
|
|
|
1589
1601
|
[[package]]
|
|
1590
1602
|
name = "typos-dict"
|
|
1591
|
-
version = "0.12.
|
|
1603
|
+
version = "0.12.16"
|
|
1592
1604
|
dependencies = [
|
|
1593
1605
|
"codegenrs",
|
|
1594
1606
|
"csv",
|
|
@@ -1678,9 +1690,9 @@ checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
|
|
|
1678
1690
|
|
|
1679
1691
|
[[package]]
|
|
1680
1692
|
name = "unicode-width"
|
|
1681
|
-
version = "0.2.
|
|
1693
|
+
version = "0.2.1"
|
|
1682
1694
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1683
|
-
checksum = "
|
|
1695
|
+
checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c"
|
|
1684
1696
|
|
|
1685
1697
|
[[package]]
|
|
1686
1698
|
name = "unicode-xid"
|
|
@@ -1952,9 +1964,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
|
1952
1964
|
|
|
1953
1965
|
[[package]]
|
|
1954
1966
|
name = "winnow"
|
|
1955
|
-
version = "0.7.
|
|
1967
|
+
version = "0.7.12"
|
|
1956
1968
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1957
|
-
checksum = "
|
|
1969
|
+
checksum = "f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95"
|
|
1958
1970
|
dependencies = [
|
|
1959
1971
|
"memchr",
|
|
1960
1972
|
]
|
typos-1.35.1/PKG-INFO
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: typos
|
|
3
|
+
Version: 1.35.1
|
|
4
|
+
Classifier: Intended Audience :: Developers
|
|
5
|
+
Classifier: Topic :: Software Development
|
|
6
|
+
Classifier: Programming Language :: Rust
|
|
7
|
+
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
8
|
+
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
9
|
+
Requires-Python: >=3.7
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "typos-cli"
|
|
3
|
-
version = "1.
|
|
3
|
+
version = "1.35.1"
|
|
4
4
|
description = "Source Code Spelling Correction"
|
|
5
5
|
readme = "../../README.md"
|
|
6
6
|
categories = ["development-tools", "text-processing"]
|
|
@@ -51,14 +51,14 @@ clap = { version = "4.5.4", features = ["derive"] }
|
|
|
51
51
|
clap-verbosity-flag = "3.0"
|
|
52
52
|
ignore = "0.4"
|
|
53
53
|
serde = { version = "1.0", features = ["derive"] }
|
|
54
|
-
toml = "0.
|
|
54
|
+
toml = "0.9.1"
|
|
55
55
|
log = "0.4"
|
|
56
56
|
env_logger = { version = "0.11", default-features = false, features = ["auto-color"] }
|
|
57
57
|
bstr = "1.9"
|
|
58
58
|
ahash = "0.8"
|
|
59
59
|
difflib = "0.4"
|
|
60
60
|
proc-exit = "2.0"
|
|
61
|
-
human-panic = "2.0.
|
|
61
|
+
human-panic = "2.0.3"
|
|
62
62
|
content_inspector = "0.2.4"
|
|
63
63
|
unicode-segmentation = "1.11.0"
|
|
64
64
|
derive_more = { version = "2.0", features = ["from", "display"] }
|
|
@@ -85,7 +85,7 @@ assert_fs = "1.1"
|
|
|
85
85
|
divan = "0.1.14"
|
|
86
86
|
maplit = "1.0"
|
|
87
87
|
snapbox = "0.6.5"
|
|
88
|
-
trycmd = "0.15.
|
|
88
|
+
trycmd = "0.15.10"
|
|
89
89
|
|
|
90
90
|
[[bench]]
|
|
91
91
|
name = "check_file"
|