deon_protocol 1.3.1

A secure, hybrid (BLE/Wi-Fi) file transfer protocol with SPAKE2 authentication and ChaCha20-Poly1305 encryption.
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"
name = "deon_protocol"
version = "1.3.1"
authors = ["brzb0"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A secure, hybrid (BLE/Wi-Fi) file transfer protocol with SPAKE2 authentication and ChaCha20-Poly1305 encryption."
readme = "README.md"
keywords = [
    "secure",
    "protocol",
    "file-transfer",
    "spake2",
    "iot",
]
categories = [
    "network-programming",
    "cryptography",
    "embedded",
]
license = "Apache-2.0"
repository = "https://github.com/brzb0/Deon-Protocol"

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

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

[dependencies.argon2]
version = "0.5"

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

[dependencies.base64]
version = "0.21"

[dependencies.bytes]
version = "1.5"

[dependencies.chacha20poly1305]
version = "0.10"

[dependencies.chrono]
version = "0.4"

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

[dependencies.crc32fast]
version = "1.3"

[dependencies.dashmap]
version = "5.5"

[dependencies.env_logger]
version = "0.10"

[dependencies.hkdf]
version = "0.12"

[dependencies.log]
version = "0.4"

[dependencies.postcard]
version = "1.0"
features = ["use-std"]

[dependencies.rand]
version = "0.8"

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

[dependencies.sha2]
version = "0.10"

[dependencies.spake2]
version = "0.4"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.x25519-dalek]
version = "2.0"
features = [
    "static_secrets",
    "getrandom",
]

[dependencies.zeroize]
version = "1.7"
features = ["derive"]