rdx-hyperclock 0.3.1

A high-performance, event-driven, phased time simulation engine.
Documentation
[package]
name = "rdx-hyperclock"
version = "0.3.1"
edition = "2021"
authors = ["qodeninja <1043235+qodeninja@users.noreply.github.com>"]
description = "A high-performance, event-driven, phased time simulation engine."
license = "MIT OR Apache-2.0"
repository = "https://github.com/rustadex/hyperclock"
readme = "README.md"
keywords = ["hyperclock", "rdx", "sim", "time", "phase-engine"]

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


[[bin]]
name = "hyperdev" 
path = "src/main.rs"


[dependencies]
tokio = { workspace = true }
anyhow = { workspace = true }
chrono = { workspace = true }
chrono-tz = { version = "0.8", features = ["serde"] } # This one is specific to hyperclock
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
serde = { workspace = true }
config = { workspace = true }
slotmap = { workspace = true }
colored = { workspace = true }