# 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_defn" version = "0.1.9" authors = ["kromych "] description = """ This library provides structures and enums for describing AArch64 (ARMv8) instructions. """ homepage = "https://github.com/kromych/disarm64_defn" documentation = "https://github.com/kromych/disarm64_defn" 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_defn" [lib] name = "disarm64_defn" path = "src/lib.rs" [dependencies.bitflags] version = "2.4" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26" [dev-dependencies.serde_json] version = "1.0" [features] default = ["std"] std = []