[package]
edition = "2021"
name = "allora"
version = "0.0.7"
authors = ["Allora Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Allora: Rust-native Enterprise Integration Patterns (EIP) with channels, routing, correlation, and adapters."
homepage = "https://github.com/fialucci/allora"
documentation = "https://docs.rs/allora"
readme = "README.md"
keywords = [
"integration",
"eip",
"messaging",
"routing",
"event-driven",
]
categories = [
"asynchronous",
"network-programming",
"development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/fialucci/allora"
[lib]
name = "allora"
path = "src/lib.rs"
[dependencies.allora-core]
version = "0.0.7"
[dependencies.allora-http]
version = "0.0.7"
[dependencies.allora-macros]
version = "0.0.7"
[dependencies.allora-runtime]
version = "0.0.7"
[dependencies.inventory]
version = "0.3"