[package]
name = "adom-sfconvert"
version = "0.1.0"
edition = "2021"
description = "Convert foreign EDA libraries (EAGLE/Fusion .lbr, Altium .SchLib/.PcbLib) into standard KiCad symbol + footprint, so the rest of the Adom EDA family (adom-symbol/adom-footprint) can render + compare them."

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

[dependencies]
anyhow = "1"
regex = "1"
serde_json = "1"
# Native Altium readers — pure Rust, no KiCad / no service round-trip.
altium-pcblib = { path = "../altium-pcblib" }
altium-schlib = { path = "../altium-schlib" }