edda-core 0.2.1

Core event model, hash chain, and schema for Edda
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 = "edda-core"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core event model, hash chain, and schema for Edda"
homepage = "https://edda.sh"
readme = false
keywords = [
    "claude-code",
    "agent",
    "memory",
    "decision",
    "local-first",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/fagemx/edda"

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

[dependencies.anyhow]
version = "1"

[dependencies.globset]
version = "0.4"

[dependencies.hex]
version = "0.4"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.time]
version = "0.3"
features = [
    "formatting",
    "parsing",
    "serde",
]

[dependencies.ulid]
version = "1"

[dev-dependencies.tempfile]
version = "3"