libfw-server 0.2.1

Embeddable libfw server handlers/middleware (axum integration)
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"
name = "libfw-server"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embeddable libfw server handlers/middleware (axum integration)"
readme = false
keywords = [
    "server",
    "axum",
    "http",
    "streaming",
    "transfer",
]
categories = [
    "network-programming",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/ArthurZhou/libfw"

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

[[test]]
name = "http_integration"
path = "tests/http_integration.rs"

[[test]]
name = "ws_integration"
path = "tests/ws_integration.rs"

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

[dependencies.axum]
version = "0.8"
features = [
    "http1",
    "tokio",
    "ws",
]

[dependencies.bytes]
version = "1"

[dependencies.futures]
version = "0.3"

[dependencies.http]
version = "1"

[dependencies.libfw-core]
version = "0.2.1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.time]
version = "0.3"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-stream]
version = "0.1"

[dependencies.tower]
version = "0.5"

[dependencies.tower-http]
version = "0.6"
features = ["trace"]

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

[dev-dependencies.http-body-util]
version = "0.1"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio-tungstenite]
version = "0.24"
features = [
    "connect",
    "handshake",
]
default-features = false

[dev-dependencies.tower]
version = "0.5"