[package]
edition = "2024"
name = "sim-relation-plan"
version = "0.2.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Admission and sealed checked logical relational plans for SIM."
homepage = "https://github.com/sim-nest/sim-foundation"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/sim-nest/sim-foundation"
[package.metadata.sim-recipes]
policy = "rustdoc"
reason = "Logical-plan admission specimens are checked by rustdoc and integration tests."
[lib]
name = "sim_relation_plan"
path = "src/lib.rs"
[[test]]
name = "admission"
path = "tests/admission.rs"
[dependencies.sim-kernel]
version = "0.4.0"
[dependencies.sim-relation-core]
version = "0.2.0"
[dependencies.sim-relation-schema]
version = "0.2.0"
[lints.rust]
unsafe_code = "forbid"