# 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 = "2021" rust-version = "1.74.1" name = "espup" version = "0.13.0" authors = ["Sergio Gasquez Arcos "] build = 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 }" [profile.release] lto = "thin" strip = true [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.83" [dependencies.clap] version = "4.5.20" features = [ "derive", "env", ] [dependencies.clap_complete] version = "4.5.36" [dependencies.directories] version = "5.0.1" [dependencies.env_logger] version = "0.11.5" [dependencies.flate2] version = "1.0.34" [dependencies.guess_host_triple] version = "0.1.4" [dependencies.log] version = "0.4.22" [dependencies.miette] version = "7.2.0" features = ["fancy"] [dependencies.regex] version = "1.11.1" [dependencies.reqwest] version = "0.12.9" features = [ "blocking", "socks", ] [dependencies.retry] version = "2.0.0" [dependencies.serde_json] version = "1.0.132" [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.tar] version = "0.4.42" [dependencies.tempfile] version = "3.13.0" [dependencies.thiserror] version = "1.0.65" [dependencies.tokio] version = "1.41.0" features = ["full"] [dependencies.tokio-retry] version = "0.3.0" [dependencies.update-informer] version = "1.1.0" [dependencies.xz2] version = "0.1.7" [dependencies.zip] version = "2.2.0" [dev-dependencies.assert_cmd] version = "2.0.16" [target."cfg(unix)".dependencies.openssl] version = "0.10.68" features = ["vendored"] [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = ["winuser"] [target."cfg(windows)".dependencies.winreg] version = "0.52.0"