[package]
edition = "2024"
rust-version = "1.92"
name = "gst-plugin-closedcaption"
version = "0.15.1"
authors = [
"Sebastian Dröge <sebastian@centricular.com>",
"Jordan Petridis <jordan@centricular.com>",
"Matthew Waters <matthew@centricular.com>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GStreamer Rust Closed Caption 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, gstreamer-base-1.0, gstreamer-video-1.0, gobject-2.0, glib-2.0, gmodule-2.0, pango, pangocairo, cairo-gobject"
[features]
capi = []
doc = ["gst/v1_18"]
static = []
v1_26 = ["gst-base/v1_26"]
[lib]
name = "gstrsclosedcaption"
crate-type = [
"cdylib",
"rlib",
]
path = "src/lib.rs"
[[example]]
name = "passthrough-notify"
path = "examples/passthrough-notify.rs"
[[example]]
name = "passthrough-transcriber-switch"
path = "examples/passthrough-transcriber-switch.rs"
[[test]]
name = "ccdetect"
path = "tests/ccdetect.rs"
[[test]]
name = "cdpserviceinject"
path = "tests/cdpserviceinject.rs"
[[test]]
name = "cea608tocea708"
path = "tests/cea608tocea708.rs"
[[test]]
name = "cea608tojson"
path = "tests/cea608tojson.rs"
[[test]]
name = "cea608tott"
path = "tests/cea608tott.rs"
[[test]]
name = "cea708mux"
path = "tests/cea708mux.rs"
[[test]]
name = "mcc_enc"
path = "tests/mcc_enc.rs"
[[test]]
name = "scc_enc"
path = "tests/scc_enc.rs"
[[test]]
name = "scc_parse"
path = "tests/scc_parse.rs"
[[test]]
name = "st2038"
path = "tests/st2038.rs"
[[test]]
name = "tttocea608"
path = "tests/tttocea608.rs"
[[test]]
name = "tttocea708"
path = "tests/tttocea708.rs"
[dependencies.anyhow]
version = "1"
[dependencies.atomic_refcell]
version = "0.1"
[dependencies.bitstream-io]
version = "4"
[dependencies.byteorder]
version = "1"
[dependencies.cairo-rs]
version = "0.22.0"
features = ["use_glib"]
[dependencies.cdp-types]
version = "0.3"
[dependencies.cea608-types]
version = "0.1.1"
[dependencies.cea708-types]
version = "0.4.1"
[dependencies.chrono]
version = "0.4.23"
[dependencies.either]
version = "1"
[dependencies.gst]
version = "0.25.0"
features = ["v1_20"]
package = "gstreamer"
[dependencies.gst-base]
version = "0.25.0"
features = ["v1_22"]
package = "gstreamer-base"
[dependencies.gst-video]
version = "0.25.0"
features = ["v1_24"]
package = "gstreamer-video"
[dependencies.itertools]
version = "0.14"
[dependencies.pango]
version = "0.22.0"
[dependencies.pangocairo]
version = "0.22.0"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
features = ["raw_value"]
[dependencies.smallvec]
version = "1"
[dependencies.uuid]
version = "1.0"
features = ["v4"]
[dependencies.winnow]
version = "0.7"
[dev-dependencies.clap]
version = "4"
features = ["derive"]
[dev-dependencies.glib]
version = "0.22.0"
features = ["v2_62"]
[dev-dependencies.gst-app]
version = "0.25.0"
package = "gstreamer-app"
[dev-dependencies.gst-check]
version = "0.25.0"
package = "gstreamer-check"
[dev-dependencies.pretty_assertions]
version = "1"
[dev-dependencies.rand]
version = "0.10"
[build-dependencies.gst-plugin-version-helper]
version = "0.8"