[package]
name = "sbi-spec"
description = "Definitions and constants in RISC-V Supervisor Binary Interface (RISC-V SBI)"
version = "0.0.7"
authors = ["YdrMaster <ydrml@hotmail.com>", "Luo Jia <me@luojia.cc>"]
documentation = "https://docs.rs/sbi-spec"
edition.workspace = true
license.workspace = true
repository.workspace = true
readme = "README.md"
keywords = ["riscv", "sbi", "rustsbi"]
categories = ["os", "embedded", "hardware-support", "no-std"]
[dev-dependencies]
static_assertions = "1.1.0"
[features]
default = []
legacy = []