ranvier-http 0.1.1

HTTP Ingress adapter for Ranvier - Tower-native Service implementation
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 = "ranvier-http"
version = "0.1.1"
authors = ["CELLAXON Inc."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP Ingress adapter for Ranvier - Tower-native Service implementation"
homepage = "https://ranvier.studio"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ranvier-rs/ranvier"
resolver = "2"

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

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

[dependencies.bytes]
version = "1.11.0"

[dependencies.futures-util]
version = "0.3.31"

[dependencies.http]
version = "1.4.0"

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

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

[dependencies.hyper-util]
version = "0.1.19"
features = ["full"]

[dependencies.ranvier-core]
version = "0.1.1"

[dependencies.ranvier-runtime]
version = "0.1.1"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tower]
version = "0.5.3"
features = ["full"]

[dependencies.tracing]
version = "0.1.44"

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