# 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-core" version = "0.4.0" authors = ["Rafal Michalski "] description = """ Core components of the SPECTRUSTY library. """ homepage = "https://royaltm.github.io/spectrusty/" readme = "README.md" license = "LGPL-3.0-or-later" repository = "https://github.com/royaltm/spectrusty" [dependencies.base64] version = "0.20" optional = true [dependencies.bitflags] version = "1.3.2" [dependencies.compression] version = "0.1.5" features = [ "std", "gzip", ] optional = true default-features = false [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = true [dependencies.z80emu] version = "0.8" features = ["std"] default-features = false [dev-dependencies.bincode] version = "1.3" [dev-dependencies.serde_json] version = "1.0" [features] default = [ "snapshot", "compression", ] snapshot = [ "serde", "z80emu/serde", "base64", ]