app
Adom Chipsmith
Public Made by Adomby adom
STEP-native chip validator — 5-source cross-validation, OCCT-generated copyright-free 3D models with embedded signal annotations, datasheet-to-STEP pipeline.
[package]
name = "adom-chipsmith"
version = "0.1.0"
edition = "2021"
description = "STEP-native chip detection + footprint validation + sign-off — Hydrogen webview app + AI-drivable CLI"
authors = ["Adom <[email protected]>"]
license = "MIT"
repository = "https://github.com/adom-inc/adom-chipsmith"
[[bin]]
name = "adom-chipsmith"
path = "src/main.rs"
[dependencies]
clap = { version = "4", features = ["derive"] }
clap_complete = "4"
tiny_http = "0.12"
ureq = { version = "2", features = ["json"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
anyhow = "1"
ctrlc = "3"
colored = "2"
sha2 = "0.10"
hex = "0.4"
rust-embed = { version = "8", features = ["compression"] }
altium-pcblib = { path = "../altium-pcblib" }
[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true