x86 0.16.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
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "x86"
version = "0.16.0"
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>"]
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."
homepage = "https://github.com/gz/rust-x86"
documentation = "https://docs.rs/x86"
readme = "README.md"
keywords = ["ia32", "os", "amd64", "x86", "x86-64"]
license = "MIT"
repository = "https://github.com/gz/rust-x86"
[dependencies.bitflags]
version = "1.*"

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

[dependencies.raw-cpuid]
version = "6.1.*"
[build-dependencies.csv]
version = "0.14.3"
optional = true

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

[build-dependencies.serde_json]
version = "0.6.0"
optional = true

[features]
performance-counter = ["phf", "phf_codegen", "csv", "serde_json"]
[target."cfg(target_family = \"unix\")".dev-dependencies.libc]
version = "0.2.*"