stack-ids 0.1.1

Shared identity, scope, and trace primitives for the local-first AI systems stack
Documentation
[package]
name = "stack-ids"
version = "0.1.1"
edition = "2021"
rust-version = "1.75.0"
description = "Shared identity, scope, and trace primitives for the local-first AI systems stack"
license = "Apache-2.0"
readme = "README.md"

[dependencies]
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
blake3 = "1.8.3"
uuid = { version = "1.22.0", features = ["v4"] }
chrono = { version = "0.4.44", features = ["serde"] }
schemars = "0.8.22"

[dev-dependencies]
serde_json = "1.0.149"

# LIB-005: inherit workspace lint policy
[lints]
workspace = true