webrtc-util 0.8.1

Utilities for WebRTC.rs stack
Documentation
[[bench]]
harness = false
name = "bench"
[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1"

[dependencies.ipnet]
version = "2.6.0"

[dependencies.lazy_static]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.8"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
features = ["full"]
version = "1.32.0"
[dev-dependencies.async-global-executor]
version = "2"

[dev-dependencies.chrono]
version = "0.4.28"

[dev-dependencies.criterion]
features = ["async_futures"]
version = "0.5"

[dev-dependencies.env_logger]
version = "0.10"

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

[features]
buffer = []
conn = ["buffer", "sync"]
default = ["buffer", "conn", "ifaces", "vnet", "marshal", "sync"]
ifaces = []
marshal = []
sync = []
vnet = ["ifaces"]

[package]
authors = ["Rain Liu <yliu@webrtc.rs>"]
description = "Utilities for WebRTC.rs stack"
documentation = "https://docs.rs/webrtc-util"
edition = "2021"
homepage = "https://webrtc.rs"
license = "MIT OR Apache-2.0"
name = "webrtc-util"
readme = "README.md"
repository = "https://github.com/webrtc-rs/util"
version = "0.8.1"
[target."cfg(not(windows))".dependencies.libc]
version = "0.2.126"

[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"