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