# 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" name = "sub-batch" version = "2.0.0" authors = ["Kalle Lindström "] exclude = ["/tests"] description = "Match and rename subtitle files to video files and perfom other batch operations on subtitle files." homepage = "https://github.com/kl/sub-batch" readme = "README.md" keywords = [ "subtitle", "subtitles", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/kl/sub-batch" [dependencies.anyhow] version = "1" [dependencies.clap] version = "2" [dependencies.crossterm] version = "0.27" [dependencies.ctrlc] version = "3" features = ["termination"] [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"