# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "armv4t_emu" version = "0.1.0" authors = ["Sean Purcell ", "Daniel Prilik "] 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" [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"]