# 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 = "z80emu" version = "0.11.0" authors = ["RafaƂ Michalski "] include = [ "src/", "CHANGELOG.md", "/README.md", "COPYING", "COPYING.LESSER", ] description = "ZiLOG Z80 microprocessor emulation library." readme = "README.md" keywords = [ "Z80", "retro", ] categories = [ "emulators", "no-std", ] license = "LGPL-3.0-or-later" repository = "https://github.com/royaltm/rust-z80emu" [profile.release] [[example]] name = "terminal" path = "examples/terminal.rs" required-features = ["std"] [dependencies.arrayvec] version = "0.7.4" default-features = false [dependencies.bitflags] version = "2.4.2" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = false [dev-dependencies.bincode] version = "1.3" [dev-dependencies.clap] version = "2.34" [dev-dependencies.pancurses] version = "0.17" [dev-dependencies.ral1243] version = "1" features = ["std"] [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.simplelog] version = "0.11" [features] default = [ "std", "serde", ] std = ["serde/std"]