# 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 = "2018" name = "rsync-rdiff" version = "0.1.2" authors = ["Jordan Miner "] description = "librsyncr is a Rust library to calculate and apply deltas between two files without having access to both files on the same system." readme = "README.md" keywords = [ "rsync", "librsync", ] license = "MPL-2.0" repository = "https://gitlab.com/jminer/librsyncr" [dependencies.blake2-rfc] version = "0.2.18" [dependencies.byteorder] version = "1" [dependencies.rustc-hash] version = "1" [dev-dependencies.gumdrop] version = "0.8.1" [features] strong_hash = []