# 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 = "2021" name = "binsync" version = "0.0.4" exclude = [ "examples/*", ".github/", ] description = "A library for syncing binary files between two locations." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/dristic/binsync" [dependencies.bincode] version = "^1" [dependencies.clap] version = "^3" features = ["derive"] [dependencies.fastcdc] version = "^1" [dependencies.indicatif] version = "0.16.2" [dependencies.md5] version = "^0.7" [dependencies.reqwest] version = "^0.11" features = ["blocking"] optional = true [dependencies.serde] version = "^1" features = ["derive"] [dependencies.thiserror] version = "^1" [dependencies.walkdir] version = "^2" [dev-dependencies.rand] version = "^0.8" [dev-dependencies.sha2] version = "^0.10" [features] network = ["reqwest"]