# 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" rust-version = "1.71" name = "gst-plugin-gtk4" version = "0.13.3" authors = [ "Bilal Elmoussaoui ", "Jordan Petridis ", "Sebastian Dröge ", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "GStreamer GTK 4 sink element" readme = "README.md" license = "MPL-2.0" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" [package.metadata.capi] min_version = "0.9.21" [package.metadata.capi.header] enabled = false [package.metadata.capi.library] import_library = false install_subdir = "gstreamer-1.0" versioning = false [package.metadata.capi.pkg_config] requires_private = "gstreamer-1.0, gstreamer-base-1.0, gstreamer-video-1.0, gtk4, gobject-2.0, glib-2.0, gmodule-2.0" [lib] name = "gstgtk4" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[example]] name = "gtksink" path = "examples/gtksink.rs" [dependencies.async-channel] version = "2.0.0" [dependencies.gdk-wayland] version = "0.9" features = ["v4_4"] optional = true package = "gdk4-wayland" [dependencies.gdk-x11] version = "0.9" features = ["v4_4"] optional = true package = "gdk4-x11" [dependencies.gst] version = "0.23" features = ["v1_16"] package = "gstreamer" [dependencies.gst-allocators] version = "0.23" features = ["v1_24"] optional = true package = "gstreamer-allocators" [dependencies.gst-base] version = "0.23" package = "gstreamer-base" [dependencies.gst-gl] version = "0.23" features = ["v1_16"] optional = true package = "gstreamer-gl" [dependencies.gst-gl-egl] version = "0.23" features = ["v1_16"] optional = true package = "gstreamer-gl-egl" [dependencies.gst-gl-wayland] version = "0.23" features = ["v1_16"] optional = true package = "gstreamer-gl-wayland" [dependencies.gst-gl-x11] version = "0.23" features = ["v1_16"] optional = true package = "gstreamer-gl-x11" [dependencies.gst-video] version = "0.23" package = "gstreamer-video" [dependencies.gtk] version = "0.9" package = "gtk4" [dependencies.once_cell] version = "1" [build-dependencies.gst-plugin-version-helper] version = "0.8" [features] capi = [] default = [] dmabuf = [ "gst-allocators", "gtk_v4_14", "gst-video/v1_24", ] doc = ["gst/v1_18"] gtk_v4_10 = ["gtk/v4_10"] gtk_v4_12 = [ "gtk/v4_12", "gtk_v4_10", ] gtk_v4_14 = [ "gtk/v4_14", "gtk_v4_12", ] gtk_v4_16 = [ "gtk/v4_16", "gtk_v4_14", ] static = [] wayland = ["waylandegl"] waylandegl = [ "gtk/v4_6", "gdk-wayland", "gst-gl", "gst-gl-wayland", ] winegl = [ "gdk-win32/egl", "gst-gl-egl", ] x11egl = [ "gtk/v4_6", "gdk-x11", "gst-gl", "gst-gl-egl", ] x11glx = [ "gtk/v4_6", "gdk-x11", "gst-gl", "gst-gl-x11", ] [target.'cfg(target_os = "macos")'.dependencies.gst-gl] version = "0.23" features = ["v1_16"] package = "gstreamer-gl" [target.'cfg(target_os = "macos")'.dependencies.gtk] version = "0.9" features = ["v4_6"] package = "gtk4" [target.'cfg(target_os = "windows")'.dependencies.gdk-win32] version = "0.9" features = ["v4_4"] package = "gdk4-win32" [target.'cfg(target_os = "windows")'.dependencies.gst-gl] version = "0.23" features = ["v1_20"] package = "gstreamer-gl" [target.'cfg(target_os = "windows")'.dependencies.gtk] version = "0.9" features = ["v4_6"] package = "gtk4" [target.'cfg(target_os = "windows")'.dependencies.windows-sys] version = "0.52" features = [ "Win32_Graphics_OpenGL", "Win32_Foundation", "Win32_Graphics_Gdi", ]