# 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 = "ross-emulator" version = "0.1.0" authors = ["Linas Nikiperavičius "] description = "Emulator for the Rusty Old Smart System" readme = "README.md" license-file = "LICENSE.md" repository = "https://github.com/linasdev/ross-emulator" resolver = "2" [dependencies.anyhow] version = "1" [dependencies.bytes] version = "1" [dependencies.capstone] version = "0.11" [dependencies.clap] version = "3.1" features = ["derive"] [dependencies.clap-num] version = "1" [dependencies.env_logger] version = "0.9" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.num_enum] version = "0.5" [dependencies.png] version = "0.17" [dependencies.regex] version = "1" [dependencies.sdl2] version = "0.35" features = ["bundled"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dependencies.svd-parser] version = "0.13" [dependencies.termcolor] version = "1.1" [dependencies.unicorn-engine] version = "2.0.0-rc3"