mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-01 20:07:39 +03:00
30 lines
768 B
TOML
30 lines
768 B
TOML
[package]
|
|
name = "ntex-compio"
|
|
version = "0.2.4"
|
|
authors = ["ntex contributors <team@ntex.rs>"]
|
|
description = "compio runtime intergration for ntex framework"
|
|
keywords = ["network", "framework", "async", "futures"]
|
|
homepage = "https://ntex.rs"
|
|
repository = "https://github.com/ntex-rs/ntex.git"
|
|
documentation = "https://docs.rs/ntex-compio/"
|
|
categories = ["network-programming", "asynchronous"]
|
|
license = "MIT OR Apache-2.0"
|
|
edition = "2021"
|
|
rust-version = "1.75"
|
|
|
|
[lib]
|
|
name = "ntex_compio"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
ntex-bytes = "0.1"
|
|
ntex-io = "2.5"
|
|
ntex-util = "2"
|
|
ntex-rt = "0.4"
|
|
log = "0.4"
|
|
|
|
compio-buf = "0.5"
|
|
compio-io = "0.5"
|
|
compio-net = "0.6"
|
|
compio-driver = "0.6"
|
|
compio-runtime = { version = "0.6", features = ["io-uring", "polling", "event"] }
|