allora-http 0.0.2

HTTP inbound/outbound adapters for Allora integration flows (request/reply & fire-and-forget).
Documentation
[package]
name = "allora-http"
version = "0.0.2"
edition = "2021"
license = "Apache-2.0"
authors = ["Allora Contributors"]
description = "HTTP inbound/outbound adapters for Allora integration flows (request/reply & fire-and-forget)."
repository = "https://github.com/fialucci/allora"
homepage = "https://github.com/fialucci/allora"
documentation = "https://docs.rs/allora-http"
readme = "README.md"
keywords = ["http", "webhook", "integration", "client", "server"]
categories = ["web-programming::http-server", "web-programming::http-client", "network-programming"]

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

[dependencies]
allora-core = { version = "0.0.2", path = "../core" }
tokio = { version = "1.39", features = ["rt", "rt-multi-thread", "macros", "sync"] }
hyper = { version = "0.14", features = ["full"] }
tracing = "0.1"
serde_json = "1.0"
uuid = { version = "1.8", features = ["v4"] }
async-trait = "0.1"