# SPDX-FileCopyrightText: 2024 Michael Picht # # SPDX-License-Identifier: GPL-3.0-or-later [package] name = "otr-utils" version = "0.4.0" authors = ["Michael Picht "] license = "GPL-3.0-or-later" description = "Utilities for decoding and cutting video files that were downloaded from Online TV Recorder " readme = "README.md" homepage = "https://gitlab.com/mipimipi/otr-utils" repository = "https://gitlab.com/mipimipi/otr-utils" keywords = ["online-tv-recorder", "videos", "otrkey", "decode"] categories = ["multimedia::video", "encoding"] edition = "2021" [dependencies] aes = "0.8" anyhow = "1" base64 = "0.22" blowfish = "0.9" cbc = "0.1" chrono = "0.4" const_format = "0.2" dirs = "5" duct = "0.13" ecb = "0.1" hex = "0.4" lazy_static = "1" log = { version = "0.4", features = ["kv_serde"] } md-5 = "0.10" once_cell = "1" quick-xml = { version = ">=0.36", features = ["serialize"] } regex = "1" reqwest = { version = "0.12", features = ["blocking", "multipart"] } rust-ini = ">=0.17" scopeguard = "1" serde = { version = "1", features = ["derive"] } serde_json = "1" which = ">=6"