tg-rcore-tutorial-console 0.4.7

Provides `print!`, `println!` and `log::Log` with customizable implementations for rCore tutorial.
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-console"
version = "0.4.7"
authors = ["YdrMaster <ydrml@hotmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provides `print!`, `println!` and `log::Log` with customizable implementations for rCore tutorial."
homepage = "https://github.com/rcore-os/tg-rcore-tutorial-console/tree/test"
documentation = "https://docs.rs/tg-rcore-tutorial-console"
readme = "README.md"
keywords = [
    "rcore",
    "console",
    "no-std",
    "riscv",
]
categories = [
    "no-std",
    "embedded",
]
license = "GPL-3.0"
repository = "https://github.com/rcore-os/tg-rcore-tutorial-console"

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

[dependencies.log]
version = "0.4"

[dependencies.spin]
version = "0.9"