forge_backup 1.2.0

A program to backup all the user home folders to an S3 bucket.
Documentation
[package]
name = "forge_backup"
version = "1.2.0"
authors = ["Shane Poppleton <shane@bjja.com.au>"]
description = "A program to backup all the user home folders to an S3 bucket."
repository = "https://github.com/codemonkey76/rust_forge_backup"
edition = "2021"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4.38"
clap = { version = "4.5.6", features = ["derive"] }
directories = "6.0.0"
hostname = "0.4.0"
indicatif = "0.17.8"
mailgun_v3 = "0.14.0"
serde = { version = "1.0.203", features = ["derive"] }
serde_derive = "1.0.203"
tokio = { version = "1.38.0", features = ["full"] }
toml = "0.8.14"
which = "7.0.1"