[package]
edition = "2024"
name = "sim-table-core"
version = "0.1.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared table substrate: path validation and the table operation protocol."
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_table_core"
path = "src/lib.rs"
[dependencies.sim-kernel]
version = "0.1.0"
[dependencies.sim-value]
version = "0.1.0"
[lints.rust]
unsafe_code = "forbid"