# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "rrsync" version = "0.1.0" authors = ["Remi Rampin "] description = "rsync/rdiff/zsync clone" license = "BSD-3-Clause" repository = "https://github.com/remram44/rrsync" [[bin]] name = "rrsync" 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.log] version = "0.4" [dependencies.rusqlite] version = "0.16" features = ["chrono"] [dependencies.sha1] version = "0.6" [dev-dependencies.tempfile] version = "3"