# 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_testbench" version = "0.1.2" description = "A Simple x86 Testbench / nanokernel, containg a basic serial logger & test framework runner" categories = ["development-tools::testing", "no-std", "development-tools::testing"] license = "MIT OR Apache-2.0" [package.metadata.bootimage] test-args = ["-device", "isa-debug-exit,iobase=0xf4,iosize=0x04", "-serial", "stdio", "-display", "none"] test-success-exit-code = 33 [dependencies.bootloader] version = "0.9.0" [dependencies.lazy_static] version = "1.4.0" features = ["spin_no_std"] [dependencies.spin] version = "0.9.0" [dependencies.uart_16550] version = "0.2.15" [dependencies.x86_64] version = "0.14.4" [features] ext_panic = []