app
JLCPCB Parts Library
Public Made by Adomby adom
Check the JLCPCB / LCSC parts library before you fab — Basic vs Extended tier, LCSC stock and assembly pricing, so you avoid surprise feeder-setup fees. CLI, a Hydrogen app, and a shared backend.
[package]
name = "adom-jlcpcb"
version = "0.1.0"
edition = "2021"
description = "JLCPCB Electronics component search — CLI, backend HTTP service, and Hydrogen webview app"
license = "MIT"
[[bin]]
name = "adom-jlcpcb"
path = "src/main.rs"
[dependencies]
clap = { version = "4", features = ["derive", "env"] }
clap_complete = "4"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tiny_http = "0.12"
ureq = { version = "2", features = ["json"] }
base64 = "0.22"
[profile.release]
strip = true
lto = "thin"
opt-level = "z"