[package]
edition = "2024"
name = "rtc-crypto"
version = "0.0.0"
authors = ["Rain Liu <yliu@webrtc.rs>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async-friendly WebRTC implementation in Rust"
homepage = "https://webrtc.rs"
documentation = "https://docs.rs/webrtc"
readme = false
keywords = [
"sansio",
"networking",
"protocols",
]
categories = ["network-programming"]
license = "MIT/Apache-2.0"
repository = "https://github.com/webrtc-rs/webrtc"
[lib]
name = "rtc_crypto"
path = "src/lib.rs"
[dependencies]