like-a-clockwork 0.1.0

Causal event tracking SDK for distributed systems, based on Lamport (1978). Implements Lamport Clocks, Vector Clocks, and framework-agnostic transport serialization.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "like-a-clockwork"
version = "0.1.0"
authors = ["gventino"]
build = false
exclude = [".github/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Causal event tracking SDK for distributed systems, based on Lamport (1978). Implements Lamport Clocks, Vector Clocks, and framework-agnostic transport serialization."
homepage = "https://github.com/gventino/like-a-clockwork"
documentation = "https://docs.rs/like-a-clockwork"
readme = "README.md"
keywords = [
    "distributed-systems",
    "lamport-clock",
    "vector-clock",
    "causality",
    "microservices",
]
categories = [
    "algorithms",
    "data-structures",
    "network-programming",
]
license = "GPL-3.0"
repository = "https://github.com/gventino/like-a-clockwork"

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

[[bin]]
name = "like-a-clockwork"
path = "src/main.rs"

[dependencies.rmp-serde]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.uuid]
version = "1"
features = ["v7"]