tx4-go-pion 0.0.1

Rust bindings to the go pion webrtc library
[dependencies.parking_lot]
version = "0.12.1"

[dependencies.tokio]
features = ["rt"]
version = "1.21.2"

[dependencies.tracing]
version = "0.1.36"

[dependencies.tx4-go-pion-sys]
version = "0.0.1"

[dependencies.url]
features = ["serde"]
version = "2.3.1"
[dev-dependencies.tokio]
features = ["macros", "rt", "rt-multi-thread", "sync"]
version = "1.21.2"

[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.15"

[package]
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
categories = ["network-programming"]
description = "Rust bindings to the go pion webrtc library"
documentation = "https://docs.rs/tx4-go-pion"
edition = "2021"
keywords = ["holochain", "holo", "p2p", "webrtc", "networking"]
license = "MIT OR Apache-2.0"
name = "tx4-go-pion"
readme = "README.md"
repository = "https://github.com/holochain/tx4"
resolver = "1"
version = "0.0.1"