[package] name = "rustsbi-bench-kernel" version = "0.0.0" edition.workspace = true license.workspace = true repository.workspace = true publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] sbi-testing = { path = "../../library/sbi-testing", features = ["log"] } sbi-spec = { version = "0.0.8", path = "../../library/sbi-spec" } serde-device-tree = { git = "https://github.com/rustsbi/serde-device-tree", rev= "e7f9404f", default-features = false } serde = { version = "1.0.202", default-features = false, features = ["derive"] } log = "0.4" riscv = "0.12.1" spin = "0.9" uart16550 = "0.0.1" rcore-console = "0.0.0" [[bin]] name = "rustsbi-bench-kernel" test = false bench = false