i8051-disassembler 0.20.0

An i8051 disassembler, useful for structured disassembly.
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 = "i8051-disassembler"
version = "0.20.0"
authors = ["Matt Mastracci <matthew@mastracci.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An i8051 disassembler, useful for structured disassembly."
readme = "README.md"
keywords = [
    "8051",
    "mcs-51",
    "intel",
]
categories = [
    "compilers",
    "embedded",
    "hardware-support",
    "emulators",
    "simulation",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mmastrac/i8051"
resolver = "2"

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

[dependencies.i8051]
version = "0.20.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.hex-literal]
version = "1.1"

[dev-dependencies.pretty_assertions]
version = "1.0"