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