[package]
edition = "2024"
name = "sim-lib-operation-gate"
version = "0.2.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Domain-neutral capability and exact-approval gate for effectful SIM operations."
homepage = "https://github.com/sim-nest/sim-runtime"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/sim-nest/sim-runtime"
[lib]
name = "sim_lib_operation_gate"
path = "src/lib.rs"
[dependencies.sim-kernel]
version = "0.4.0"
[dev-dependencies.sim-kernel]
version = "0.4.0"
features = ["test-support"]
[lints.rust]
unsafe_code = "forbid"