# 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 = "2018" name = "x2apic" version = "0.4.3" authors = ["Kevin Zhao "] description = "A Rust interface to the x2apic interrupt architecture." readme = "README.md" keywords = [ "no_std", "kernel", "interrupts", "apic", ] categories = ["no-std"] license = "MIT/Apache-2.0" repository = "https://github.com/kzhao0986/x2apic-rs" [dependencies.bit] version = "0.1.1" [dependencies.bitflags] version = "1.3.2" [dependencies.paste] version = "1.0.5" [dependencies.raw-cpuid] version = "10.2.0" [dependencies.x86_64] version = "0.14.6" [badges.maintenance] status = "experimental"