# 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 = "disarmv7" version = "0.0.2" authors = ["Ivar Jönsson <ivajns-9@student.ltu.se>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Decodes armv7 instructions in to a rust enum." readme = "README.md" keywords = [ "disassembly", "embedded", "arm", "armv7", ] license-file = "LICENSE" repository = "https://github.com/ivario123/disarmv7" [lib] name = "disarmv7" path = "src/lib.rs" [dependencies.builder_derive] version = "0.0.1" [dependencies.paste] version = "1.0.14"