# 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.7"
authors = ["Michael Picht <mipi@fsfe.org>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "otr decodes and cuts video files that were downloaded from Online TV Recorder <https://onlinetvrecorder.com/>"
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.clap]
version = "4"
features = ["derive"]

[dependencies.const_format]
version = "0.2"

[dependencies.dirs]
version = "5"

[dependencies.indoc]
version = "2"

[dependencies.itertools]
version = "0.14"

[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.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"