backupsync 0.1.0

A fast and efficient multi-threaded backup tool written in Rust, supporting compression, incremental backup, and automation.
[[bin]]
name = "backupsync"
path = "src/main.rs"

[dependencies.dirs]
version = "6.0.0"

[dependencies.flate2]
version = "1.0.35"

[dependencies.indicatif]
version = "0.17.11"

[dependencies.tar]
version = "0.4.43"

[dependencies.toml]
version = "0.8.20"

[dependencies.walkdir]
version = "2.4"

[dependencies.zip]
version = "2.2.2"

[package]
authors = ["Lakshya Jain lakshyajain0740@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A fast and efficient multi-threaded backup tool written in Rust, supporting compression, incremental backup, and automation."
edition = "2021"
license = "MIT"
name = "backupsync"
readme = false
version = "0.1.0"