x86_64 0.14.2

Support for x86_64 specific instructions, registers, and structures.
Documentation
[build-dependencies.cc]
optional = true
version = "1.0.37"
[dependencies.bit_field]
version = "0.9.0"

[dependencies.bitflags]
version = "1.0.4"

[dependencies.volatile]
version = "0.4.4"

[features]
abi_x86_interrupt = []
const_fn = []
default = ["nightly", "instructions"]
external_asm = ["cc"]
inline_asm = []
instructions = []
nightly = ["inline_asm", "const_fn", "abi_x86_interrupt"]

[package]
authors = ["Gerd Zellweger <mail@gerdzellweger.com>", "Eric Kidd <git@randomhacks.net>", "Philipp Oppermann <dev@phil-opp.com>", "Dan Schatzberg <schatzberg.dan@gmail.com>", "John Ericson <John_Ericson@Yahoo.com>", "Rex Lunae <rexlunae@gmail.com>"]
categories = ["no-std"]
description = "Support for x86_64 specific instructions, registers, and structures."
documentation = "https://docs.rs/x86_64"
edition = "2018"
keywords = ["amd64", "x86", "x86_64", "no_std"]
license = "MIT/Apache-2.0"
name = "x86_64"
readme = "README.md"
repository = "https://github.com/rust-osdev/x86_64"
version = "0.14.2"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]

[package.metadata.release]
disable-publish = true
disable-push = true
disable-tag = true
no-dev-version = true
pre-release-commit-message = "Bump version to {{version}}"

[[package.metadata.release.pre-release-replacements]]
exactly = 1
file = "Changelog.md"
replace = "# Unreleased\n\n# {{version}} – {{date}}"
search = "# Unreleased"