rtc-shared 0.1.1

RTC Shared in Rust
Documentation
[dependencies.aes]
version = "0.8"

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

[dependencies.bytes]
version = "1.4"

[dependencies.p256]
features = ["default", "ecdh", "ecdsa"]
version = "0.13"

[dependencies.rcgen]
version = "0.12"

[dependencies.retty]
version = "0.27.0"

[dependencies.sec1]
features = ["std"]
version = "0.7"

[dependencies.thiserror]
version = "1"

[dependencies.url]
version = "2.2"

[features]
crypto = []
default = ["crypto", "marshal", "replay"]
marshal = []
replay = []

[package]
authors = ["Rain Liu <yliu@webrtc.rs>"]
description = "RTC Shared in Rust"
documentation = "https://docs.rs/rtc-shared"
edition = "2021"
homepage = "https://webrtc.rs"
license = "MIT/Apache-2.0"
name = "rtc-shared"
repository = "https://github.com/webrtc-rs/rtc"
version = "0.1.1"