youtube-legend-cli 0.2.9

Non-interactive Rust CLI that downloads YouTube subtitles through third-party providers, using a native Unix stdin/stdout interface.
1
2
3
4
5
6
7
8
# Pinned toolchain for local development and reproducible builds.
# CI also exercises stable and beta. The MSRV recorded in Cargo.toml
# and README is the lowest rustc that satisfies every transitive
# dependency currently in use; the matrix in CI confirms it.
[toolchain]
channel = "1.96.0"
components = ["rustfmt", "clippy"]
profile = "minimal"