ntex-net 3.5.2

ntexwork utils for ntex framework
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.88"
name = "ntex-net"
version = "3.5.2"
authors = ["ntex contributors <team@ntex.rs>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ntexwork utils for ntex framework"
homepage = "https://ntex.rs"
documentation = "https://docs.rs/ntex-connect/"
readme = false
keywords = [
    "network",
    "framework",
    "async",
    "futures",
]
categories = [
    "network-programming",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ntex-rs/ntex.git"
resolver = "2"

[features]
compio = [
    "ntex-rt/compio",
    "compio-net",
    "compio-driver",
    "compio-runtime",
    "compio-buf",
    "compio-io",
]
default = []
neon = []
neon-polling = []
neon-uring = []
tokio = [
    "ntex-rt/tokio",
    "tok-io",
]

[lib]
name = "ntex_net"
path = "src/lib.rs"

[dependencies.bitflags]
version = "2"

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.compio-buf]
version = "0.7"
optional = true

[dependencies.compio-driver]
version = "0.10"
optional = true

[dependencies.compio-io]
version = "0.8"
optional = true

[dependencies.compio-net]
version = "0.10"
optional = true

[dependencies.compio-runtime]
version = "0.10"
optional = true

[dependencies.libc]
version = "0.2.164"

[dependencies.log]
version = "0.4"

[dependencies.ntex-bytes]
version = "1.4.1"

[dependencies.ntex-http]
version = "1.0.0"

[dependencies.ntex-io]
version = "3.6.0"

[dependencies.ntex-polling]
version = "3.10.0"

[dependencies.ntex-rt]
version = "3.5.0"

[dependencies.ntex-service]
version = "4.0.0"

[dependencies.ntex-util]
version = "3.4.0"

[dependencies.scoped-tls]
version = "1.0.1"

[dependencies.slab]
version = "0.4.9"

[dependencies.socket2]
version = "0.6.1"
features = ["all"]

[dependencies.thiserror]
version = "2"

[dependencies.tok-io]
version = "1"
features = [
    "rt",
    "net",
]
optional = true
default-features = false
package = "tokio"

[dev-dependencies.ntex]
version = "3.0.0-pre.15"

[dev-dependencies.oneshot]
version = "0.1"

[target.'cfg(target_os = "linux")'.dependencies.ntex-io-uring]
version = "0.7.120"
features = ["direct-syscall"]