allora-runtime 0.0.6

Allora runtime and DSL implementation (internal crate).
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-runtime"
version = "0.0.6"
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.6"

[dependencies.allora-http]
version = "0.0.6"

[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"