titanrt 0.2.3

Typed reactive runtime for real-time systems
Documentation
[[bench]]
harness = false
name = "runtime_hot_loop"
path = "benches/runtime_hot_loop.rs"

[dependencies.ahash]
version = "0.8.12"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.arc-swap]
version = "1.7.1"

[dependencies.chrono]
version = "0.4.41"

[dependencies.core_affinity]
version = "0.8.3"

[dependencies.crossbeam]
version = "0.8.4"

[dependencies.rand]
version = "0.9.2"

[dependencies.regex]
version = "1.11.1"

[dependencies.ringbuf]
version = "0.4.8"

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

[dependencies.serde_json]
version = "1.0.142"

[dependencies.signal-hook]
version = "0.3.18"

[dependencies.tracing]
version = "0.1.41"

[dependencies.uuid]
features = ["serde", "v4"]
version = "1.17.0"

[dev-dependencies.criterion]
version = "0.7.0"

[features]
connector = []
default = ["connector"]

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

[package]
authors = ["Ruslan Gnatovsky <rgnatovsky@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency", "data-structures", "network-programming"]
description = "Typed reactive runtime for real-time systems"
documentation = "https://docs.rs/titanrt"
edition = "2024"
exclude = ["/.github", "/.vscode", "/.idea", "/target"]
keywords = ["reactive", "runtime", "hft", "streams", "trading"]
license = "MIT OR Apache-2.0"
name = "titanrt"
readme = "README.md"
repository = "https://github.com/rgnatovsky/titanrt"
version = "0.2.3"