typos 1.35.1__tar.gz → 1.35.2__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.
Files changed (52) hide show
  1. {typos-1.35.1 → typos-1.35.2}/Cargo.lock +18 -32
  2. {typos-1.35.1 → typos-1.35.2}/PKG-INFO +1 -1
  3. {typos-1.35.1 → typos-1.35.2}/crates/dictgen/Cargo.toml +4 -4
  4. {typos-1.35.1 → typos-1.35.2}/crates/typos-cli/Cargo.toml +4 -4
  5. {typos-1.35.1 → typos-1.35.2}/crates/typos-dict/Cargo.toml +4 -4
  6. {typos-1.35.1 → typos-1.35.2}/crates/typos-dict/src/word_codegen.rs +118660 -118665
  7. {typos-1.35.1 → typos-1.35.2}/crates/typos-vars/Cargo.toml +3 -3
  8. {typos-1.35.1 → typos-1.35.2}/Cargo.toml +0 -0
  9. {typos-1.35.1 → typos-1.35.2}/crates/dictgen/src/aho_corasick.rs +0 -0
  10. {typos-1.35.1 → typos-1.35.2}/crates/dictgen/src/gen.rs +0 -0
  11. {typos-1.35.1 → typos-1.35.2}/crates/dictgen/src/insensitive.rs +0 -0
  12. {typos-1.35.1 → typos-1.35.2}/crates/dictgen/src/lib.rs +0 -0
  13. {typos-1.35.1 → typos-1.35.2}/crates/dictgen/src/map.rs +0 -0
  14. {typos-1.35.1 → typos-1.35.2}/crates/dictgen/src/match.rs +0 -0
  15. {typos-1.35.1 → typos-1.35.2}/crates/dictgen/src/ordered_map.rs +0 -0
  16. {typos-1.35.1 → typos-1.35.2}/crates/dictgen/src/trie.rs +0 -0
  17. {typos-1.35.1 → typos-1.35.2}/crates/typos/Cargo.toml +0 -0
  18. {typos-1.35.1 → typos-1.35.2}/crates/typos/README.md +0 -0
  19. {typos-1.35.1 → typos-1.35.2}/crates/typos/src/check.rs +0 -0
  20. {typos-1.35.1 → typos-1.35.2}/crates/typos/src/dict.rs +0 -0
  21. {typos-1.35.1 → typos-1.35.2}/crates/typos/src/lib.rs +0 -0
  22. {typos-1.35.1 → typos-1.35.2}/crates/typos/src/tokens.rs +0 -0
  23. {typos-1.35.1 → typos-1.35.2}/crates/typos-cli/README.md +0 -0
  24. {typos-1.35.1 → typos-1.35.2}/crates/typos-cli/src/bin/typos-cli/args.rs +0 -0
  25. {typos-1.35.1 → typos-1.35.2}/crates/typos-cli/src/bin/typos-cli/main.rs +0 -0
  26. {typos-1.35.1 → typos-1.35.2}/crates/typos-cli/src/bin/typos-cli/report.rs +0 -0
  27. {typos-1.35.1 → typos-1.35.2}/crates/typos-cli/src/config.rs +0 -0
  28. {typos-1.35.1 → typos-1.35.2}/crates/typos-cli/src/default_types.rs +0 -0
  29. {typos-1.35.1 → typos-1.35.2}/crates/typos-cli/src/dict.rs +0 -0
  30. {typos-1.35.1 → typos-1.35.2}/crates/typos-cli/src/file.rs +0 -0
  31. {typos-1.35.1 → typos-1.35.2}/crates/typos-cli/src/file_type.rs +0 -0
  32. {typos-1.35.1 → typos-1.35.2}/crates/typos-cli/src/file_type_specifics.rs +0 -0
  33. {typos-1.35.1 → typos-1.35.2}/crates/typos-cli/src/lib.rs +0 -0
  34. {typos-1.35.1 → typos-1.35.2}/crates/typos-cli/src/policy.rs +0 -0
  35. {typos-1.35.1 → typos-1.35.2}/crates/typos-cli/src/report.rs +0 -0
  36. {typos-1.35.1 → typos-1.35.2}/crates/typos-cli/tests/cmd/en-us.in/README.md +0 -0
  37. {typos-1.35.1 → typos-1.35.2}/crates/typos-cli/tests/cmd/false-positives.in/README.md +0 -0
  38. {typos-1.35.1 → typos-1.35.2}/crates/typos-dict/README.md +0 -0
  39. {typos-1.35.1 → typos-1.35.2}/crates/typos-dict/src/lib.rs +0 -0
  40. {typos-1.35.1 → typos-1.35.2}/crates/typos-vars/README.md +0 -0
  41. {typos-1.35.1 → typos-1.35.2}/crates/typos-vars/src/lib.rs +0 -0
  42. {typos-1.35.1 → typos-1.35.2}/crates/typos-vars/src/vars_codegen.rs +0 -0
  43. {typos-1.35.1 → typos-1.35.2}/crates/varcon/Cargo.toml +0 -0
  44. {typos-1.35.1 → typos-1.35.2}/crates/varcon/README.md +0 -0
  45. {typos-1.35.1 → typos-1.35.2}/crates/varcon/src/codegen.rs +0 -0
  46. {typos-1.35.1 → typos-1.35.2}/crates/varcon/src/lib.rs +0 -0
  47. {typos-1.35.1 → typos-1.35.2}/crates/varcon-core/Cargo.toml +0 -0
  48. {typos-1.35.1 → typos-1.35.2}/crates/varcon-core/README.md +0 -0
  49. {typos-1.35.1 → typos-1.35.2}/crates/varcon-core/src/borrowed.rs +0 -0
  50. {typos-1.35.1 → typos-1.35.2}/crates/varcon-core/src/lib.rs +0 -0
  51. {typos-1.35.1 → typos-1.35.2}/crates/varcon-core/src/parser.rs +0 -0
  52. {typos-1.35.1 → typos-1.35.2}/pyproject.toml +0 -0
@@ -416,7 +416,7 @@ dependencies = [
416
416
 
417
417
  [[package]]
418
418
  name = "dictgen"
419
- version = "0.3.1"
419
+ version = "0.4.0"
420
420
  dependencies = [
421
421
  "aho-corasick",
422
422
  "phf",
@@ -560,9 +560,9 @@ dependencies = [
560
560
 
561
561
  [[package]]
562
562
  name = "fastrand"
563
- version = "2.0.1"
563
+ version = "2.3.0"
564
564
  source = "registry+https://github.com/rust-lang/crates.io-index"
565
- checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
565
+ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
566
566
 
567
567
  [[package]]
568
568
  name = "filetime"
@@ -865,19 +865,20 @@ dependencies = [
865
865
 
866
866
  [[package]]
867
867
  name = "phf"
868
- version = "0.11.3"
868
+ version = "0.12.1"
869
869
  source = "registry+https://github.com/rust-lang/crates.io-index"
870
- checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
870
+ checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
871
871
  dependencies = [
872
872
  "phf_macros",
873
873
  "phf_shared",
874
+ "serde",
874
875
  ]
875
876
 
876
877
  [[package]]
877
878
  name = "phf_codegen"
878
- version = "0.11.3"
879
+ version = "0.12.1"
879
880
  source = "registry+https://github.com/rust-lang/crates.io-index"
880
- checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
881
+ checksum = "efbdcb6f01d193b17f0b9c3360fa7e0e620991b193ff08702f78b3ce365d7e61"
881
882
  dependencies = [
882
883
  "phf_generator",
883
884
  "phf_shared",
@@ -885,19 +886,19 @@ dependencies = [
885
886
 
886
887
  [[package]]
887
888
  name = "phf_generator"
888
- version = "0.11.2"
889
+ version = "0.12.1"
889
890
  source = "registry+https://github.com/rust-lang/crates.io-index"
890
- checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
891
+ checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
891
892
  dependencies = [
893
+ "fastrand",
892
894
  "phf_shared",
893
- "rand",
894
895
  ]
895
896
 
896
897
  [[package]]
897
898
  name = "phf_macros"
898
- version = "0.11.3"
899
+ version = "0.12.1"
899
900
  source = "registry+https://github.com/rust-lang/crates.io-index"
900
- checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
901
+ checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
901
902
  dependencies = [
902
903
  "phf_generator",
903
904
  "phf_shared",
@@ -909,9 +910,9 @@ dependencies = [
909
910
 
910
911
  [[package]]
911
912
  name = "phf_shared"
912
- version = "0.11.3"
913
+ version = "0.12.1"
913
914
  source = "registry+https://github.com/rust-lang/crates.io-index"
914
- checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
915
+ checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
915
916
  dependencies = [
916
917
  "siphasher",
917
918
  "unicase",
@@ -985,21 +986,6 @@ version = "5.2.0"
985
986
  source = "registry+https://github.com/rust-lang/crates.io-index"
986
987
  checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
987
988
 
988
- [[package]]
989
- name = "rand"
990
- version = "0.8.5"
991
- source = "registry+https://github.com/rust-lang/crates.io-index"
992
- checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
993
- dependencies = [
994
- "rand_core",
995
- ]
996
-
997
- [[package]]
998
- name = "rand_core"
999
- version = "0.6.4"
1000
- source = "registry+https://github.com/rust-lang/crates.io-index"
1001
- checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1002
-
1003
989
  [[package]]
1004
990
  name = "rayon"
1005
991
  version = "1.8.0"
@@ -1551,7 +1537,7 @@ dependencies = [
1551
1537
 
1552
1538
  [[package]]
1553
1539
  name = "typos-cli"
1554
- version = "1.35.1"
1540
+ version = "1.35.2"
1555
1541
  dependencies = [
1556
1542
  "ahash",
1557
1543
  "anstream",
@@ -1600,7 +1586,7 @@ dependencies = [
1600
1586
 
1601
1587
  [[package]]
1602
1588
  name = "typos-dict"
1603
- version = "0.12.16"
1589
+ version = "0.13.0"
1604
1590
  dependencies = [
1605
1591
  "codegenrs",
1606
1592
  "csv",
@@ -1618,7 +1604,7 @@ dependencies = [
1618
1604
 
1619
1605
  [[package]]
1620
1606
  name = "typos-vars"
1621
- version = "0.9.1"
1607
+ version = "0.10.0"
1622
1608
  dependencies = [
1623
1609
  "codegenrs",
1624
1610
  "dictgen",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: typos
3
- Version: 1.35.1
3
+ Version: 1.35.2
4
4
  Classifier: Intended Audience :: Developers
5
5
  Classifier: Topic :: Software Development
6
6
  Classifier: Programming Language :: Rust
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "dictgen"
3
- version = "0.3.1"
3
+ version = "0.4.0"
4
4
  description = "Compile-time case-insensitive map"
5
5
  categories = ["development-tools", "text-processing"]
6
6
  keywords = ["development", "spelling", "no_std"]
@@ -23,9 +23,9 @@ aho-corasick = ["dep:aho-corasick"]
23
23
 
24
24
  [dependencies]
25
25
  unicase = "2.8.1"
26
- phf = { version = "0.11", features = ["unicase"], optional = true }
27
- phf_shared = { version = "0.11", optional = true }
28
- phf_codegen = { version = "0.11", optional = true }
26
+ phf = { version = "0.12", features = ["unicase"], optional = true }
27
+ phf_shared = { version = "0.12", optional = true }
28
+ phf_codegen = { version = "0.12", optional = true }
29
29
  aho-corasick = { version = "1.1.3", optional = true }
30
30
 
31
31
  [lints]
@@ -1,8 +1,8 @@
1
1
  [package]
2
2
  name = "typos-cli"
3
- version = "1.35.1"
3
+ version = "1.35.2"
4
4
  description = "Source Code Spelling Correction"
5
- readme = "../../README.md"
5
+ readme = "README.md"
6
6
  categories = ["development-tools", "text-processing"]
7
7
  keywords = ["development", "spelling"]
8
8
  repository.workspace = true
@@ -43,8 +43,8 @@ doc = false
43
43
  [dependencies]
44
44
  typos = { version = "^0.10", path = "../typos" }
45
45
  varcon-core = { version = "^5.0.3", path = "../varcon-core" }
46
- typos-dict = { version = "^0.12", path = "../typos-dict", optional = true }
47
- typos-vars = { version = "^0.9", path = "../typos-vars", optional = true }
46
+ typos-dict = { version = "^0.13", path = "../typos-dict", optional = true }
47
+ typos-vars = { version = "^0.10", path = "../typos-vars", optional = true }
48
48
  unicase = "2.8.1"
49
49
  anyhow = "1.0"
50
50
  clap = { version = "4.5.4", features = ["derive"] }
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "typos-dict"
3
- version = "0.12.16"
3
+ version = "0.13.0"
4
4
  description = "Source Code Spelling Correction"
5
5
  readme = "README.md"
6
6
  categories = ["development-tools", "text-processing"]
@@ -16,8 +16,8 @@ all-features = true
16
16
  rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]
17
17
 
18
18
  [dependencies]
19
- phf = "0.11.2"
20
- dictgen = { version = "^0.3", path = "../dictgen", features = ["map"] }
19
+ phf = "0.12.0"
20
+ dictgen = { version = "^0.4", path = "../dictgen", features = ["map"] }
21
21
 
22
22
  [dev-dependencies]
23
23
  csv = "1.3"
@@ -25,7 +25,7 @@ itertools = "0.14"
25
25
  edit-distance = "2.1"
26
26
  unicase = "2.8.1"
27
27
  codegenrs = "3.0"
28
- dictgen = { version = "^0.3", path = "../dictgen", features = ["codegen", "map", "aho-corasick"] }
28
+ dictgen = { version = "^0.4", path = "../dictgen", features = ["codegen", "map", "aho-corasick"] }
29
29
  varcon = { version = "^1.0", path = "../varcon" }
30
30
  snapbox = "0.6.5"
31
31
  indexmap = "2.2.6"