# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "trapframe" version = "0.10.0" authors = [ "Runji Wang ", "Jiajie Chen ", "Hoblovski ", "Ben Pig Chu ", ] exclude = [ "docs", ".idea", ] description = "Handle Trap Frame across kernel and user space on multiple ISAs." homepage = "https://github.com/rcore-os/trapframe-rs" documentation = "https://docs.rs/trapframe" readme = "README.md" keywords = [ "no_std", "interrupt", "bare-metal", "x86_64", "riscv", ] categories = [ "no-std", "embedded", ] license = "MIT" repository = "https://github.com/rcore-os/trapframe-rs" [dependencies] [features] default = [] ioport_bitmap = [] [target."cfg(target_arch = \"x86_64\")".dependencies.raw-cpuid] version = "11.0" [target."cfg(target_arch = \"x86_64\")".dependencies.x86_64] version = "0.15"