# 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" name = "cargo-packager-updater" version = "0.2.2" authors = [ "CrabNebula Ltd.", "Tauri Programme within The Commons Conservancy", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust executable updater." readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/crabnebula-dev/cargo-packager" [lib] name = "cargo_packager_updater" path = "src/lib.rs" [[test]] name = "update" path = "tests/update.rs" [dependencies.base64] version = "0.22" [dependencies.cargo-packager-utils] version = "0.1.1" [dependencies.ctor] version = "0.2" [dependencies.dirs] version = "5.0" [dependencies.dunce] version = "1" [dependencies.http] version = "1" [dependencies.minisign-verify] version = "0.2" [dependencies.reqwest] version = "0.12" features = [ "json", "stream", "blocking", ] default-features = false [dependencies.semver] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tempfile] version = "3.12" [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.3" features = [ "parsing", "formatting", ] [dependencies.url] version = "2" features = ["serde"] [dev-dependencies.tiny_http] version = "0.12" [features] default = ["rustls-tls"] native-tls = ["reqwest/native-tls"] native-tls-vendored = ["reqwest/native-tls-vendored"] process-relaunch-dangerous-allow-symlink-macos = ["cargo-packager-utils/process-relaunch-dangerous-allow-symlink-macos"] rustls-tls = ["reqwest/rustls-tls-native-roots"] [target.'cfg(target_os = "macos")'.dependencies.flate2] version = "1.0" [target.'cfg(target_os = "macos")'.dependencies.tar] version = "0.4"