mint-cli 1.0.1

A CLI tool for building hex files from excel data and a layout definition.
Documentation
[[bin]]
name = "mint"
path = "src/main.rs"

[dependencies.bin_file]
version = "0.1.4"

[dependencies.calamine]
version = "0.29.0"

[dependencies.clap]
features = ["derive"]
version = "4.5.42"

[dependencies.comfy-table]
version = "7.1"

[dependencies.indexmap]
features = ["serde"]
version = "2.10.0"

[dependencies.rayon]
version = "1.11.0"

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

[dependencies.serde_json]
features = ["preserve_order"]
version = "1.0.142"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.toml]
features = ["preserve_order"]
version = "0.9.4"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A CLI tool for building hex files from excel data and a layout definition."
edition = "2024"
exclude = ["examples/**", "flake.*", ".envrc", ".cursor/**"]
keywords = ["flash", "hex", "layout", "excel", "data"]
license = "MIT"
name = "mint-cli"
readme = "README.md"
repository = "https://github.com/fordtom/mint"
version = "1.0.1"

[[test]]
name = "block_expansion"
path = "tests/block_expansion.rs"

[[test]]
name = "mixed_features"
path = "tests/mixed_features.rs"

[[test]]
name = "no_excel"
path = "tests/no_excel.rs"

[[test]]
name = "size_enforcement"
path = "tests/size_enforcement.rs"

[[test]]
name = "smoke"
path = "tests/smoke.rs"

[[test]]
name = "statistics"
path = "tests/statistics.rs"

[[test]]
name = "strict_conversions"
path = "tests/strict_conversions.rs"