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-rt"
version = "3.5.0"
authors = ["ntex contributors <team@ntex.rs>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ntex runtime"
homepage = "https://ntex.rs"
documentation = "https://docs.rs/ntex-rt/"
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 = [
    "compio-driver",
    "compio-runtime",
]
default = []
neon = []
tokio = ["tok-io"]

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

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

[dependencies.async-task]
version = "4.5.0"

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

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

[dependencies.crossbeam-channel]
version = "0.5.8"

[dependencies.crossbeam-queue]
version = "0.3.8"

[dependencies.foldhash]
version = "0.2.0"

[dependencies.futures-timer]
version = "3.0"

[dependencies.log]
version = "0.4"

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

[dependencies.oneshot]
version = "0.1"

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

[dependencies.swap-buffer-queue]
version = "0.2.1"

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

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