[package]
edition = "2024"
name = "sim-lib-namespace"
version = "0.1.3"
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Namespace records and capability-aware source module lifecycle for SIM libraries."
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_namespace"
path = "src/lib.rs"
[dependencies.sim-cookbook]
version = "0.2.0"
[dependencies.sim-kernel]
version = "0.2.0"
[dependencies.sim-lib-binding]
version = "0.1.4"
[dependencies.sim-lib-core]
version = "0.1.4"
[dependencies.sim-shape]
version = "0.2.1"
[dev-dependencies.sim-codec-lisp]
version = "0.2.0"
[dev-dependencies.sim-lib-control]
version = "0.1.3"
[dev-dependencies.sim-lib-dispatch]
version = "0.1.2"
[dev-dependencies.sim-lib-mutation]
version = "0.1.2"
[build-dependencies.sim-cookbook]
version = "0.2.0"
[lints.rust]
unsafe_code = "forbid"