[package] name = "sbi-spec" description = "Definitions and constants in the RISC-V Supervisor Binary Interface (RISC-V SBI)" version = "0.0.8" authors = ["YdrMaster ", "Luo Jia "] 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 = [] # Support for the legacy extension; this feature is not included by default. legacy = [] [dependencies] bitflags = "2.6.0"