[dependencies.embedded-hal]
version = "1.0.0"
[dependencies.paste]
version = "1.0"
[dependencies.riscv]
version = "0.16.0"
[[example]]
name = "e310x"
path = "examples/e310x.rs"
[lib]
name = "riscv_peripheral"
path = "src/lib.rs"
[package]
authors = ["The RISC-V Team <risc-v@teams.rust-embedded.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["embedded", "hardware-support", "no-std"]
description = "Interfaces for standard RISC-V peripherals"
documentation = "https://docs.rs/riscv-peripheral"
edition = "2021"
keywords = ["riscv", "peripheral", "clint", "plic"]
license = "MIT OR Apache-2.0"
name = "riscv-peripheral"
readme = "README.md"
repository = "https://github.com/rust-embedded/riscv"
rust-version = "1.81"
version = "0.5.0"
[package.metadata.docs.rs]
all-features = true
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"]