tg-rcore-tutorial-ch6-basic 0.6.0-preview.1

Standalone reproducible crate for the Chapter 6 basic lab of tg-rcore-tutorial.
# 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-ch6-basic"
version = "0.6.0-preview.1"
authors = [
    "YdrMaster <ydrml@hotmail.com>",
    "Yifan Wang<w-yf22@mails.tsinghua.edu.cn>",
    "Yu Chen <yuchen@tsinghua.edu.cn>",
]
build = "build.rs"
include = [
    ".cargo/**",
    "bundled/**",
    "build.rs",
    "Cargo.toml",
    "Cargo.lock",
    "LICENSE",
    "Makefile",
    "README.md",
    "docs/**",
    "exercise.md",
    "rust-toolchain.toml",
    "scripts/**",
    "src/**",
    "test.sh",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standalone reproducible crate for the Chapter 6 basic lab of tg-rcore-tutorial."
homepage = "https://github.com/Joshua912815/tg-rcore-tutorial/tree/ch6-basic-crate-v0.6.0-preview.1/standalone/tg-rcore-tutorial-ch6-basic"
documentation = "https://docs.rs/tg-rcore-tutorial-ch6-basic"
readme = "README.md"
keywords = [
    "ai",
    "ai4ose",
    "kernel",
    "learning",
    "os",
]
categories = [
    "no-std",
    "embedded",
]
license = "GPL-3.0"
repository = "https://github.com/Joshua912815/tg-rcore-tutorial"

[features]
exercise = []

[[bin]]
name = "tg-rcore-tutorial-ch6-basic"
path = "src/main.rs"

[dependencies.riscv]
version = "0.10.1"

[dependencies.spin]
version = "0.9"

[dependencies.tg-console]
version = "0.4.8"
package = "tg-rcore-tutorial-console"

[dependencies.tg-easy-fs]
version = "0.4.8"
package = "tg-rcore-tutorial-easy-fs"

[dependencies.tg-kernel-alloc]
version = "0.4.8"
package = "tg-rcore-tutorial-kernel-alloc"

[dependencies.tg-kernel-context]
version = "0.4.8"
features = ["foreign"]
package = "tg-rcore-tutorial-kernel-context"

[dependencies.tg-kernel-vm]
version = "0.4.8"
package = "tg-rcore-tutorial-kernel-vm"

[dependencies.tg-linker]
version = "0.4.8"
package = "tg-rcore-tutorial-linker"

[dependencies.tg-sbi]
version = "0.4.8"
features = ["nobios"]
package = "tg-rcore-tutorial-sbi"

[dependencies.tg-syscall]
version = "0.4.8"
features = ["kernel"]
package = "tg-rcore-tutorial-syscall"

[dependencies.tg-task-manage]
version = "0.4.8"
features = ["proc"]
package = "tg-rcore-tutorial-task-manage"

[dependencies.virtio-drivers]
version = "0.1.0"

[dependencies.xmas-elf]
version = "0.8.0"

[build-dependencies.serde]
version = "1"
features = ["derive"]

[build-dependencies.tg-easy-fs]
version = "0.4.8"
package = "tg-rcore-tutorial-easy-fs"

[build-dependencies.tg-linker]
version = "0.4.8"
package = "tg-rcore-tutorial-linker"

[build-dependencies.toml]
version = "0.8"

[profile.dev]
panic = "abort"

[profile.release]
panic = "abort"