sub-batch 2.0.0

Match and rename subtitle files to video files and perfom other batch operations on subtitle files.
[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "2"

[dependencies.crossterm]
version = "0.27"

[dependencies.ctrlc]
features = ["termination"]
version = "3"

[dependencies.encoding_rs]
version = "0.8"

[dependencies.interprocess]
version = "1"

[dependencies.once_cell]
version = "1.19"

[dependencies.rayon]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.rustyline]
version = "13"

[dependencies.subparse]
version = "0.7"

[dependencies.tempfile]
version = "3"

[dependencies.which]
version = "5"
[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.glob]
version = "0.3"

[dev-dependencies.predicates]
version = "2"

[package]
authors = ["Kalle Lindström <kalind@posteo.se>"]
categories = ["command-line-utilities"]
description = "Match and rename subtitle files to video files and perfom other batch operations on subtitle files."
edition = "2021"
exclude = ["/tests"]
homepage = "https://github.com/kl/sub-batch"
keywords = ["subtitle", "subtitles"]
license = "MIT"
name = "sub-batch"
readme = "README.md"
repository = "https://github.com/kl/sub-batch"
version = "2.0.0"