rdx-hyperclock 0.3.1

A high-performance, event-driven, phased time simulation engine.
Documentation
[[bin]]
name = "hyperdev"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.chrono-tz]
features = ["serde"]
version = "0.8"

[dependencies.colored]
version = "2.0"

[dependencies.config]
features = ["toml"]
version = "0.14"

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

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

[dependencies.tokio]
features = ["full"]
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"

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

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