mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
deps
This commit is contained in:
parent
7695fc686f
commit
588d9ea300
6 changed files with 1 additions and 10 deletions
|
@ -45,8 +45,6 @@ ntex-util = { path = "ntex-util" }
|
|||
ntex-compio = { path = "ntex-compio" }
|
||||
ntex-tokio = { path = "ntex-tokio" }
|
||||
|
||||
ntex-neon = { git = "https://github.com/ntex-rs/neon.git" }
|
||||
|
||||
[workspace.dependencies]
|
||||
async-task = "4.5.0"
|
||||
bitflags = "2"
|
||||
|
|
|
@ -28,4 +28,3 @@ pin-project-lite = "0.2"
|
|||
[dev-dependencies]
|
||||
ntex = "2"
|
||||
rand = "0.8"
|
||||
env_logger = "0.11"
|
||||
|
|
|
@ -18,4 +18,3 @@ proc-macro2 = "^1"
|
|||
[dev-dependencies]
|
||||
ntex = "2"
|
||||
futures = "0.3"
|
||||
env_logger = "0.11"
|
||||
|
|
|
@ -40,7 +40,7 @@ ntex-util = "2.5"
|
|||
|
||||
ntex-tokio = { version = "0.5.3", optional = true }
|
||||
ntex-compio = { version = "0.2.4", optional = true }
|
||||
ntex-neon = { version = "0.1.11", optional = true }
|
||||
ntex-neon = { version = "0.1.13", optional = true }
|
||||
|
||||
bitflags = { workspace = true }
|
||||
cfg-if = { workspace = true }
|
||||
|
@ -57,4 +57,3 @@ polling = { workspace = true, optional = true }
|
|||
|
||||
[dev-dependencies]
|
||||
ntex = "2"
|
||||
env_logger = "0.11"
|
||||
|
|
|
@ -43,6 +43,3 @@ tok-io = { version = "1", package = "tokio", default-features = false, features
|
|||
], optional = true }
|
||||
|
||||
ntex-neon = { version = "0.1.11", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.11"
|
||||
|
|
|
@ -42,7 +42,6 @@ tls_rust = { version = "0.23", package = "rustls", default-features = false, opt
|
|||
|
||||
[dev-dependencies]
|
||||
ntex = { version = "2", features = ["openssl", "rustls"] }
|
||||
env_logger = "0.11"
|
||||
rustls-pemfile = "2"
|
||||
webpki-roots = "0.26"
|
||||
tls_rust = { version = "0.23", package = "rustls", features = ["ring", "std"], default-features = false }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue