sim-platform-ubuntu-pc 0.3.0

Ubuntu PC reference platform capsule
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"