davey 0.1.2

A Rust implementation of Discord Audio & Video End-to-End Encryption (DAVE) Protocol
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 = "davey"
version = "0.1.2"
authors = ["Snazzah <me@snazzah.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust implementation of Discord Audio & Video End-to-End Encryption (DAVE) Protocol"
homepage = "https://github.com/Snazzah/davey"
readme = "README.md"
keywords = [
    "MLS",
    "Encryption",
    "E2EE",
    "Discord",
    "DAVE",
]
license = "MIT"
repository = "https://github.com/Snazzah/davey"
resolver = "2"

[features]
default = []
napi = [
    "dep:napi",
    "dep:napi-derive",
]
pyo3 = ["dep:pyo3"]

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

[dependencies.aead]
version = "0.5"
default-features = false

[dependencies.aes]
version = "0.8"

[dependencies.cipher]
version = "0.4"

[dependencies.ctr]
version = "0.9"

[dependencies.ghash]
version = "0.5"
default-features = false

[dependencies.hex-literal]
version = "0.3"

[dependencies.hmac]
version = "0.12"

[dependencies.napi]
version = "3"
optional = true

[dependencies.napi-derive]
version = "3"
optional = true

[dependencies.num-derive]
version = "0.4.2"

[dependencies.num-traits]
version = "0.2.19"

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

[dependencies.openmls_basic_credential]
version = "=0.4.1"

[dependencies.openmls_rust_crypto]
version = "=0.4.1"

[dependencies.p256]
version = "0.13"

[dependencies.pyo3]
version = "0.25.0"
optional = true

[dependencies.rand]
version = "0.8"

[dependencies.scrypt]
version = "0.11.0"
default-features = false

[dependencies.sha2]
version = "0.10"

[dependencies.subtle]
version = "2"
default-features = false

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tracing]
version = "0.1.41"