x86 0.33.0

Library to program x86 (amd64) hardware. Contains x86 specific data structure descriptions, data-tables, as well as convenience function to call assembly instructions typically not exposed in higher level languages.
Documentation
[[test]]
name = "kvm"
path = "tests/kvm/bin.rs"
[build-dependencies.csv]
optional = true
version = "1.0.7"

[build-dependencies.phf_codegen]
optional = true
version = "0.7"

[build-dependencies.serde_json]
optional = true
version = "1.0.39"
[dependencies.bit_field]
version = "0.10.0"

[dependencies.bitflags]
version = "1.*"

[dependencies.phf]
features = ["core"]
optional = true
version = "0.7.7"

[dependencies.raw-cpuid]
version = "8.0.*"

[features]
performance-counter = ["phf", "phf_codegen", "csv", "serde_json"]
utest = []
vmtest = []

[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>", "Brian Martin <bmartin@twitter.com>", "Caleb Boylan <calebboylan@gmail.com>", "Nikolay Edigaryev <edigaryev@gmail.com>", "Stefan Lankes <stlankes@users.noreply.github.com>", "Jonathan Klimt <jonathan.klimt@rwth-aachen.de>"]
build = "build.rs"
description = "Library to program x86 (amd64) hardware. Contains x86 specific data structure descriptions, data-tables, as well as convenience function to call assembly instructions typically not exposed in higher level languages."
documentation = "https://docs.rs/x86"
edition = "2018"
homepage = "https://github.com/gz/rust-x86"
keywords = ["ia32", "os", "amd64", "x86", "x86-64"]
license = "MIT"
name = "x86"
readme = "README.md"
repository = "https://github.com/gz/rust-x86"
version = "0.33.0"
[target."cfg(target_family = \"unix\")".dev-dependencies.klogger]
features = ["use_ioports"]
version = "0.0.4"

[target."cfg(target_family = \"unix\")".dev-dependencies.libc]
version = "0.2.*"

[target."cfg(target_family = \"unix\")".dev-dependencies.x86test]
version = "0.0.2"