build: ⬆️ Remove unnecesary crates

This commit is contained in:
Sergio Gasquez 2022-09-21 18:17:16 +00:00
parent feca98e3b1
commit 9119070410
2 changed files with 108 additions and 451 deletions

530
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,6 @@ categories = ["command-line-utilities", "development-tools", "embedded"]
[dependencies]
anyhow = "*"
clap = { version = "3.2", features = ["derive"] }
clap-nested = "*"
dirs = "*"
flate2 = "1.0.22"
git2 = "0.15.0"
@ -23,12 +22,23 @@ guess_host_triple = "0.1.3"
json = "*"
md5 = "*"
num_cpus = "*"
reqwest = { version = "0.10.10", features = ["blocking"] }
reqwest = { version = "0.11.12", features = ["blocking"] }
tar = "0.4.37"
tokio = { version = "1.15.0", features = ["full"] }
walkdir = "*"
wmi = "*"
widestring = "1.0.2"
zip = "*"
xz2 = "0.1.6"
console = "0.15.1"
tempfile = "3.3.0"
log = "0.4.17"
env_logger = "0.9.0"
embuild = { version = "0.30.3", features = ["espidf", "git"] }
strum = { version = "0.24", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
[target.'cfg(windows)'.dependencies]
winreg = "0.10.1"
winapi = { version = "*", features = [
"setupapi",
"handleapi",
@ -39,16 +49,3 @@ winapi = { version = "*", features = [
"shellapi",
"winuser",
] }
zip = "*"
xz2 = "0.1.6"
console = "0.15.1"
tempfile = "3.3.0"
clap-verbosity-flag = "1.0.1"
log = "0.4.17"
env_logger = "0.9.0"
embuild = { version = "0.30.3", features = ["espidf", "git"] }
strum = { version = "0.24", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
[target.'cfg(windows)'.dependencies]
winreg = "0.10.1"