bare-test 0.8.2

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.2"
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"

[features]
default = []
net = [
    "dep:dma-api",
    "dep:rdif-eth",
    "dep:smoltcp",
]

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

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

[dependencies.dma-api]
version = "0.7"
optional = true

[dependencies.log]
version = "0.4"

[dependencies.rdif-eth]
version = "0.1"
optional = true

[dependencies.smoltcp]
version = "0.12"
features = [
    "alloc",
    "medium-ethernet",
    "proto-ipv4",
    "socket-icmp",
]
optional = true
default-features = false

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