2017-09-19 22:04:12 +08:00
|
|
|
[package]
|
|
|
|
name = "riscv"
|
2019-04-29 16:45:19 +08:00
|
|
|
version = "0.5.3"
|
2018-08-12 13:50:11 +08:00
|
|
|
repository = "https://github.com/rust-embedded/riscv"
|
2019-02-08 00:53:22 +08:00
|
|
|
authors = ["The RISC-V Team <risc-v@teams.rust-embedded.org>"]
|
2017-09-19 22:04:12 +08:00
|
|
|
categories = ["embedded", "hardware-support", "no-std"]
|
2019-01-24 22:19:32 +08:00
|
|
|
description = "Low level access to RISC-V processors"
|
2017-09-19 22:04:12 +08:00
|
|
|
keywords = ["riscv", "register", "peripheral"]
|
|
|
|
license = "ISC"
|
|
|
|
|
|
|
|
[dependencies]
|
2018-08-12 13:57:55 +08:00
|
|
|
bare-metal = "0.2.0"
|
2018-11-09 22:42:46 +08:00
|
|
|
bit_field = "0.9.0"
|
2018-08-12 13:56:17 +08:00
|
|
|
|
|
|
|
[features]
|
|
|
|
inline-asm = []
|