rsleigh-api 0.4.2

High-level API for rsleigh — decode instructions and emit P-code for x86, x86-32, AArch64, ARM32, MIPS32, RISC-V 64
# 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 = "rsleigh-api"
version = "0.4.2"
authors = ["Shane Breazeale"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-level API for rsleigh — decode instructions and emit P-code for x86, x86-32, AArch64, ARM32, MIPS32, RISC-V 64"
readme = false
keywords = [
    "disassembler",
    "pcode",
    "decoder",
    "sleigh",
    "ghidra",
]
categories = [
    "development-tools",
    "parsing",
]
license = "Apache-2.0"
repository = "https://github.com/ShaneBreazeale/rsleigh"

[lib]
name = "rsleigh_api"
path = "src/lib.rs"

[[test]]
name = "stable_surface"
path = "tests/stable_surface.rs"

[dependencies.aarch64-root]
version = "0.4.2"
package = "rsleigh-gen-aarch64"

[dependencies.arm32-root]
version = "0.4.2"
package = "rsleigh-gen-arm32"

[dependencies.mips-root]
version = "0.4.2"
package = "rsleigh-gen-mips"

[dependencies.pcode-ir]
version = "0.4.2"

[dependencies.riscv-root]
version = "0.4.2"
package = "rsleigh-gen-riscv"

[dependencies.x86-32-root]
version = "0.4.2"
package = "rsleigh-gen-x86-32"

[dependencies.x86-root]
version = "0.4.2"
package = "rsleigh-gen-x86"