hdiff-update-core 0.1.4

Core library for signed HDiffPatch-based differential application updates.
Documentation
[package]
name = "hdiff-update-core"
version = "0.1.4"
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
description = "Core library for signed HDiffPatch-based differential application updates."
readme = "README.md"
keywords = ["hdiffpatch", "updater", "diff", "patch"]
categories = ["development-tools"]
exclude = ["/target"]

[dependencies]
base64.workspace = true
ed25519-dalek.workspace = true
futures-util.workspace = true
getrandom.workspace = true
hex.workspace = true
reqwest.workspace = true
serde.workspace = true
serde_json.workspace = true
sha2.workspace = true
thiserror.workspace = true
tokio.workspace = true
url.workspace = true

[dev-dependencies]
tempfile.workspace = true