# 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-rt" version = "0.0.3" authors = [ "YdrMaster ", "Luo Jia ", ] description = "Runtime library for supervisors to call RISC-V Supervisor Binary Interface (RISC-V SBI)" documentation = "https://docs.rs/sbi-rt" readme = "README.md" keywords = [ "riscv", "sbi", "rustsbi", ] categories = [ "os", "embedded", "hardware-support", "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.sbi-spec] version = "0.0.7" [features] default = [] integer-impls = [] legacy = ["sbi-spec/legacy"]