# 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.1" name = "gstreamer-utils" version = "0.23.3" authors = [ "Mathieu Duponchelle ", "Thibault Saunier ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Exposes an object to build several Gst pipeline with one producer and several consumer" homepage = "https://gstreamer.freedesktop.org" documentation = "https://gstreamer.pages.freedesktop.org/gstreamer-rs/stable/latest/docs/gstreamer_utils/" readme = "README.md" keywords = [ "gstreamer", "multimedia", "audio", "video", "gnome", ] categories = ["multimedia"] license = "MIT/Apache-2.0" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", "--generate-link-to-definition", ] [lib] name = "gstreamer_utils" path = "src/lib.rs" [dependencies.gst] version = "0.23" features = ["v1_20"] package = "gstreamer" [dependencies.gst-app] version = "0.23" features = ["v1_20"] package = "gstreamer-app" [dependencies.gst-video] version = "0.23" features = ["v1_20"] package = "gstreamer-video" [dependencies.once_cell] version = "1" [dependencies.thiserror] version = "1" [dev-dependencies.futures] version = "0.3" features = ["executor"] [features] default = [] v1_22 = [] v1_24 = ["v1_22"] v1_26 = ["v1_24"]