app
Adom DS2SF - Datasheet to Symbol and Footprint
Public Made by Adomby adom
Datasheet to symbol + footprint + provenance JSON — pins and pads, extracted from the PDF.
[package]
name = "adom-ds2sf"
version = "0.8.1"
edition = "2021"
description = "Datasheet → symbol + footprint + provenance JSON. Reads a chip's datasheet PDF and produces sym_create-shaped symbol JSON, footprint metadata, and a field-level provenance audit trail."
[[bin]]
name = "adom-ds2sf"
path = "src/main.rs"
[dependencies]
anyhow = "1"
clap = { version = "4", features = ["derive"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sha2 = "0.10"
ureq = { version = "2", features = ["json"] }
[profile.release]
opt-level = "z"
lto = "thin"
strip = true