# 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 = "disarm64" version = "0.1.20" authors = ["kromych "] description = """ disarm64 provides a tool and a library for decoding ARM64 instructions (at least 250 MiB/sec of the decoding speed is delivered on a laptop that is used for development). Here you will also find a utility for generating disassembler/instruction decoder tables in Rust from a JSON file. Besides that, can visualize the instruction decoding as a tree. """ homepage = "https://github.com/kromych/disarm64" documentation = "https://github.com/kromych/disarm64" readme = "Readme.md" keywords = [ "aarch64", "arm64", "arm-v8", "disassembler", "reverse-engineering", ] categories = [ "command-line-utilities", "development-tools", "embedded", ] license = "Unlicense OR MIT" repository = "https://github.com/kromych/disarm64" [lib] path = "lib/src/lib.rs" [[bin]] name = "disarm64" path = "disarm64/src/main.rs" [[bin]] name = "disarm64_gen" path = "disarm64_gen/src/main.rs" [dependencies.anyhow] version = "1" [dependencies.bitfield-struct] version = "0.8" [dependencies.bitflags] version = "2.4" features = ["serde"] [dependencies.clap] version = "4" features = ["derive"] [dependencies.clap-num] version = "1" [dependencies.disarm64_defn] version = "0.1.9" [dependencies.env_logger] version = "0.11" [dependencies.goblin] version = "0.8" features = [ "elf64", "pe64", "mach64", ] [dependencies.log] version = "0.4" [dependencies.memmap2] version = "0.9" [dependencies.proc-macro2] version = "1" default-features = false [dependencies.quote] version = "1" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [features] default = ["full"] exception = [] full = [] load_store = [] system = []