# 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-utils" version = "0.4.0" authors = ["Rafal Michalski "] description = """ Complementary utilities for the SPECTRUSTY library. """ homepage = "https://royaltm.github.io/spectrusty/" readme = "README.md" license = "LGPL-3.0-or-later" repository = "https://github.com/royaltm/spectrusty" [package.metadata.docs.rs] all-features = true [dependencies.log] version = "0.4" [dependencies.minifb] version = "0.23" optional = true [dependencies.sdl2] version = "0.35" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = true [dependencies.spectrusty] version = "0.4.0" features = [ "formats", "peripherals", ] default-features = false [dependencies.web-sys] version = "0.3" features = ["KeyboardEvent"] optional = true [dependencies.winit] version = "0.27" optional = true [features] compression = ["spectrusty/compression"] default = [ "snapshot", "compression", ] snapshot = [ "serde", "spectrusty/snapshot", ]