librsyncr 0.1.1

librsyncr is a Rust library to calculate and apply deltas between two files without having access to both files on the same system.
Documentation
[package]
name = "librsyncr"
version = "0.1.1"
authors = ["Jordan Miner <jminer7@gmail.com>"]
edition = "2018"
license = "MPL-2.0"
keywords = ["rsync", "librsync"]
description = "librsyncr is a Rust library to calculate and apply deltas between two files without having access to both files on the same system."
repository = "https://gitlab.com/jminer/librsyncr"

[features]
strong_hash = []

[dependencies]
byteorder = "1"
rustc-hash = "1"

[dependencies.blake2-rfc]
version = "0.2.18"
features = ["simd", "simd_opt"]

[dev-dependencies]
gumdrop = "0.7"