hayate 2.0.0

Completion-based QUIC transfer engine for Hayate.
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"
rust-version = "1.95"
name = "hayate"
version = "2.0.0"
authors = ["ShiinaSaku"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Completion-based QUIC transfer engine for Hayate."
documentation = "https://docs.rs/hayate"
readme = "README.md"
keywords = [
    "quic",
    "transfer",
    "compio",
    "lan",
    "crypto",
]
categories = [
    "network-programming",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/ShiinaSaku/Hayate"
resolver = "2"

[lib]
name = "hayate"
crate-type = ["lib"]
path = "src/lib.rs"

[dependencies.anyhow]
version = "1"

[dependencies.bytes]
version = "1"

[dependencies.chacha20poly1305]
version = "0.10"

[dependencies.compio]
version = "0.19.0"
features = [
    "macros",
    "fs",
    "net",
    "runtime",
    "time",
]

[dependencies.compio-quic]
version = "0.8.0"
features = ["ring"]
default-features = false

[dependencies.compio-runtime]
version = "0.12.0"

[dependencies.flume]
version = "0.12.0"

[dependencies.futures-util]
version = "0.3"
features = [
    "sink",
    "std",
]
default-features = false

[dependencies.hex]
version = "0.4"

[dependencies.hkdf]
version = "0.13"

[dependencies.quinn-proto]
version = "0.11"
features = [
    "rustls-ring",
    "log",
]
default-features = false

[dependencies.rand]
version = "0.10"

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

[dependencies.ring]
version = "0.17"

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

[dependencies.sha2]
version = "0.11"

[dependencies.socket2]
version = "0.6"

[dependencies.tar]
version = "0.4"

[dependencies.thiserror]
version = "2"

[dependencies.walkdir]
version = "2"

[dependencies.x25519-dalek]
version = "2"
features = [
    "reusable_secrets",
    "static_secrets",
]

[dependencies.zstd]
version = "0.13"
default-features = false

[dev-dependencies.compio]
version = "0.19.0"
features = [
    "macros",
    "fs",
    "net",
    "runtime",
    "time",
]