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