sub-batch 0.1.0

Match subtitle files to video files and perfom other batch operations
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "sub-batch"
version = "0.1.0"
authors = ["Kalle Lindström <kalind@posteo.se>"]
description = "Match subtitle files to video files and perfom other batch operations"
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.clap]
version = "2.32.0"

[dependencies.derive_builder]
version = "0.7.1"

[dependencies.encoding_rs]
version = "0.8.16"

[dependencies.lazy_static]
version = "1.2.0"

[dependencies.rayon]
version = "1.0.3"

[dependencies.regex]
version = "1.1.0"

[dependencies.reqwest]
version = "0.9.9"

[dependencies.subparse]
version = "0.4.0"