tauri-plugin-hotswap 0.0.4

Open-source OTA plugin for Tauri v2 — push frontend updates to users without rebuilding the binary. Self-hosted, signed bundles, auto-rollback.
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 = "2021"
rust-version = "1.77.2"
name = "tauri-plugin-hotswap"
version = "0.0.4"
build = "build.rs"
links = "tauri-plugin-hotswap"
exclude = [
    ".github/",
    ".gitignore",
    "website/",
    "docs/",
    "examples/",
    "Cargo.lock",
    "CLAUDE.md",
    "CONTRIBUTING.md",
    "SECURITY.md",
    "deny.toml",
    "rustfmt.toml",
    "guest-js/pnpm-lock.yaml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Open-source OTA plugin for Tauri v2 — push frontend updates to users without rebuilding the binary. Self-hosted, signed bundles, auto-rollback."
documentation = "https://docs.rs/tauri-plugin-hotswap"
readme = "README.md"
keywords = [
    "tauri",
    "plugin",
    "ota",
    "hotswap",
    "update",
]
categories = [
    "gui",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/denniskribl/tauri-plugin-hotswap"

[features]
default = []
zip = ["dep:zip"]

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

[dependencies.base64]
version = "0.22"

[dependencies.dirs]
version = "6"

[dependencies.flate2]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.minisign-verify]
version = "0.2"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "stream",
]
default-features = false

[dependencies.semver]
version = "1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tar]
version = "0.4"

[dependencies.tauri]
version = "2"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "fs",
    "io-util",
    "time",
]

[dependencies.url]
version = "2"

[dependencies.zip]
version = "8"
optional = true

[dev-dependencies.tauri]
version = "2"
features = ["test"]

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
]

[build-dependencies.tauri-plugin]
version = "2"
features = ["build"]

[target.'cfg(not(target_os = "android"))'.dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "stream",
    "native-tls",
]

[target.'cfg(target_os = "android")'.dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "stream",
    "rustls-tls",
]
default-features = false