ytrs 0.1.31

A crossplatform Youtube TUI to download/watch/listen videos/music/transcript using MPV/YT-DLP/ffmpeg/Rustypipe
# 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 = "2024"
name = "ytrs"
version = "0.1.31"
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A crossplatform Youtube TUI to download/watch/listen videos/music/transcript using MPV/YT-DLP/ffmpeg/Rustypipe"
homepage = "https://github.com/Owlyat/ytrs"
readme = "README.md"
keywords = [
    "tui",
    "youtube",
    "terminal",
]
license = "GPL-3.0"
repository = "https://github.com/Owlyat/ytrs"

[[bin]]
name = "ytrs"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.image]
version = "0.25.9"

[dependencies.inquire]
version = "0.9"

[dependencies.inquire-derive]
version = "0.9"

[dependencies.lofty]
version = "0.23"

[dependencies.ollama-rs]
version = "0.3"
features = ["stream"]

[dependencies.ratatui]
version = "0.30"

[dependencies.ratatui-image]
version = "10.0.4"
features = [
    "crossterm",
    "image-defaults",
]
default-features = false

[dependencies.ratatui-macros]
version = "0.7.0"

[dependencies.reqwest]
version = "0.13.1"

[dependencies.rustypipe]
version = "0.11"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.strum]
version = "0.27"

[dependencies.terminal-clipboard]
version = "0.4"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.44"
features = ["full"]

[dependencies.tokio-stream]
version = "0.1"

[dependencies.tokio-util]
version = "0.7"

[dependencies.unix-timestamp]
version = "0.1"

[dependencies.yt-dlp]
version = "1.4.9"