hdiff-update-core 0.2.0

Core library for signed, transactional HDiffPatch directory updates.
Documentation
[package]
name = "hdiff-update-core"
version = "0.2.0"
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
description = "Core library for signed, transactional HDiffPatch directory 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
fs2.workspace = true
getrandom.workspace = true
hex.workspace = true
reqwest.workspace = true
semver.workspace = true
serde.workspace = true
serde_json.workspace = true
sha2.workspace = true
thiserror.workspace = true
tokio.workspace = true
url.workspace = true

[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.61", features = ["Win32_Storage_FileSystem"] }

[dev-dependencies]
tempfile.workspace = true