ffdash 0.3.2

FFMPEG video encoder with live dashboard, hardware acceleration, and batch processing
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.85"
name = "ffdash"
version = "0.3.2"
authors = ["Ben H <bcherb2@users.noreply.github.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFMPEG video encoder with live dashboard, hardware acceleration, and batch processing"
homepage = "https://github.com/bcherb2/ffdash"
documentation = "https://github.com/bcherb2/ffdash"
readme = "README.md"
keywords = [
    "video",
    "encoder",
    "vp9",
    "av1",
    "ffmpeg",
]
categories = [
    "command-line-utilities",
    "multimedia::video",
    "multimedia::encoding",
]
license = "MIT"
repository = "https://github.com/bcherb2/ffdash"

[package.metadata.deb]
maintainer = "Ben H <bcherb2@users.noreply.github.com>"
copyright = "2025, Ben H <bcherb2@users.noreply.github.com>"
license-file = [
    "LICENSE",
    "0",
]
extended-description = "ffdash is a video encoder (VP9, AV1) with a live TUI dashboard, hardware acceleration support (VA-API, QSV, NVENC), and efficient batch processing capabilities. It provides real-time encoding statistics, queue management, and customizable encoding profiles."
depends = "ffmpeg (>= 8.0)"
section = "video"
priority = "optional"
assets = [
    [
    "target/release/ffdash",
    "usr/bin/",
    "755",
],
    [
    "README.md",
    "usr/share/doc/ffdash/",
    "644",
],
    [
    "CONFIG.md",
    "usr/share/doc/ffdash/",
    "644",
],
]

[features]
dev-logging = []
dev-tools = []

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

[[bin]]
name = "ffdash"
path = "src/main.rs"

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"

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

[dependencies.crossterm]
version = "0.29"

[dependencies.dirs]
version = "5"

[dependencies.libc]
version = "0.2"

[dependencies.rand]
version = "0.8"

[dependencies.ratatui]
version = "0.29"

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

[dependencies.serde_json]
version = "1"

[dependencies.shlex]
version = "1.3"

[dependencies.sysinfo]
version = "0.30"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

[dependencies.tui-checkbox]
version = "0.3"

[dependencies.tui-piechart]
version = "0.2"

[dependencies.tui-textarea]
version = "0.6"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

[dependencies.walkdir]
version = "2"

[dependencies.waveformchart]
version = "0.1.0"

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

[dev-dependencies.insta]
version = "1.40"
features = [
    "json",
    "toml",
]

[dev-dependencies.proptest]
version = "1.5"

[dev-dependencies.tempfile]
version = "3"

[build-dependencies.serde]
version = "1"
features = ["derive"]

[build-dependencies.toml]
version = "0.8"