aligner 0.1.4

Automatically corrects subtitle timings given a second correct subtitle
Documentation
[package]
name = "aligner"
version = "0.1.4"
authors = ["kaegi <kaegi.dev@gmail.com>"]
description = "Automatically corrects subtitle timings given a second correct subtitle"
repository = "https://github.com/kaegi/aligner"
documentation = "https://docs.rs/aligner"
readme = "README.md"
keywords = ["subtitle", "aligner", "automatic", "api", "tool"]
license = "GPL-3.0"


[dependencies]
arrayvec = "0.3.20"

# dependencies of binary
clap = "~2.21.1"
error-chain = "~0.10.0"
pbr = "1.0.0-alpha.2"
subparse = "~0.1.0"

[[bin]]
doc = false
name = "aligner"


[dev-dependencies]
rand = "0.3"