[package]
edition = "2024"
name = "sim-lib-journal"
version = "0.3.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Domain-free atomic content journal contract for SIM."
homepage = "https://github.com/sim-nest/sim-storage"
readme = "README.md"
license = "MPL-2.0"
repository = "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."
[lib]
name = "sim_lib_journal"
path = "src/lib.rs"
[[example]]
name = "cold_replay"
path = "examples/cold_replay.rs"
[dependencies.sha2]
version = "0.10"
[dependencies.sim-kernel]
version = "0.4.0"
[dependencies.sim-storage-port]
version = "0.2.0"
[dependencies.thiserror]
version = "2"
[lints.rust]
unsafe_code = "forbid"