of_runtime 0.3.0

Runtime orchestration and health supervision for the Orderflow engine
Documentation
[package]
name = "of_runtime"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
description = "Runtime orchestration and health supervision for the Orderflow engine"
readme = "README.md"
documentation = "https://docs.rs/of_runtime"
keywords = ["orderflow", "market-data", "trading", "runtime", "finance"]
categories = ["finance", "simulation"]

[package.metadata.docs.rs]
all-features = true

[dependencies]
of_adapters = { path = "../of_adapters", version = "0.3.0" }
of_core = { path = "../of_core", version = "0.3.0" }
of_persist = { path = "../of_persist", version = "0.3.0" }
of_signals = { path = "../of_signals", version = "0.3.0" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
toml = "0.8"