# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "x86" version = "0.52.0" authors = [ "Gerd Zellweger ", "Eric Kidd ", "Philipp Oppermann ", "Dan Schatzberg ", "John Ericson ", "Rex Lunae ", "Brian Martin ", "Caleb Boylan ", "Nikolay Edigaryev ", "Stefan Lankes ", "Jonathan Klimt ", "Jens Breitbart ", "Reto Achermann ", "woppopo ", "Vikram Narayanan ", "Dan Cross ", "Yuekai Jia ", "Lucas Kent ", ] build = "build.rs" exclude = ["./.github/*"] 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" resolver = "2" [[test]] name = "kvm" path = "tests/kvm/bin.rs" [dependencies.bit_field] version = "0.10.1" [dependencies.bitflags] version = "1.*" [dependencies.phf] version = "0.9.0" optional = true default-features = false [dependencies.raw-cpuid] version = "10.2.0" [build-dependencies.csv] version = "1.1.5" optional = true [build-dependencies.phf_codegen] version = "0.9.0" optional = true [build-dependencies.serde_json] version = "1.0.61" optional = true [features] performance-counter = [ "phf", "phf_codegen", "csv", "serde_json", ] unstable = [] utest = [] vmtest = [] [target."cfg(target_family = \"unix\")".dev-dependencies.klogger] version = "0.0.14" features = ["use_ioports"] [target."cfg(target_family = \"unix\")".dev-dependencies.libc] version = "0.2.*"