gst-plugin-validate 0.15.0

GStreamer Validate Plugin in rust
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 = "gst-plugin-validate"
version = "0.15.0"
authors = ["Thibault Saunier <tsaunier@igalia.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GStreamer Validate Plugin in rust"
readme = false
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]
install_subdir = "gstreamer-1.0/validate/"
versioning = false
import_library = false

[package.metadata.capi.pkg_config]
requires_private = "gstreamer-1.0, gstreamer-base-1.0, gstreamer-video-1.0, gstreamer-validate-1.0, gobject-2.0, glib-2.0, gmodule-2.0"

[features]
capi = []
doc = ["gst/v1_18"]
static = []

[lib]
name = "gstrsvalidate"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

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

[dependencies.gst-base]
version = "0.25.0"
package = "gstreamer-base"

[dependencies.gst-validate]
version = "0.25.0"
package = "gstreamer-validate"

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

[dependencies.image]
version = "0.25"
default-features = false

[dependencies.rqrr]
version = "0.10"
features = ["img"]
default-features = false

[dependencies.serde_json]
version = "1.0"

[build-dependencies.gst-plugin-version-helper]
version = "0.8"