str0m 0.5.1

WebRTC library in Sans-IO style
Documentation
[dependencies.combine]
version = "4.6.6"

[dependencies.crc]
version = "3.0.0"

[dependencies.fastrand]
version = "2.0.1"

[dependencies.hmac]
version = "0.12.1"

[dependencies.once_cell]
version = "1.17.0"

[dependencies.openssl]
features = ["vendored"]
optional = true
version = "0.10.45"

[dependencies.openssl-sys]
optional = true
version = "0.9.80"

[dependencies.sctp-proto]
version = "0.2.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.152"

[dependencies.thiserror]
version = "1.0.38"

[dependencies.tracing]
version = "0.1.37"
[dev-dependencies.pcap-file]
version = "2.0.0"

[dev-dependencies.rouille]
features = ["ssl"]
version = "3.5.0"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.systemstat]
version = "0.2.2"

[dev-dependencies.time]
version = "=0.3.23"

[dev-dependencies.tracing-subscriber]
features = ["env-filter", "std"]
version = "0.3.16"

[features]
_internal_dont_use_log_stats = []
_internal_test_exports = []
default = ["openssl"]
openssl = ["dep:openssl", "dep:openssl-sys"]

[package]
authors = ["Martin Algesten <martin@algesten.se>", "Hugo Tunius <h@tunius.se>", "Davide Bertola <dade@dadeb.it>"]
categories = ["web-programming", "multimedia", "network-programming"]
description = "WebRTC library in Sans-IO style"
edition = "2021"
exclude = ["/cargo_deny.sh", "/deny.toml", "/run-fuzz.sh"]
keywords = ["webrtc", "streaming", "video", "audio", "media"]
license = "MIT OR Apache-2.0"
name = "str0m"
readme = "README.md"
repository = "https://github.com/algesten/str0m"
version = "0.5.1"
[target."cfg(unix)".dependencies.sha-1]
features = ["asm"]
version = "0.10.1"
[target."cfg(windows)".dependencies.sha-1]
version = "0.10.1"