aerorsync 0.0.1

Native Rust implementation of the rsync wire protocol 31 (reserved; public API to follow)
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 = "2021"
name = "aerorsync"
version = "0.0.1"
authors = ["axpdev-lab <dev@axpdev.it>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native Rust implementation of the rsync wire protocol 31 (reserved; public API to follow)"
homepage = "https://github.com/axpdev-lab/aerorsync"
documentation = "https://docs.rs/aerorsync"
readme = "README.md"
keywords = [
    "rsync",
    "delta-sync",
    "ssh",
    "sync",
    "wire-protocol",
]
categories = [
    "network-programming",
    "filesystem",
]
license = "GPL-3.0-only"
repository = "https://github.com/axpdev-lab/aerorsync"

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

[dependencies]