Make charabia default feature optional

This commit is contained in:
Vincent Herlemont 2022-09-07 20:54:31 +02:00
parent 549fa12d5a
commit 5e07ea79c2
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ bimap = { version = "0.6.2", features = ["serde"] }
bincode = "1.3.3"
bstr = "0.2.17"
byteorder = "1.4.3"
charabia = "0.6.0"
charabia = { version = "0.6.0", default-features = false }
concat-arrays = "0.1.2"
crossbeam-channel = "0.5.2"
either = "1.6.1"
@ -57,4 +57,4 @@ md5 = "0.7.0"
rand = "0.8.5"
[features]
default = []
default = [ "charabia/default" ]