sim-lib-journal 0.3.0

Domain-free atomic content journal contract for SIM.
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 = "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"