[package] name = "rsync-rdiff" version = "0.1.2" authors = ["Jordan Miner "] 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" blake2-rfc = "0.2.18" [dev-dependencies] gumdrop = "0.8.1"