[dependencies]
[features]
default = []
ioport_bitmap = []
[lib]
name = "trapframe"
path = "src/lib.rs"
[package]
authors = ["Runji Wang <wangrunji0408@163.com>", "Jiajie Chen <c@jia.je>", "Hoblovski <daizy19@mails.tsinghua.edu.cn>", "Ben Pig Chu <benpichu@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["no-std", "embedded"]
description = "Handle Trap Frame across kernel and user space on multiple ISAs."
documentation = "https://docs.rs/trapframe"
edition = "2021"
exclude = ["docs", ".idea"]
homepage = "https://github.com/rcore-os/trapframe-rs"
keywords = ["no_std", "interrupt", "bare-metal", "x86_64", "riscv"]
license = "MIT"
name = "trapframe"
readme = "README.md"
repository = "https://github.com/rcore-os/trapframe-rs"
version = "0.10.1"
[target.'cfg(target_arch = "x86_64")'.dependencies.raw-cpuid]
version = "11.0"
[target.'cfg(target_arch = "x86_64")'.dependencies.x86_64]
version = "0.15"