[dependencies.lazy_static]
version = "1.5.0"
[dependencies.rusb]
version = "0.9.4"
[dependencies.serde]
features = ["derive"]
version = "1.0.217"
[dependencies.serde_json]
version = "1.0.138"
[dependencies.serde_with]
version = "3.12.0"
[dependencies.thiserror]
version = "2.0.11"
[dependencies.tracing]
version = "0.1.41"
[dependencies.zip]
version = "2.2.2"
[features]
default = []
instrument = []
[lib]
name = "flashthing"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "tool for flashing your Spotify Car Thing"
documentation = "https://github.com/JoeyEamigh/flashthing"
edition = "2021"
homepage = "https://github.com/JoeyEamigh/flashthing"
keywords = ["spotify", "car-thing", "flashthing"]
license = "MIT"
name = "flashthing"
readme = "README.md"
repository = "https://github.com/JoeyEamigh/flashthing.git"
resolver = "3"
version = "0.1.5"
[target.'cfg(target_os = "linux")'.dependencies.whoami]
version = "2.0.0-pre.1"