allora 0.0.7

Allora: Rust-native Enterprise Integration Patterns (EIP) with channels, routing, correlation, and adapters.
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 = "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"