mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 13:18:03 +08:00
27 lines
713 B
JSON
27 lines
713 B
JSON
|
{
|
||
|
"name": "libdatachannel",
|
||
|
"version-string": "v0.10.1",
|
||
|
"description": "libdatachannel is a standalone implementation of WebRTC Data Channels, WebRTC Media Transport, and WebSockets in C++17 with C bindings for POSIX platforms (including GNU/Linux, Android, and Apple macOS) and Microsoft Windows.",
|
||
|
"homepage": "https://github.com/paullouisageneau/libdatachannel",
|
||
|
"dependencies": [
|
||
|
"libjuice",
|
||
|
"openssl",
|
||
|
"plog",
|
||
|
"usrsctp"
|
||
|
],
|
||
|
"default-features": [
|
||
|
"ws"
|
||
|
],
|
||
|
"features": {
|
||
|
"srtp": {
|
||
|
"description": "Use Cisco's libSRTP for media transport.",
|
||
|
"dependencies": [
|
||
|
"libsrtp"
|
||
|
]
|
||
|
},
|
||
|
"ws": {
|
||
|
"description": "Web Socket support"
|
||
|
}
|
||
|
}
|
||
|
}
|