db-sync 0.1.0

A secure and stable database backup synchronization system with automatic file transfer and verification
[[bin]]
name = "db-sync-client"
path = "src/db-sync-client.rs"

[[bin]]
name = "db-sync-server"
path = "src/db-sync-server.rs"

[[bin]]
name = "gen-auth-token"
path = "src/gen-auth-token.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.blake3]
version = "1.5"

[dependencies.bytes]
version = "1.0"

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

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

[dependencies.env_logger]
version = "0.10"

[dependencies.futures]
version = "0.3"

[dependencies.futures-util]
version = "0.3.31"

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.8"

[dependencies.reqwest]
features = ["json", "multipart"]
version = "0.11"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tokio-cron-scheduler]
version = "0.9"

[dependencies.tokio-util]
features = ["codec"]
version = "0.7"

[dependencies.uuid]
features = ["v4"]
version = "1.0"

[dependencies.warp]
version = "0.3"

[package]
authors = ["DB-Sync Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database", "network-programming", "filesystem"]
description = "A secure and stable database backup synchronization system with automatic file transfer and verification"
documentation = "https://docs.rs/db-sync"
edition = "2021"
exclude = ["test_data/*", "*.pdb", "*.exe", "test_*.sh", "test_*.bat", "test_*.ps1", "todo.md", "DEPLOYMENT.md", "FINAL_REPORT.md", "PROJECT_SUMMARY.md"]
homepage = "https://gitcode.net/dnrops/db-sync"
keywords = ["backup", "sync", "database", "file-transfer", "security"]
license = "MIT"
name = "db-sync"
readme = "README.md"
repository = "https://gitcode.net/dnrops/db-sync"
version = "0.1.0"