2018-12-02 22:25:45 +00:00
|
|
|
[package]
|
|
|
|
name = "mumble-web-proxy"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Jonas Herzig <me@johni0702.de>"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
argparse = "0.2.2"
|
|
|
|
bytes = "0.4"
|
|
|
|
byteorder = "1.2"
|
|
|
|
futures = "0.1"
|
|
|
|
tokio = "0.1"
|
|
|
|
tokio-core = "0.1"
|
|
|
|
tokio-codec = "0.1"
|
2019-01-30 09:47:37 +00:00
|
|
|
tokio-tls = "0.2"
|
|
|
|
native-tls = "0.2"
|
2019-02-03 22:34:09 +00:00
|
|
|
mumble-protocol = { version = "0.1", features = ["webrtc-extensions"] }
|
2019-02-04 01:38:40 +00:00
|
|
|
tokio-tungstenite = "0.6"
|
|
|
|
tungstenite = "0.6"
|
2018-12-15 18:23:18 +00:00
|
|
|
rtp = { git = "https://github.com/johni0702/rtp", rev = "ee8be93", features = ["openssl", "tokio"] }
|
2019-02-02 19:54:18 +00:00
|
|
|
libnice = "0.1"
|
|
|
|
webrtc-sdp = "0.1"
|
2018-12-02 22:25:45 +00:00
|
|
|
openssl = "0.10"
|