# 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 = "x86test" version = "0.0.5" authors = ["Gerd Zellweger <mail@gerdzellweger.com>"] description = """ Custom test runner for bare-metal x86 tests. """ 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.10" 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.47" [dependencies.x86test-macro] version = "0.0.5" [dependencies.x86test-types] version = "0.0.5"