of_runtime 0.3.0

Runtime orchestration and health supervision for the Orderflow engine
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 = "of_runtime"
version = "0.3.0"
authors = ["Gregorian Rayne <gregorianrayne09@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime orchestration and health supervision for the Orderflow engine"
homepage = "https://github.com/gregorian-09/orderflow"
documentation = "https://docs.rs/of_runtime"
readme = "README.md"
keywords = [
    "orderflow",
    "market-data",
    "trading",
    "runtime",
    "finance",
]
categories = [
    "finance",
    "simulation",
]
license = "MIT"
repository = "https://github.com/gregorian-09/orderflow"

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

[lib]
name = "of_runtime"
path = "src/lib.rs"

[dependencies.of_adapters]
version = "0.3.0"

[dependencies.of_core]
version = "0.3.0"

[dependencies.of_persist]
version = "0.3.0"

[dependencies.of_signals]
version = "0.3.0"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "0.8"