stack-ids 0.1.2

Shared identity, scope, trace, and digest primitives for the local-first AI systems stack
Documentation
[package]
name = "stack-ids"
version = "0.1.2"
edition = "2021"
rust-version = "1.75.0"
description = "Shared identity, scope, trace, and digest primitives for the local-first AI systems stack"
license = "Apache-2.0"
authors = ["Josh Stevenson <j.stevenson.cs@gmail.com>"]
readme = "README.md"
repository = "https://github.com/RecursiveIntell/stack-ids"
homepage = "https://github.com/RecursiveIntell/stack-ids"
documentation = "https://docs.rs/stack-ids"
keywords = ['ids', 'scope', 'trace-context', 'blake3', 'schema']

[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"
boundary-compiler = { version = "0.1.1", path = "../boundary-compiler" }

[dev-dependencies]
serde_json = "1.0.149"
proptest = { workspace = true }

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