hsync 1.0.0

Sync files between two paths. Auto-detects drives by UUID/label.
# 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 = "2024"
name = "hsync"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sync files between two paths. Auto-detects drives by UUID/label."
readme = false
keywords = [
    "sync",
    "backup",
    "drive",
    "usb",
    "cli",
]
categories = [
    "filesystem",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/codad5/hard-sync-cli"
resolver = "2"

[[bin]]
name = "hsync"
path = "src/main.rs"

[dependencies.auto-launch]
version = "0.6.0"

[dependencies.chrono]
version = "0.4.44"

[dependencies.colored]
version = "3.1.1"

[dependencies.dirs]
version = "6.0.0"

[dependencies.fli]
version = "1.2.2"

[dependencies.hard-sync-core]
version = "1.0.0"