# 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 = "rustzx-core" version = "0.16.0" authors = [ "The RustZX contributors", "Vladyslav Nikonov ", ] description = "ZX Spectrum emulator core library" keywords = [ "emulator", "game", "z80", "no_std", ] license = "MIT" repository = "https://github.com/rustzx/rustzx" resolver = "1" [dependencies.aym] version = "0.16.0" optional = true [dependencies.bitflags] version = "1.3" [dependencies.displaydoc] version = "0.2" default-features = false [dependencies.enum_dispatch] version = "0.3" [dependencies.from_variants] version = "0.6" [dependencies.lazy_static] version = "1.1" features = ["spin_no_std"] [dependencies.rustzx-z80] version = "0.16.0" [dependencies.strum] version = "0.22" features = ["derive"] optional = true default-features = false [features] autoload = [] ay = [ "aym", "sound", ] default = [] embedded-roms = [] full = [ "ay", "precise-border", "embedded-roms", "autoload", "strum", ] precise-border = [] sound = []