[package]
edition = "2024"
name = "sim-lib-exec"
version = "0.1.0"
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Capability-gated bounded process execution for SIM."
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_exec"
path = "src/lib.rs"
[dependencies.sim-cookbook]
version = "0.1.0"
[dependencies.sim-kernel]
version = "0.1.0"
[dev-dependencies.sim-kernel]
version = "0.1.0"
features = ["test-support"]
[build-dependencies.sim-cookbook]
version = "0.1.0"
[lints.rust]
unsafe_code = "forbid"