release-hub 0.2.0

A simple updater for Rust GUI applications
Documentation
[dependencies.futures-util]
version = "0.3"

[dependencies.http]
version = "1"

[dependencies.octocrab]
version = "0.47"

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

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

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.url]
features = ["serde"]
version = "2"

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

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

[package]
authors = ["tangxiangong <tangxiangong@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["gui"]
description = "A simple updater for Rust GUI applications"
edition = "2024"
keywords = ["updater"]
license = "MIT OR Apache-2.0"
name = "release-hub"
readme = "README.md"
repository = "https://github.com/tangxiangong/release-hub"
version = "0.2.0"

[target.'cfg(target_os = "macos")'.dependencies.flate2]
version = "1"

[target.'cfg(target_os = "macos")'.dependencies.osakit]
features = ["full"]
version = "0.3"

[target.'cfg(target_os = "macos")'.dependencies.zip]
default-features = false
features = ["deflate", "bzip2", "time"]
version = "6"

[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_UI_WindowsAndMessaging", "Win32_UI_Shell"]
version = "0.61.2"