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