rtc-shared 0.7.4

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

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

[dependencies.bytes]
version = "1.5.0"

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

[dependencies.rand]
version = "0.9.2"

[dependencies.rcgen]
features = ["pem", "x509-parser"]
version = "0.13.2"

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

[dependencies.substring]
version = "1.4.5"

[dependencies.thiserror]
version = "1.0.58"

[dependencies.url]
version = "2.5.0"

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

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

[package]
authors = ["Rain Liu <yliu@webrtc.rs>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming"]
description = "RTC Shared in Rust"
documentation = "https://docs.rs/rtc-shared"
edition = "2024"
homepage = "https://webrtc.rs"
keywords = ["sansio", "networking", "protocols"]
license = "MIT/Apache-2.0"
name = "rtc-shared"
readme = "README.md"
repository = "https://github.com/webrtc-rs/rtc"
resolver = "2"
version = "0.7.4"

[target."cfg(not(windows))".dependencies.nix]
version = "0.26.2"

[target."cfg(windows)".dependencies.bitflags]
version = "1.3"

[target."cfg(windows)".dependencies.winapi]
features = ["basetsd", "guiddef", "ws2def", "winerror", "ws2ipdef"]
version = "0.3.9"