armup 1.1.0

Install embedded Cortex-M tools on Windows
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "armup"
version = "1.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Install embedded Cortex-M tools on Windows"
readme = "README.md"
license = "MIT"
repository = "https://github.com/linkyourbin/armup"

[[bin]]
name = "armup"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.104"

[dependencies.clap]
version = "4.6.6"
features = ["derive"]

[dependencies.console]
version = "0.16.4"

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.reqwest]
version = "0.13.4"
features = [
    "rustls",
    "json",
    "stream",
    "socks",
]
default-features = false

[dependencies.serde]
version = "1.0.229"
features = ["derive"]

[dependencies.sha2]
version = "0.11.0"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.tokio]
version = "1.53.1"
features = [
    "macros",
    "rt-multi-thread",
]

[dependencies.winreg]
version = "0.56.0"

[dependencies.zip]
version = "8.6.0"