[package] name = "otr" version = "0.11.6" authors = ["Michael Picht "] license = "GPL-3.0-or-later" description = "otr decodes and cuts video files that were downloaded from Online TV Recorder " readme = "README.md" homepage = "https://gitlab.com/mipimipi/otr" repository = "https://gitlab.com/mipimipi/otr" keywords = ["cli", "online-tv-recorder", "videos", "otrkey", "decode"] categories = ["command-line-utilities", "multimedia::video", "encoding"] edition = "2021" [dependencies] anyhow = "1" chrono = "0.4" clap = { version = "4", features = ["derive"] } const_format = "0.2" dirs = "5" indoc = "2" itertools = "0.13" lazy_static = "1" log = "0.4" once_cell = "1" otr-utils = ">=0.3" print_logger = "0" regex = "1" reqwest = { version = "0.12", features = ["blocking", "multipart"] } rust-ini = "0.21" serde = { version = "1", features = ["derive"] } serde_json = "1"