[package]
edition = "2024"
name = "sim-cookbook"
version = "0.1.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cookbook engine for SIM: runnable, crate-local tutorial recipes."
homepage = "https://github.com/sim-nest/sim-foundation"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/sim-nest/sim-foundation"
[lib]
name = "sim_cookbook"
path = "src/lib.rs"
[lints.rust]
unsafe_code = "forbid"