superdeduper/Cargo.toml
Bill Thiede bf9d5b7c11 Use ffprobe to load per-file metadata.
Build single metadata.json for whole library.
Have basic load into struct, a subset of useful fields fromt metadata.json.
2019-11-02 22:09:50 -07:00

21 lines
482 B
TOML

[package]
name = "superdeduper"
version = "0.1.0"
authors = ["Bill Thiede <git@xinu.tv>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
failure = "0.1"
glob = "0.3"
human_format = { git ="https://github.com/wathiede/human-format-rs" }
lazy_static = "1.4"
log = "0.4"
rayon = "1.2"
regex = "1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"
stderrlog = "0.4"
structopt = "0.3"