# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "gst-plugin-webrtcredux" version = "0.5.0" description = "A revived version of GStreamer's webrtcbin plugin built for modern protocols" homepage = "https://github.com/ImTheSquid/gst-webrtcredux" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ImTheSquid/gst-webrtcredux" [lib] name = "webrtcredux" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.anyhow] version = "1.0.66" [dependencies.bytes] version = "1.3.0" [dependencies.futures] version = "0.3.25" [dependencies.gst] version = "0.19.3" features = ["v1_16"] package = "gstreamer" [dependencies.gst-app] version = "0.19.2" features = ["v1_16"] package = "gstreamer-app" [dependencies.gst-audio] version = "0.19.3" features = ["v1_16"] package = "gstreamer-audio" [dependencies.gst-base] version = "0.19.3" features = ["v1_16"] package = "gstreamer-base" [dependencies.gst-video] version = "0.19.3" features = ["v1_16"] package = "gstreamer-video" [dependencies.interceptor] version = "0.8.1" [dependencies.once_cell] version = "1.16" [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24" [dependencies.tokio] version = "1.22.0" features = [ "time", "rt-multi-thread", ] default-features = false [dependencies.webrtc] version = "0.6.0" [dependencies.webrtc-srtp] version = "0.9.0" [dependencies.xcb] version = "1" [dev-dependencies.enum_dispatch] version = "0.3.8" [dev-dependencies.indoc] version = "1.0.6" [build-dependencies.gst-plugin-version-helper] version = "0.7.3"