# 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 = "rusync" version = "0.7.2" authors = ["Dimitri Merejkowsky "] description = "Minimalist rsync clone in Rust" readme = "README.md" keywords = ["rsync"] categories = ["command-line-utilities"] license = "BSD-3-Clause" repository = "https://github.com/dmerejkowsky/rusync" resolver = "2" [dependencies.anyhow] version = "1.0.36" [dependencies.clap] version = "3.0.5" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.filetime] version = "0.2.15" [dependencies.humansize] version = "1.1.0" [dependencies.humantime] version = "2.0.1" [dependencies.pathdiff] version = "0.2.1" [dependencies.term_size] version = "0.3" [dev-dependencies.tempfile] version = "3.2.0"