[package]
edition = "2024"
name = "sim-lib-numbers-core"
version = "0.1.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared substrate for scalar number domains: the number-value shape and browse table (value_shape), the shared number-literal shape and class (literal), and the scalar-domain spe."
homepage = "https://github.com/sim-nest/sim-numbers"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/sim-nest/sim-numbers"
[lib]
name = "sim_lib_numbers_core"
path = "src/lib.rs"
[dependencies.sim-kernel]
version = "0.1.0"
[dependencies.sim-shape]
version = "0.1.0"
[dev-dependencies.sim-value]
version = "0.1.0"