[package]
edition = "2024"
name = "sim-expr-tree-calc"
version = "0.2.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bounded incremental calculation of ordinary SIM expressions and values."
homepage = "https://github.com/sim-nest/sim-expr-tree"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/sim-nest/sim-expr-tree"
[lib]
name = "sim_expr_tree_calc"
path = "src/lib.rs"
[dependencies.sim-codec]
version = "0.1.8"
[dependencies.sim-expr-tree-core]
version = "0.1.0"
[dependencies.sim-incremental-core]
version = "0.1.0"
[dependencies.sim-kernel]
version = "0.2.0"
[dependencies.sim-lib-stream-core]
version = "0.1.4"
[dependencies.sim-table-core]
version = "0.1.2"
[dev-dependencies.sim-codec-json]
version = "0.2.0"
[dev-dependencies.sim-codec-lisp]
version = "0.2.0"
[lints.rust]
unsafe_code = "forbid"