hard-sync-core 1.0.0

Core library for hard-sync: file sync engine, drive detection, config, and watch mode.
Documentation
# 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 = "hard-sync-core"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for hard-sync: file sync engine, drive detection, config, and watch mode."
readme = false
keywords = [
    "sync",
    "backup",
    "drive",
    "files",
    "cli",
]
categories = [
    "filesystem",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/codad5/hard-sync-cli"
resolver = "2"

[lib]
name = "hard_sync_core"
path = "src/lib.rs"

[dependencies.chrono]
version = "0.4.44"
features = ["serde"]

[dependencies.dirs]
version = "6.0.0"

[dependencies.notify]
version = "8.2.0"

[dependencies.regex]
version = "1.12.3"

[dependencies.rodio]
version = "0.22.2"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha2]
version = "0.10.9"

[dependencies.sysinfo]
version = "0.38.3"

[dependencies.walkdir]
version = "2.5.0"

[dependencies.windows-sys]
version = "0.61.2"
features = ["Win32_Storage_FileSystem"]