allora-http 0.0.2

HTTP inbound/outbound adapters for Allora integration flows (request/reply & fire-and-forget).
Documentation
[dependencies.allora-core]
version = "0.0.2"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["rt", "rt-multi-thread", "macros", "sync"]
version = "1.39"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
features = ["v4"]
version = "1.8"

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

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