subparse 0.7.0

Load, change and write common subtitle formats (srt/ass/idx/sub)
Documentation
[package]
name = "subparse"
version = "0.7.0"
authors = ["kaegi <kaegi.dev@gmail.com>"]
description = "Load, change and write common subtitle formats (srt/ass/idx/sub)"
repository = "https://github.com/kaegi/subparse"
documentation = "https://docs.rs/subparse"
readme = "README.md"
keywords = ["subtitle", "parse", "library", "write"]
license = "MPL-2.0"
edition = "2018"


[dependencies]
combine = "2.5.1"
vobsub = "0.2.3"
itertools = "0.8.0"
encoding_rs = "0.8.28"
failure = "0.1.8"
chardet = "0.2.4"