dave 0.2.0

Rust DAVE primitives with Discord Opus audio and video frame transform support.
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.96"
name = "dave"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust DAVE primitives with Discord Opus audio and video frame transform support."
readme = "README.md"
keywords = [
    "discord",
    "voice",
    "e2ee",
    "mls",
    "dave",
]
categories = [
    "cryptography",
    "multimedia::audio",
    "network-programming",
]
license = "AGPL-3.0-only"
repository = "https://github.com/khoek/cacophony"

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

[dependencies.aead]
version = "0.6"

[dependencies.aes]
version = "0.9"
features = ["zeroize"]

[dependencies.cipher]
version = "0.5"

[dependencies.ctr]
version = "0.10"

[dependencies.ghash]
version = "0.6"
features = ["zeroize"]

[dependencies.hmac]
version = "0.13"

[dependencies.openmls]
version = "0.8"
features = ["js"]

[dependencies.openmls_basic_credential]
version = "0.5"

[dependencies.openmls_rust_crypto]
version = "0.5"

[dependencies.p256]
version = "0.13"

[dependencies.rand]
version = "0.10"

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

[dependencies.sha2]
version = "0.11"

[dependencies.subtle]
version = "2"

[dependencies.thiserror]
version = "2"

[dependencies.tls_codec]
version = "0.4"
features = ["derive"]

[dependencies.zeroize]
version = "1"

[dev-dependencies.pretty_assertions]
version = "1"