tg-rcore-tutorial 0.4.7

Meta crate bundle for rCore Tutorial workspace - contains all chapters and components
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"
version = "0.4.7"
authors = [
    "YdrMaster <ydrml@hotmail.com>",
    "Yifan Wang <w-yf22@mails.tsinghua.edu.cn>",
    "Yu Chen <yuchen@tsinghua.edu.cn>",
]
build = false
include = [
    "Cargo.toml",
    "README.md",
    "LICENSE",
    ".gitignore",
    ".gitmodules",
    "src/**",
    "bundle/submodules.tar.gz",
    "docs/**",
    "scripts/**",
    "tg-rcore-tutorial-ch1/**",
    "tg-rcore-tutorial-ch2/**",
    "tg-rcore-tutorial-ch3/**",
    "tg-rcore-tutorial-ch4/**",
    "tg-rcore-tutorial-ch5/**",
    "tg-rcore-tutorial-ch6/**",
    "tg-rcore-tutorial-ch7/**",
    "tg-rcore-tutorial-ch8/**",
    "tg-rcore-tutorial-checker/**",
    "tg-rcore-tutorial-console/**",
    "tg-rcore-tutorial-easy-fs/**",
    "tg-rcore-tutorial-kernel-alloc/**",
    "tg-rcore-tutorial-kernel-context/**",
    "tg-rcore-tutorial-kernel-vm/**",
    "tg-rcore-tutorial-linker/**",
    "tg-rcore-tutorial-sbi/**",
    "tg-rcore-tutorial-signal/**",
    "tg-rcore-tutorial-signal-defs/**",
    "tg-rcore-tutorial-signal-impl/**",
    "tg-rcore-tutorial-sync/**",
    "tg-rcore-tutorial-syscall/**",
    "tg-rcore-tutorial-task-manage/**",
    "tg-rcore-tutorial-user/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Meta crate bundle for rCore Tutorial workspace - contains all chapters and components"
homepage = "https://github.com/rcore-os/tg-rcore-tutorial"
documentation = "https://docs.rs/tg-rcore-tutorial"
readme = "README.md"
keywords = [
    "rcore",
    "os",
    "riscv",
    "tutorial",
    "no-std",
]
categories = [
    "no-std",
    "embedded",
]
license = "GPL-3.0"
repository = "https://github.com/rcore-os/tg-rcore-tutorial"

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

[profile.dev]
panic = "abort"

[profile.release]
panic = "abort"