[package]
edition = "2024"
name = "sim-value"
version = "0.1.0-rc.1"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ergonomic construction and access for kernel Expr data."
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_value"
path = "src/lib.rs"
[dependencies.sim-kernel]
version = "0.1.0-rc.1"
[lints.rust]
unsafe_code = "forbid"