ntex-server 3.6.0

Server 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-server"
version = "3.6.0"
authors = ["ntex contributors <team@ntex.rs>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Server for ntex framework"
homepage = "https://ntex.rs"
documentation = "https://docs.rs/ntex-server/"
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"

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

[dependencies.async-channel]
version = "2"

[dependencies.atomic-waker]
version = "1.1"

[dependencies.core_affinity]
version = "0.8"

[dependencies.log]
version = "0.4"

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

[dependencies.ntex-net]
version = "3.5.1"

[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.oneshot]
version = "0.1"

[dependencies.socket2]
version = "0.6.1"

[dependencies.uuid]
version = "1.19"
features = ["v7"]

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

[target.'cfg(target_family = "unix")'.dependencies.signal-hook]
version = "0.3"
features = ["iterator"]

[target.'cfg(target_family = "windows")'.dependencies.ctrlc]
version = "3.4"