Skip to content

Commit

Permalink
Merge pull request #1169 from klensy/deps
Browse files Browse the repository at this point in the history
fix: remove some unused deps
  • Loading branch information
epage authored Dec 16, 2024
2 parents 720258f + 0169b9b commit 32b9644
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 61 deletions.
42 changes: 0 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions crates/codespell-dict/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,9 @@ all-features = true
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]

[dependencies]
unicase = "2.7"
dictgen = { version = "^0.2", path = "../dictgen" }

[dev-dependencies]
unicase = "2.7"
itertools = "0.13"
codegenrs = "3.0"
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
snapbox = "0.6.5"
Expand Down
3 changes: 1 addition & 2 deletions crates/dictgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@ rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]
[features]
default = ["std"]
std = []
codegen = ["std", "dep:phf_codegen"]
codegen = ["std"]
map = ["dep:phf", "dep:phf_shared"]

[dependencies]
unicase = "2.7"
phf = { version = "0.11", features = ["unicase"], optional = true }
phf_codegen = { version = "0.11", optional = true }
phf_shared = { version = "0.11", optional = true }

[lints]
Expand Down
3 changes: 0 additions & 3 deletions crates/misspell-dict/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@ include.workspace = true
release = false

[dependencies]
unicase = "2.7"
dictgen = { version = "^0.2", path = "../dictgen" }

[dev-dependencies]
unicase = "2.7"
itertools = "0.13"
codegenrs = "3.0"
regex = "1"
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/typos-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ itertools = "0.13"
serde_json = "1.0"
kstring = { version = "2.0.0", features = ["serde"] }
typed-arena = "2.0.2"
maplit = "1.0"
unicode-width = "0.2.0"
unic-emoji-char = "0.9.0"
thread_local = "1.1.8"
Expand All @@ -81,6 +80,7 @@ encoding_rs = "0.8.34"
[dev-dependencies]
assert_fs = "1.1"
divan = "0.1.14"
maplit = "1.0"
snapbox = "0.6.5"
trycmd = "0.15.4"

Expand Down
1 change: 0 additions & 1 deletion crates/typos-dict/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ all-features = true
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]

[dependencies]
unicase = "2.7"
dictgen = { version = "^0.2", path = "../dictgen" }

[dev-dependencies]
Expand Down
2 changes: 0 additions & 2 deletions crates/typos-vars/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@ all-features = true
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]

[dependencies]
unicase = "2.7"
dictgen = { version = "^0.2", path = "../dictgen" }
varcon-core = { version = "^5.0", path = "../varcon-core", features = ["flags"] }

[dev-dependencies]
varcon = { version = "^1.0", path = "../varcon", features = ["flags"] }
varcon-core = { version = "^5.0", path = "../varcon-core", features = ["flags"] }
typos = { version = "^0.10", path = "../typos" }
unicase = "2.7"
codegenrs = "3.0"
itertools = "0.13"
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
Expand Down
4 changes: 0 additions & 4 deletions crates/typos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,11 @@ all-features = true
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]

[dependencies]
anyhow = "1.0"
thiserror = "2.0"
winnow = "0.6.7"
unicode-xid = "0.2.4"
once_cell = "1.19.0"
serde = { version = "1.0", features = ["derive"] }
simdutf8 = "0.1.4"
itertools = "0.13"
unicode-segmentation = "1.11.0"
bstr = "1.9"

[lints]
Expand Down
3 changes: 0 additions & 3 deletions crates/wikipedia-dict/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,9 @@ include.workspace = true
release = false

[dependencies]
unicase = "2.7"
dictgen = { version = "^0.2", path = "../dictgen" }

[dev-dependencies]
unicase = "2.7"
itertools = "0.13"
codegenrs = "3.0"
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
snapbox = "0.6.5"
Expand Down

0 comments on commit 32b9644

Please sign in to comment.