gst-plugin-threadshare 0.14.5

GStreamer Threadshare Plugin
# 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-threadshare"
version = "0.14.5"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GStreamer Threadshare Plugin"
readme = false
license = "LGPL-2.1-or-later"
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-net-1.0, gstreamer-rtp-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 = []
tuning = []

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

[[example]]
name = "tcpclientsrc-benchmark-sender"
path = "examples/tcpclientsrc_benchmark_sender.rs"

[[example]]
name = "ts-benchmark"
path = "examples/benchmark.rs"

[[example]]
name = "ts-inter-simple"
path = "examples/inter/simple.rs"

[[example]]
name = "ts-standalone"
path = "examples/standalone/main.rs"

[[example]]
name = "udpsrc-benchmark-sender"
path = "examples/udpsrc_benchmark_sender.rs"

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

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

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

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

[[test]]
name = "ts-blocking-adapter"
path = "tests/blocking_adapter.rs"

[[test]]
name = "ts-inter"
path = "tests/inter.rs"

[[test]]
name = "ts-pad"
path = "tests/pad.rs"

[[test]]
name = "ts-pipeline"
path = "tests/pipeline.rs"

[[test]]
name = "ts-proxy"
path = "tests/proxy.rs"

[[test]]
name = "ts-queue"
path = "tests/queue.rs"

[[test]]
name = "ts-rtpdtmfsrc"
path = "tests/rtpdtmfsrc.rs"

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

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

[dependencies.async-lock]
version = "3.4.0"

[dependencies.async-task]
version = "4.3.0"

[dependencies.bitflags]
version = "2.6.0"

[dependencies.byte-slice-cast]
version = "1.0"

[dependencies.cfg-if]
version = "1"

[dependencies.concurrent-queue]
version = "2.2.0"

[dependencies.flume]
version = "0.12"

[dependencies.futures]
version = "0.3.28"

[dependencies.gio]
version = "0.21"

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

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

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

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

[dependencies.libc]
version = "0.2"

[dependencies.num-traits]
version = "0.2"

[dependencies.pin-project-lite]
version = "0.2.0"

[dependencies.polling]
version = "3.1.0"

[dependencies.rand]
version = "0.9"

[dependencies.rtp-types]
version = "0.1"

[dependencies.rustix]
version = "1.0"
features = [
    "std",
    "fs",
    "net",
]
default-features = false

[dependencies.slab]
version = "0.4.7"

[dependencies.socket2]
version = "0.6"
features = ["all"]

[dependencies.thiserror]
version = "2"

[dependencies.waker-fn]
version = "1.1"

[dev-dependencies.clap]
version = "4"
features = ["derive"]

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

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

[build-dependencies.cc]
version = "1.0.38"

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

[build-dependencies.pkg-config]
version = "0.3.15"

[target.'cfg(not(target_os = "android"))'.dependencies.getifaddrs]
version = "0.6"

[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
version = ">=0.52, <=0.61"
features = [
    "Win32_Foundation",
    "Win32_Networking",
    "Win32_Networking_WinSock",
]