# 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-testing" version = "0.0.3-alpha.2" authors = ["YdrMaster "] description = "Provide a set of test cases for supervisors to verify functions of the supervisor executation environment" documentation = "https://docs.rs/sbi-testing" readme = "README.md" keywords = [ "riscv", "sbi", "rustsbi", ] categories = [ "os", "no-std", ] license = "MulanPSL-2.0 OR MIT" repository = "https://github.com/rustsbi/rustsbi" [package.metadata.docs.rs] default-target = "riscv64imac-unknown-none-elf" targets = [ "riscv32imac-unknown-none-elf", "riscv64imac-unknown-none-elf", ] [dependencies.log] version = "0.4" optional = true package = "log" [dependencies.riscv] version = "0.11.0" [dependencies.sbi-rt] version = "0.0.3" [dependencies.sbi-spec] version = "0.0.7" [features] log = ["dep:log"]