# 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 = "2018" name = "spectrusty" version = "0.4.0" authors = ["Rafal Michalski "] include = [ "/src/", "/COPYING", "/COPYING.LESSER", "/CHANGELOG.md", "/README.md", ] description = """ SPECTRUSTY is a library for building highly customizable emulators of the ZX Spectrum computer series and clones. """ homepage = "https://royaltm.github.io/spectrusty/" readme = "README.md" keywords = [ "8-bit", "ay-3-8910", "zx-spectrum", "retro", ] categories = ["emulators"] license = "LGPL-3.0-or-later" repository = "https://github.com/royaltm/spectrusty" [package.metadata.docs.rs] all-features = true [profile.release] [dependencies.bitflags] version = "1.3.2" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = true [dependencies.spectrusty-audio] version = "0.4.0" optional = true [dependencies.spectrusty-core] version = "0.4.0" default-features = false [dependencies.spectrusty-formats] version = "0.4.0" optional = true [dependencies.spectrusty-peripherals] version = "0.4.0" optional = true default-features = false [dev-dependencies.bincode] version = "1.3" [dev-dependencies.rand] version = "0.8" features = ["small_rng"] [dev-dependencies.reqwest] version = "0.11" features = ["blocking"] [dev-dependencies.serde_json] version = "1.0" [features] audio = ["spectrusty-audio"] boxed_frame_cache = [] compression = ["spectrusty-core/compression"] cpal = ["spectrusty-audio/cpal"] default = [ "formats", "peripherals", "snapshot", "compression", ] formats = ["spectrusty-formats"] peripherals = ["spectrusty-peripherals"] sdl2 = ["spectrusty-audio/sdl2"] snapshot = [ "serde", "spectrusty-core/snapshot", "spectrusty-peripherals/snapshot", ]