[package]
edition = "2024"
name = "sim-lib-gc-tracing"
version = "0.1.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bounded deterministic tracing garbage collection for SIM managed arenas."
homepage = "https://github.com/sim-nest/sim-runtime"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/sim-nest/sim-runtime"
[lib]
name = "sim_lib_gc_tracing"
path = "src/lib.rs"
[dependencies.sim-lib-control]
version = "0.1.5"
[dependencies.sim-lib-mutation]
version = "0.1.4"
[lints.rust]
unsafe_code = "forbid"