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