[package]
edition = "2024"
name = "sim-lib-dispatch"
version = "0.1.0"
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SIM workspace package for sim lib dispatch."
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_dispatch"
path = "src/lib.rs"
[dependencies.sim-cookbook]
version = "0.1.0"
[dependencies.sim-kernel]
version = "0.1.0"
[dependencies.sim-shape]
version = "0.1.0"
[build-dependencies.sim-cookbook]
version = "0.1.0"
[lints.rust]
unsafe_code = "forbid"