[[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.percent-encoding]
version = "2.3.2"
[dependencies.postgres]
version = "0.19.12"
[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"
[dependencies.ureq]
version = "3.1.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 = ["flake.*", ".envrc", ".cursor/**", ".github/**"]
keywords = ["flash", "hex", "layout", "excel", "data"]
license = "MIT"
name = "mint-cli"
readme = "README.md"
repository = "https://github.com/fordtom/mint"
version = "1.2.0"
[[test]]
name = "bitmap"
path = "tests/bitmap.rs"
[[test]]
name = "block_expansion"
path = "tests/block_expansion.rs"
[[test]]
name = "json"
path = "tests/json.rs"
[[test]]
name = "mixed_features"
path = "tests/mixed_features.rs"
[[test]]
name = "no_excel"
path = "tests/no_excel.rs"
[[test]]
name = "postgres"
path = "tests/postgres.rs"
[[test]]
name = "rest"
path = "tests/rest.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"
[[test]]
name = "variant_stack"
path = "tests/variant_stack.rs"