video-subtitle 0.1.0

Video subtitles: FFmpeg extract audio → Whisper ASR → SRT → FFmpeg burn-in
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 = "2021"
rust-version = "1.70"
name = "video-subtitle"
version = "0.1.0"
authors = ["kingning2 <coixiaoman@gmail.com>"]
build = false
exclude = [
    "/target",
    "/.git",
    "*.mp4",
    "*.wav",
    "*.srt",
    "*.bin",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Video subtitles: FFmpeg extract audio → Whisper ASR → SRT → FFmpeg burn-in"
homepage = "https://github.com/kingning2/video-subtitle"
documentation = "https://docs.rs/video-subtitle"
readme = "README.md"
keywords = [
    "whisper",
    "subtitle",
    "ffmpeg",
    "srt",
    "video",
]
categories = [
    "multimedia",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/kingning2/video-subtitle"

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

[[bin]]
name = "video-subtitle"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

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

[dependencies.hound]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.whisper-rs]
version = "0.16"