bare-test 0.8.1

A test framework for bare metal.
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 = "bare-test"
version = "0.8.1"
authors = ["Zhourui <zrufo747@outlook.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A test framework for bare metal."
readme = false
keywords = [
    "test",
    "case",
    "testing",
    "testcase",
    "unittest",
]
categories = [
    "development-tools",
    "development-tools::testing",
]
license = "MPL-2.0"
repository = "https://github.com/drivercraft/sparreal-os"

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

[dependencies.bare-test-macros]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.sparreal-rt]
version = "0.13"