# 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 = "libscemu" version = "0.18.6" authors = ["sha0coder"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "x86 32/64bits and system internals emulator, for securely emulating malware and other stuff." documentation = "https://docs.rs/libscemu/0.4.15/libscemu/" readme = "README.md" license = "MIT" repository = "https://github.com/sha0coder/libscemu" [lib] name = "libscemu" path = "src/lib.rs" [dependencies.atty] version = "0.2.14" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.csv] version = "1.3.0" [dependencies.ctrlc] version = "3.2.2" [dependencies.iced-x86] version = "1.19.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.md5] version = "0.7.0" [dependencies.rand] version = "0.8.4" [dependencies.scan_fmt] version = "0.2.6" [dependencies.uint] version = "0.9.5"