ytd/Cargo.toml
2026-04-06 23:45:54 +03:00

23 lines
778 B
TOML

[package]
name = "ytd"
version = "0.2.1"
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"
log = "0.4.29"
redb = "4.0.0"
rustypipe = "0.11.4"
serde = { version = "1.0.228", features = ["derive"] }
tokio = { version = "1.51.0", features = ["rt-multi-thread"] }
toml = "1.1.2"
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }