# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "otr-utils" version = "0.4.0" authors = ["Michael Picht "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utilities for decoding and cutting video files that were downloaded from Online TV Recorder " homepage = "https://gitlab.com/mipimipi/otr-utils" readme = "README.md" keywords = [ "online-tv-recorder", "videos", "otrkey", "decode", ] categories = [ "multimedia::video", "encoding", ] license = "GPL-3.0-or-later" repository = "https://gitlab.com/mipimipi/otr-utils" [lib] name = "otr_utils" path = "src/lib.rs" [dependencies.aes] version = "0.8" [dependencies.anyhow] version = "1" [dependencies.base64] version = "0.22" [dependencies.blowfish] version = "0.9" [dependencies.cbc] version = "0.1" [dependencies.chrono] version = "0.4" [dependencies.const_format] version = "0.2" [dependencies.dirs] version = "5" [dependencies.duct] version = "0.13" [dependencies.ecb] version = "0.1" [dependencies.hex] version = "0.4" [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" features = ["kv_serde"] [dependencies.md-5] version = "0.10" [dependencies.once_cell] version = "1" [dependencies.quick-xml] version = ">=0.36" features = ["serialize"] [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.12" features = [ "blocking", "multipart", ] [dependencies.rust-ini] version = ">=0.17" [dependencies.scopeguard] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.which] version = ">=6"