sbi 0.3.0

A pure-Rust library to interact with the RISC-V Supervisor Binary Interface
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 = "2021"
name = "sbi"
version = "0.3.0"
authors = ["Wesley Norris <repnop@repnop.dev>"]
build = false
exclude = [
    "tests/",
    ".vscode/",
    ".cargo/",
    "fw_jump32.elf",
    "fw_jump64.elf",
    "rust-toolchain.toml",
]
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A pure-Rust library to interact with the RISC-V Supervisor Binary Interface"
readme = "README.md"
keywords = [
    "sbi",
    "riscv",
    "osdev",
]
categories = [
    "embedded",
    "os",
]
license = "MPL-2.0"
repository = "https://github.com/repnop/sbi"

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

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

[dependencies]