# 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 = "armv4t_emu" version = "0.1.2" authors = [ "Sean Purcell ", "Daniel Prilik ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An emulator for the ARMv4t instruction set" homepage = "https://github.com/daniel5151/armv4t_emu" documentation = "https://docs.rs/armv4t_emu" readme = "README.md" keywords = [ "emulator", "emulation", "arm", "gba", ] categories = ["emulators"] license = "MIT" repository = "https://github.com/daniel5151/armv4t_emu" [lib] name = "armv4t_emu" path = "src/lib.rs" [dependencies.capstone] version = "0.6" optional = true [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde-big-array] version = "0.3" optional = true [features] advanced_disasm = ["capstone"] default = [] serde-serialize = [ "serde", "serde-big-array", ]