x86test 0.0.2

Custom test runner for bare-metal x86 tests.
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 = "x86test"
version = "0.0.2"
authors = ["Gerd Zellweger <mail@gerdzellweger.com>"]
description = "Custom test runner for bare-metal x86 tests.\n"
documentation = "https://docs.rs/x86test"
readme = "README.md"
keywords = ["vm", "os", "amd64", "kvm", "x86-64"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/gz/rust-x86"
[dependencies.klogger]
version = "0.0.4"
features = ["use_ioports"]

[dependencies.kvm-sys]
version = "0.3.0"

[dependencies.log]
version = "0.4"

[dependencies.mmap]
version = "0.1.1"

[dependencies.x86]
version = "0.19"

[dependencies.x86test-macro]
version = "0.0.2"

[dependencies.x86test-types]
version = "0.0.2"