[package]
edition = "2024"
name = "sim-lib-lang-cl"
version = "0.1.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SIM workspace package for sim lib lang cl."
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_lang_cl"
path = "src/lib.rs"
[dependencies.sim-codec]
version = "0.1.0"
[dependencies.sim-kernel]
version = "0.1.0"
[dependencies.sim-lib-binding]
version = "0.1.0"
[dependencies.sim-lib-control]
version = "0.1.0"
[dependencies.sim-lib-dispatch]
version = "0.1.0"
[dependencies.sim-lib-mutation]
version = "0.1.0"
[dependencies.sim-lib-namespace]
version = "0.1.0"
[dependencies.sim-lib-standard-core]
version = "0.1.0"
[dev-dependencies.sim-shape]
version = "0.1.0"
[lints.rust]
unsafe_code = "forbid"