forked from emk/subtitles-rs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
41 lines (34 loc) · 814 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[package]
name = "substudy"
version = "0.4.2"
authors = ["Eric Kidd <[email protected]>"]
license = "CC0-1.0"
description = """Language-learning tools for working with parallel, bilingual
subtitles and media files."""
homepage = "http://www.randomhacks.net/substudy/"
documentation = "http://docs.rs/substudy"
repository = "https://github.com/emk/substudy"
readme = "README.md"
keywords = ["text"]
exclude = ["fixtures/empty.mp4"]
[dependencies]
cld2 = "1.0.1"
csv = "0.14.3"
docopt = "0.6.76"
encoding = "0.2.32"
env_logger = "0.3.2"
error-chain = "0.10"
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 = "2.0.0"
[dev-dependencies]
cli_test_dir = "0.1"
difference = "0.4.1"
[[bin]]
name = "substudy"
test = false
doc = false