sparsync 0.1.8

rsync-style high-performance file synchronization over QUIC and Spargio
# 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"
rust-version = "1.85"
name = "sparsync"
version = "0.1.8"
build = false
exclude = [
    ".github/**",
    "target/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rsync-style high-performance file synchronization over QUIC and Spargio"
homepage = "https://github.com/soumyarupsarkar/sparsync"
documentation = "https://docs.rs/sparsync"
readme = "README.md"
keywords = [
    "rsync",
    "sync",
    "quic",
    "io-uring",
    "backup",
]
categories = [
    "command-line-utilities",
    "filesystem",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/soumyarupsarkar/sparsync"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.blake3]
version = "1.5"

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

[dependencies.filetime]
version = "0.2"

[dependencies.futures]
version = "0.3"

[dependencies.globset]
version = "0.4"

[dependencies.hex]
version = "0.4"

[dependencies.io-uring]
version = "0.7"

[dependencies.libc]
version = "0.2"

[dependencies.num_cpus]
version = "1.17"

[dependencies.rand]
version = "0.9"

[dependencies.rcgen]
version = "0.13"
features = ["x509-parser"]

[dependencies.rkyv]
version = "0.7.46"
features = ["validation"]

[dependencies.rustls]
version = "0.23"
features = ["ring"]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.spargio]
version = "0.5"
features = ["uring-native"]

[dependencies.spargio-quic]
version = "0.5"

[dependencies.tracing]
version = "0.1"

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

[dependencies.zstd]
version = "0.13"