mirror of
https://codeberg.org/YGGverse/ytd.git
synced 2026-04-08 12:55:32 +00:00
26 lines
837 B
TOML
26 lines
837 B
TOML
[package]
|
|
name = "ytd"
|
|
version = "0.4.0"
|
|
edition = "2024"
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
description = "YouTube daemon and CLI tool for crawling and processing channels with pre-configured commands vector"
|
|
keywords = ["youtube", "rss", "daemon", "crawler", "aggregator"]
|
|
categories = ["command-line-utilities", "parsing", "value-formatting"]
|
|
repository = "https://codeberg.org/YGGverse/ytd"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.102"
|
|
chrono = "0.4.44"
|
|
clap = { version = "4.6", features = ["derive"] }
|
|
env_logger = "0.11.10"
|
|
invidious = "0.7.8"
|
|
log = "0.4.29"
|
|
redb = "4.0.0"
|
|
regex = "1.12.3"
|
|
rustypipe = "0.11.4"
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
serde_regex = "1.1.0"
|
|
tokio = { version = "1.51.0", features = ["rt-multi-thread"] }
|
|
toml = "1.1.2"
|
|
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
|