# 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 = "bad64" version = "0.9.0" authors = ["yrp "] description = "Rust bindings for Binja's arm64 disassembler" readme = "README.md" keywords = [ "disassembler", "armv8", "arm64", "aarch64", "binja", ] categories = [ "api-bindings", "encoding", "no-std", ] license = "Apache-2.0" repository = "https://github.com/yrp604/bad64" [dependencies.bad64-sys] version = "0.7" [dependencies.cstr_core] version = "0.2" [dependencies.num-derive] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.static_assertions] version = "1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.xmas-elf] version = "0.9" [features] std = []