osdk-test-kernel 0.17.1

The OSTD-based kernel for running unit tests with OSDK.
# 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 = "osdk-test-kernel"
version = "0.17.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The OSTD-based kernel for running unit tests with OSDK."
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/asterinas/asterinas"
resolver = "2"

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

[dependencies.ostd]
version = "0.17.1"

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

[lints.clippy]
allow_attributes = "warn"
redundant_test_prefix = "warn"

[lints.rust]
unsafe_op_in_unsafe_fn = "warn"

[lints.rust.unexpected_cfgs]
level = "allow"
priority = 0
check-cfg = ["cfg(ktest)"]