[package]
name = "substudy"
version = "0.3.0"
authors = ["Eric Kidd <git@randomhacks.net>"]
description = "Tools for working with parallel, bilingual subtitles"
license = "Unlicense"
homepage = "https://github.com/emk/substudy"
documentation = "http://www.rust-ci.org/emk/substudy/doc/substudy/"
repository = "https://github.com/emk/substudy"
readme = "README.md"
keywords = ["text"]
[dependencies]
cld2 = "0.1.0"
csv = "0.14.3"
docopt = "0.6.76"
encoding = "0.2.32"
env_logger = "0.3.2"
handlebars = "0.11.3"
lazy_static = "0.1.15"
log = "0.3.3"
num = "0.1.28"
rustc-serialize = "0.3.16"
regex = "0.1.41"
uchardet = "1.0.0"
[dev-dependencies]
difference = "0.4.1"
[[bin]]
name = "substudy"
test = false
doc = false