xitca-server 0.7.0

http server for xitca
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.85"
name = "xitca-server"
version = "0.7.0"
authors = ["fakeshadow <everestshadow@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "http server for xitca"
readme = "README.md"
keywords = [
    "xitca",
    "xitca-web",
]
license = "Apache-2.0"
repository = "https://github.com/HFQR/xitca-web"
resolver = "2"

[features]
io-uring = ["dep:tokio-uring-xitca"]
quic = ["xitca-io/quic"]

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

[dependencies.tokio]
version = "1.51.0"
features = [
    "sync",
    "time",
]

[dependencies.tokio-uring-xitca]
version = "0.2.0"
features = ["runtime-uring"]
optional = true

[dependencies.tracing]
version = "0.1.40"
default-features = false

[dependencies.xitca-io]
version = "0.6.0"
features = ["runtime"]

[dependencies.xitca-service]
version = "0.3.0"
features = ["alloc"]

[dependencies.xitca-unsafe-collection]
version = "0.2.0"

[dev-dependencies.bytes]
version = "1.11.1"

[dev-dependencies.tokio]
version = "1.51.0"
features = [
    "io-util",
    "macros",
]

[target.'cfg(not(target_family = "wasm"))'.dependencies.socket2]
version = "0.6.0"

[target.'cfg(not(target_family = "wasm"))'.dependencies.tokio]
version = "1.51.0"
features = [
    "rt-multi-thread",
    "signal",
]

[target.'cfg(target_family = "wasm")'.dependencies.tokio]
version = "1.51.0"
features = ["rt"]