-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
36 lines (33 loc) · 896 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
[package]
name = "stos"
version = "0.2.6"
edition = "2021"
authors = ["Hyxogen"]
license = "MIT"
homepage = "https://github.com/Hyxogen/stos"
repository = "https://github.com/Hyxogen/stos"
keywords = ["anki", "subs2srs", "srs"]
categories = ["command-line-utilities", "multimedia"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.95"
crossbeam-channel = "0.5.14"
ffmpeg-next = "7.0.1"
genanki-rs = { git = "https://github.com/Hyxogen/genanki-rs.git", version = "0.3.1" }
human-panic = "2.0.0"
image = "0.25.1"
indicatif = "0.17.9"
indicatif-log-bridge = "0.2.1"
itertools = "0.13.0"
lexopt = "0.3.0"
log = "0.4.21"
pretty_env_logger = "0.5.0"
rand = "0.8.5"
rayon = "1.10.0"
regex = "1.10.4"
serde = "1.0.217"
serde_json = "1.0.134"
[dev-dependencies]
assert_cmd = "2.0.14"
predicates = "3.1.3"
tempfile = "3.10.1"