rivet-transcoder 0.1.4

Modular GPU-accelerated video transcoding library, CLI, and HTTP/IPC service (AV1 + Opus, MP4/CMAF-HLS). Imported as `rivet`; CLI is `rivet`.
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 = "rivet-transcoder"
version = "0.1.4"
authors = ["Ely Erin Fox"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Modular GPU-accelerated video transcoding library, CLI, and HTTP/IPC service (AV1 + Opus, MP4/CMAF-HLS). Imported as `rivet`; CLI is `rivet`."
readme = "README.md"
license-file = "LICENSE.md"
repository = "https://github.com/elyerinfox/rivet"
resolver = "2"

[features]
amd = ["codec/amd"]
batch = [
    "dep:serde",
    "dep:serde_json",
    "dep:serde_yaml_ng",
    "dep:glob",
    "codec/serde",
]
default = []
ffmpeg = ["codec/ffmpeg"]
ipc = []
nvidia = ["codec/nvidia"]
qsv = ["codec/qsv"]
server = [
    "dep:axum",
    "dep:serde",
    "dep:serde_json",
    "dep:uuid",
    "tokio/net",
    "codec/serde",
]
thumbnail = [
    "dep:ravif",
    "dep:rgb",
]

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.axum]
version = "0.8"
optional = true

[dependencies.bytes]
version = "1"

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

[dependencies.codec]
version = "0.1.4"
package = "rivet-codec"

[dependencies.container]
version = "0.1.4"
package = "rivet-container"

[dependencies.glob]
version = "0.3"
optional = true

[dependencies.ravif]
version = "0.11"
features = ["threading"]
optional = true
default-features = false

[dependencies.rgb]
version = "0.8"
optional = true

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

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.serde_yaml_ng]
version = "0.10"
optional = true

[dependencies.tempfile]
version = "3"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "sync",
    "macros",
    "time",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "json",
]

[dependencies.uuid]
version = "1"
features = ["v4"]
optional = true

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

[dev-dependencies.tower]
version = "0.5"
features = ["util"]