# 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 = "2021" name = "i8080emulator" version = "0.1.0" description = "An Intel 8080 CPU full emulation library for 3rd party platform use" homepage = "https://github.com/k0Iry/8080-Emulator-in-Rust" documentation = "https://github.com/k0Iry/8080-Emulator-in-Rust" readme = "README.md" keywords = [ "emulator", "8080", ] license = "MIT" repository = "https://github.com/k0Iry/8080-Emulator-in-Rust" [lib] crate-type = [ "lib", "staticlib", ] doctest = false [[bin]] name = "cpudiag" test = false doctest = false required-features = ["bdos_mock"] [dependencies] [features] bdos_mock = []