[package]
edition = "2024"
name = "sim-platform-ubuntu-pc"
version = "0.3.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ubuntu PC reference platform capsule"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/sim-nest/sim-platform"
[package.metadata.sim]
role = "platform-capsule"
[lib]
name = "sim_platform_ubuntu_pc"
path = "src/lib.rs"
[[test]]
name = "bundle_closure"
path = "tests/bundle_closure.rs"
[[test]]
name = "conformance"
path = "tests/conformance.rs"
[[test]]
name = "descriptor_boot"
path = "tests/descriptor_boot.rs"
[[test]]
name = "local_check"
path = "tests/local_check.rs"
[[test]]
name = "physical_attestation"
path = "tests/physical_attestation.rs"
[dependencies.pollster]
version = "0.4"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.sim-kernel]
version = "0.4.0"
[dependencies.sim-lib-compute-auto]
version = "0.5.0"
[dependencies.sim-lib-compute-cuda]
version = "0.4.0"
[dependencies.sim-lib-compute-rocm]
version = "0.3.0"
[dependencies.sim-lib-compute-wgpu]
version = "0.4.1"
[dependencies.sim-lib-exec]
version = "0.4.0"
[dependencies.sim-lib-journal]
version = "0.3.1"
[dependencies.sim-lib-operation-gate]
version = "0.4.0"
[dependencies.sim-platform-core]
version = "0.2.0"
[dependencies.sim-platform-linux]
version = "0.1.0"
[dependencies.sim-run-loaders]
version = "0.4.0"
features = [
"codec-binary",
"codec-lisp",
"dynamic-native",
"wasm",
]
[dependencies.sim-wasm-abi]
version = "0.5.0"
[dependencies.thiserror]
version = "2"
[dependencies.wgpu]
version = "30"
[dev-dependencies.sim-kernel]
version = "0.4.0"
features = ["test-support"]
[dev-dependencies.sim-platform-model]
version = "0.1.0"
[lints.clippy]
pedantic = "warn"
[lints.rust]
unsafe_code = "forbid"