[package]
edition = "2024"
name = "apprtc"
version = "0.0.2"
authors = ["Rain Liu <y@liu.mx>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AppRTC in Rust"
homepage = "https://webrtc.rs"
documentation = "https://docs.rs/apprtc"
readme = "README.md"
keywords = [
"signaling",
"networking",
"protocols",
]
categories = ["network-programming"]
license = "MIT/Apache-2.0"
repository = "https://github.com/webrtc-rs/apprtc"
[lib]
name = "apprtc"
path = "src/lib.rs"
[dependencies]