[package]
name = "adom-footprint"
version = "1.0.20"
edition = "2021"
description = "Create, preview, lint, and deliver KiCad footprints (.kicad_mod) with interactive FpView viewer"

[[bin]]
name = "adom-footprint"
path = "src/main.rs"

[dependencies]
tiny_http = "0.12"
regex = "1"
anyhow = "1"
clap = { version = "4", features = ["derive"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
reqwest = { version = "0.12", features = ["blocking", "json"] }
clap_complete = "4"

[profile.release]
opt-level = "z"
lto = true
strip = true