thermogram 1.0.0

Plastic memory capsule with 4-temperature tensor states (hot/warm/cool/cold), bidirectional transitions, and hash-chained auditability
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 = "thermogram"
version = "1.0.0"
authors = ["Blackfall Labs"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Plastic memory capsule with 4-temperature tensor states (hot/warm/cool/cold), bidirectional transitions, and hash-chained auditability"
readme = "README.md"
keywords = [
    "memory",
    "plasticity",
    "knowledge",
    "archive",
    "audit",
]
categories = [
    "data-structures",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/blackfall-labs/thermogram-rs"

[features]
default = []

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

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

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

[[bench]]
name = "core_operations"
path = "benches/core_operations.rs"
harness = false

[dependencies.anyhow]
version = "1.0"

[dependencies.bincode]
version = "1.3"

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

[dependencies.crc32fast]
version = "1.4"

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

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

[dependencies.rand]
version = "0.8"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.ternary-signal]
version = "0.1"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.zstd]
version = "0.13"

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

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