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