[dependencies.bytes]
version = "1"
[dependencies.log]
version = "0.4"
[dependencies.portable-atomic]
version = "1.6"
[dependencies.sctp]
package = "webrtc-sctp"
version = "0.11.0"
[dependencies.thiserror]
version = "1"
[dependencies.tokio]
features = ["fs", "io-util", "io-std", "macros", "net", "parking_lot", "rt", "rt-multi-thread", "sync", "time"]
version = "1.32.0"
[dependencies.util]
default-features = false
features = ["conn", "marshal"]
package = "webrtc-util"
version = "0.10.0"
[dev-dependencies.chrono]
version = "0.4.28"
[dev-dependencies.env_logger]
version = "0.11.3"
[dev-dependencies.tokio-test]
version = "0.4"
[lib]
name = "webrtc_data"
path = "src/lib.rs"
[package]
authors = ["Rain Liu <yliu@webrtc.rs>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A pure Rust implementation of WebRTC DataChannel API"
documentation = "https://docs.rs/webrtc-data"
edition = "2021"
homepage = "https://webrtc.rs"
license = "MIT OR Apache-2.0"
name = "webrtc-data"
readme = "README.md"
repository = "https://github.com/webrtc-rs/webrtc/tree/master/data"
version = "0.10.0"