aerosync 0.1.0

Fast, agent-friendly file transfer with auto protocol negotiation (HTTP/QUIC), resumable chunked uploads, and CLI. Library + binary.
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"
rust-version = "1.89"
name = "aerosync"
version = "0.1.0"
authors = ["TechVerseOdyssey <tiancheng-liu@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast, agent-friendly file transfer with auto protocol negotiation (HTTP/QUIC), resumable chunked uploads, and CLI. Library + binary."
homepage = "https://github.com/TechVerseOdyssey/AeroSync"
documentation = "https://docs.rs/aerosync"
readme = "README.md"
keywords = [
    "file-transfer",
    "mcp",
    "quic",
    "cli",
    "agent",
]
categories = [
    "command-line-utilities",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/TechVerseOdyssey/AeroSync"

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

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

[[example]]
name = "auth_token_example"
path = "examples/auth_token_example.rs"

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1.0"

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

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.dirs-next]
version = "2"

[dependencies.futures]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.hostname]
version = "0.3"

[dependencies.indicatif]
version = "0.17"

[dependencies.mdns-sd]
version = "0.10"

[dependencies.memmap2]
version = "0.9"

[dependencies.quinn]
version = "0.10"

[dependencies.rand]
version = "0.8"

[dependencies.rcgen]
version = "0.11"

[dependencies.reqwest]
version = "0.11"
features = [
    "json",
    "stream",
    "multipart",
    "rustls-tls",
]
default-features = false

[dependencies.rustls]
version = "0.21"
features = ["dangerous_configuration"]

[dependencies.rustls-native-certs]
version = "0.6"

[dependencies.rustls-pemfile]
version = "1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.shellexpand]
version = "3"

[dependencies.suppaftp]
version = "8.0.2"
features = ["tokio"]

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tokio-tungstenite]
version = "0.20"

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

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

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

[dependencies.url]
version = "2"

[dependencies.urlencoding]
version = "2.1"

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

[dependencies.warp]
version = "0.3"
features = [
    "websocket",
    "tls",
]

[dependencies.zeroize]
version = "1"
features = [
    "derive",
    "serde",
]

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

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
]

[dev-dependencies.tokio-tungstenite]
version = "0.20"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1