sbi-rt 0.0.4

Runtime library for supervisors to call RISC-V Supervisor Binary Interface (RISC-V SBI)
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 = "sbi-rt"
version = "0.0.4"
authors = [
    "YdrMaster <ydrml@hotmail.com>",
    "Luo Jia <me@luojia.cc>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime library for supervisors to call RISC-V Supervisor Binary Interface (RISC-V SBI)"
documentation = "https://docs.rs/sbi-rt"
readme = "README.md"
keywords = [
    "riscv",
    "sbi",
    "rustsbi",
]
categories = [
    "os",
    "embedded",
    "hardware-support",
    "no-std",
]
license = "MulanPSL-2.0 OR MIT"
repository = "https://github.com/rustsbi/rustsbi"

[package.metadata.docs.rs]
default-target = "riscv64imac-unknown-none-elf"
targets = [
    "riscv32imac-unknown-none-elf",
    "riscv64imac-unknown-none-elf",
]

[features]
default = []
integer-impls = []
legacy = ["sbi-spec/legacy"]

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

[dependencies.sbi-spec]
version = "0.0.9"