[package]
edition = "2024"
name = "charm"
version = "0.0.1"
authors = ["lyte <contact@impalabs.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ARM assembler & disassembler generated from the ARM exploration tools."
homepage = "https://github.com/0xLyte/charm"
documentation = "https://docs.rs/charm"
readme = "README.md"
keywords = [
"assembler",
"disassembler",
"arm",
"arm64",
"thumb",
]
categories = ["encoding"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/0xLyte/charm"
[lib]
name = "charm"
path = "src/lib.rs"
[[test]]
name = "mod"
path = "tests/mod.rs"
[dependencies]
[dev-dependencies.llvm-sys]
version = "211.0.0"
[dev-dependencies.rhexdump]
version = "0.2.0"