[package]
edition = "2021"
name = "allora-runtime"
version = "0.0.3"
authors = ["Allora Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Allora runtime and DSL implementation (internal crate)."
homepage = "https://github.com/fialucci/allora"
documentation = "https://docs.rs/allora-runtime"
readme = "README.md"
keywords = [
"runtime",
"async",
"integration",
"messaging",
"scheduler",
]
categories = [
"asynchronous",
"network-programming",
]
license = "Apache-2.0"
repository = "https://github.com/fialucci/allora"
[lib]
name = "allora_runtime"
path = "src/lib.rs"
[dependencies.allora-core]
version = "0.0.3"
[dependencies.allora-http]
version = "0.0.3"
[dependencies.hyper]
version = "0.14"
features = [
"client",
"http1",
]
[dependencies.inventory]
version = "0.3"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_yaml]
version = "0.9"
[dependencies.tokio]
version = "1.39"
features = [
"rt",
"rt-multi-thread",
"macros",
"sync",
]
[dependencies.tracing]
version = "0.1"