zsync-rs 0.1.2

Efficient file transfer using rsync algorithm over HTTP
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"
name = "zsync-rs"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Efficient file transfer using rsync algorithm over HTTP"
readme = "README.md"
keywords = [
    "zsync",
    "rsync",
    "http",
    "file-transfer",
    "delta",
]
categories = [
    "network-programming",
    "command-line-utilities",
]
license = "MIT"

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

[[bin]]
name = "zsync"
path = "src/bin/zsync.rs"

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

[dependencies.md4]
version = "0.11.0-rc.2"

[dependencies.sha1]
version = "0.11.0-rc.5"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.ureq]
version = "3.2.1"

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