webrtc-util 0.4.0

Utilities for WebRTC.rs stack
Documentation
[dependencies.anyhow]
version = "1.0.41"

[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1.0.1"

[dependencies.ipnet]
version = "2.3.1"

[dependencies.lazy_static]
version = "1.4"

[dependencies.log]
version = "0.4.14"

[dependencies.rand]
version = "0.8.4"

[dependencies.thiserror]
version = "1.0.25"

[dependencies.tokio]
features = ["full"]
version = "1.0"
[dev-dependencies.chrono]
version = "0.4.19"

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

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

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

[package]
authors = ["Rain Liu <yliu@webrtc.rs>"]
description = "Utilities for WebRTC.rs stack"
documentation = "https://docs.rs/webrtc-util"
edition = "2018"
homepage = "https://webrtc.rs"
license = "MIT"
name = "webrtc-util"
repository = "https://github.com/webrtc-rs/util"
version = "0.4.0"
[target."cfg(not(windows))".dependencies.libc]
version = "0.2.8"

[target."cfg(not(windows))".dependencies.nix]
version = "0.8"
[target."cfg(windows)".dependencies.bitflags]
version = "1.2.1"

[target."cfg(windows)".dependencies.winapi]
version = "0.2.8"