webrtc-srtp 0.13.0

A pure Rust implementation of SRTP
Documentation
[[bench]]
harness = false
name = "srtp_bench"
[dependencies.aead]
features = ["std"]
version = "0.5"

[dependencies.aes]
version = "0.8"

[dependencies.aes-gcm]
features = ["std"]
version = "0.10"

[dependencies.byteorder]
version = "1"

[dependencies.bytes]
version = "1"

[dependencies.ctr]
version = "0.9"

[dependencies.hmac]
features = ["std"]
version = "0.12"

[dependencies.log]
version = "0.4"

[dependencies.openssl]
optional = true
version = "0.10.57"

[dependencies.rtcp]
version = "0.11.0"

[dependencies.rtp]
version = "0.11.0"

[dependencies.sha1]
version = "0.10"

[dependencies.subtle]
version = "2"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
features = ["fs", "io-util", "io-std", "macros", "net", "parking_lot", "rt", "rt-multi-thread", "sync", "time"]
version = "1.32.0"

[dependencies.util]
default-features = false
features = ["conn", "buffer", "marshal"]
package = "webrtc-util"
version = "0.9.0"
[dev-dependencies.criterion]
features = ["async_futures"]
version = "0.5"

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

[dev-dependencies.tokio-test]
version = "0.4"

[features]
openssl = ["dep:openssl"]
vendored-openssl = ["openssl/vendored"]

[package]
authors = ["Rain Liu <yliu@webrtc.rs>"]
description = "A pure Rust implementation of SRTP"
documentation = "https://docs.rs/webrtc-srtp"
edition = "2021"
homepage = "https://webrtc.rs"
license = "MIT OR Apache-2.0"
name = "webrtc-srtp"
readme = "README.md"
repository = "https://github.com/webrtc-rs/srtp"
version = "0.13.0"