tg-rcore-tutorial-task-manage 0.4.8

Task and process management for rCore tutorial OS, including scheduling and relationships.
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 = "tg-rcore-tutorial-task-manage"
version = "0.4.8"
authors = ["zflcs <zhaofangliang@foxmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Task and process management for rCore tutorial OS, including scheduling and relationships."
homepage = "https://github.com/rcore-os/tg-rcore-tutorial-task-manage/tree/test"
documentation = "https://docs.rs/tg-rcore-tutorial-task-manage"
readme = "README.md"
keywords = [
    "rcore",
    "task",
    "scheduler",
    "riscv",
]
categories = [
    "no-std",
    "embedded",
]
license = "GPL-3.0"
repository = "https://github.com/rcore-os/tg-rcore-tutorial-task-manage"

[features]
proc = []
thread = []

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