espup 0.17.1

Tool for installing and maintaining Espressif Rust ecosystem.
Documentation
# 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"
rust-version = "1.88.0"
name = "espup"
version = "0.17.1"
authors = ["Sergio Gasquez Arcos <sergio.gasquez@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Tool for installing and maintaining Espressif Rust ecosystem.
"""
readme = "README.md"
keywords = [
    "cli",
    "embedded",
    "esp",
    "esp-rs",
    "xtensa",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "embedded",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/esp-rs/espup"

[package.metadata.binstall]
bin-dir = "{ bin }{ binary-ext }"
pkg-fmt = "zip"
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.{ archive-format }"

[lib]
name = "espup"
path = "src/lib.rs"

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

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.bytes]
version = "1.11.1"

[dependencies.clap]
version = "4.6.1"
features = [
    "derive",
    "env",
]

[dependencies.clap_complete]
version = "4.6.2"

[dependencies.clap_complete_nushell]
version = "4.6.0"

[dependencies.directories]
version = "6.0.0"

[dependencies.env_logger]
version = "0.11.10"

[dependencies.flate2]
version = "1.1.9"

[dependencies.guess_host_triple]
version = "0.1.5"

[dependencies.indicatif]
version = "0.18.4"

[dependencies.indicatif-log-bridge]
version = "0.2.3"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.log]
version = "0.4.29"

[dependencies.miette]
version = "7.6.0"
features = ["fancy"]

[dependencies.regex]
version = "1.12.3"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "blocking",
    "socks",
    "stream",
]

[dependencies.retry]
version = "2.2.0"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.strum]
version = "0.28.0"
features = ["derive"]

[dependencies.tar]
version = "0.4.45"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52.1"
features = ["full"]

[dependencies.tokio-retry2]
version = "0.9.1"

[dependencies.tokio-stream]
version = "0.1.18"

[dependencies.update-informer]
version = "1.3.0"

[dependencies.xz2]
version = "0.1.7"

[dependencies.zip]
version = "8.5.1"

[dev-dependencies.assert_cmd]
version = "2.2.0"

[target."cfg(unix)".dependencies.openssl]
version = "0.10.77"
features = ["vendored"]

[target."cfg(windows)".dependencies.winapi]
version = "0.3.9"
features = ["winuser"]

[target."cfg(windows)".dependencies.winreg]
version = "0.56.0"

[profile.release]
lto = "thin"
strip = true