webrtc-srtp 0.0.0

A pure Rust implementation of SRTP
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "webrtc-srtp"
version = "0.0.0"
authors = ["Rain Liu <yliu@ngr.tc>"]
edition = "2018"
description = "A pure Rust implementation of SRTP"
license = "MIT"
documentation = "https://docs.rs/webrtc-srtp"
homepage = "https://webrtc.rs"
repository = "https://github.com/ngr-tc/webrtc-srtp"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]