sim-kernel 0.1.2

SIM workspace package for sim kernel.
Documentation
[package]
name = "sim-kernel"
version = "0.1.2"
edition = "2024"
license = "MPL-2.0"
description = "SIM workspace package for sim kernel."
readme = "README.md"
publish = true
repository = "https://github.com/sim-nest/sim-kernel"
homepage = "https://github.com/sim-nest/sim-kernel"

[workspace]
resolver = "3"
members = [
  "xtask",
]

[workspace.package]
edition = "2024"
license = "MPL-2.0"
repository = "https://github.com/sim-nest/sim-kernel"
homepage = "https://github.com/sim-nest/sim-kernel"

[workspace.lints.rust]
unsafe_code = "forbid"

[features]
# Re-exposes the ambient `Cx::grant`/`grant_named` for test/fixture setup only.
# Never enable in a production dependency: in a default build the sole capability
# grant path is a host-held `GrantSeat` (see REVIEW_12).
test-support = []

[dependencies]
thiserror = "1"

[lints]
workspace = true