dig-message 0.3.0

The DIG Network generic base message protocol: the byte-deterministic Chia-Streamable envelope + InnerMessage, length-framed size-bounded framing, additive compression (raw + zstd, decompression-bomb guarded), and the extensible message-type registry that every directed (1:1 / group) e2e-sealed peer message rides.
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.75.0"
name = "dig-message"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The DIG Network generic base message protocol: the byte-deterministic Chia-Streamable envelope + InnerMessage, length-framed size-bounded framing, additive compression (raw + zstd, decompression-bomb guarded), and the extensible message-type registry that every directed (1:1 / group) e2e-sealed peer message rides."
readme = "README.md"
keywords = [
    "dig",
    "messaging",
    "protocol",
    "streamable",
    "e2e",
]
categories = [
    "network-programming",
    "encoding",
    "cryptography",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/DIG-Network/dig-message"

[lib]
name = "dig_message"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

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

[dependencies.chacha20poly1305]
version = "0.10"

[dependencies.chia-bls]
version = "0.26"

[dependencies.chia-protocol]
version = "0.26"

[dependencies.chia-sha2]
version = "0.26"

[dependencies.chia-traits]
version = "0.26"

[dependencies.chia_streamable_macro]
version = "0.26"

[dependencies.dig-identity]
version = "0.4"

[dependencies.getrandom]
version = "0.2"

[dependencies.hkdf]
version = "0.12"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1"

[dependencies.zstd]
version = "0.13"

[dev-dependencies.rand_chacha]
version = "0.3"

[dev-dependencies.rand_core]
version = "0.6"