# 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 = "lemurs-8080" version = "0.5.2" authors = ["Nevin Flanagan"] description = "An emulator for the Intel 8080 microprocessor" readme = "README.md" license = "UPL-1.0" repository = "https://github.com/alestane/lemurs.git" [lib] crate-type = [ "rlib", "staticlib", ] [[test]] name = "cpudiag" required-features = [ "std", "open", ] [dependencies.cruppers] version = ">= 0.4" optional = true default-features = false [dependencies.disclose] version = "0" [build-dependencies.cc] version = ">= 1.0.0" [features] _cpp = [] cpp = [ "cpp_panic", "cpp_alloc", ] cpp_alloc = [ "cruppers/memory", "_cpp", ] cpp_panic = [ "cruppers/exception", "_cpp", ] default = ["std"] open = [] std = []