Skip to content

Commit

Permalink
chore: remove "getrandom/js" in "unstable_wasm" feature
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Jul 20, 2024
1 parent 4ea2f23 commit 06b52d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tokenizers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ regex = "1.10"
regex-syntax = "0.8"
rayon = "1.10"
rayon-cond = "0.3"
serde = { version = "1.0", features = [ "derive" ] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
unicode-normalization-alignments = "0.1"
unicode_categories = "0.1"
unicode-segmentation = "1.11"
indicatif = {version = "0.17", optional = true}
indicatif = { version = "0.17", optional = true }
itertools = "0.12"
log = "0.4"
derive_builder = "0.20"
Expand All @@ -59,17 +59,17 @@ aho-corasick = "1.1"
paste = "1.0.14"
macro_rules_attribute = "0.2.0"
thiserror = "1.0.49"
fancy-regex = { version = "0.13", optional = true}
fancy-regex = { version = "0.13", optional = true }
getrandom = { version = "0.2.10" }
esaxx-rs = { version = "0.1.10", default-features = false, features=[]}
esaxx-rs = { version = "0.1.10", default-features = false, features = [] }
monostate = "0.1.12"

[features]
default = ["progressbar", "onig", "esaxx_fast"]
esaxx_fast = ["esaxx-rs/cpp"]
progressbar = ["indicatif"]
http = ["hf-hub"]
unstable_wasm = ["fancy-regex", "getrandom/js"]
unstable_wasm = ["fancy-regex"]

[dev-dependencies]
criterion = "0.5"
Expand Down

0 comments on commit 06b52d4

Please sign in to comment.