appimageupdate 0.2.1

Fast, bandwidth-efficient AppImage updater using zsync
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 = "2024"
rust-version = "1.88"
name = "appimageupdate"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast, bandwidth-efficient AppImage updater using zsync"
readme = "README.md"
keywords = [
    "appimage",
    "zsync",
]
license = "MIT"
repository = "https://github.com/pkgforge-dev/appimageupdate"

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

[[bin]]
name = "appimageupdate"
path = "src/main.rs"

[dependencies.clap]
version = "4.6.0"
features = [
    "derive",
    "env",
]

[dependencies.dirs]
version = "6.0.0"

[dependencies.hex]
version = "0.4.3"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha1]
version = "0.10.6"

[dependencies.shellexpand]
version = "3.1.2"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.toml]
version = "1.0.7"

[dependencies.ureq]
version = "3.3.0"

[dependencies.zsync-rs]
version = "0.1.2"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true