app
DigiKey Electronics Search
Public Made by Adomby adom
DigiKey component search in your workspace — millions of parts with real-time stock, quantity pricing and datasheets. CLI verbs, a Hydrogen app, and a shared backend service.
[package]
name = "adom-digikey"
version = "0.2.0"
edition = "2021"
description = "DigiKey Electronics component search — CLI, backend HTTP service, and Hydrogen webview app"
license = "MIT"
[[bin]]
name = "adom-digikey"
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"