vasari-core 0.2.2

Content-addressed intent-graph library behind Vasari — intent attribution for autonomous coding agents.
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 = "vasari-core"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Content-addressed intent-graph library behind Vasari — intent attribution for autonomous coding agents."
homepage = "https://github.com/briceicle/vasari"
documentation = "https://docs.rs/vasari-core"
readme = "README.md"
keywords = [
    "agents",
    "llm",
    "attribution",
    "provenance",
    "observability",
]
categories = [
    "development-tools",
    "development-tools::debugging",
]
license = "Apache-2.0"
repository = "https://github.com/briceicle/vasari"

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

[[example]]
name = "scrub_session"
path = "examples/scrub_session.rs"

[[test]]
name = "attribution_accuracy"
path = "tests/attribution_accuracy.rs"

[[test]]
name = "ingest_integration"
path = "tests/ingest_integration.rs"

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.flate2]
version = "1"

[dependencies.hex]
version = "0.4"

[dependencies.once_cell]
version = "1"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1"

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