# 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" version = "0.16.0" authors = [ "The RustZX contributors", "Vladyslav Nikonov ", ] description = "ZX Spectrum emulator" readme = "README.md" keywords = [ "emulator", "game", "z80", ] license = "MIT" repository = "https://github.com/rustzx/rustzx" resolver = "1" [dependencies.anyhow] version = "1.0" [dependencies.cpal] version = "0.15" optional = true default-features = false [dependencies.log] version = "0.4" [dependencies.ringbuf] version = "0.3" optional = true [dependencies.rustzx-core] version = "0.16.0" features = ["full"] [dependencies.rustzx-utils] version = "0.16.0" features = ["std"] [dependencies.sdl2] version = "0.35" features = [ "unsafe_textures", "bundled", "static-link", ] [dependencies.simple_logger] version = "2" [dependencies.structopt] version = "0.3" [dependencies.strum] version = "0.22" features = [ "derive", "std", ] default-features = false [features] default = ["sound-cpal"] sound-cpal = [ "cpal", "ringbuf", ]