tauri-plugin-hdiff-update 0.4.2

Tauri v2 plugin for signed, transactional HDiffPatch directory updates.
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"
name = "tauri-plugin-hdiff-update"
version = "0.4.2"
authors = ["xCodex contributors"]
build = "build.rs"
links = "tauri-plugin-hdiff-update"
exclude = ["/target"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tauri v2 plugin for signed, transactional HDiffPatch directory updates."
homepage = "https://github.com/xcodex/tauri-plugin-hdiff-update"
readme = "README.md"
keywords = [
    "tauri",
    "updater",
    "hdiffpatch",
    "diff",
    "patch",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/xcodex/tauri-plugin-hdiff-update"

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

[dependencies.base64]
version = "0.22"

[dependencies.fs2]
version = "0.4"

[dependencies.hdiff-update-core]
version = "0.2.0"

[dependencies.hex]
version = "0.4"

[dependencies.log]
version = "0.4"

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

[dependencies.semver]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tauri]
version = "2"
default-features = false

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

[dependencies.url]
version = "2"

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

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

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61"
features = [
    "Win32_Foundation",
    "Win32_Security",
    "Win32_Security_Authorization",
    "Win32_Storage_FileSystem",
    "Win32_System_Registry",
    "Win32_System_Threading",
    "Win32_UI_Shell",
    "Win32_UI_WindowsAndMessaging",
]