causal-dag 0.1.0

Lock-free append-only causal DAG (G-Set CRDT) for AI agent memory.
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 = "2021"
name = "causal-dag"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lock-free append-only causal DAG (G-Set CRDT) for AI agent memory."
homepage = "https://mcp.aevum.network"
documentation = "https://docs.rs/causal-dag"
readme = "README.md"
keywords = [
    "dag",
    "crdt",
    "causal",
    "ai",
    "memory",
]
categories = [
    "data-structures",
    "concurrency",
]
license = "Apache-2.0"
repository = "https://github.com/kwailapt/aevum"

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

[dependencies.dashmap]
version = "6"

[dependencies.pacr-types]
version = "0.1"

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

[dependencies.thiserror]
version = "1"

[dev-dependencies.bytes]
version = "1"

[dev-dependencies.proptest]
version = "1"

[lints.clippy]
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
doc_markdown = "allow"
similar_names = "allow"