trapframe 0.8.0

Handle Trap Frame across kernel and user space on multiple ISAs.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "bit_field"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed8765909f9009617974ab6b7d332625b320b33c326b1e9321382ef1999b5d56"

[[package]]
name = "bitflags"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"

[[package]]
name = "raw-cpuid"
version = "9.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1733f6f80c9c24268736a501cd00d41a9849b4faa7a9f9334c096e5d10553206"
dependencies = [
 "bitflags",
]

[[package]]
name = "trapframe"
version = "0.8.0"
dependencies = [
 "raw-cpuid",
 "x86_64",
]

[[package]]
name = "volatile"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4c2dbd44eb8b53973357e6e207e370f0c1059990df850aca1eca8947cf464f0"

[[package]]
name = "x86_64"
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d95947de37ad0d2d9a4a4dd22e0d042e034e5cbd7ab53edbca0d8035e0a6a64d"
dependencies = [
 "bit_field",
 "bitflags",
 "volatile",
]