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
|
@ -16,9 +16,9 @@ name = "ntex_tokio"
|
|||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
ntex-bytes = "0.1.8"
|
||||
ntex-io = "0.1.0"
|
||||
ntex-util = "0.1.6"
|
||||
ntex-bytes = "0.1.9"
|
||||
ntex-io = "0.1.1"
|
||||
ntex-util = "0.1.8"
|
||||
log = "0.4"
|
||||
pin-project-lite = "0.2"
|
||||
tokio = { version = "1", default-features = false, features = ["rt", "net", "sync", "signal"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue