[package]
edition = "2024"
name = "sim-lib-journal"
version = "0.1.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 journal law and model interleavings are checked in crate tests and rustdoc."
[lib]
name = "sim_lib_journal"
path = "src/lib.rs"
[dependencies.sha2]
version = "0.10"
[dependencies.sim-kernel]
version = "0.3.0"
[dependencies.sim-storage-port]
version = "0.1.0"
[dependencies.thiserror]
version = "2"
[lints.rust]
unsafe_code = "forbid"