yt-sub 0.2.2

A simple CLI for subscribing to Youtube RSS feeds without a Youtube account.
Documentation
[[bin]]
name = "ytsub"
path = "bin/main.rs"

[dependencies.chrono]
features = ["serde"]
version = "0.4.38"

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

[dependencies.env_logger]
version = "0.11.5"

[dependencies.eyre]
version = "0.6.12"

[dependencies.home]
version = "0.5.9"

[dependencies.log]
version = "0.4.22"

[dependencies.reqwest]
features = ["json"]
version = "0.12"

[dependencies.serde]
features = ["derive"]
version = "1.0.210"

[dependencies.serde_json]
version = "1.0.128"

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

[dependencies.toml]
version = "0.8.19"

[dependencies.uuid]
features = ["v4"]
version = "1.10.0"

[dependencies.xmltojson]
version = "0.1.3"

[dependencies.yt-sub-core]
version = "0.2.2"

[dev-dependencies.mockito]
version = "1.5.0"

[lib]
name = "yt_sub"
path = "src/lib.rs"

[package]
authors = ["Pawel Urbanek <contact@pawelurbanek.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A simple CLI for subscribing to Youtube RSS feeds without a Youtube account."
edition = "2021"
license = "MIT"
name = "yt-sub"
readme = "README.md"
repository = "https://github.com/pawurb/yt-sub-rs"
version = "0.2.2"

[profile.release]
lto = true