# 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 = "fast_rsync" version = "0.2.0" authors = [ "Dropbox Engineering", "bacher09, Artyom Pavlov (RustCrypto/hashes/MD4)", ] exclude = [ ".github", ".gitignore", "rust-toolchain", ] description = "An optimized implementation of librsync in pure Rust." readme = "README.md" keywords = ["rsync"] license = "Apache-2.0" repository = "https://github.com/dropbox/fast_rsync" [[bench]] name = "rsync_bench" harness = false [dependencies.arrayref] version = "0.3.6" [dev-dependencies.criterion] version = "0.4" default-features = false [dev-dependencies.quickcheck] version = "1.0" default-features = false [dev-dependencies.quickcheck_macros] version = "1.0" [dev-dependencies.rand] version = "0.8"