[package]
edition = "2024"
name = "sim-cancel"
version = "0.2.0"
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Executor-neutral hierarchical cancellation for SIM request lifetimes."
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 = "descriptor"
reason = "The recipe documents explicit host-to-request cancellation ownership without selecting an executor."
[lib]
name = "sim_cancel"
path = "src/lib.rs"
[dependencies.sim-cookbook]
version = "0.4.0"
[build-dependencies.sim-cookbook-build]
version = "0.2.0"
[lints.rust]
unsafe_code = "forbid"