reinhardt-server 0.1.0-rc.25

HTTP server implementation for Reinhardt 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.94.0"
name = "reinhardt-server"
version = "0.1.0-rc.25"
authors = ["kent8192 <51869472+kent8192@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP server implementation for Reinhardt framework"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/kent8192/reinhardt-web"

[features]
default = ["server"]
full = [
    "graphql",
    "websocket",
]
graphql = [
    "async-graphql",
    "server",
]
server = []
server-full = [
    "server",
    "graphql",
    "websocket",
]
websocket = [
    "futures-util",
    "server",
    "tokio-tungstenite",
]

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

[dependencies.async-graphql]
version = "7.0"
optional = true

[dependencies.async-trait]
version = "0.1.89"

[dependencies.bytes]
version = "1.11.1"

[dependencies.futures-util]
version = "0.3"
optional = true

[dependencies.http]
version = "1.4.0"

[dependencies.http-body-util]
version = "0.1.3"

[dependencies.hyper]
version = "1.9.0"
features = ["full"]

[dependencies.hyper-util]
version = "0.1"
features = [
    "tokio",
    "server",
    "http2",
]

[dependencies.ipnet]
version = "2.10"

[dependencies.reinhardt-core]
version = "0.1.0-rc.25"
features = [
    "exception",
    "types",
]

[dependencies.reinhardt-di]
version = "0.1.0-rc.25"

[dependencies.reinhardt-http]
version = "0.1.0-rc.25"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tokio]
version = "1.51.0"
features = [
    "rt-multi-thread",
    "sync",
    "time",
    "macros",
    "net",
    "io-util",
    "signal",
]

[dependencies.tokio-tungstenite]
version = "0.28.0"
optional = true

[dev-dependencies.anyhow]
version = "1.0.102"

[dev-dependencies.async-graphql]
version = "7.0"

[dev-dependencies.futures-util]
version = "0.3"

[dev-dependencies.insta]
version = "1.47.2"
features = [
    "json",
    "toml",
]

[dev-dependencies.reqwest]
version = "0.13.2"
features = [
    "json",
    "form",
]

[dev-dependencies.rstest]
version = "0.26.1"

[dev-dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0.149"

[dev-dependencies.tokio-test]
version = "0.4"

[dev-dependencies.tokio-tungstenite]
version = "0.28.0"