# 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 = "lapic" version = "0.1.1" description = "A self-contained crate implementing safe types for the local APIC registers on x86_64 systems." readme = "README.md" keywords = [ "x86", "apic", "lapic", ] license-file = "LICENSE" repository = "https://github.com/00xc/lapic" [dependencies.modular-bitfield] version = "0.11.2" [dev-dependencies.memoffset] version = "0.9.0"