ffutility 0.17.0

A grab bag of video streaming utilities
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"
name = "ffutility"
version = "0.17.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A grab bag of video streaming utilities"
homepage = "https://github.com/therishidesai/ffutility"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/therishidesai/ffutility"

[features]
opencv = ["dep:opencv"]
streams = [
    "dep:tokio",
    "dep:tokio-stream",
    "dep:tokio-util",
]
v4l = ["dep:v4l"]

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

[[example]]
name = "mac-h264-moq"
path = "examples/mac-h264-moq.rs"

[[example]]
name = "v4l-h264-moq"
path = "examples/v4l-h264-moq.rs"

[[example]]
name = "v4l-h264-parser"
path = "examples/v4l-h264-parser.rs"

[dependencies.anyhow]
version = "1.0.93"

[dependencies.bytes]
version = "1.8.0"

[dependencies.ffmpeg-next]
version = "8.0.0"

[dependencies.opencv]
version = "0.93.4"
optional = true

[dependencies.serde]
version = "1.0.215"
features = ["derive"]

[dependencies.strum]
version = "0.28.0"
features = ["derive"]

[dependencies.thiserror]
version = "2.0.3"

[dependencies.tokio]
version = "1.47.1"
features = ["sync"]
optional = true

[dependencies.tokio-stream]
version = "0.1.17"
optional = true

[dependencies.tokio-util]
version = "0.7.16"
features = ["io"]
optional = true

[dependencies.tracing]
version = "0.1.40"

[dev-dependencies.anyhow]
version = "1.0.93"

[dev-dependencies.bytes]
version = "1.8.0"

[dev-dependencies.h264-parser]
version = "0.3.0"

[dev-dependencies.hang]
version = "0.6.0"

[dev-dependencies.moq-native]
version = "0.8.4"

[dev-dependencies.tokio]
version = "1.47.1"
features = ["full"]

[dev-dependencies.tracing-subscriber]
version = "0.3.18"
features = ["env-filter"]

[dev-dependencies.url]
version = "2.5.3"
features = ["serde"]

[target.'cfg(target_os = "linux")'.dependencies.v4l]
version = "0.14.0"
optional = true