simple_comms 2.0.1

Rust implementation of a communication protocol for AH
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 = "simple_comms"
version = "2.0.1"
authors = [
    "Artisan Hosting",
    "Darrion Whitfield <dwhitfield@ramfield.net>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust implementation of a communication protocol for AH"
homepage = "https://docs.artisanhosting.net"
readme = "README.md"
license = "MIT OR Apache-2.0"

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

[dependencies.aes-gcm]
version = "0.10.3"

[dependencies.bincode]
version = "1.3.3"

[dependencies.bitflags]
version = "2.6.0"

[dependencies.colored]
version = "2.2.0"

[dependencies.dusa_collection_utils]
version = "^4.0.0"

[dependencies.flate2]
version = "1.0.35"

[dependencies.get_if_addrs]
version = "0.5.3"

[dependencies.hex]
version = "0.4.3"

[dependencies.rand]
version = "0.8.5"

[dependencies.reqwest]
version = "0.12.9"

[dependencies.serde]
version = "1.0.216"

[dependencies.sha2]
version = "0.10.8"

[dependencies.snow]
version = "0.10.0"

[dependencies.tokio]
version = "1.42.0"

[dev-dependencies.tokio]
version = "1.42.0"
features = ["test-util"]