os-test-framework 0.3.0

Test framework for embedded systems and OS kernels.
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 = "os-test-framework"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Test framework for embedded systems and OS kernels."
readme = "README.md"
keywords = [
    "test",
    "embedded",
    "kernel",
    "osdev",
    "baremetal",
]
categories = [
    "no-std",
    "hardware-support",
]
license = "MIT"
repository = "https://github.com/RoxyOS/os-test-framework"

[lib]
name = "os_test_framework"
path = "src/lib.rs"

[[test]]
name = "basic"
path = "tests/basic.rs"

[[test]]
name = "fail"
path = "tests/fail.rs"

[[test]]
name = "platform_exit"
path = "tests/platform_exit.rs"

[dependencies.owo-colors]
version = "4.3"

[dependencies.spin]
version = "0.10"