[package]
edition = "2024"
rust-version = "1.88"
name = "ash-time"
version = "1.0.0"
authors = ["Giorgos Ntemiris <ntemirisgiorgos3@gmail.com>"]
build = false
exclude = ["*.sh"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hybrid Logical Clocks for causality tracking with approximate wall-clock ordering across distributed nodes"
homepage = "https://github.com/ashforge-rs/ash-time"
documentation = "https://docs.rs/ash-time"
readme = "README.md"
keywords = [
"hlc",
"logical-clock",
"causality",
"distributed",
"time",
]
categories = [
"concurrency",
"data-structures",
]
license = "Apache-2.0"
repository = "https://github.com/ashforge-rs/ash-time"
[lib]
name = "ash_time"
path = "src/lib.rs"
[[test]]
name = "ping_pong"
path = "tests/ping_pong.rs"
[dependencies]