mykey 1.0.0

MIKEY (RFC 3830) — Multimedia Internet KEYing for SRTP key exchange
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"
name = "mykey"
version = "1.0.0"
authors = ["Ben Bryan"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MIKEY (RFC 3830) — Multimedia Internet KEYing for SRTP key exchange"
homepage = "https://waxspin.github.io/mykey"
documentation = "https://waxspin.github.io/mykey/doc/mykey/"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/waxspin/mykey"

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

[dependencies.base64]
version = "0.22"

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.rand]
version = "0.9"

[dependencies.rand_core]
version = "0.6"
features = ["getrandom"]

[dependencies.sha1]
version = "0.10"

[dependencies.thiserror]
version = "1"

[dependencies.x25519-dalek]
version = "2"
features = ["static_secrets"]