[package]
edition = "2021"
rust-version = "1.75"
name = "elara-time"
version = "0.1.0"
authors = ["ELARA Protocol Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ELARA Protocol - Time convergence engine with dual clock system, reality windows, and temporal prediction"
homepage = "https://github.com/rafaelsistems/ELARA-Protocol"
documentation = "https://docs.rs/elara-time"
readme = "README.md"
keywords = [
"elara",
"time",
"clock",
"prediction",
"convergence",
]
categories = [
"algorithms",
"network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rafaelsistems/ELARA-Protocol"
[lib]
name = "elara_time"
path = "src/lib.rs"
[dependencies.elara-core]
version = "0.1.0"
[dependencies.parking_lot]
version = "0.12"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.proptest]
version = "1.4"