[dependencies.bit_field]
version = "0.10.1"
[dependencies.bitflags]
version = "2.3.2"
[dependencies.dep_const_fn]
package = "const_fn"
version = "0.4.11"
[dependencies.rustversion]
version = "1.0.5"
[dependencies.volatile]
version = "0.4.4"
[features]
abi_x86_interrupt = []
asm_const = []
const_fn = []
default = ["nightly", "instructions"]
doc_auto_cfg = []
doc_cfg = []
instructions = []
memory_encryption = []
nightly = ["const_fn", "step_trait", "abi_x86_interrupt", "asm_const"]
step_trait = []
[lib]
name = "x64"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(kani)"]
level = "warn"
priority = 0
[package]
authors = ["Philipp Oppermann <dev@phil-opp.com>", "Gerd Zellweger <mail@gerdzellweger.com>", "Eric Kidd <git@randomhacks.net>", "Dan Schatzberg <schatzberg.dan@gmail.com>", "John Ericson <John_Ericson@Yahoo.com>", "Rex Lunae <rexlunae@gmail.com>", "LunaOS Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "hardware-support", "os"]
description = "x86_64 support with LA57 (5-level paging) for 57-bit virtual addresses"
documentation = "https://docs.rs/x64"
edition = "2021"
homepage = "https://github.com/artst3in/x64"
keywords = ["amd64", "x86_64", "no_std", "la57", "paging"]
license = "MIT OR Apache-2.0"
name = "x64"
readme = "README.md"
repository = "https://github.com/artst3in/x64"
rust-version = "1.70"
version = "0.16.1"
[package.metadata.docs.rs]
all-features = true