gst-plugin-textwrap 0.14.5

GStreamer Text Wrap Plugin
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 = "2021"
rust-version = "1.83"
name = "gst-plugin-textwrap"
version = "0.14.5"
authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GStreamer Text Wrap Plugin"
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"
versioning = false
import_library = false

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

[package.metadata.gstreamer]
release_date = "2025-07-16"

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

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

[[test]]
name = "textwrap"
path = "tests/textwrap.rs"

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

[dependencies.hyphenation]
version = "0.8"

[dependencies.textwrap]
version = "0.16"
features = ["hyphenation"]

[dev-dependencies.gst-check]
version = "0.24"
package = "gstreamer-check"

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