sim-lib-journal 0.3.1

Domain-free atomic content journal contract for SIM.
Documentation
[package]
name = "sim-lib-journal"
version = "0.3.1"
edition = "2024"
license = "MPL-2.0"
description = "Domain-free atomic content journal contract for SIM."
readme = "README.md"
publish = true
repository = "https://github.com/sim-nest/sim-storage"
homepage = "https://github.com/sim-nest/sim-storage"

[package.metadata.sim-recipes]
policy = "rustdoc"
reason = "The public persistent-object and journal laws are exercised by the crate's checked conformance tests and documented API."

[dependencies]
sha2 = "0.10"
sim-kernel = { version = "0.4.0" }
sim-storage-port = { version = "0.2.0", path = "../sim-storage-port" }
thiserror = "2"

[lints]
workspace = true