smcp-server-hyper 0.1.8

A2C-SMCP Server Hyper HTTP adapter
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 = "2021"
name = "smcp-server-hyper"
version = "0.1.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A2C-SMCP Server Hyper HTTP adapter"
readme = false
keywords = [
    "smcp",
    "server",
    "hyper",
    "http",
]
categories = [
    "network-programming",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/A2C-SMCP/rust-sdk"

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

[[bin]]
name = "smcp-server-hyper"
path = "src/main.rs"

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

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

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

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

[dependencies.hyper]
version = "1"
features = [
    "server",
    "http1",
    "http2",
    "full",
]

[dependencies.hyper-util]
version = "0.1"
features = [
    "tokio",
    "service",
    "full",
]

[dependencies.smcp-server-core]
version = "0.1.8"

[dependencies.socketioxide]
version = "0.16.3"
features = ["state"]

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "time",
    "net",
    "sync",
    "signal",
    "process",
]

[dependencies.tower]
version = "0.5"
features = ["util"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

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

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

[dev-dependencies.http]
version = "1.0"

[dev-dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "stream",
]

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

[dev-dependencies.smcp]
version = "0.1.8"

[dev-dependencies.tf-rust-socketio]
version = "0.7.0"
features = ["async"]