# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "riscvsbi" version = "0.1.4" description = "Minimal RISC-V's SBI implementation library" keywords = ["riscv", "sbi"] categories = ["os", "embedded", "hardware-support", "no-std"] license = "MulanPSL-2.0 OR MIT" repository = "https://github.com/SmiteWindows/riscvsbi" [package.metadata.docs.rs] default-target = "riscv64imac-unknown-none-elf" targets = ["riscv32i-unknown-none-elf", "riscv32imc-unknown-none-elf", "riscv32imac-unknown-none-elf", "riscv64imac-unknown-none-elf", "riscv64gc-unknown-none-elf"] [dependencies.lazy_static] version = "1" features = ["spin_no_std"] [dependencies.riscv2] version = "0.1.2" [dependencies.spin] version = "0.9.0"