[dependencies.bytes]
version = "1.10.1"
[dependencies.hex]
version = "0.4.3"
[lib]
name = "intelhex"
path = "src/lib/intelhex.rs"
[package]
authors = ["Tabre Perez <tabre@tabre.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Provides tools for working with Intel Hex files"
edition = "2024"
exclude = [".cargo_vcs_info.json", "Cargo.lock"]
license = "MIT"
name = "intelhex"
readme = "README.md"
repository = "https://github.com/tabre/intelhex"
version = "0.1.0"