[package]
edition = "2021"
rust-version = "1.70"
name = "x64"
version = "0.16.2"
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",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "x86_64 support with LA57 (5-level paging) for 57-bit virtual addresses"
homepage = "https://github.com/artst3in/x64"
documentation = "https://docs.rs/x64"
readme = "README.md"
keywords = [
"amd64",
"x86_64",
"no_std",
"la57",
"paging",
]
categories = [
"no-std",
"hardware-support",
"os",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/artst3in/x64"
[package.metadata.docs.rs]
all-features = true
[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"
[dependencies.bit_field]
version = "0.10.1"
[dependencies.bitflags]
version = "2.3.2"
[dependencies.dep_const_fn]
version = "0.4.11"
package = "const_fn"
[dependencies.rustversion]
version = "1.0.5"
[dependencies.volatile]
version = "0.4.4"
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(kani)"]