# 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 = "unarm" version = "1.6.7" authors = ["Aetias "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Disassembles ARM instructions" readme = "README.md" keywords = [ "arm", "disassembler", ] license = "MIT" repository = "https://github.com/AetiasHax/unarm" [lib] name = "unarm" path = "src/lib.rs" [[test]] name = "test_arm_v4t" path = "tests/test_arm_v4t.rs" [[test]] name = "test_arm_v5te" path = "tests/test_arm_v5te.rs" [[test]] name = "test_arm_v6k" path = "tests/test_arm_v6k.rs" [[test]] name = "test_display_options" path = "tests/test_display_options.rs" [[test]] name = "test_thumb_v4t" path = "tests/test_thumb_v4t.rs" [[test]] name = "test_thumb_v5te" path = "tests/test_thumb_v5te.rs" [[test]] name = "test_thumb_v6k" path = "tests/test_thumb_v6k.rs" [[test]] name = "test_ual" path = "tests/test_ual.rs" [dependencies] [features] arm = [] default = [ "thumb", "arm", "v4t", "v5te", "v6k", ] thumb = [] v4t = [] v5te = [] v6k = []