sync-box 0.1.2

一个高效的目录同步工具,支持实时监听文件变化并自动同步,可通过命令行直接使用或通过配置文件管理多个同步任务。
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 = "sync-box"
version = "0.1.2"
authors = ["LiGang<ligang13874843373@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "一个高效的目录同步工具,支持实时监听文件变化并自动同步,可通过命令行直接使用或通过配置文件管理多个同步任务。"
homepage = "https://github.com/ligang-code2020/syncbox"
readme = "README.md"
keywords = [
    "sync",
    "file-sync",
    "rsync",
    "sync-box",
]
categories = ["command-line-utilities"]
license = "MIT"

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

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

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.anyhow]
version = "1.0.99"

[dependencies.blake3]
version = "1.8.2"

[dependencies.chrono]
version = "0.4.42"

[dependencies.clap]
version = "4.5.46"
features = ["derive"]

[dependencies.futures]
version = "0.3.31"

[dependencies.glob]
version = "0.3.3"

[dependencies.indicatif]
version = "0.18.0"

[dependencies.notify]
version = "8.1.0"

[dependencies.num-format]
version = "0.4.4"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.parking_lot]
version = "0.12.4"

[dependencies.rayon]
version = "1.11.0"

[dependencies.regex]
version = "1.11.2"

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

[dependencies.thiserror]
version = "2.0.16"

[dependencies.time]
version = "0.3.41"

[dependencies.tokio]
version = "1.47.1"
features = ["full"]

[dependencies.tokio-util]
version = "0.7.16"

[dependencies.toml]
version = "0.9.5"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = " 0.3.19"
features = [
    "env-filter",
    "fmt",
]

[dependencies.walkdir]
version = "2.5.0"

[dev-dependencies.tempfile]
version = "3.8"

[dev-dependencies.tokio-test]
version = "0.4"