2022-03-03 03:30:44 +00:00
|
|
|
[package]
|
2022-10-20 09:55:25 +00:00
|
|
|
name = "gst-plugin-webrtc-signalling-protocol"
|
2022-10-24 16:31:19 +00:00
|
|
|
version = "0.10.0-alpha.1"
|
2022-10-20 10:35:51 +00:00
|
|
|
edition = "2021"
|
2022-03-03 03:30:44 +00:00
|
|
|
authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
|
2022-10-11 05:55:11 +00:00
|
|
|
license = "MPL-2.0"
|
2022-03-03 03:30:44 +00:00
|
|
|
description = "GStreamer WebRTC sink default protocol"
|
2022-08-16 14:44:41 +00:00
|
|
|
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
|
2022-10-20 10:35:51 +00:00
|
|
|
rust-version = "1.63"
|
2022-03-03 03:30:44 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
serde = { version = "1", features = ["derive"] }
|
|
|
|
serde_json = "1"
|