os_kernel_foundry 0.1.5

A modular, heavily test-driven foundation crate for building Rust-based operating systems in Rust.
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_kernel_foundry"
version = "0.1.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A modular, heavily test-driven foundation crate for building Rust-based operating systems in Rust."
homepage = "https://github.com/alisio85/os_kernel_foundry"
documentation = "https://github.com/alisio85/os_kernel_foundry/tree/main/docs"
readme = "README.md"
keywords = [
    "os",
    "kernel",
    "no_std",
    "operating-system",
    "testing",
]
categories = [
    "os",
    "embedded",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/alisio85/os_kernel_foundry.git"

[features]
std = []

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

[dependencies]