[package]
name = "adom-video-post"
version = "1.0.3"
edition = "2021"
description = "Post-process screen recordings: speed up boring sections with overlay captions, voiceover after the fact, publish to the Adom Wiki"
license = "MIT"

[[bin]]
name = "adom-video-post"
path = "src/main.rs"

[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
clap = { version = "4", features = ["derive", "env"] }
tiny_http = "0.12"
uuid = { version = "1", features = ["v4"] }

[profile.release]
strip = true
lto = "thin"
opt-level = "z"