[dependencies.anyhow]
version = "1.0.26"
[dependencies.clap]
version = "2.32.0"
[dependencies.encoding_rs]
version = "0.8.16"
[dependencies.lazy_static]
version = "1.2.0"
[dependencies.rayon]
version = "1.4.1"
[dependencies.regex]
version = "1.1.0"
[dependencies.subparse]
version = "0.6.2"
[dependencies.which]
version = "4.0.2"
[dev-dependencies.assert_cmd]
version = "1.0.1"
[dev-dependencies.glob]
version = "0.3.0"
[dev-dependencies.predicates]
version = "1.0.1"
[dev-dependencies.tempfile]
version = "3.1.0"
[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 = "2018"
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 = "0.3.0"