[dependencies.async-stream]
version = "0.3.6"
[dependencies.async-trait]
version = "0.1.80"
[dependencies.futures]
version = "0.3.31"
[dependencies.once_cell]
version = "1.19.0"
[dependencies.regex]
version = "1.11.1"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.140"
[dependencies.thiserror]
version = "2.0.12"
[dependencies.tokio]
features = ["full"]
version = "1.45.1"
[dependencies.tokio-util]
features = ["full"]
version = "0.7.15"
[dev-dependencies.tracing]
version = "0.1.41"
[dev-dependencies.tracing-subscriber]
version = "0.3.19"
[[example]]
name = "event_stream"
path = "examples/event_stream.rs"
[[example]]
name = "get_version"
path = "examples/get_version.rs"
[[example]]
name = "simple_status"
path = "examples/simple_status.rs"
[lib]
name = "handbrake"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A safe, ergonomic, and asynchronous Rust crate for controlling the HandBrakeCLI video transcoder."
edition = "2024"
license = "MIT"
license-file = "LICENSE"
name = "handbrake"
readme = "README.md"
version = "0.0.1"
[target."cfg(unix)".dependencies.nix]
features = ["process", "signal"]
version = "0.30.1"
[[test]]
name = "control_integration"
path = "tests/control_integration.rs"
[[test]]
name = "job_builder"
path = "tests/job_builder.rs"
[[test]]
name = "status_integration"
path = "tests/status_integration.rs"