mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Add optional simd utf8 validation
This commit is contained in:
parent
42e140b805
commit
eac1f068fb
9 changed files with 60 additions and 23 deletions
|
@ -18,7 +18,7 @@ default = ["http"]
|
|||
|
||||
[dependencies]
|
||||
serde = "1.0"
|
||||
ntex-bytes = "0.1"
|
||||
ntex-bytes = "0.1.9"
|
||||
log = "0.4"
|
||||
http = { version = "0.2", optional = true }
|
||||
regex = { version = "1.5.4", default-features = false, features = ["std"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue