[package]
edition = "2024"
name = "sim-host-core"
version = "0.1.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Neutral host-port contracts for SIM domain libraries."
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 = "This neutral contract crate is taught through rustdoc and unit tests; concrete host recipes belong to realizing domain libraries."
[lib]
name = "sim_host_core"
path = "src/lib.rs"
[[test]]
name = "platform_time"
path = "tests/platform_time.rs"
[dependencies.sim-kernel]
version = "0.3.0"
[lints.rust]
unsafe_code = "forbid"