rss-tui 0.6.5

A TUI RSS/Atom reader with vim-like controls and a local-first, offline-first focus. Fork of ckampfe/russ with additional features.
# 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 = "rss-tui"
version = "0.6.5"
authors = ["github/shalloran"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A TUI RSS/Atom reader with vim-like controls and a local-first, offline-first focus. Fork of ckampfe/russ with additional features."
homepage = "https://github.com/shalloran/rss-tui"
documentation = "https://github.com/shalloran/rss-tui"
readme = "README.md"
keywords = [
    "rss",
    "tui",
    "reader",
    "feed",
    "terminal",
]
categories = [
    "command-line-utilities",
    "multimedia",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/shalloran/rss-tui"

[[bin]]
name = "rss-tui"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.atom_syndication]
version = "0.12"
default-features = false

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "std",
]
default-features = false

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

[dependencies.copypasta]
version = "0.10"

[dependencies.crossterm]
version = "0.29"

[dependencies.diligent-date-parser]
version = "0.1"

[dependencies.directories]
version = "6"

[dependencies.html-escape]
version = "0.2.13"

[dependencies.html2text]
version = "0.15"

[dependencies.num_cpus]
version = "1.16"

[dependencies.opml]
version = "1.1"

[dependencies.r2d2]
version = "0.8"

[dependencies.r2d2_sqlite]
version = "0.31"

[dependencies.ratatui]
version = "0.29"

[dependencies.rss]
version = "2.0"
default-features = false

[dependencies.rusqlite]
version = "0.37"
features = [
    "bundled",
    "chrono",
]

[dependencies.ureq]
version = "2.12"

[dependencies.urlencoding]
version = "2.1"

[dependencies.webbrowser]
version = "1"

[dependencies.wsl]
version = "0.1"

[profile.release]
lto = true
codegen-units = 1