# 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 = "syncfast" version = "0.2.0" authors = ["Remi Rampin "] description = "rsync/rdiff/zsync clone" documentation = "https://docs.rs/syncfast/" license = "BSD-3-Clause" repository = "https://github.com/remram44/syncfast" [[bin]] name = "syncfast" path = "src/main.rs" [dependencies.cdchunking] version = "0.2" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2" [dependencies.env_logger] version = "0.7" features = ["termcolor", "atty", "humantime"] default-features = false [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.rusqlite] version = "0.16" features = ["chrono"] [dependencies.sha1] version = "0.6" [dependencies.tokio] version = "1.11" features = ["io-std", "io-util", "process", "rt"] [dev-dependencies.tempfile] version = "3"