charm 0.0.1

ARM assembler & disassembler generated from the ARM exploration tools.
Documentation
# 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 = "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"