thermogram 0.1.0

Plastic memory capsule with dirty/clean states, rule-governed deltas, and hash-chained auditability
Documentation
[[bench]]
harness = false
name = "core_operations"
path = "benches/core_operations.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.bincode]
version = "1.3"

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

[dependencies.ed25519-dalek]
features = ["serde"]
version = "2.1"

[dependencies.engram-rs]
version = "1.0.0"

[dependencies.rand]
version = "0.8"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.uuid]
features = ["v4", "serde"]
version = "1.6"

[dependencies.zstd]
version = "0.13"

[dev-dependencies.criterion]
version = "0.5"

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

[features]
default = []

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

[package]
authors = ["Blackfall Labs"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "science"]
description = "Plastic memory capsule with dirty/clean states, rule-governed deltas, and hash-chained auditability"
edition = "2021"
keywords = ["memory", "plasticity", "knowledge", "archive", "audit"]
license = "MIT OR Apache-2.0"
name = "thermogram"
readme = "README.md"
repository = "https://github.com/blackfall-labs/thermogram-rs"
version = "0.1.0"

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

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