Av1an/av1an-core/Cargo.toml

29 lines
833 B
TOML
Raw Normal View History

[package]
name = "av1an-core"
2021-05-23 12:21:07 +00:00
version = "0.1.2"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4.14"
av-format = "0.3.1"
av-ivf = { git = "https://github.com/rust-av/ivf-rs", rev="031aab76d1fc70a4b8518dc2ef5c3f4f1d839721" }
anyhow = "1.0.40"
num_cpus = "1.13.0"
2021-05-28 20:16:17 +00:00
serde_json = "1.0"
2021-07-07 22:16:42 +00:00
serde = { version="1.0", features=["derive"] }
sysinfo = "0.19.1"
2021-07-07 22:16:42 +00:00
vapoursynth = { version="0.3.0", features=["vsscript-functions", "vapoursynth-functions"] }
clap = "2.33.3"
num-rational = "0.4.0"
failure = "0.1.8"
regex = "1.5.4"
2021-07-05 11:18:19 +00:00
plotters = "0.3.1"
2021-07-07 14:01:34 +00:00
splines = "4.0.0"
indicatif = { git = "https://github.com/mitsuhiko/indicatif", branch = "main" }
once_cell = "1.8.0"
chrono = "0.4.19"
strum = { version = "0.21", features = ["derive"] }
itertools = "0.10.1"