[package]
edition = "2021"
rust-version = "1.82"
name = "deepshrink"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shrink media to a target size with one command. Local, private, no watermarks."
homepage = "https://deepshrink.tools"
readme = "README.md"
keywords = [
"ffmpeg",
"video",
"compression",
"cli",
"media",
]
categories = [
"command-line-utilities",
"multimedia::video",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/deeplabua/deepshrink"
[[bin]]
name = "deepshrink"
path = "src/main.rs"
[[test]]
name = "audio_target"
path = "tests/audio_target.rs"
[[test]]
name = "batch"
path = "tests/batch.rs"
[[test]]
name = "output_dir"
path = "tests/output_dir.rs"
[[test]]
name = "video_target"
path = "tests/video_target.rs"
[[test]]
name = "vmaf"
path = "tests/vmaf.rs"
[dependencies.anyhow]
version = "1"
[dependencies.clap]
version = "4"
features = ["derive"]
[dependencies.deepshrink-core]
version = "0.3.0"
[dependencies.deepshrink-ffmpeg]
version = "0.3.0"
[dependencies.indicatif]
version = "0.17"
[dependencies.owo-colors]
version = "4"
features = ["supports-colors"]
[dependencies.serde_json]
version = "1"