sim-lib-mutation 0.1.4

Tracked mutation containers and bounded managed-object storage for SIM runtimes.
Documentation
[package]
name = "sim-lib-mutation"
version = "0.1.4"
edition = "2024"
license = "MPL-2.0"
description = "Tracked mutation containers and bounded managed-object storage for SIM runtimes."
readme = "README.md"
publish = true
repository = "https://github.com/sim-nest/sim-runtime"
homepage = "https://github.com/sim-nest/sim-runtime"

[dependencies]
sim-cookbook = { version = "0.2.0" }
sim-citizen = { version = "0.2.0" }
sim-citizen-derive = { version = "0.2.0" }
sim-kernel = { version = "0.2.0" }

[dev-dependencies]
sim-kernel = { version = "0.2.0", features = ["test-support"] }
sim-lib-sequence = { version = "0.1.3", path = "../sim-lib-sequence" }

[lints]
workspace = true

[build-dependencies]
sim-cookbook = { version = "0.2.0" }