relay-core-http 0.3.3

REST/SSE HTTP API adapter for relay-core: language-agnostic integration boundary for external tools
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 = "relay-core-http"
version = "0.3.3"
authors = ["RelayCraft Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "REST/SSE HTTP API adapter for relay-core: language-agnostic integration boundary for external tools"
readme = "README.md"
license = "MIT"
repository = "https://github.com/relaycraft/relay-core"
resolver = "2"

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

[dependencies.axum]
version = "0.8.8"
features = ["ws"]

[dependencies.regex]
version = "1.10"

[dependencies.relay-core-api]
version = "0.3.3"

[dependencies.relay-core-runtime]
version = "0.3.3"

[dependencies.reqwest]
version = "0.13.2"
features = ["json"]

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

[dependencies.serde_json]
version = "1.0"

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

[dependencies.tokio-stream]
version = "0.1.18"
features = ["sync"]

[dependencies.tower-http]
version = "0.6.8"
features = [
    "cors",
    "trace",
]

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.0"
features = [
    "v4",
    "serde",
]

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