aboutsummaryrefslogtreecommitdiff
path: root/ports/libdatachannel/vcpkg.json
blob: 79299fa5caf9dc9728e96f09abdeaf589c8b6b85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "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"
    }
  }
}