[package] name = "sbi-testing" version = "0.0.3-rc.0" edition = "2021" description = "Provide a set of test cases for supervisors to verify functions of the supervisor executation environment" categories = ["os", "no-std"] keywords = ["riscv", "sbi", "rustsbi"] authors = ["YdrMaster "] repository = "https://github.com/rustsbi/sbi-testing" documentation = "https://docs.rs/sbi-testing" license = "MulanPSL-2.0 OR MIT" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [package.metadata.docs.rs] default-target = "riscv64imac-unknown-none-elf" targets = ["riscv32imac-unknown-none-elf", "riscv64imac-unknown-none-elf"] [dependencies] sbi-rt = "0.0.3-rc.5" sbi-spec = "0.0.7-alpha.3" riscv = "0.10.1" log_crate = { version = "0.4", package = "log", optional = true } [features] log = ["log_crate"]