[package] name = "x64" version = "0.0.3" edition = "2021" build = "build.rs" license = "BSD-3-Clause" description = "UNFINISHED: low-level code for dealing with the x86_64 ISA." repository = "https://github.com/IsaccBarker/BSL" homepage = "https://github.com/IsaccBarker/BSL/tree/main/x64" readme = "README.md" keywords = ["no-std", "os-dev", "x86_64", "x64", "intel"] categories = ["no-std"] [dependencies] c2rust-bitfields = { version = "0.3.0", features = ["no_std"] } paste = "1.0.11" [build-dependencies] readme-rustdocifier = "0.1.0" [package.metadata.docs.rs] all-features = true