gstreamer-utils 0.25.0

Exposes an object to build several Gst pipeline with one producer and several consumer
Documentation
# 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 = "2024"
rust-version = "1.92"
name = "gstreamer-utils"
version = "0.25.0"
authors = [
    "Mathieu Duponchelle <mathieu@centricular.com>",
    "Thibault Saunier <tsaunier@igalia.com>",
]
build = false
autolib = 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.freedesktop.org/documentation/rust/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
rustdoc-args = ["--generate-link-to-definition"]

[features]
default = []
v1_22 = []
v1_24 = ["v1_22"]
v1_26 = ["v1_24"]
v1_28 = ["v1_26"]
v1_30 = ["v1_28"]

[lib]
name = "gstreamer_utils"
path = "src/lib.rs"

[dependencies.gst]
version = "0.25.0"
features = ["v1_20"]
package = "gstreamer"

[dependencies.gst-app]
version = "0.25.0"
features = ["v1_20"]
package = "gstreamer-app"

[dependencies.gst-video]
version = "0.25.0"
features = ["v1_20"]
package = "gstreamer-video"

[dependencies.thiserror]
version = "2"

[dev-dependencies.futures]
version = "0.3"
features = ["executor"]