# 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-peripherals" version = "0.4.0" authors = ["Rafal Michalski "] description = """ Emulators of various peripheral devices 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" [dependencies.base64] version = "0.20" optional = true [dependencies.bitflags] version = "1.3.2" [dependencies.bitvec] version = "1.0" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" features = ["small_rng"] [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = true [dependencies.spectrusty-core] version = "0.4.0" default-features = false [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.spectrusty-audio] version = "0.4.0" [dev-dependencies.spectrusty-core] version = "0.4.0" [features] default = ["snapshot"] snapshot = [ "serde", "spectrusty-core/snapshot", "base64", ]