Skip to content

Commit

Permalink
Clean up features
Browse files Browse the repository at this point in the history
  • Loading branch information
benbrandt committed Sep 2, 2024
1 parent d8202b5 commit 79a8137
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ rust_tokenizers = { version = "8", optional = true }
strum = { version = "0.26", features = ["derive"] }
thiserror = "1.0.63"
tiktoken-rs = { version = "0.5", optional = true }
tokenizers = { version = "0.20", default-features = false, features = [
"onig",
], optional = true }
tokenizers = { version = "0.20", default-features = false, optional = true }
tree-sitter = { version = "0.23", optional = true }
unicode-segmentation = "1.11"

Expand Down Expand Up @@ -102,7 +100,7 @@ code = ["dep:tree-sitter"]
markdown = ["dep:pulldown-cmark"]
rust-tokenizers = ["dep:rust_tokenizers"]
tiktoken-rs = ["dep:tiktoken-rs"]
tokenizers = ["dep:tokenizers"]
tokenizers = ["dep:tokenizers", "tokenizers/onig"]

[lints]
workspace = true
Expand Down

0 comments on commit 79a8137

Please sign in to comment.