[package]
edition = "2024"
name = "sim-run-core"
version = "0.3.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core command entry API for the SIM bootloader."
homepage = "https://github.com/sim-nest/sim-run"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/sim-nest/sim-run"
[features]
default = []
registry = ["dep:sha2"]
[lib]
name = "sim_run_core"
path = "src/lib.rs"
[dependencies.sha2]
version = "0.10"
optional = true
[dependencies.sim-codec-config]
version = "0.1.2"
[dependencies.sim-config]
version = "0.1.1"
[dependencies.sim-kernel]
version = "0.2.0"
[dependencies.sim-lib-net-core]
version = "0.2.0"
[dependencies.sim-lib-stream-host]
version = "0.1.6"
[dependencies.sim-run-loaders]
version = "0.2.0"
default-features = false
[dev-dependencies.sim-view-tty]
version = "0.1.3"
[lints.rust]
unsafe_code = "forbid"